summaryrefslogtreecommitdiff
path: root/docs/manpages
AgeCommit message (Collapse)AuthorFilesLines
1998-09-18preparing for release of 2.0.0 alpha 6Samba Release Account15-15/+15
(This used to be commit 008697d151e54b141b062956cf521b04111073f2)
1998-09-17preparing for release of 2.0.0 alpha 5Samba Release Account15-15/+15
(This used to be commit 1c627b8f39e0a219ea333d39228a3edbcc8ea666)
1998-08-31preparing for release of 2.0.0 alpha 1Samba Release Account15-15/+15
(This used to be commit d7e50f0111f6c65b9d6f8654684e7fc5a1e7ea32)
1998-08-31preparing for release of 2.0.0 alphaSamba Release Account15-15/+15
(This used to be commit 70b8c9f05e96a3b3107e66ca32d532133bec8082)
1998-08-25Finally got around to updating the man pages for nmbd and smbd to reflectChristopher R. Hertel2-3/+19
the changes made re: -a and -o options. Chris -)----- (This used to be commit e162819054d0241e92978b6b630be8cccc886caf)
1998-08-25note that "alternate permissions" is deprecated in man pageAndrew Tridgell1-16/+2
(This used to be commit 2af95650174ae02a9768fbbbf7c206e15bf18f79)
1998-07-24Updates smbstatus to have a -S and -L flag.Richard Sharpe1-2/+18
Also updated the documentation :-) The code is ugly, we need to rewrite smbstatus someday. (This used to be commit a2a9f55a76fc16ef1d4656332ef6b1b455bb6259)
1998-04-11smbclient.1 updated to reflect the new functionality and to document ↵Richard Sharpe1-2/+24
functionality that has been available for a long time. More updates needed ... people tend to forget the man pages when adding functionality. (This used to be commit 587624e1ebc668900600c0ac7f272e6f1b92685b)
1998-03-19Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1-9/+35
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. (This used to be commit 20770b6f1c25288e90d3e0d215afa7f0809ce124)
1998-03-16Adding the same change as was added to 1.9.18 branch to add theJeremy Allison2-4/+95
"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-26*** empty log message ***Volker Lendecke2-25/+62
(This used to be commit be395f4bce2863f4bd131793ea37f47f05e4151f)
1998-01-08preparing for release of 1.9.18Samba Release Account15-15/+15
(This used to be commit c3f725ad889650147cf5b931ca9f34836daaf942)
1998-01-06Added manpages.Volker Lendecke3-0/+131
Removed obsolete options from smbmount help message. Volker (This used to be commit 2d550d28cd9d3cdb6f72e1f387d9c65dbc1404ad)
1997-12-24preparing for release of 1.9.18alpha14Samba Release Account12-12/+12
(This used to be commit d3a238e7ac452690bd35f399357b8795100f60a3)
1997-12-24Added docs for new signal handling functions.Jeremy Allison2-0/+26
Jeremy. (This used to be commit 24fb57e7507338845c2075dbd6d86922b3f028ed)
1997-12-16preparing for release of 1.9.18alpha13Samba Release Account12-12/+12
(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 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)