summaryrefslogtreecommitdiff
path: root/source4/kdc/hdb-samba4.c
Commit message (Expand)AuthorAgeFilesLines
* s4:kdc: only map SDB_ERR_NOT_FOUND_HERE to HDB_ERR_NOT_FOUND_HEREStefan Metzmacher2017-12-061-6/+18
* netlogon: Implement SendToSam along with its winbind forwardingGarming Sam2017-05-301-1/+29
* kdc: Send bad password via NETLOGON in RODCGarming Sam2017-05-301-7/+72
* heimdal: Pass extra information to hdb_auth_status() to log success and failuresAndrew Bartlett2017-03-291-4/+120
* auth: keep track of lastLogon and lastLogonTimestampDouglas Bagnall2015-12-151-2/+5
* hdb-samba: Translate SDB errors to HDB errorsAndreas Schneider2015-08-051-26/+97
* s4-kdc: Use sdb in db-glue and hdb-samba4Günther Deschner2015-07-301-3/+46
* s4-kdc/db_glue: pass down only a samba_kdc_entry to samba_kdc_check_s4u2proxy().Günther Deschner2015-03-271-1/+4
* s4-kdc/db_glue: pass down only a samba_kdc_entry to samba_kdc_check_pkinit_ms...Günther Deschner2015-03-271-1/+4
* s4-kdc/db_glue: pass down only a samba_kdc_entry to samba_kdc_check_s4u2self().Günther Deschner2015-03-271-2/+5
* kdc: Fix enterpise principal name handlingAndrew Bartlett2015-01-231-1/+1
* 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