summaryrefslogtreecommitdiff
path: root/docs/manpages
AgeCommit message (Collapse)AuthorFilesLines
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 Account12-12/+12
(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 Account12-12/+12
(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 Account12-12/+12
(This used to be commit fa251b7eba48c9ef2d8d3d798ce5b99c8508c243)
1997-10-30preparing for release of 1.9.18alpha9Samba Release Account12-12/+12
(This used to be commit 9212c93beefa83be349b250fe98b65e07d842038)
1997-10-29preparing for release of 1.9.18alpha8Samba Release Account12-12/+12
(This used to be commit 48548526e8bef3cdc6f5d202bb6c7849e7862e48)
1997-10-29preparing for release of 1.9.18alpha7Samba Release Account12-12/+12
(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 Account12-12/+12
(This used to be commit 28ef0df30efd4011e6a782dc02474b6d4082d6de)
1997-10-25preparing for release of 1.9.18alpha5Samba Release Account12-12/+12
(This used to be commit 1b17455066098104b9b0907a58195328c6467d71)
1997-10-24preparing for release of 1.9.18alpha4Samba Release Account12-12/+12
(This used to be commit bf5b060bd9d210efe95b3529dfba98c5c49716e0)
1997-10-24preparing for release of samba-1.9.18alpha4Samba Release Account12-12/+12
(This used to be commit e24465890a2fd87fce4f88b97f7ad84a4cc34d7b)
1997-10-21preparing for release of 1.9.18alpha3Samba Release Account12-12/+12
(This used to be commit e4f6ec8c0e2c1ea055cdc811b19feccbc808fd0b)
1997-10-21preparing for release of 1.9.18alpha2Samba Release Account12-12/+12
(This used to be commit 27dbb81dd3ca44b45238d63f2ff3e8da429f9845)
1997-10-21WHATSNEW.txt: Preparing for 1.9.18alpha2 release.Jeremy Allison1-1/+39
smb.conf.5: Added 'bind interfaces only' parameter. version.h: Updated to 1.9.18alpha2. Jeremy (jallison@whistle.com) (This used to be commit 7221e19d5ef4a242ce29d3148957c3e481456934)
1997-10-21add a note on how to map usernames with spaces in themAndrew Tridgell1-0/+8
(This used to be commit 708399e23461f2cce869038ab99d5e5bb54e4a62)
1997-10-21added a note about which netbios name is use in server level securityAndrew Tridgell1-0/+5
(This used to be commit f02672439554159ee49412731978286865418588)
1997-10-20Adding make_smbcodepage.1 man page.Jeremy Allison2-0/+149
Updated smb.conf with dos filetimes. Jeremy (jallison@whistle.com) (This used to be commit c4a4a9016ea5654c5d945a935e60d4f1f3b073e5)
1997-10-20added description of parameters:Luke Leighton1-2/+75
domain sid domain groups logon drive logon path (This used to be commit 6d67eddcdffd26b0fa7f97ed3fa08ec002566367)
1997-10-17document -a "append log" optionAndrew Tridgell1-0/+7
(This used to be commit 51182b915268ed1af516090a6230fb8eee252691)
1997-10-13updated the "comment =" entry a bitAndrew Tridgell1-9/+10
updated the fake oplocks entry a bit (This used to be commit 60bb523c8a67065d0ede732e1c153f37a8a865b6)
1997-10-09Added definition of oplocks parameter.Jeremy Allison1-0/+18
Jeremy (jallison@whistle.com) (This used to be commit f9df5ac008e368af86addee058f75c7e79ca74ce)
1997-10-07Removed samba.faq from the docs directory, it was out of date. All FAQs inSamba Release Account1-1/+1
docs/faq. Replaced all reference to samba.canberra.edu.au/pub/samba/samba.html with samba.anu.edu.au/samba/ Replaced references to ictinus@lake.canberra.edu.au with ictinus@samba.anu.edu.au Added 3 new mirrors, Greece, Poland, Romania Paul. (This used to be commit d808df8191cdf21b011e773e6e99b0c65524253c)
1997-10-02change the semantics of hosts allow/hosts deny so that a globalAndrew Tridgell1-4/+5
setting applies to all shares regardless of any settings on other shares. This allows us to immediately drop a connection if it does not come from a allowed host, without even parsing the first SMB packet. The next time we get a nasty security hole we can offer people the option of just setting their hosts allow line. If we drop a connection in this way we generate a "Not listening for calling name" response and then exit. add a per share "oplocks" option in smb.conf. I think its important to be able to disable oplocks on a per-share basis as there are occasions then they are definately not wanted, for example when sharing data between a windows box and a unix application. This also allows us to tell people "try disabling oplocks" when diagnosing problems. fix a bug in process_smb(). It was taking the length of the packet from outbuf, not inbuf (this bug was introduced with the oplocks code). Jeremy, I assume this wasn't deliberate? (This used to be commit 44bc9f239aa0b3cdf6cf9ad8d3911e397eba7335)
1997-09-19smbclient.1: Added documentation of the username%password environment code.Jeremy Allison2-0/+29
smb.conf.5: Added 'username level' docs. Jeremy (jallison@whistle.com) (This used to be commit b588615b201fda404c09637b344e9823443ce396)
1997-09-17Added documentation for the 'delete veto files' parameter.Jeremy Allison1-2/+32
Jeremy (jallison@whistle.com) (This used to be commit c6e736283ec7558f8d5108c141e346cf0cc5742a)
1997-09-09updated bit on kill -HUP to make it clear what effect this has, and itsLuke Leighton1-9/+19
limitations. (This used to be commit 50a990b9d6d9e3de46298c5fbf2a81709760f85e)
1997-08-26added info about _not_ using \\SAMBA_SERVER\HOMES\profile - must useSamba Release Account1-3/+8
\\SAMBA_SERVER\%U\profile for the profile path. documented default profile path changing to \\%L\%U\profile, so that w95 and NT can use the same profile directory: you cannot use \\%L\%U for NT profiles. lkcl (This used to be commit 588039b6dfd1397532ef8969fb5f2bb3aafbddde)
1997-08-22fix several references to samba-bugs@anu.edu.au which should be ↵Samba Release Account4-4/+4
samba-bugs@samba.anu.edu.au (This used to be commit 19bae63e28bddcb605c95035ae15e1ff5d8f57db)
1997-08-21Removed the obsolete comment from the 'strip dot'Samba Release Account1-4/+6
option. It isn't :-). Jeremy (jallison@whistle.com) (This used to be commit bbf76eeb40ec22d4787d1f1206a3c559b36fe636)
1997-08-20Support.txt: Added two more consultants.Samba Release Account1-1/+2
smbtar.1: Mentioned it is meant for GNU tar. Jeremy (jallison@whistle.com) (This used to be commit 9d7e75bdf568239af53d7162c2b207ea06ed4070)
1997-07-31smb.conf.5: Added netbios aliases entry.Samba Release Account1-0/+25
Support.txt: One more USA consultant. Jeremy (jallison@whistle.com) (This used to be commit df99a780daedf138df82241d4534f103ce9729b1)
1997-07-30Made docs more up to date with source. Preparing for 1.9.17alpha5.Samba Release Account1-1/+45
Jeremy (jallison@whistle.com) (This used to be commit 148b7a2ee3f520f31793d25ebe164a147f2afdfe)
1997-07-24Changed default create mask parameter to 0744 as per John's request.Samba Release Account1-26/+41
Tidied up mask descriptions. Jeremy (jallison@whistle.com) (This used to be commit d9c331d79d3addae7b0b4cc3c7fd40dfa8903a9c)
1997-07-18Support.txt: Modified a consultant's entry (Italy)Samba Release Account1-0/+15
smb.conf.5: Documented follow symlinks parameter. Jeremy (jallison@whistle.com) (This used to be commit ed6aaf2667c5cd731f8fce78163162817a18c240)
1997-07-14Changed separators for veto & hide files back to /.Samba Release Account1-17/+15
Jeremy (jallison@whistle.com) (This used to be commit ad090829c741ff737af7107a4919812db0f0591f)
1997-07-10Wrote man page for smbpasswd program as part of documentationSamba Release Account1-0/+112
effort. Finally added -a option (for Andrew :-). Jeremy (jallison@whistle.com) (This used to be commit e20a5859bc3a06090777a9197163e2ec39be7b3b)
1997-07-07Added explicit examples for veto files.Samba Release Account1-6/+24
Jeremy (jallison@whistle.comAdded explicit examples for veto files. Jeremy (jallison@whistle.com)) (This used to be commit b45fc6388fb08a566f9c241cb89f5dd07a70b28d)
1997-07-06added man page entry for "hide files". updated "veto files" entry.Samba Release Account1-7/+46
both these options will do * and ? matching lkcl (This used to be commit ede6fe3e76e24dc96d2ff86ac1beffd1375eff79)
1997-07-06added description of new "dns proxy" option, which defaults to yes.Samba Release Account1-1/+22
added warning of consequences of using dns proxying. lkcl (This used to be commit 1de9cd456cc3c39d6f14064010f96426f4b63276)
1997-07-03Changed default for max mux to 50 in line with source change.Samba Release Account1-4/+4
Jeremy (jallison@whistle.com) (This used to be commit 3187a362c83056b1957aed75842c57f182c29dff)
1997-06-19smb.conf.5: Updated definitions of mode setting options. Added forceSamba Release Account1-4/+103
mode options. Support.txt: More consultants.... Jeremy (jallison@whistle.com) (This used to be commit 5c17bc2581b50da8e0a072bcfd528d95eab93161)
1997-06-11Added "client code page" parameter.Samba Release Account1-0/+41
(This used to be commit 6c361b961dae25fd0a30509afc83b08f9ff35f3d)
1997-05-26added veto files entry. example lists files that DAVE (mac client)Samba Release Account1-0/+18
shouldn't show up. not tested, but hey, what are alphas for? :-) luke (This used to be commit ec9eace43d27c2cb19fb6311161bde6994f807b7)
1997-05-22samba.faq: Updated with info on 'Dave'.Samba Release Account1-4/+2
smb.conf.5: Removed reference to 'domain controller' being the browse list collator to match the change I just added to nameannounce.c. jallison@whistle.com (This used to be commit 22243ffaa4f5400936f5cb5159b73abc559d9515)
1997-05-21Updated docs for 'local master' parameter.Samba Release Account1-6/+20
jallison@whistle.com (This used to be commit 428ed15462e586295a767ceee5d1aebaa94ca3cb)
1997-05-20Updated for 1.9.17alpha1.Samba Release Account1-207/+337
Jeremy. (This used to be commit b1886349f7184500c9d540852abfcb790f9f38b4)
1997-05-08Documented -b for brief option.Samba Release Account1-0/+5
(This used to be commit 5aa4f8147745872098cc0b4a6c88b2da50fcab4c)