summaryrefslogtreecommitdiffstats
path: root/source4/kdc
Commit message (Expand)AuthorAgeFilesLines
* kdc: Fix S4U2Self handling with KRB5_NT_ENTERPRISE_PRINCIPAL containing a UPNAndrew Bartlett2015-03-091-21/+0
* kdc: make Samba KDC pass new TGS-REQ and AS-REQ (to self) testingAndrew Bartlett2015-02-081-58/+148
* kdc: fixup KDC to use functions portable to MIT krb5Andrew Bartlett2015-02-081-1/+1
* kdc: Correctly return the krbtgt/realm@REALM principal from our KDCAndrew Bartlett2015-01-231-25/+31
* kdc: Add TODO to remind us where we need to hook for RODC to get secretsAndrew Bartlett2015-01-231-0/+1
* kdc: Fix Samba's KDC to only change the principal in the right casesAndrew Bartlett2015-01-231-9/+23
* kdc: Fix enterpise principal name handlingAndrew Bartlett2015-01-232-11/+24
* s4:kdc/db-glue: fix supported_enctypes samba_kdc_trust_message2entry()Stefan Metzmacher2015-01-211-5/+5
* s4:kdc: add aes key support for trusted domainsStefan Metzmacher2014-12-191-37/+148
* s4:kdc: remove unused allow_warnings=True for 'MIT_SAMBA'Stefan Metzmacher2014-11-251-1/+0
* s4:kdc: comment out unused code in db-glue.cStefan Metzmacher2014-11-251-2/+2
* Fix commented out code in kpasswd server to use correct functionAndrew Bartlett2014-09-271-1/+1
* auth: Split out fetching trusted domain into sam_get_results_trust()Andrew Bartlett2014-09-011-37/+15
* s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison2014-06-071-2/+10
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-281-1/+1
* kdc: call authsam_zero_bad_pwd_count on successful AS-REQAndrew Bartlett2014-04-021-0/+2
* kdc: Include values from msDS-User-Account-Control-Computed when checking use...Andrew Bartlett2014-04-021-0/+20
* kdc: Set flags.locked_out on a locked-out user.Andrew Bartlett2014-04-021-1/+1
* s4:auth: Add password lockout support to the AD DCAndrew Bartlett2014-04-021-1/+17
* dsdb: Put password lockout support in samdb_result_passwords()Andrew Bartlett2014-04-021-2/+7
* s4:kdc: explicitly use allow_warnings=True for MIT_SAMBAStefan Metzmacher2014-04-021-0/+1
* s4:kdc: make use of gensec_update_ev()Stefan Metzmacher2014-03-271-1/+1
* kdc: Use correct KDC include path when building against the system heimdalAndrew Bartlett2014-03-141-5/+11
* s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher2014-03-071-1/+1
* kdc: Free the resource which is not used anymoreSantosh Kumar Pradhan2014-02-211-0/+1
* kdc: Add belts-and-braces check that we fail if the hdb version changesAndrew Bartlett2014-01-202-0/+11
* Support for Heimdal's unified krb5 and hdb plugin system.Jeffrey Clark2014-01-211-0/+16
* s4:kdc fix compiler warningsChristian Ambach2013-12-121-2/+1
* Cope with first element in hdb_method having a different name in different he...Jelmer Vernooij2013-11-281-1/+1
* s4-kdc: Improve grammer and clarity of password change failure messages.Andrew Bartlett2012-09-011-4/+3
* s4-kdc: Give information on how long the password history isAndrew Bartlett2012-08-311-1/+2
* lib/krb5_wrap: Move kerberos_enctype_to_bitmap() into krb5_wrapAndrew Bartlett2012-08-281-20/+0
* s4:kdc/wdc-samba4.c - fix user logins on specific workstationsMatthias Dieter Wallnöfer2012-08-141-4/+5
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+5
* heimdal: Cope with newer Heimdal versions accepting a keyset argument toJelmer Vernooij2012-05-071-0/+4
* Make krb5 context initialization not heimdal specificSimo Sorce2012-04-231-1/+1
* Move kdc_get_policy helper in the lsa server where it belongs.Simo Sorce2012-04-205-94/+18
* Use loadparm helper to find lifetime defaultsSimo Sorce2012-04-191-6/+10
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-121-0/+1
* s4-auth-krb: Move function to db-glue.c and make it static.Simo Sorce2012-04-121-0/+21
* Log short_princ instead of uninitialised filter.Michael Wood2012-01-211-5/+6
* 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-126-44/+152
* s4-kdc: use IDL constant NETLOGON_GENERIC_KRB5_PAC_VALIDATEAndrew Bartlett2012-01-121-1/+1
* s4-kdc: only build hdb plugin if we build against system HeimdalAndrew Bartlett2011-12-071-0/+1
* s4-kdc: Add hdb plugin for samba4, to allow kadmin to workAndrew Bartlett2011-11-305-40/+103
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-181-1/+1
* pac: Fix wrong memory allocation checkSimo Sorce2011-10-111-1/+1
* s4-kdc: fixed handling of previous vs current trust passwordAndrew Tridgell2011-10-041-36/+77
* s4-kdc: don't look at global catalog NCs in the kdcAndrew Tridgell2011-10-042-16/+23