summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, ↵Alexander Bokovoy2003-07-151-0/+7
| | | | | | nmbd, winbindd). Reviewed by jerry and tridge. (This used to be commit 02c5e2fc6f0721ebd82a9e6a2b34190607de55fe)
* Fix cut&paste bug in strdup() usage example. Found by MetzeAlexander Bokovoy2003-07-151-1/+1
| | | | (This used to be commit 38f85593c41b5d9ea1c67beb626724b9e14a5dab)
* odding some more docsGerald Carter2003-07-151-0/+17
| | | | (This used to be commit 6fdf9f8cd53833294d34aa6dc8d660957c530ae5)
* adding docs on hew parameters I added.Gerald Carter2003-07-152-0/+30
| | | | (This used to be commit 7c91c4360ffd5683f063ac2ce8ebadb4b4db9342)
* update docs to reflect the change in default behavior for winbinddGerald Carter2003-07-151-7/+6
| | | | (This used to be commit 140e2fd5d710f5c800399e20a64c8ac4349a7003)
* SPNEGO SMB signing is now fixed for NTLMSSP, with kerberos to follow shortly.Andrew Bartlett2003-07-151-3/+0
| | | | | Andrew Bartlett (This used to be commit 2b493813fc09ed9bf21f90bce708e6145cf1b4de)
* Small documentation fixes from MetzeAlexander Bokovoy2003-07-141-2/+2
| | | | (This used to be commit 3f63bcb47182f69a7524bf9fcd0198aa116a9c45)
* Typo fixes from Vorlon.John Terpstra2003-07-143-24/+24
| | | | (This used to be commit 4cdadbbbe9d6311b32dfe8e9823ed55dab1c6f1c)
* Document 'security = ads'Jelmer Vernooij2003-07-101-4/+21
| | | | (This used to be commit f197e458b59d7d0c271514bedb9ff3063023cf6f)
* Don't print status message for every smb.conf option processed - it makes ↵Jelmer Vernooij2003-07-091-6/+0
| | | | | | tracking down errors difficult (This used to be commit bfa1a247b088735a5a5b891a831acdd9188b78c7)
* First results of 'make undocumented' - fix some typos and remove obsolete optionJelmer Vernooij2003-07-096-30/+5
| | | | (This used to be commit 522e5cca1b44a0295bce928a2d2e13017204536b)
* Move find_missing_doc.pl to the docs systemJelmer Vernooij2003-07-091-0/+57
| | | | (This used to be commit 087e9af450109d749bfcc3016494d920b6028bf1)
* Add make target 'undocumented'Jelmer Vernooij2003-07-091-0/+4
| | | | (This used to be commit 2eaaa3fe69b282f54922b05d20d59f326740f662)
* Be less verbose, support outputting all types of variables(both G and S)Jelmer Vernooij2003-07-091-1/+1
| | | | (This used to be commit 20e07f8bfa09031bc1c852444f33c2fc4fa52654)
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-0/+73
| | | | | to winbindd. See README.idmap-and-winbind-changes for details. (This used to be commit 1111bc7b0c7165e1cdf8d90eb49f4c368d2eded6)
* Adding profile acls man entry for smb.conf.5John Terpstra2003-07-061-0/+33
| | | | (This used to be commit 80709d4304a02ca99853df009c5641e65b0ab12b)
* This parameter is unused.Andrew Bartlett2003-07-051-12/+0
| | | | | Andrew Bartlett (This used to be commit 3dd767841666068a1b32c71b03a8e7bc797087be)
* Fix typosJelmer Vernooij2003-07-052-3/+3
| | | | (This used to be commit 1a6cdbddbd008c9fe5255ed29871f9a3172fec6b)
* Update from Andrew Bartlett with documentation forJelmer Vernooij2003-07-052-0/+54
| | | | | 'client lanman auth' and 'client ntlmv2 auth' (This used to be commit 60f0934a6dc7a34dad42ba86744a1e3426e99967)
* Clear up the difference between 'smb signing' and 'sign&seal' - which has toAndrew Bartlett2003-07-051-3/+3
| | | | | | | this point referred to schannel. Andrew Bartlett (This used to be commit b67479076ddf0c51bc7e319d7fc91a5da52eb8bf)
* The default_realm parameter needs to be set in a minimal krb5.conf.Tim Potter2003-07-021-0/+3
| | | | (This used to be commit 32e872f23d573057b9719e8ef37c2bdbd3e12194)
* Update my email address.Tim Potter2003-07-021-1/+1
| | | | (This used to be commit 9648e9762561296c33401079389b5d201d1e8a2f)
* Regenerate manpagesJelmer Vernooij2003-07-024-153/+290
| | | | (This used to be commit ace326ffe5adc957f4e058926e5af4e0c97bd892)
* regenerate docsJelmer Vernooij2003-07-0186-16174/+3965
| | | | (This used to be commit cc02d3bc170fe5c8c4474156edb6c83720a47aa0)
* Generate docs.Jelmer Vernooij2003-07-012-27885/+28069
| | | | (This used to be commit 4255b96134e4cd8cbb29219ac2702ad8346f62f8)
* Use entitiesJelmer Vernooij2003-07-011-1/+1
| | | | (This used to be commit d2ceb1ada0e8ae4b0154904ab450c3153e679feb)
* Fix some syntax errors and typo'sJelmer Vernooij2003-07-013-1/+5
| | | | (This used to be commit 371c9796bb3d6c0705f2e5af055a713cc9b4a652)
* Adding idmap uid/gid smb.conf man page entries. Marking winbind uid/gid as ↵John Terpstra2003-07-014-5/+40
| | | | | | deprecated. (This used to be commit 8bfaf39680ea1fa2a347fa19052f69d6789ed99d)
* Fix a typoJelmer Vernooij2003-07-011-1/+1
| | | | (This used to be commit aba86db38f2f930d2f7d9d1f9bb70d1eaa3118c0)
* Document "client use spnego"Jelmer Vernooij2003-07-011-0/+16
| | | | (This used to be commit b7b45794c233e37d3b78db19852ef1d44d63288c)
* being a responsible developer for a change. Make sure toGerald Carter2003-07-014-35/+42
| | | | | | | | update the docs wrt to the recent code changes. Can someone regenerate these in the SAMBA_3_0 tree please? Thanks. (This used to be commit ba448e6eb866d70daf5fe629c0f1c8c5afb1d312)
* Add the 'guest' passdb backend automatically ifVolker Lendecke2003-06-301-1/+1
| | | | | | | guest account != "" Volker (This used to be commit 21d330af107f744af9569b5577afc6e7ba6a269c)
* Document name resolve order suggested settings for security=ads as mentioned ↵Alexander Bokovoy2003-06-261-1/+7
| | | | | | by Jerry (This used to be commit 0413385feb71e15c9b2f331417ce24c985f1fe8d)
* Add netlogon debug registry key infoJelmer Vernooij2003-06-251-0/+19
| | | | (This used to be commit ffaddd8202aeb7a442aa565e19a76a5f407c9f91)
* Add documentation for "map acl inherit" parameter.Jeremy Allison2003-06-231-0/+17
| | | | | Jeremy. (This used to be commit a97f25c78591db3f6326610ea62b183fa3b9434d)
* Updating change from "winbind uid/gid" to "idmap uid/gid"John Terpstra2003-06-201-2/+2
| | | | (This used to be commit 81abfec7faf8675391d017c2e4160cd77a1ab157)
* Applied Vance Lankhaar's spelling fixes.John Terpstra2003-06-2036-450/+507
| | | | (This used to be commit 7eea35ba9f02f465403c21f5c33461035ad56176)
* Fix typoJelmer Vernooij2003-06-181-1/+1
| | | | (This used to be commit 598a7596f233d63974196ca00fc68c2f71f6e219)
* VFS modules are located in the subdirectory vfs of $LIBDIRJelmer Vernooij2003-06-181-1/+1
| | | | (This used to be commit 76182f47386a58d27901c0628dcd298bd111c634)
* Remove short -A option, but still leave in the --set-auth-user option.Jim McDonough2003-06-181-2/+2
| | | | | This reflects a change made in wbinfo as a result of bug 158. (This used to be commit 2628259c2051dd1f0802bced82bfb5ffaed2a12d)
* Fix for non-bourne shellsJelmer Vernooij2003-06-161-4/+4
| | | | (This used to be commit 4ffe0b9f5452ce60511a030febe4e92dfa853073)
* Fix caseJelmer Vernooij2003-06-161-1/+1
| | | | (This used to be commit def4f2e81c8d6a73e372827a94bdf027b68c60b6)
* Patch from metze to update VFS docs to include notes on multiple instancesJelmer Vernooij2003-06-161-23/+43
| | | | | of the same VFS module (This used to be commit 32ef93d31c9e5bad290c9ac35ca59d8e5215811d)
* - Only put PNG files in CVS, not EPS.Jelmer Vernooij2003-06-162-1/+2
| | | | | - Remove tag that breaks tex build (This used to be commit 569675412675b864273a23794d423ac061fe20d5)
* Fix some information, based on comments by Andrew Bartlett.Jelmer Vernooij2003-06-162-48/+26
| | | | (This used to be commit 443b00c949b37b2fe593adb9d46ad248e69f9deb)
* Adding last two files.John Terpstra2003-06-142-0/+10
| | | | (This used to be commit 91c6570c47e06c042bb2ad198af0dd48efbac4c4)
* Adding missing docs to tree.John Terpstra2003-06-1430-229/+26347
| | | | | | These docs are needed for SWAT Support. Also, not everyone can build the docs so we do need to include them. (This used to be commit a1b6e7007b6257bc001e661c20fd20d4643b1eca)
* Adding missing documents and man page stothe tree.John Terpstra2003-06-149-594/+1039
| | | | (This used to be commit 7c65b3fc629e8ada61fb5ac16fcdcb6ef05d8b61)
* Updating html stuff.John Terpstra2003-06-1417-542/+3433
| | | | (This used to be commit ab1f2fe4a840c9603bf5da5c133c137542fe0319)
* Added missing man pages.John Terpstra2003-06-142-0/+321
| | | | (This used to be commit f65370b5c4fd4f5d4c4fdffd87a7cbe0bc2a7021)