summaryrefslogtreecommitdiff
path: root/docs/manpages/smb.conf.5
AgeCommit message (Collapse)AuthorFilesLines
2000-09-12Updated manual pages to point at http://lists.samba.org instead of oldTim Potter1-36/+26
listproc address. (This used to be commit 0d7f81633157d6028a47488020862fe24a648546)
2000-05-12- added example config section to winbindd man pageAndrew Tridgell1-50/+50
- reran yodldocs with newer version of yodl (This used to be commit faa3f49430775fd1bd327237f369f7b5df6fc0c6)
2000-05-12Added mention of the CUPS option for the printing parameterGerald Carter1-87/+321
-jerry (This used to be commit 3fed01f9c311bb81ce3013453a5dc9630201ccf1)
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-441/+815
(This used to be commit 453a822a76780063dff23526c35408866d0c0154)
1999-11-20yodl updateLuke Leighton1-2/+1
(This used to be commit 28a63ac24d7d2344f005440ca099b255be04521b)
1999-11-19yodl update - rpcclientLuke Leighton1-3/+3
(This used to be commit 9eef1817f8f29c2d69832806b394658cf2cce5e9)
1999-04-11Trying to improve DC location & browsing performance for the average userMatthew Chapman1-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). (This used to be commit 4a23a358b5ad8873acb7db11f27b87d2a016bec1)
1998-12-02updating smb.conf from yodlLuke Leighton1-18/+158
(This used to be commit da442218c5990aab75525bc519b5ed37ef54cc4a)
1998-11-27re-ran yodlAndrew Tridgell1-9/+0
(This used to be commit 98b72722c8c221047d890f9b7b1d51f16fdac705)
1998-11-24updated from yodlLuke Leighton1-18/+141
(This used to be commit f057b2e7a2e6d6d1a2e9e24f4bb20d38bf6af9a2)
1998-11-14Update for 2.0beta1.Jeremy Allison1-139/+139
Jeremy. (This used to be commit 598d0255d40da29ebab3d1a3c9eb66ba654db7b5)
1998-11-12Commiting tt fix.Herb Lewis1-1/+1
(This used to be commit 10093ae5fc6e375340fd904e41a37bcdc1191d93)
1998-11-11Added link to YODL url.Jeremy Allison1-4/+10
Jeremy. (This used to be commit 791b9bddee45e604c71b27dcd8c1f4c30c4aa397)
1998-11-11First versions of the man pages auto-generated from the YODLJeremy Allison1-3993/+5934
source. Jeremy. (This used to be commit 00241b15fa8ccd21e1b43726ea131a189c14074e)
1998-11-05The start of a long and ugly process... :-).Jeremy Allison1-20/+262
Jeremy. (This used to be commit 9722a98f8f24ef528b02bfb42f53ef9d07e62aa1)
1998-10-08preparing for release of 2.0.0 alpha 11Samba Release Account1-1/+1
(This used to be commit 8d9c5f35225441384f69744bf8cda8115828ae2f)
1998-10-08preparing for release of 2.0.0 alpha 10Samba Release Account1-1/+1
(This used to be commit 0a8c03bb98498c10186dd12f1602f6e859465a8a)
1998-09-28fixed the docs for "domain controller" parameter.Andrew Tridgell1-2/+2
(This used to be commit c11f1b9293f1b4d342285e26e39a90cf9dbabf63)
1998-09-18preparing for release of 2.0.0 alpha 6Samba Release Account1-1/+1
(This used to be commit 008697d151e54b141b062956cf521b04111073f2)
1998-09-17preparing for release of 2.0.0 alpha 5Samba Release Account1-1/+1
(This used to be commit 1c627b8f39e0a219ea333d39228a3edbcc8ea666)
1998-08-31preparing for release of 2.0.0 alpha 1Samba Release Account1-1/+1
(This used to be commit d7e50f0111f6c65b9d6f8654684e7fc5a1e7ea32)
1998-08-31preparing for release of 2.0.0 alphaSamba Release Account1-1/+1
(This used to be commit 70b8c9f05e96a3b3107e66ca32d532133bec8082)
1998-08-25note that "alternate permissions" is deprecated in man pageAndrew Tridgell1-16/+2
(This used to be commit 2af95650174ae02a9768fbbbf7c206e15bf18f79)
1998-03-16Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1-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. (This used to be commit 7f118970da7c43eaddcf92dc056d3e849f1e7d5c)
1998-03-16Adding mention of %p substitution.Jeremy Allison1-3/+6
Jeremy. (This used to be commit d8e7e73f4d484c63be3055d215823610734361ac)
1998-03-16changed the default "keepalive" value to 300 seconds.Andrew Tridgell1-6/+1
This is more important now that oplocks are being used. (This used to be commit 7bccd2c360a270df227c140aeecb943d8d187855)
1998-02-13Updated - removed "win95 bug compatibility" and added "dos filetime resolution".Jeremy Allison1-52/+25
Jeremy. (This used to be commit 7ca827b6eaf948d57b8aefb09c6818371e1cd65b)
1998-02-12ENCRYPTION.txt: Fixed typo.Jeremy Allison1-11/+84
Support.txt: Added consultant. smb.conf.5: Updated with new parameters. Jeremy. (This used to be commit 71c70cf090b749827ae4186a6d389864708b7899)
1998-02-11fixed typoAndrew Tridgell1-1/+1
(This used to be commit a083cef78ba235cde22453d763a7f8caca8bbe58)
1998-01-08preparing for release of 1.9.18Samba Release Account1-1/+1
(This used to be commit c3f725ad889650147cf5b931ca9f34836daaf942)
1997-12-24preparing for release of 1.9.18alpha14Samba Release Account1-1/+1
(This used to be commit d3a238e7ac452690bd35f399357b8795100f60a3)
1997-12-16preparing for release of 1.9.18alpha13Samba Release Account1-1/+1
(This used to be commit 90b8675b88aa01ae912b5c8849ffb406ad976b95)
1997-12-16WHATSNEW.txt - updated for 1.9.18alpha13.Jeremy Allison1-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. (This used to be commit 5136c5ec119968b39e2cf9d7f3e6836d9286a51f)
1997-12-16Added new wins & lm announce options.Jeremy Allison1-1/+73
Jeremy. (This used to be commit 847506a755fac3f97274a19c8a02a2a22f82ca13)
1997-12-03applied a patch from Norm Jacobs to allow "printcap name = lpstat"Andrew Tridgell1-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. (This used to be commit 6a83de0ae954bb18d3f15382f2b0b3259fedff09)
1997-12-03change the "username map" option to allow the user to stop theAndrew Tridgell1-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) (This used to be commit af57bc05fe0f248aaef329358c583abcffe1657c)
1997-12-03make the "printing" option a per share option rather than global. WhenAndrew Tridgell1-3/+7
printing to lots of different sorts of remote printers this is useful (This used to be commit 7a88bed4a5ca8afe1f2836f7f9a019db01bf998e)
1997-12-02Documented the 'veto oplock files' parameter.Jeremy Allison1-0/+24
Jeremy. (This used to be commit 0263f333f22d2f7f90a155ff19915ff58929bba0)
1997-11-28preparing for release of 1.9.18alpha12Samba Release Account1-1/+1
(This used to be commit 9cac33a13dc7c4890628436b80f6cbd8361deab2)
1997-11-21Added in mods for new smb.conf "remote browse sync" option as posted toJohn Terpstra1-0/+31
the samba-1.9.17 tree moments ago. (This used to be commit 2ee25cd117a116d0304960780d6c197f39d25a3d)
1997-11-02preparing for release of 1.9.18alpha11Samba Release Account1-1/+1
(This used to be commit cadd772df72aa13018ea6e909ed0d7e294f24b5e)
1997-11-02documented "domain hosts allow/deny" parametersLuke Leighton1-7/+43
(This used to be commit adf3119245148d517913efb549e8b88d5ba66b39)
1997-11-01preparing for release of 1.9.18alpha10Samba Release Account1-1/+1
(This used to be commit fa251b7eba48c9ef2d8d3d798ce5b99c8508c243)
1997-10-30preparing for release of 1.9.18alpha9Samba Release Account1-1/+1
(This used to be commit 9212c93beefa83be349b250fe98b65e07d842038)
1997-10-29preparing for release of 1.9.18alpha8Samba Release Account1-1/+1
(This used to be commit 48548526e8bef3cdc6f5d202bb6c7849e7862e48)
1997-10-29preparing for release of 1.9.18alpha7Samba Release Account1-1/+1
(This used to be commit dceace804ea3efa8de6ab31fb44acdc10d46ed73)
1997-10-28Added "printer driver location", "printer driver file" parameters.Jeremy Allison1-0/+49
Jeremy. (This used to be commit c739de26c286ad1c6e19896c7e9757bc584c7fc2)
1997-10-27preparing for release of 1.9.18alpha6Samba Release Account1-1/+1
(This used to be commit 28ef0df30efd4011e6a782dc02474b6d4082d6de)
1997-10-25preparing for release of 1.9.18alpha5Samba Release Account1-1/+1
(This used to be commit 1b17455066098104b9b0907a58195328c6467d71)
1997-10-24preparing for release of 1.9.18alpha4Samba Release Account1-1/+1
(This used to be commit bf5b060bd9d210efe95b3529dfba98c5c49716e0)