summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-1374-1686/+2776
| | | | (This used to be commit 453a822a76780063dff23526c35408866d0c0154)
* adding bits about SAM database security, and what the SAM commands areLuke Leighton1999-11-201-5/+30
| | | | | actually for. (This used to be commit f973195b5cf9631bdb0206bf0fd16e23d5e70e4e)
* explicit reference to tell people that rpcclient doesn't work withLuke Leighton1999-11-201-0/+5
| | | | | | Windows 95. i can just imagine some people saying "it dunna wurk on my box at home", and me having to reply, "i dunna care". (This used to be commit b31de1640728ebcdc87cdb887cd74a288e180ed7)
* yodl updateLuke Leighton1999-11-204-32/+156
| | | | (This used to be commit 28a63ac24d7d2344f005440ca099b255be04521b)
* oops.Luke Leighton1999-11-201-1/+1
| | | | (This used to be commit d8d1daff6f84e95b9e34ec96ed6bd6ccc0ea9623)
* adding some command descriptions behind the rpcclient commands.Luke Leighton1999-11-201-14/+75
| | | | (This used to be commit 3a6900ad7ba0719806d05ae90bbf8b3323ee551f)
* yodl update - rpcclientLuke Leighton1999-11-199-16/+2065
| | | | (This used to be commit 9eef1817f8f29c2d69832806b394658cf2cce5e9)
* added an rpcclient man page. wow!Luke Leighton1999-11-193-5/+789
| | | | (This used to be commit a46b33079fdcdbbbd622002cb790e20ed25ccd03)
* Fixed typo in automatic printer install share name.Tim Potter1999-11-081-2/+1
| | | | | | Removed confusing 'writeable = no' parameter from example [printers] entry. (This used to be commit 31f0a7a334a2075c7a3998531b55fb4def0106cf)
* According to params/loadparm.c, the "case sensitive", "casesignames",Tim Potter1999-10-151-3/+3
| | | | | | and "short preserve case" name mangling parameters are local options but the documentation says they are globals. (This used to be commit 61d540715936be1c3cb17920023b0f35b228d329)
* add description of -P optionHerb Lewis1999-09-283-3/+14
| | | | (This used to be commit d3dd8cdc1210fa4523eeed3c1034b4da93410ee1)
* Fixed quoting/escaping bug in example code.Tim Potter1999-08-021-1/+1
| | | | (This used to be commit 5e0994b8bb960fe754e889c797bd91e64be946f1)
* add Windows 2000 version of Plain Text Password registry entryHerb Lewis1999-07-161-0/+11
| | | | (This used to be commit 1a0e378a6fa146c4282101ee84b7d01adea82f50)
* Trying to improve DC location & browsing performance for the average userMatthew Chapman1999-04-113-133/+125
| | | | | | | | | | | | | | | | | | | | 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)
* Put this back after it dropped off.John Terpstra1999-04-091-0/+51
| | | | (This used to be commit 5feb10ef1330d87fca34cc5400c124dcfce7db4f)
* Documentation for VFS construction.Tim Potter1999-04-051-0/+9
| | | | (This used to be commit 753596246ceb7e06f5f8c4f169251a89b464b54c)
* referred reader to NT Domain FAQ for more info (copy of update to 2.0)Gerald Carter1999-02-251-109/+10
| | | | (This used to be commit 644cda5d807d875c956e71a6e49d65c2d7f0d61e)
* Folding into Samba-2.1.X tree documents added to 2.0.3.John Terpstra1999-02-143-0/+34
| | | | (This used to be commit 1041d53ec246debac0050bdc7e9a6cd72e9ecf49)
* Updated the docs to match the changes I made to debug2html.Christopher R. Hertel1998-12-293-21/+30
| | | | | Chris -)----- (This used to be commit fcbdf5fe9790298d519b678ff3a6121641c1e6d9)
* First go at documentation for debug2html.Christopher R. Hertel1998-12-293-0/+175
| | | | | Chris -)----- (This used to be commit a045186d4d5d8121f46ffc380aeca1904e0686fe)
* added ldap files by Matthew Chapman.Luke Leighton1998-12-071-0/+161
| | | | (This used to be commit 2bc031e8fafeafdc58c6a8056597b647d00657ae)
* added text and html versions of LDAP.yo. smb.conf.5 not generated yetLuke Leighton1998-12-072-0/+297
| | | | | because there were parts rejected from the ldap patch file. (This used to be commit 4f85105578fdf74d883f185f983e608112fe823b)
* matthew chapman's ldap code, to date. plus docs!Luke Leighton1998-12-071-59/+43
| | | | (This used to be commit 2c438c86cbb38833b3abd4fbead6324687633b25)
* fixed a link to testparm.1.htmlAndrew Tridgell1998-12-071-1/+1
| | | | (This used to be commit 7e9b687de7fbb34a2736030dab31a9df73a75073)
* Updated version info and date in document headers.John Terpstra1998-12-0338-45/+65
| | | | (This used to be commit f8b811bcda0976c05e0490fb3198a6079e544c55)
* adding group parsing: add/modify/delete/add members.Luke Leighton1998-12-031-4/+4
| | | | (This used to be commit 13a656b0e5c73e157b222765fb57a1bdafc67b80)
* updating smb.conf from yodlLuke Leighton1998-12-022-38/+274
| | | | (This used to be commit da442218c5990aab75525bc519b5ed37ef54cc4a)
* missed out endit()s, ta andrej.Luke Leighton1998-11-301-0/+6
| | | | (This used to be commit 37a6acf43ca308647bee66f1e68a43d641b77f6f)
* updated smb.conf - have not done a yodl2xxx.Luke Leighton1998-11-301-19/+152
| | | | (This used to be commit b95b2b5d44ad9f998a6f422132b854593de20f04)
* Fixed typo. "Browsable is an acronym for browseable.John Terpstra1998-11-281-1/+1
| | | | (This used to be commit 8de177b05a1043d4416e8f673e499cd403bb3522)
* re-ran yodlAndrew Tridgell1998-11-2718-66/+63
| | | | (This used to be commit 98b72722c8c221047d890f9b7b1d51f16fdac705)
* got rid of a dangerous message command exampleAndrew Tridgell1998-11-271-9/+0
| | | | (This used to be commit bfca6e6a9d06742ea4ef36f1faac57eb0419b2d6)
* updated from yodlLuke Leighton1998-11-242-27/+247
| | | | (This used to be commit f057b2e7a2e6d6d1a2e9e24f4bb20d38bf6af9a2)
* added "domain group map" and "local group map" explanations.Luke Leighton1998-11-241-9/+136
| | | | (This used to be commit 6c4cf9ea4ac9bc441236d4e823d5fa1e7a487c26)
* use http://samba.org/ not http://samba.org/samba/Andrew Tridgell1998-11-222-7/+6
| | | | (This used to be commit 7cb1470eb3db60c37dc108e8537634d08b1cf740)
* global change from samba.anu.edu.au to samba.orgAndrew Tridgell1998-11-2173-383/+383
| | | | (This used to be commit 42d2509c9fab5c774fd33b9d4b5bd1ee125479c3)
* Added changes to smbtar submitted by Sandy WhiteselRichard Sharpe1998-11-211-3/+9
| | | | | | | | | Added some extra documentation for smbclient Grr, Jeremy beat me to a bug fix in client.c Will have to get Jeremy to tell me how to check out SAMBA_2_0 :-) (This used to be commit 8594c4bcae503972679c55a2fcab8eb69faf3ae3)
* update testparm with -s option so it doesn't require a carriage returnHerb Lewis1998-11-193-3/+17
| | | | | | also allow specifying [host hostip] without [configfile] updated man page (This used to be commit 85fbd401026e7f1464c9a125cbaa505b768f8a10)
* support.txt is now maintained solely on the web pagesAndrew Tridgell1998-11-141-2172/+2
| | | | (This used to be commit 73b662069cb12bd77eae13a36a8b855abc01594f)
* Update for 2.0beta1.Jeremy Allison1998-11-1473-781/+708
| | | | | Jeremy. (This used to be commit 598d0255d40da29ebab3d1a3c9eb66ba654db7b5)
* removed information on installing via cgiAndrew Tridgell1998-11-141-73/+15
| | | | (This used to be commit 08fd7032584bf93a92b71ea7d5f73d2da75c8bb0)
* missed a .BHerb Lewis1998-11-141-1/+1
| | | | (This used to be commit f213352c3de6a23d1b5c92fda6404a3116db1279)
* Fixed munging of sample file in man pages.Jeremy Allison1998-11-141-9/+6
| | | | | Jeremy. (This used to be commit 9e1ff71faf558addfabe038e3bf45ee694ea4a0b)
* ran spell check and other minor tweaksHerb Lewis1998-11-1416-271/+282
| | | | (This used to be commit 7d8ec97b451721cddbb859415490d65c41e8afe2)
* Updated for 2.0beta1.Jeremy Allison1998-11-131-9/+5
| | | | (This used to be commit 566e92027f0c7d61a7de7a25ed9469ca801846a8)
* Problems found by Herb.Jeremy Allison1998-11-136-15/+22
| | | | | Jeremy. (This used to be commit a5555bd3b744417674d62d5891e1d5dbe32008ff)
* Commiting tt fix.Herb Lewis1998-11-122-2/+2
| | | | (This used to be commit 10093ae5fc6e375340fd904e41a37bcdc1191d93)
* Fixed missing parens in tt entry.Herb Lewis1998-11-121-1/+1
| | | | (This used to be commit 86dfde31d966ba44cb554036a6232faa05e3a9f4)
* Someone else is already doing this.Tim Potter1998-11-121-163/+0
| | | | (This used to be commit 41970a40c35eaea9d89be7cb5a2b612b2d06530c)
* Added an index.html for the html documentation taken from the web site.Tim Potter1998-11-121-0/+163
| | | | | A good idea or not? (This used to be commit 11982c5cec670555829a70368c99cd0254975550)