summaryrefslogtreecommitdiffstats
path: root/source4/kdc/hdb-samba4.c
Commit message (Expand)AuthorAgeFilesLines
* kdc: call authsam_zero_bad_pwd_count on successful AS-REQAndrew Bartlett2014-04-021-0/+2
* s4:auth: Add password lockout support to the AD DCAndrew Bartlett2014-04-021-1/+17
* kdc: Add belts-and-braces check that we fail if the hdb version changesAndrew Bartlett2014-01-201-0/+5
* s4-kdc: Add hdb plugin for samba4, to allow kadmin to workAndrew Bartlett2011-11-301-32/+0
* s4:kdc: split s4u2self and s4u2proxy checksStefan Metzmacher2011-05-181-6/+21
* s4:kdc/*.c - minimise includesMatthias Dieter Wallnöfer2010-12-121-4/+0
* s4/kdc - fix a warning regarding a changed parameter type (kvno)Matthias Dieter Wallnöfer2010-12-031-1/+1
* s4:heimdal: import lorikeet-heimdal-201012010201 (commit 81fe27bcc0148d410ca4...Andrew Bartlett2010-12-011-16/+0
* s4-kdc: rename kdc/kdc.h to kdc/kdc-glue.hAndrew Tridgell2010-11-121-1/+1
* s4-kdc Fix up after import of new lorikeet-heimdalAndrew Bartlett2010-10-031-2/+18
* s4-kdc Handle the case where we may be given a ticket from an RODC in db layerAndrew Bartlett2010-09-291-4/+5
* s4-kdc Add common setup, handle RODC setup caseAndrew Bartlett2010-09-291-43/+3
* Per Andrews request, revertJelmer Vernooij2010-06-231-2/+0
* heimdal/waf: Initial work on making it possible to use the systemJelmer Vernooij2010-06-191-0/+2
* s4:kdc Remove special talloc_free of the ldb contextAndrew Bartlett2010-05-281-10/+0
* Remove more usages of iconv_convenience in files which were apparently not re...Jelmer Vernooij2010-05-181-1/+0
* s4:kdc Add functions to hdb-samba4 for the new s4u2self callback.Andrew Bartlett2010-04-101-5/+6
* s4:kdc move db functions in their own fileSimo Sorce2010-01-281-1463/+45
* s4:kdc Use a clearer name for the samba kdc entrySimo Sorce2010-01-281-17/+15
* s4:kdc Use better db context structureSimo Sorce2010-01-281-60/+76
* s4:kdc Simplify header filesSimo Sorce2010-01-221-6/+8
* Fix commentSimo Sorce2010-01-081-1/+1
* s4:cleanups remove trailing spaces and tabsSimo Sorce2009-12-231-119/+120
* s4-hdb: go back to a separate samdb for the KDCAndrew Tridgell2009-11-091-1/+16
* s4:kdc/hdb-samba4 - Remove unused variableMatthias Dieter Wallnöfer2009-10-301-1/+0
* s4-samdb: reduce the number of samdb opens at startupAndrew Tridgell2009-10-251-3/+3
* s4-kdc: ignore unknown keytypes Andrew Tridgell2009-09-181-0/+6
* fixed a double free bug on error in net exportAndrew Tridgell2009-08-251-1/+0
* s4:kerberos Use MIT compatible names for these enc typesAndrew Bartlett2009-08-211-2/+2
* s4:kerberos Add support for user principal names in certificatesAndrew Bartlett2009-07-281-12/+91
* s4:kdc Push context to hdb_samba4 by way of the 'name' of the DBAndrew Bartlett2009-07-271-3/+12
* s4:kdc Tidy up hdb_samba4 some moreAndrew Bartlett2009-07-271-28/+38
* s4:kdc Add in a simple check for constrained delegation to selfAndrew Bartlett2009-07-201-1/+70
* s4:kdc Rework KDC to pull in less attributes for krbtgt lookupsAndrew Bartlett2009-07-171-16/+33
* s4:kdc rename functions from LDB_ to hdb_samba4Andrew Bartlett2009-07-171-71/+71
* s4:kdc Initialise new hdb function pointers.Andrew Bartlett2009-07-161-0/+3
* libds: share UF_ flags between samba3 and 4.Günther Deschner2009-07-131-1/+1
* s4:heimdal Allow KRB5_NT_ENTERPRISE names in all DB lookupsAndrew Bartlett2009-06-301-0/+1
* s4:kdc Only get the lp_ctx once for a LDB_fetch()Andrew Bartlett2009-06-301-11/+18
* Rework hdb-samba4 to remove useless abstractions.Andrew Bartlett2009-06-301-84/+44
* s4:kdc Allow a password change when the password is expiredAndrew Bartlett2009-06-181-1/+12
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-121-59/+52
* changed the auth path to use extended DN ops to avoid non-indexed searchesAndrew Tridgell2009-06-041-27/+25
* Handle the krbtgt special case by looking for RID -514Andrew Bartlett2009-05-271-26/+52
* Don't use crossRef records to find our own domainAndrew Bartlett2009-05-261-138/+69
* s4:kdc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-011-26/+26
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* s4:kdc: pass down event_context explicitStefan Metzmacher2008-12-291-1/+1
* Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-181-2/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1