1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00

133 Commits

Author SHA1 Message Date
Andrew Tridgell
d7b2087865 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that were in the head branch but weren't in SAMBA_2_0 -
Andrew Tridgell
453a822a76 first pass at updating head branch to be to be the same as the SAMBA_2_0 branch -
Luke Leighton
28a63ac24d yodl update -
Luke Leighton
9eef1817f8 yodl update - rpcclient -
Herb Lewis
d3dd8cdc12 add description of -P option -
Tim Potter
5e0994b8bb Fixed quoting/escaping bug in example code. -
Matthew Chapman
4a23a358b5 Trying to improve DC location & browsing performance for the average user
who doesn't know what an LMB or DMB is.

* check_master_browser_exists now performs the check the first time
around, so if there is indeed no master browser then Samba takes up the job
much faster.

* Upped default OS level to 32. There is no reason why some stupid little
Windows box should become LMB instead of a Samba *server*.

* "domain master" now defaults to "auto". Currently this attempts to
become DMB iff Samba is the PDC (ala Windows NT). "preferred master" also
defaults to "auto", which enables preferred master iff Samba is DMB.

* lp_server_role now just returns the predetermined role, rather than
working it out each time, since the server role is becoming very heavily
used (esp for the BDC code).
-
Christopher R. Hertel
fcbdf5fe97 Updated the docs to match the changes I made to debug2html.
Chris -)-----
-
Christopher R. Hertel
a045186d4d First go at documentation for debug2html.
Chris -)-----
-
Luke Leighton
da442218c5 updating smb.conf from yodl -
Andrew Tridgell
98b72722c8 re-ran yodl -
Luke Leighton
f057b2e7a2 updated from yodl -
Herb Lewis
85fbd40102 update testparm with -s option so it doesn't require a carriage return
also allow specifying [host hostip] without [configfile]
updated man page
-
Jeremy Allison
598d0255d4 Update for 2.0beta1.
Jeremy.
-
Herb Lewis
10093ae5fc Commiting tt fix. -
Jeremy Allison
cce693135e Added swat html & manpage.
Jeremy.
-
Jeremy Allison
791b9bddee Added link to YODL url.
Jeremy.
-
Jeremy Allison
8d4e8498df Forgot to add these new (auto-generated) manpages.
Jeremy.
-
Jeremy Allison
00241b15fa First versions of the man pages auto-generated from the YODL
source.
Jeremy.
-
Jeremy Allison
9722a98f8f The start of a long and ugly process... :-).
Jeremy.
-
Eloy Paris
69c7b8e2af Added man page for nmblookup(1) -
Samba Release Account
8d9c5f3522 preparing for release of 2.0.0 alpha 11 -
Samba Release Account
0a8c03bb98 preparing for release of 2.0.0 alpha 10 -
Richard Sharpe
fcdc9bc208 Added E Jay Berkenbilt's fixes -
Andrew Tridgell
c11f1b9293 fixed the docs for "domain controller" parameter. -
Samba Release Account
008697d151 preparing for release of 2.0.0 alpha 6 -
Samba Release Account
1c627b8f39 preparing for release of 2.0.0 alpha 5 -
Samba Release Account
d7e50f0111 preparing for release of 2.0.0 alpha 1 -
Samba Release Account
70b8c9f05e preparing for release of 2.0.0 alpha -
Christopher R. Hertel
e162819054 Finally got around to updating the man pages for nmbd and smbd to reflect
the changes made re: -a and -o options.

Chris -)-----
-
Andrew Tridgell
2af9565017 note that "alternate permissions" is deprecated in man page -
Richard Sharpe
a2a9f55a76 Updates smbstatus to have a -S and -L flag.
Also updated the documentation :-)

The code is ugly, we need to rewrite smbstatus someday.
-
Richard Sharpe
587624e1eb smbclient.1 updated to reflect the new functionality and to document functionality
that has been available for a long time. More updates needed ... people tend to forget
the man pages when adding functionality.
-
Jeremy Allison
20770b6f1c Adding the same changes to HEAD as were added to BRANCH_1_9_18.
Changed smbpasswd to be client-server for a normal user, rather
than accessing the private/smbpasswd file directly (it still accesses
this file directly when run as root, so root can add users/change a
users password without knowing the old password).

A shakeout of this change is that smbpasswd can now be used to
change a users password on a remote NT machine (yep - you heard
that one right - we can now change a NT password from UNIX !!!!!).

Jeremy.
-
Jeremy Allison
7f118970da Adding the same change as was added to 1.9.18 branch to add the
"name resolve order" parameter.

source/Makefile: Re-ordered link for name resolve order code.
source/clientgen.c:
source/clientutil.c: Added calls to resolve_name().
source/includes.h: Added HPUX zombie fix.
source/loadparm.c: Added new name resolve order parameter.
source/namequery.c: Re-wrote to include parsing of lmhosts file, new resolve_name()
                    function requested by John.
source/nmbd.c: Tell resolve_name not to do WINS lookups if we are the WINS server.
source/nmbd_lmhosts.c: Call lmhosts parsing functions in namequery.c
source/password.c: Call resolve_name() to lookup security=server name.

source/reply.c:
source/time.c:
source/trans2.c: "fake directory create times" fix from Jim Hague - hague@research.canon.com.au.
source/util.c: Removed isalnum() test in Get_Hostname() that seems to cause
               problems on many systems.

Jeremy.
-
Jeremy Allison
d8e7e73f4d Adding mention of %p substitution.
Jeremy.
-
Andrew Tridgell
7bccd2c360 changed the default "keepalive" value to 300 seconds.
This is more important now that oplocks are being used.
-
Jeremy Allison
7ca827b6ea Updated - removed "win95 bug compatibility" and added "dos filetime resolution".
Jeremy.
-
Jeremy Allison
71c70cf090 ENCRYPTION.txt: Fixed typo.
Support.txt: Added consultant.
smb.conf.5: Updated with new parameters.
Jeremy.
-
Andrew Tridgell
a083cef78b fixed typo -
Volker Lendecke
be395f4bce *** empty log message *** -
Samba Release Account
c3f725ad88 preparing for release of 1.9.18 -
Volker Lendecke
2d550d28cd Added manpages.
Removed obsolete options from smbmount help message.
Volker
-
Samba Release Account
d3a238e7ac preparing for release of 1.9.18alpha14 -
Jeremy Allison
24fb57e750 Added docs for new signal handling functions.
Jeremy.
-
Samba Release Account
90b8675b88 preparing for release of 1.9.18alpha13 -
Jeremy Allison
5136c5ec11 WHATSNEW.txt - updated for 1.9.18alpha13.
docs/smb.conf.5: Removed unused NTDOMAIN params. Added new params.
source/loadparm.c: Put #ifdef NTDOMAIN around unused params.
source/nmbd_become_lmb.c: Removed check for workgroup name in lmb name.
Jeremy.
-
Jeremy Allison
847506a755 Added new wins & lm announce options.
Jeremy.
-
Andrew Tridgell
6a83de0ae9 applied a patch from Norm Jacobs to allow "printcap name = lpstat"
to use lpstat to obtain the printer list on systemV systems.

I've now made this the default on all SYSV systems.

Jeremy, you were a little worried about the security of this patch. I
believe it's OK as the user has no control over the options given to
popen() and the pipe is only open for reading.
-
Andrew Tridgell
af57bc05fe change the "username map" option to allow the user to stop the
processing part way through the file if a match is found. If a line
starts with ! and a match is made by that line then processing
stops. This allows better wildcard handling.

(patch from Anselm.Kruis@Physik.Uni-Muenchen.DE)
-