summaryrefslogtreecommitdiffstats
path: root/source4/kdc
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4-kdc: treat a kvno of 255 as unspecifiedAndrew Tridgell2011-10-041-1/+4
* s4-kdc: set NO_GLOBAL_CATALOG control in kdcAndrew Tridgell2011-09-221-3/+5
* s4-kdc: default kvno for inter-domain trusts to zeroAndrew Tridgell2011-09-191-1/+9
* s4-kdc: fixed subtree search in KDCAndrew Tridgell2011-08-251-1/+3
* credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij2011-08-181-5/+5
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-031-0/+1
* s4:kdc: fix compiler warningStefan Metzmacher2011-08-021-1/+1
* s4:kdc: canonicalize the principal if HDB_F_FOR_TGS_REQ is givenStefan Metzmacher2011-07-261-2/+7
* s4:kdc: restore the behavior before the last heimdal importStefan Metzmacher2011-07-201-8/+16
* s4:kdc: set *_strongest_*_key to true to restore the old behaviorStefan Metzmacher2011-07-151-0/+13
* 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-284-7/+155
* s4:kdc: use KRB5_WINDC_PLUGIN_MINOR define instead of KRB5_WINDC_PLUGING_MINORStefan Metzmacher2011-06-281-1/+1