summaryrefslogtreecommitdiffstats
path: root/source4/auth/kerberos
Commit message (Expand)AuthorAgeFilesLines
* r9415: Remove old kerberos code (including salt guessing code) that has onlyAndrew Bartlett2007-10-102-695/+2
* r9196: - add a note about the Canonicalize KDCOPtion flagStefan Metzmacher2007-10-101-0/+15
* r9165: Fix inverted error check in untested code path. (My untested code...)Andrew Bartlett2007-10-101-1/+1
* r9084: 'resign' the sample PAC for the validation of the signature algorithms.Andrew Bartlett2007-10-102-91/+190
* r8460: removed the unused function krb5_locate_kdc(). It causes a build failu...Andrew Tridgell2007-10-102-62/+0
* r8252: Steal metze's thunder, and prove that with a few small tweaks, we canAndrew Bartlett2007-10-101-2/+2
* r8250: More PAC work. We now sucessfully verify the KDC signature from my DCAndrew Bartlett2007-10-102-22/+34
* r8164: - match the ordering w2k3 uses for the PAC_BUFFER:Stefan Metzmacher2007-10-101-15/+16
* r8156: I found out that the unknown[2] field of the unknown[4] array is a len...Stefan Metzmacher2007-10-101-6/+4
* r8148: - make the PAC generation code a bit more readable and add some outof ...Stefan Metzmacher2007-10-101-62/+81
* r8110: More PAC work. I still can't get WinXP to accept the PAC, but we areAndrew Bartlett2007-10-102-39/+73
* r8001: Also fill in the krbtgt checksum, and make sure to put the rightAndrew Bartlett2007-10-102-5/+25
* r7993: Further work on the Krb5 PAC.Andrew Bartlett2007-10-104-23/+184
* r7991: I forgot to free the keyblock once we are done with it.Andrew Bartlett2007-10-101-0/+1
* r7989: Allow the use of hashed passwords in the kerberos client and server,Andrew Bartlett2007-10-102-17/+137
* r7980: Forgot to add kerberos_pac.c to this config.mk file.Andrew Bartlett2007-10-101-0/+1
* r7979: Metze reminded me to try one more combination, and we can now verifyAndrew Bartlett2007-10-101-32/+14
* r7978: A start again on PAC verification. I have noticed that the kerberosAndrew Bartlett2007-10-102-50/+35
* r7968: Pull the PAC from within GSSAPI, rather than only when using our ownAndrew Bartlett2007-10-102-1/+214
* r7863: removed an unused variableAndrew Tridgell2007-10-101-1/+0
* r7862: Updates to the Kerberos notes, based on recent changes and discoveries.Andrew Bartlett2007-10-101-19/+90
* r7843: Use the new Heimdal gsskrb_acquire_creds API. This has the rightAndrew Bartlett2007-10-101-0/+2
* r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett2007-10-105-107/+213
* r7687: Some more tests that must be done only when krb5_config is absent.Andrew Bartlett2007-10-101-4/+5
* r7638: krb5_closelog in heimdal-0.7 not longer leaks memory, so remove that c...Love Hörnquist Åstrand2007-10-101-4/+0
* r7637: Another useful Heimdal feature we need.Andrew Bartlett2007-10-101-0/+5
* r7509: With the update to Heimdal 20050612 we no longer need krb5_freelog(),Andrew Bartlett2007-10-103-3/+2
* r7352: the internal heimdal build change. This changes quite a few things:Andrew Tridgell2007-10-101-0/+2
* r7306: Use a consistant #define for detecting support for the Heimdal krb5Andrew Bartlett2007-10-102-5/+5
* r7303: autodetect the libkdc and our kdc supportStefan Metzmacher2007-10-101-7/+28
* r7291: Additional notes on what we require from a kerberos implementation.Andrew Bartlett2007-10-101-1/+36
* r7285: It appears that MIT Kerberos does not have the log redirectionAndrew Bartlett2007-10-103-2/+23
* r7270: A big revamp to the way we handle kerberos errors in Samba4. We nowAndrew Bartlett2007-10-104-17/+124
* r7258: Fix the final linking error with libkdc - we need to link libhdb as well.Andrew Bartlett2007-10-101-0/+1
* r7257: Ensure the error message can never be uninitialised.Andrew Bartlett2007-10-101-0/+1
* r7241: The KDC almost links...Andrew Bartlett2007-10-101-0/+5
* r6882: Put in configure tests and #ifdef to keep Samba building on older Heim...Andrew Bartlett2007-10-101-1/+2
* r6819: More notes on krb5 requirementsAndrew Bartlett2007-10-101-18/+66
* r6810: Rename auth/{ntlmssp,gensec,kerberos} mk and m4 files to be calledTim Potter2007-10-102-0/+1
* r6805: Remove two remaining references to gensec_gsskrb5Jelmer Vernooij2007-10-101-1/+0
* r6803: Try to bring in the correct GSSAPI headers for the krb5 mech. ThisAndrew Bartlett2007-10-101-1/+1
* r6801: It appears that krb5_make_principal, while convenient, is not portable.Andrew Bartlett2007-10-101-4/+13
* r6800: A big GENSEC update:Andrew Bartlett2007-10-104-4/+131
* r6797: Typo fix.Rafal Szczesniak2007-10-101-1/+1
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-101-1/+1
* r6794: spellfixSimo Sorce2007-10-101-3/+3
* r6791: My early notes on the particular things I have discovered as I learnAndrew Bartlett2007-10-101-0/+176
* r6727: One more step down the long march to the 'Kerberos domain join'.Andrew Bartlett2007-10-101-0/+3
* r6711: Clarify that we are dealing with a salting principal in the kerberosAndrew Bartlett2007-10-101-40/+60
* r6703: fix the buildStefan Metzmacher2007-10-101-1/+1