summaryrefslogtreecommitdiffstats
path: root/source4/auth/credentials
Commit message (Collapse)AuthorAgeFilesLines
...
* r11313: TypoAndrew Bartlett2007-10-101-1/+1
| | | | (This used to be commit 204185576c6a4df5e43e5a97cb13227407c09e6e)
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-4/+4
| | | | (This used to be commit 24e10300906c380919d2d631bfb3b8fd6b3f54ba)
* r11220: Add the ability to handle the salt prinicpal as part of theAndrew Bartlett2007-10-104-4/+20
| | | | | | | | | | credentials. This works with the setup/secrets.ldif change from the previous patch, and pretty much just re-invents the keytab. Needed for kpasswdd work. Andrew Bartlett (This used to be commit cc9d167bab280eaeb793a5e7dfdf1f31be47fbf5)
* r11209: We can't read the priorSecret unless we ask for it.Andrew Bartlett2007-10-101-0/+1
| | | | | Andrew Bartlett (This used to be commit ee9a93688d31d8da91b81e9b0f6fac3fa4894c13)
* r11204: Allow us to read credentials from secrets.ldb without aAndrew Bartlett2007-10-101-6/+2
| | | | | | | secureChannelType (non machine join records). Andrew Bartlett (This used to be commit 3dddf497ccf246af435e6e2802d8f3745f2e4fd3)
* r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5Andrew Bartlett2007-10-104-8/+142
| | | | | | | | | | | | | | | | | | | authentication. This pulls the creating of the keytab back to the credentials code, and removes the special case of 'use keberos keytab = yes' for now. This allows (and requires) the callers to specify the credentials for the server credentails to GENSEC. This allows kpasswdd (soon to be added) to use a different set of kerberos credentials. The 'use kerberos keytab' code will be moved into the credentials layer, as the layers below now expect a keytab. We also now allow for the old secret to be stored into the credentials, allowing service password changes. Andrew Bartlett (This used to be commit 205f77c579ac8680c85f713a76de5767189c627b)
* r11058: remove useless talloc contextStefan Metzmacher2007-10-101-4/+1
| | | | | metze (This used to be commit d9d3fe1b8aa34f5d87b73b94253b4230303cba76)
* r10982: Move credentials.h into auth/credentials, and add flags needed byAndrew Bartlett2007-10-101-0/+81
| | | | | | | previous patch. Andrew Bartlett (This used to be commit 2c537d47ba99885c6462016342b1cc29df4c54c5)
* r10981: Pull code to decide between and implement NTLMv2, NTLM and LMAndrew Bartlett2007-10-103-14/+193
| | | | | | | | | | | authentication out of the various callers and into the kitchen sink.. err, credentials subsystem. This should ensure consistant logic, as well as get us one step closer to security=server operation in future. Andrew Bartlett (This used to be commit 09c95763301c0f7770d56462e8af4169b8c171fb)
* r10597: And add the .mk files for the new credentials subsystem.Andrew Bartlett2007-10-101-0/+11
| | | | | Andrew Bartlett (This used to be commit 51a0275a0e7ffc940f2403f3c74a00b3936a07f4)
* r10596: Move the credentials code into it's own subsystem, and push it under ↵Andrew Bartlett2007-10-103-0/+1103
auth/ Andrew Bartlett (This used to be commit 2e76a4b8efd59c496d64241d654538d3222545c6)