summaryrefslogtreecommitdiffstats
path: root/docs/manpages
Commit message (Collapse)AuthorAgeFilesLines
* update testparm with -s option so it doesn't require a carriage returnHerb Lewis1998-11-191-1/+6
| | | | | | also allow specifying [host hostip] without [configfile] updated man page (This used to be commit 85fbd401026e7f1464c9a125cbaa505b768f8a10)
* Update for 2.0beta1.Jeremy Allison1998-11-1419-374/+338
| | | | | Jeremy. (This used to be commit 598d0255d40da29ebab3d1a3c9eb66ba654db7b5)
* Commiting tt fix.Herb Lewis1998-11-121-1/+1
| | | | (This used to be commit 10093ae5fc6e375340fd904e41a37bcdc1191d93)
* Added swat html & manpage.Jeremy Allison1998-11-112-6/+216
| | | | | Jeremy. (This used to be commit cce693135e146c9f4c9243f3dcb5091c46d1fcdb)
* Added link to YODL url.Jeremy Allison1998-11-1114-33/+66
| | | | | Jeremy. (This used to be commit 791b9bddee45e604c71b27dcd8c1f4c30c4aa397)
* Forgot to add these new (auto-generated) manpages.Jeremy Allison1998-11-112-0/+303
| | | | | Jeremy. (This used to be commit 8d4e8498df15926bffbcf537c80643451ca76002)
* First versions of the man pages auto-generated from the YODLJeremy Allison1998-11-1113-7066/+8463
| | | | | | source. Jeremy. (This used to be commit 00241b15fa8ccd21e1b43726ea131a189c14074e)
* The start of a long and ugly process... :-).Jeremy Allison1998-11-051-20/+262
| | | | | Jeremy. (This used to be commit 9722a98f8f24ef528b02bfb42f53ef9d07e62aa1)
* Added man page for nmblookup(1)Eloy Paris1998-10-171-0/+126
| | | | (This used to be commit 69c7b8e2af225f3711d601a136ad3dbc9aaa476e)
* preparing for release of 2.0.0 alpha 11Samba Release Account1998-10-0815-15/+15
| | | | (This used to be commit 8d9c5f35225441384f69744bf8cda8115828ae2f)
* preparing for release of 2.0.0 alpha 10Samba Release Account1998-10-0815-15/+15
| | | | (This used to be commit 0a8c03bb98498c10186dd12f1602f6e859465a8a)
* Added E Jay Berkenbilt's fixesRichard Sharpe1998-10-041-0/+5
| | | | (This used to be commit fcdc9bc2089822b02b30cd55054a60ed4e696e70)
* fixed the docs for "domain controller" parameter.Andrew Tridgell1998-09-281-2/+2
| | | | (This used to be commit c11f1b9293f1b4d342285e26e39a90cf9dbabf63)
* preparing for release of 2.0.0 alpha 6Samba Release Account1998-09-1815-15/+15
| | | | (This used to be commit 008697d151e54b141b062956cf521b04111073f2)
* preparing for release of 2.0.0 alpha 5Samba Release Account1998-09-1715-15/+15
| | | | (This used to be commit 1c627b8f39e0a219ea333d39228a3edbcc8ea666)
* preparing for release of 2.0.0 alpha 1Samba Release Account1998-08-3115-15/+15
| | | | (This used to be commit d7e50f0111f6c65b9d6f8654684e7fc5a1e7ea32)
* preparing for release of 2.0.0 alphaSamba Release Account1998-08-3115-15/+15
| | | | (This used to be commit 70b8c9f05e96a3b3107e66ca32d532133bec8082)
* Finally got around to updating the man pages for nmbd and smbd to reflectChristopher R. Hertel1998-08-252-3/+19
| | | | | | | the changes made re: -a and -o options. Chris -)----- (This used to be commit e162819054d0241e92978b6b630be8cccc886caf)
* note that "alternate permissions" is deprecated in man pageAndrew Tridgell1998-08-251-16/+2
| | | | (This used to be commit 2af95650174ae02a9768fbbbf7c206e15bf18f79)
* Updates smbstatus to have a -S and -L flag.Richard Sharpe1998-07-241-2/+18
| | | | | | | Also updated the documentation :-) The code is ugly, we need to rewrite smbstatus someday. (This used to be commit a2a9f55a76fc16ef1d4656332ef6b1b455bb6259)
* smbclient.1 updated to reflect the new functionality and to document ↵Richard Sharpe1998-04-111-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)
* Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1998-03-191-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)
* Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1998-03-162-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)
* Adding mention of %p substitution.Jeremy Allison1998-03-161-3/+6
| | | | | Jeremy. (This used to be commit d8e7e73f4d484c63be3055d215823610734361ac)
* changed the default "keepalive" value to 300 seconds.Andrew Tridgell1998-03-161-6/+1
| | | | | This is more important now that oplocks are being used. (This used to be commit 7bccd2c360a270df227c140aeecb943d8d187855)
* Updated - removed "win95 bug compatibility" and added "dos filetime resolution".Jeremy Allison1998-02-131-52/+25
| | | | | Jeremy. (This used to be commit 7ca827b6eaf948d57b8aefb09c6818371e1cd65b)
* ENCRYPTION.txt: Fixed typo.Jeremy Allison1998-02-121-11/+84
| | | | | | | Support.txt: Added consultant. smb.conf.5: Updated with new parameters. Jeremy. (This used to be commit 71c70cf090b749827ae4186a6d389864708b7899)
* fixed typoAndrew Tridgell1998-02-111-1/+1
| | | | (This used to be commit a083cef78ba235cde22453d763a7f8caca8bbe58)
* *** empty log message ***Volker Lendecke1998-01-262-25/+62
| | | | (This used to be commit be395f4bce2863f4bd131793ea37f47f05e4151f)
* preparing for release of 1.9.18Samba Release Account1998-01-0815-15/+15
| | | | (This used to be commit c3f725ad889650147cf5b931ca9f34836daaf942)
* Added manpages.Volker Lendecke1998-01-063-0/+131
| | | | | | Removed obsolete options from smbmount help message. Volker (This used to be commit 2d550d28cd9d3cdb6f72e1f387d9c65dbc1404ad)
* preparing for release of 1.9.18alpha14Samba Release Account1997-12-2412-12/+12
| | | | (This used to be commit d3a238e7ac452690bd35f399357b8795100f60a3)
* Added docs for new signal handling functions.Jeremy Allison1997-12-242-0/+26
| | | | | Jeremy. (This used to be commit 24fb57e7507338845c2075dbd6d86922b3f028ed)
* preparing for release of 1.9.18alpha13Samba Release Account1997-12-1612-12/+12
| | | | (This used to be commit 90b8675b88aa01ae912b5c8849ffb406ad976b95)
* 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. (This used to be commit 5136c5ec119968b39e2cf9d7f3e6836d9286a51f)
* Added new wins & lm announce options.Jeremy Allison1997-12-161-1/+73
| | | | | Jeremy. (This used to be commit 847506a755fac3f97274a19c8a02a2a22f82ca13)
* 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. (This used to be commit 6a83de0ae954bb18d3f15382f2b0b3259fedff09)
* 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) (This used to be commit af57bc05fe0f248aaef329358c583abcffe1657c)
* 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 (This used to be commit 7a88bed4a5ca8afe1f2836f7f9a019db01bf998e)
* Documented the 'veto oplock files' parameter.Jeremy Allison1997-12-021-0/+24
| | | | | Jeremy. (This used to be commit 0263f333f22d2f7f90a155ff19915ff58929bba0)
* preparing for release of 1.9.18alpha12Samba Release Account1997-11-2812-12/+12
| | | | (This used to be commit 9cac33a13dc7c4890628436b80f6cbd8361deab2)
* 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. (This used to be commit 2ee25cd117a116d0304960780d6c197f39d25a3d)
* preparing for release of 1.9.18alpha11Samba Release Account1997-11-0212-12/+12
| | | | (This used to be commit cadd772df72aa13018ea6e909ed0d7e294f24b5e)
* documented "domain hosts allow/deny" parametersLuke Leighton1997-11-021-7/+43
| | | | (This used to be commit adf3119245148d517913efb549e8b88d5ba66b39)
* preparing for release of 1.9.18alpha10Samba Release Account1997-11-0112-12/+12
| | | | (This used to be commit fa251b7eba48c9ef2d8d3d798ce5b99c8508c243)
* preparing for release of 1.9.18alpha9Samba Release Account1997-10-3012-12/+12
| | | | (This used to be commit 9212c93beefa83be349b250fe98b65e07d842038)
* preparing for release of 1.9.18alpha8Samba Release Account1997-10-2912-12/+12
| | | | (This used to be commit 48548526e8bef3cdc6f5d202bb6c7849e7862e48)
* preparing for release of 1.9.18alpha7Samba Release Account1997-10-2912-12/+12
| | | | (This used to be commit dceace804ea3efa8de6ab31fb44acdc10d46ed73)
* Added "printer driver location", "printer driver file" parameters.Jeremy Allison1997-10-281-0/+49
| | | | | Jeremy. (This used to be commit c739de26c286ad1c6e19896c7e9757bc584c7fc2)
* preparing for release of 1.9.18alpha6Samba Release Account1997-10-2712-12/+12
| | | | (This used to be commit 28ef0df30efd4011e6a782dc02474b6d4082d6de)