summaryrefslogtreecommitdiffstats
path: root/docs/manpages/smb.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* Updated manual pages to point at http://lists.samba.org instead of oldTim Potter2000-09-121-36/+26
| | | | listproc address.
* - added example config section to winbindd man pageAndrew Tridgell2000-05-121-50/+50
| | | | - reran yodldocs with newer version of yodl
* Added mention of the CUPS option for the printing parameterGerald Carter2000-05-121-87/+321
| | | | -jerry
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-441/+815
|
* yodl updateLuke Leighton1999-11-201-2/+1
|
* yodl update - rpcclientLuke Leighton1999-11-191-3/+3
|
* Trying to improve DC location & browsing performance for the average userMatthew Chapman1999-04-111-66/+57
| | | | | | | | | | | | | | | | | | | 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).
* updating smb.conf from yodlLuke Leighton1998-12-021-18/+158
|
* re-ran yodlAndrew Tridgell1998-11-271-9/+0
|
* updated from yodlLuke Leighton1998-11-241-18/+141
|
* Update for 2.0beta1.Jeremy Allison1998-11-141-139/+139
| | | | Jeremy.
* Commiting tt fix.Herb Lewis1998-11-121-1/+1
|
* Added link to YODL url.Jeremy Allison1998-11-111-4/+10
| | | | Jeremy.
* First versions of the man pages auto-generated from the YODLJeremy Allison1998-11-111-3993/+5934
| | | | | source. Jeremy.
* The start of a long and ugly process... :-).Jeremy Allison1998-11-051-20/+262
| | | | Jeremy.
* preparing for release of 2.0.0 alpha 11Samba Release Account1998-10-081-1/+1
|
* preparing for release of 2.0.0 alpha 10Samba Release Account1998-10-081-1/+1
|
* fixed the docs for "domain controller" parameter.Andrew Tridgell1998-09-281-2/+2
|
* preparing for release of 2.0.0 alpha 6Samba Release Account1998-09-181-1/+1
|
* preparing for release of 2.0.0 alpha 5Samba Release Account1998-09-171-1/+1
|
* preparing for release of 2.0.0 alpha 1Samba Release Account1998-08-311-1/+1
|
* preparing for release of 2.0.0 alphaSamba Release Account1998-08-311-1/+1
|
* note that "alternate permissions" is deprecated in man pageAndrew Tridgell1998-08-251-16/+2
|
* Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1998-03-161-3/+77
| | | | | | | | | | | | | | | | | | | | | | | "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.
* Adding mention of %p substitution.Jeremy Allison1998-03-161-3/+6
| | | | Jeremy.
* changed the default "keepalive" value to 300 seconds.Andrew Tridgell1998-03-161-6/+1
| | | | This is more important now that oplocks are being used.
* Updated - removed "win95 bug compatibility" and added "dos filetime resolution".Jeremy Allison1998-02-131-52/+25
| | | | Jeremy.
* ENCRYPTION.txt: Fixed typo.Jeremy Allison1998-02-121-11/+84
| | | | | | Support.txt: Added consultant. smb.conf.5: Updated with new parameters. Jeremy.
* fixed typoAndrew Tridgell1998-02-111-1/+1
|
* preparing for release of 1.9.18Samba Release Account1998-01-081-1/+1
|
* preparing for release of 1.9.18alpha14Samba Release Account1997-12-241-1/+1
|
* preparing for release of 1.9.18alpha13Samba Release Account1997-12-161-1/+1
|
* WHATSNEW.txt - updated for 1.9.18alpha13.Jeremy Allison1997-12-161-71/+0
| | | | | | | 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.
* Added new wins & lm announce options.Jeremy Allison1997-12-161-1/+73
| | | | Jeremy.
* applied a patch from Norm Jacobs to allow "printcap name = lpstat"Andrew Tridgell1997-12-031-3/+13
| | | | | | | | | | 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.
* change the "username map" option to allow the user to stop theAndrew Tridgell1997-12-031-0/+13
| | | | | | | | 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)
* make the "printing" option a per share option rather than global. WhenAndrew Tridgell1997-12-031-3/+7
| | | | printing to lots of different sorts of remote printers this is useful
* Documented the 'veto oplock files' parameter.Jeremy Allison1997-12-021-0/+24
| | | | Jeremy.
* preparing for release of 1.9.18alpha12Samba Release Account1997-11-281-1/+1
|
* Added in mods for new smb.conf "remote browse sync" option as posted toJohn Terpstra1997-11-211-0/+31
| | | | the samba-1.9.17 tree moments ago.
* preparing for release of 1.9.18alpha11Samba Release Account1997-11-021-1/+1
|
* documented "domain hosts allow/deny" parametersLuke Leighton1997-11-021-7/+43
|
* preparing for release of 1.9.18alpha10Samba Release Account1997-11-011-1/+1
|
* preparing for release of 1.9.18alpha9Samba Release Account1997-10-301-1/+1
|
* preparing for release of 1.9.18alpha8Samba Release Account1997-10-291-1/+1
|
* preparing for release of 1.9.18alpha7Samba Release Account1997-10-291-1/+1
|
* Added "printer driver location", "printer driver file" parameters.Jeremy Allison1997-10-281-0/+49
| | | | Jeremy.
* preparing for release of 1.9.18alpha6Samba Release Account1997-10-271-1/+1
|
* preparing for release of 1.9.18alpha5Samba Release Account1997-10-251-1/+1
|
* preparing for release of 1.9.18alpha4Samba Release Account1997-10-241-1/+1
|