summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/security
AgeCommit message (Collapse)AuthorFilesLines
2003-09-06address bug #359. Andrew B's patch for implementing clientGerald Carter1-0/+6
portion of NTLMv2 key exchange. Also revert the default for 'client ntlmv2 auth' to no. This caused no ends of grief in different cases. And based on abartlet's mail.... > All I care about at this point is that we use NTLMv2 > in our client code when connecting to a server that > supports it. There is *no* way to tell this. The server can't tell us, because it doesn't know what it's DC supports. The DC can't tell us, because it doesn't know what the trusted DC supports. One DC might be Win2k, and the PDC could be an older NT4. (This used to be commit fe585d49cc3df0d71314ff43d3271d276d7d4503)
2003-08-19- Update 'preload modules' documention (bug #304)Jelmer Vernooij1-3/+0
- Fix WINS Server List in SWAT (bug #197) - Don't segfault SWAT when adding shares (bug #254) (This used to be commit dd43a29504fe2b6f9d13cdb9431347927548fc10)
2003-08-15Document 'server schannel', 'client schannel', 'client signing', 'server ↵Jelmer Vernooij4-0/+69
signing', 'client plaintext auth' (This used to be commit 7f4e6de885728e53b7eed445bdb2106ba53d626b)
2003-08-12Better compatibility with official syntaxJelmer Vernooij5-25/+10
(This used to be commit 12eea1a70b0c8331aabc09e5ae464d7863de6240)
2003-08-11Mention security=ads in introductory paragraph tooAlexander Bokovoy1-2/+2
(This used to be commit 33a53550df16bf89a8904ee9496896ff790ed32b)
2003-07-31Added a note inspired by andrew@cis.uoguelph.ca to explain when thisJeremy Allison1-0/+7
parameter gets run. Jeremy. (This used to be commit c5e11fd01003fa2d85c91ec81afd2cb2498472f5)
2003-07-23fix typoGerald Carter1-2/+2
(This used to be commit 9de53f309ca686abbe970d8d452bb75398214a6d)
2003-07-10Document 'security = ads'Jelmer Vernooij1-4/+21
(This used to be commit f197e458b59d7d0c271514bedb9ff3063023cf6f)
2003-07-09First results of 'make undocumented' - fix some typos and remove obsolete optionJelmer Vernooij1-25/+0
(This used to be commit 522e5cca1b44a0295bce928a2d2e13017204536b)
2003-07-05Fix typosJelmer Vernooij2-3/+3
(This used to be commit 1a6cdbddbd008c9fe5255ed29871f9a3172fec6b)
2003-07-05Update from Andrew Bartlett with documentation forJelmer Vernooij2-0/+54
'client lanman auth' and 'client ntlmv2 auth' (This used to be commit 60f0934a6dc7a34dad42ba86744a1e3426e99967)
2003-07-01being a responsible developer for a change. Make sure toGerald Carter2-15/+31
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)
2003-06-30Add the 'guest' passdb backend automatically ifVolker Lendecke1-1/+1
guest account != "" Volker (This used to be commit 21d330af107f744af9569b5577afc6e7ba6a269c)
2003-06-05ENCRYPTION.txt has been merged into the HOWTO CollectionJelmer Vernooij1-2/+1
(This used to be commit 7983bc317e5fbade4d1aac87583f3f69e408355d)
2003-06-04Fix XML syntaxJelmer Vernooij1-5/+9
(This used to be commit 9f65de7b70d95b3f3abbe96814db964d928f9db1)
2003-06-01Update the doco on 'restrict anonymous' (note that 'guest ok' kills off theAndrew Bartlett3-4/+29
benifit of RA=2), explain better what 'ntlm auth' and 'lanman auth' do, and fix use spnego - all win2k clients use spnego. Work on the client-side still needs to be done, but I realised that I need to add a paramter to close off all plaintext authentication before documenting 'client lanman auth' will make any sense. Andrew Bartlett (This used to be commit f264846537d7aa66e7bbb71c17bf215dc23f07e2)
2003-05-26Update documentation for 'passdb backend' : include mysql and guest backends,Jelmer Vernooij1-34/+17
remove references to _nua (This used to be commit 7e81c983ad9b6d3fff353b547844fb918a1ab45a)
2003-05-01Apparently we do support RA=2.Tim Potter1-2/+9
(This used to be commit e146682b9f0cd8c8f6be6cad4b05a86ca118e973)
2003-05-01Fleshed out the description of restrict anonymous parameter.Tim Potter1-2/+9
(This used to be commit 2d150947082114f5e275a774baefc7e838ab5657)
2003-04-27Remove documentation for unixsam and plugin.Jelmer Vernooij1-30/+4
(This used to be commit fa7b703da7bba9cf7daf61039fb495e72fbf7a13)
2003-04-15Final touch:Alexander Bokovoy1-0/+18
1. Move preloadmodules.xml to Security section 2. Fix lpqcachetime.xml from Printing section (This used to be commit ef005d1a94d99c6a23aff9a12d5820cb4dfbe626)
2003-04-15Fix some minor typosAlexander Bokovoy2-2/+2
(This used to be commit b4cf8a641d63481717c62044d2548e4b0301d806)
2003-04-10ENCRYPTION.txt is gone. Pointed out by Will Kemp.Jelmer Vernooij1-3/+1
(This used to be commit 85437976c852c272b9663f83a288081c63243747)
2003-04-06Convert more parameters to new smb.conf(5) style. Document found occurences ↵Alexander Bokovoy1-1/+1
of non-documented parameters in doc-status (This used to be commit 3a9784d8b2318af4d9b349edd1aba4065d25da23)
2003-04-06Convert 'Security' section of smb.conf to new formatAlexander Bokovoy70-1696/+1953
(This used to be commit 85eadec0838bdcb5604d5cf66b204ee610e2ad7a)
2003-04-04This is a merge of the NETLOGON schannel server code from SambaVolker Lendecke1-0/+24
TNG. Actually, it exists in the main Samba cvs tree in APPLIANCE_TNG as I found out later :-) It adds a new parameter: server schannel = yes/auto/no defaulting to auto. What does this mean to the user: No requireSignOrSeal registry patch for XP anymore. Many thanks for this code to Luke Leighton, Elrond and anybody else I forgot to mention. My next thing will be to see if this applies cleanly to 3_0. Please test and comment! Volker (This used to be commit e1f953241eb020f19fe657f29afdae28dcf5a03b)
2003-04-01Use <note> instead of <emphasis>NOTE</emphasis> (gives much nicer output)Jelmer Vernooij3-6/+6
(This used to be commit 3e10d92746c645ae22756bca92046b2e26087ad2)
2003-03-27Add new framework for smb.conf(5). Please read README before trying to compile.Alexander Bokovoy69-0/+1871
I will commit more meta-information updates during week-end. (This used to be commit 8d684dffab6a90b3d612a1aa2b2c457a2bc2e6ac)