summaryrefslogtreecommitdiffstats
path: root/source4/auth/kerberos/kerberos_pac.c
Commit message (Expand)AuthorAgeFilesLines
* auth-kerberos: add the credentials.h so that enum credentials_obtained is def...Matthieu Patou2013-10-271-0/+1
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-061-37/+0
* s4-auth: Use smb_krb5_make_pac_checksum.Andreas Schneider2012-05-081-54/+24
* kerberos_pac: Fix code to work with MIT tooSimo Sorce2012-05-041-3/+3
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-121-0/+1
* s4-gensec: Move parsing of the PAC blob and creating the session_info into authAndrew Bartlett2011-12-291-0/+1
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-2/+2
* libcli/auth Move PAC parsing and verification in common.Andrew Bartlett2011-04-201-316/+8
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-1/+1
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-48/+55
* s4:auth/kerberos/kerberos_pac.c - fix another memory leak regarding the KRB p...Matthias Dieter Wallnöfer2010-12-041-1/+4
* s4-kerberos Remove unsued variableAndrew Bartlett2010-10-111-1/+0
* s4-auth Add make_server_info_pac() to include 'resource domain' groupsAndrew Bartlett2010-10-021-5/+3
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-22/+8
* Strip trailing spacesSimo Sorce2010-01-121-62/+62
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-121-1/+1
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett2008-09-031-5/+5
* Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett2008-08-281-1/+122
* Avoid use of global_loadparm.Jelmer Vernooij2008-02-211-3/+8
* r26640: Janitorial: Remove some more uses of global_loadparm.Jelmer Vernooij2008-01-011-2/+3
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-5/+9
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-5/+17
* r26357: Add separate subsystem for auth_sam_reply parsing.Jelmer Vernooij2007-12-211-1/+1
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-37/+55
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19664: fix compiler warnings...Stefan Metzmacher2007-10-101-10/+10
* r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett2007-10-101-2/+4
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+1
* r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij2007-10-101-1/+1
* r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij2007-10-101-0/+1
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2007-10-101-1/+1
* r14180: The PAC isn't so special that it deserves a level 0 debug any more.Andrew Bartlett2007-10-101-1/+1
* r12594: Jelmer pushed some proposed header reductions to the list today. ThisAndrew Bartlett2007-10-101-3/+0
* 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