summaryrefslogtreecommitdiff
path: root/source4/kdc/mit_samba.c
Commit message (Expand)AuthorAgeFilesLines
* CVE-2018-16853: fix crash in expired passowrd caseIsaac Boukris2018-12-041-3/+4
* mit_samba: Fix the MIT KDC build with the latest changesAndreas Schneider2017-06-011-1/+4
* mit_samba: Fix principal lookup for cross domain referralAndreas Schneider2017-04-301-6/+70
* mit-samba: Remove obsolete mit_samba_update_pac_data()Andreas Schneider2017-04-291-69/+0
* s4-kdc: Implement mit_samba_reget_pac()Andreas Schneider2017-04-291-0/+383
* mit-samba: Remove unused mit_samba_get_pac_data()Andreas Schneider2017-04-291-35/+0
* s4-kdc: Implement mit_samba_get_pac()Andreas Schneider2017-04-291-0/+68
* s4-kdc: Fix logging with the KDB driverAndreas Schneider2017-04-291-1/+1
* mit-kdb: Zero the db principal when we allocate itAndreas Schneider2017-04-291-1/+1
* mit_samba: Add missing copyrightAndreas Schneider2016-08-301-0/+2
* mit_samba: Add missing argument passed to authsam_make_user_info_dc()Andreas Schneider2016-08-301-0/+1
* mit_samba: Allow to use SPNs for AS-REQAndreas Schneider2016-06-021-1/+4
* mit_samba: Fix flags that we get a referral ticketsAndreas Schneider2016-06-021-1/+1
* mit_samba: Return 0 in case of a wrong realmAndreas Schneider2016-06-021-1/+6
* mit-kdb: Add missing SDB_F_FOR_AS_REQ for AS requestsAndreas Schneider2016-03-171-1/+5
* mit-kdb: Fix segfault in krb5kdc dereferencing an invalid pointerAndreas Schneider2016-03-171-3/+9
* mit_samba: Setup logging to stdoutAndreas Schneider2016-03-171-0/+3
* mit_samba: Add function for handling bad password countAndreas Schneider2016-03-171-0/+28
* mit_samba: Add functions to generate random password and salt.Andreas Schneider2016-03-171-0/+49
* mit_samba: Add function to change the passwordAndreas Schneider2016-03-171-0/+164
* mit_samba: Add ks_is_tgs_principal()Andreas Schneider2016-03-171-0/+15
* mit_samba: Use talloc_zero in mit_samba_context_init().Günther Deschner2016-03-171-1/+1
* mit_samba: Directly pass the principal and kflagsAndreas Schneider2016-03-171-7/+16
* mit_samba: Make mit_samba a shim layer between Samba and KDBAndreas Schneider2016-03-171-53/+32
* mit_samba: Use sdb in the mit_samba pluginGünther Deschner2016-03-171-34/+86
* s4-kdc/mit_samba: add a copy of samba_kdc_build_edata_reply for MIT.Günther Deschner2015-07-211-0/+47
* s4-kdc: pass down only a samba_kdc_entry to samba_kdc_get_pac_blob().Günther Deschner2015-03-271-1/+5
* s4-kdc: pass down only a samba_kdc_entry to samba_princ_needs_pac().Günther Deschner2015-03-271-1/+7
* s4-kdc/db_glue: pass down only a samba_kdc_entry to samba_kdc_check_s4u2proxy().Günther Deschner2015-03-271-1/+1
* s4-kdc Do the KDC PAC checksum validation in the Samba pluginAndrew Bartlett2012-01-121-1/+4
* s4:kdc/mit_samba: disable mit_samba_check_s4u2proxy()Stefan Metzmacher2011-06-281-0/+9
* s4:kdc: generate the S4U_DELEGATION_INFO in the regenerated pacStefan Metzmacher2011-06-281-1/+1
* s4:kdc: split s4u2self and s4u2proxy checksStefan Metzmacher2011-05-181-4/+4
* mit-samba: Allow nesting on the event contextSimo Sorce2011-02-071-0/+3
* s4:kdc/*.c - minimise includesMatthias Dieter Wallnöfer2010-12-121-3/+1
* s4-loadparm: use loadparm_init_global() instead of loadparm_init()Andrew Tridgell2010-11-291-1/+1
* s4-kerberos Remove unused parameterAndrew Bartlett2010-10-111-1/+0
* s4-kdc Handle the case where we may be given a ticket from an RODC in db layerAndrew Bartlett2010-09-291-1/+1
* s4-kdc Add common setup, handle RODC setup caseAndrew Bartlett2010-09-291-30/+12
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-3/+3
* s4:kdc Remove special talloc_free of the ldb contextAndrew Bartlett2010-05-281-1/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-3/+0
* s4:kdc Add functions to hdb-samba4 for the new s4u2self callback.Andrew Bartlett2010-04-101-4/+4
* s4:kdc add mit plugin codeSimo Sorce2010-02-251-0/+374