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