summaryrefslogtreecommitdiffstats
path: root/source4/auth/kerberos/kerberos_pac.c
Commit message (Expand)AuthorAgeFilesLines
* r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett2007-10-101-6/+26
* r11272: In trying to track down why Win2k3 is again rejecting our PAC, ensureAndrew Bartlett2007-10-101-2/+0
* r10174: This patch implements generic PAC verification, without assumptionsAndrew Bartlett2007-10-101-23/+98
* r10145: Allow a variable length signature, so we can support signing withAndrew Bartlett2007-10-101-17/+7
* r10066: This is the second in my patches to work on Samba4's kerberos support,Andrew Bartlett2007-10-101-30/+66
* r9681: We don't need the full smb_krb5_context here, so just pass the krb5_co...Andrew Bartlett2007-10-101-5/+5
* r9648: this fixes the krb5 based login with the pac. The key to this whole sa...Andrew Tridgell2007-10-101-1/+7
* 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-101-86/+173
* 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-101-21/+32
* 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-101-38/+72
* r8001: Also fill in the krbtgt checksum, and make sure to put the rightAndrew Bartlett2007-10-101-4/+22
* r7993: Further work on the Krb5 PAC.Andrew Bartlett2007-10-101-15/+167
* 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-101-50/+27
* r7968: Pull the PAC from within GSSAPI, rather than only when using our ownAndrew Bartlett2007-10-101-0/+213