summaryrefslogtreecommitdiffstats
path: root/source4/kdc/pac-glue.c
Commit message (Expand)AuthorAgeFilesLines
* heimdal: Cope with newer Heimdal versions accepting a keyset argument toJelmer Vernooij2012-05-071-0/+4
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-121-0/+1
* auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksumAndrew Bartlett2012-01-121-1/+1
* s4-kdc Do the KDC PAC checksum validation in the Samba pluginAndrew Bartlett2012-01-121-12/+102
* pac: Fix wrong memory allocation checkSimo Sorce2011-10-111-1/+1
* s4:kdc: generate the S4U_DELEGATION_INFO in the regenerated pacStefan Metzmacher2011-06-281-2/+119
* source4/kdc: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* 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-10/+11
* s4:kdc/*.c - minimise includesMatthias Dieter Wallnöfer2010-12-121-3/+0
* s4-kdc Don't always regenerate the PACAndrew Bartlett2010-11-151-2/+4
* s4-kdc: rename kdc/kdc.h to kdc/kdc-glue.hAndrew Tridgell2010-11-121-1/+1
* s4:kdc - use "userAccountControl" always unsignedMatthias Dieter Wallnöfer2010-10-051-1/+1
* s4-kdc Add function to determine if a hdb entry is a RODCAndrew Bartlett2010-09-291-0/+16
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-8/+4
* Simple fix to prevent crash for non-pac principalsMarcel Ritter2010-04-271-0/+5
* s4:kdc make function staticSimo Sorce2010-02-251-0/+1
* s4:kdc Streamline client access verification callSimo Sorce2010-01-311-2/+56
* s4:kdc Use a clearer name for the samba kdc entrySimo Sorce2010-01-281-6/+6
* s4:windc move windc plugin in its own fileSimo Sorce2010-01-271-186/+0
* s4:PAC make common functions publicSimo Sorce2010-01-271-25/+24
* s4:PAC Streamline pac-glue step 2Simo Sorce2010-01-271-55/+113
* s4:PAC Streamline pac-glueSimo Sorce2010-01-271-19/+40
* s4:cleanups More trailing spaces and tabsSimo Sorce2009-12-231-15/+15
* s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett2009-07-281-17/+26
* s4:kdc Tidy up hdb_samba4 some moreAndrew Bartlett2009-07-271-5/+5
* libds: share UF_ flags between samba3 and 4.Günther Deschner2009-07-131-1/+1
* s4:kdc Allow a password change when the password is expiredAndrew Bartlett2009-06-181-34/+41
* Don't use crossRef records to find our own domainAndrew Bartlett2009-05-261-4/+6
* s4:kdc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-011-17/+17
* s4:kdc: allow a trusted domain to get kerberos ticketsStefan Metzmacher2008-12-041-1/+2
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett2008-08-281-37/+7
* kdc/pac-glue: pull/push the logon_info via the PAC_INFO unionStefan Metzmacher2008-08-201-11/+13
* kdc: we don't need any *_locl.h header from heimdal in the kdcStefan Metzmacher2008-06-041-1/+1
* Remove unused variable.Andrew Bartlett2008-03-191-1/+0
* kdc: Provide extended error information in AS-REP error replies.Andrew Kroeger2008-03-131-17/+50
* Enhance mappings of NTSTATUS to KRB5KDC errors.Andrew Kroeger2008-03-071-1/+20
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-1/+1
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-5/+3
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-4/+7
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-1/+1
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+1
* r26357: Add separate subsystem for auth_sam_reply parsing.Jelmer Vernooij2007-12-211-0/+1
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-211-0/+2
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-6/+10
* r25789: print out what error happened...Stefan Metzmacher2007-12-211-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20639: Commit part 1 of 2.Andrew Bartlett2007-10-101-209/+107