summaryrefslogtreecommitdiffstats
path: root/source4/kdc/hdb-samba4.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set default trust kvno to -1Andrew Bartlett2008-10-061-1/+1
* Fix cross-realm authentication in Samba4's KDC.Andrew Bartlett2008-10-061-3/+5
* Use the trust password version as kvno for trusts in Kerberos.Andrew Bartlett2008-10-061-0/+7
* Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc.Andrew Bartlett2008-09-291-0/+1550