summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/kerberos_pac.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-27auth-kerberos: add the credentials.h so that enum credentials_obtained is def...Matthieu Patou1-0/+1
2012-07-06auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt1-37/+0
2012-05-08s4-auth: Use smb_krb5_make_pac_checksum.Andreas Schneider1-54/+24
2012-05-04kerberos_pac: Fix code to work with MIT tooSimo Sorce1-3/+3
2012-04-12auth-krb: Move pac related util functions in a single place.Simo Sorce1-0/+1
2011-12-29s4-gensec: Move parsing of the PAC blob and creating the session_info into authAndrew Bartlett1-0/+1
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-2/+2
2011-04-20libcli/auth Move PAC parsing and verification in common.Andrew Bartlett1-316/+8
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-48/+55
2010-12-04s4:auth/kerberos/kerberos_pac.c - fix another memory leak regarding the KRB p...Matthias Dieter Wallnöfer1-1/+4
2010-10-11s4-kerberos Remove unsued variableAndrew Bartlett1-1/+0
2010-10-02s4-auth Add make_server_info_pac() to include 'resource domain' groupsAndrew Bartlett1-5/+3
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-22/+8
2010-01-12Strip trailing spacesSimo Sorce1-62/+62
2009-06-12s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett1-1/+1
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-09-03Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett1-5/+5
2008-08-28Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett1-1/+122
2008-02-21Avoid use of global_loadparm.Jelmer Vernooij1-3/+8
2008-01-01r26640: Janitorial: Remove some more uses of global_loadparm.Jelmer Vernooij1-2/+3
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-5/+9
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-5/+17
2007-12-21r26357: Add separate subsystem for auth_sam_reply parsing.Jelmer Vernooij1-1/+1
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-37/+55
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r19664: fix compiler warnings...Stefan Metzmacher1-10/+10
2007-10-10r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett1-2/+4
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-1/+1
2007-10-10r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij1-1/+1
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij1-0/+1
2007-10-10r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij1-1/+1
2007-10-10r14180: The PAC isn't so special that it deserves a level 0 debug any more.Andrew Bartlett1-1/+1
2007-10-10r12594: Jelmer pushed some proposed header reductions to the list today. ThisAndrew Bartlett1-3/+0
2007-10-10r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett1-6/+26
2007-10-10r11272: In trying to track down why Win2k3 is again rejecting our PAC, ensureAndrew Bartlett1-2/+0
2007-10-10r10174: This patch implements generic PAC verification, without assumptionsAndrew Bartlett1-23/+98
2007-10-10r10145: Allow a variable length signature, so we can support signing withAndrew Bartlett1-17/+7
2007-10-10r10066: This is the second in my patches to work on Samba4's kerberos support,Andrew Bartlett1-30/+66
2007-10-10r9681: We don't need the full smb_krb5_context here, so just pass the krb5_co...Andrew Bartlett1-5/+5
2007-10-10r9648: this fixes the krb5 based login with the pac. The key to this whole sa...Andrew Tridgell1-1/+7
2007-10-10r9165: Fix inverted error check in untested code path. (My untested code...)Andrew Bartlett1-1/+1
2007-10-10r9084: 'resign' the sample PAC for the validation of the signature algorithms.Andrew Bartlett1-86/+173
2007-10-10r8252: Steal metze's thunder, and prove that with a few small tweaks, we canAndrew Bartlett1-2/+2
2007-10-10r8250: More PAC work. We now sucessfully verify the KDC signature from my DCAndrew Bartlett1-21/+32
2007-10-10r8164: - match the ordering w2k3 uses for the PAC_BUFFER:Stefan Metzmacher1-15/+16
2007-10-10r8156: I found out that the unknown[2] field of the unknown[4] array is a len...Stefan Metzmacher1-6/+4
2007-10-10r8148: - make the PAC generation code a bit more readable and add some outof ...Stefan Metzmacher1-62/+81
2007-10-10r8110: More PAC work. I still can't get WinXP to accept the PAC, but we areAndrew Bartlett1-38/+72
2007-10-10r8001: Also fill in the krbtgt checksum, and make sure to put the rightAndrew Bartlett1-4/+22