r16237: Use an appropriate basedn for these searches, so they occour into the
[jelmer/samba4-debian.git] / source / kdc / hdb-ldb.c
2007-10-10 Andrew Bartlettr16237: Use an appropriate basedn for these searches...
2007-10-10 Andrew Bartlettr16056: Fix errors found by trying to use our kpasswd...
2007-10-10 Jim McDonoughr15883: Make sure timegm() prototype is available ...
2007-10-10 Andrew Tridgellr15853: started the process of removing the warnings...
2007-10-10 Andrew Tridgellr15830: fixed two kdc memory leaks
2007-10-10 Jelmer Vernooijr15573: Fix build of systems that have iconv headers...
2007-10-10 Andrew Bartlettr15497: I'm not really sure this is correct in terms...
2007-10-10 Andrew Bartlettr15481: Update heimdal/ to match current lorikeet-heimdal.
2007-10-10 Andrew Bartlettr15480: Patch from lha, to ensure we don't leave a...
2007-10-10 Andrew Tridgellr14427: don't reference short_princ after it is freed
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr13910: Fix the 'your password has expired' on every...
2007-10-10 Andrew Bartlettr13252: Cleanup, both in code, comments and talloc...
2007-10-10 Andrew Bartlettr13207: Use the new API for using/not using kerbeors...
2007-10-10 Andrew Bartlettr13107: Follow the lead of Heimdal's kpasswdd and use...
2007-10-10 Andrew Tridgellr13069: adding a hack on instructions from andrew
2007-10-10 Andrew Bartlettr12681: Allow an entry to have no kerberos keys. This...
2007-10-10 Andrew Bartlettr12631: Now we have fixed the provision script, we...
2007-10-10 Andrew Bartlettr12599: This new LDB module (and associated changes...
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Andrew Bartlettr12362: Along with a cracknames change in the previous...
2007-10-10 Andrew Bartlettr12327: ENT_TYPE_ANY isn't used anywhere in Samba4...
2007-10-10 Andrew Bartlettr12269: Update to current lorikeet-heimdal. This chang...
2007-10-10 Andrew Bartlettr12179: Allow our KDC to use LDAP to get to the backend...
2007-10-10 Andrew Bartlettr12036: Fix more KDC memory leaks (and there are probab...
2007-10-10 Andrew Bartlettr12035: Fix memory leaks in the KDC.
2007-10-10 Andrew Bartlettr11987: Clarify the accountExpires behaviour in the...
2007-10-10 Andrew Bartlettr11572: Add support for accountExpires and password...
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Bartlettr11544: Allow delegation in a Samba4 realm.
2007-10-10 Andrew Bartlettr11543: A major upgrade to our KDC and PAC handling.
2007-10-10 Andrew Bartlettr11536: Add a hook for client-principal access control...
2007-10-10 Andrew Bartlettr11525: Move lookups (including the attribute search...
2007-10-10 Andrew Bartlettr11524: More work on our hdb backend in the KDC.
2007-10-10 Andrew Bartlettr11333: Push service principal lookups into the crackna...
2007-10-10 Andrew Bartlettr11322: Start moving towards using the cracknames code...
2007-10-10 Andrew Bartlettr11206: It appears to me that any account may operate...
2007-10-10 Andrew Bartlettr10810: This adds the hooks required to communicate...
2007-10-10 Andrew Bartlettr9931: Make use of new 'norealm' parsing functions...
2007-10-10 Jelmer Vernooijr9792: Rename StrCaseCmp -> strcasecmp_m. All these...
2007-10-10 Simo Sorcer9392: Fix ldb_dn_compose to make build farm happy
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Steve Frenchr9310: Add two missing return statements after null...
2007-10-10 Andrew Bartlettr9235: Remove attribute search we no longer reference.
2007-10-10 Stefan Metzmacherr9170: fix crash bug
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Andrew Bartlettr8511: This 'can't happen', but GCC gives warnings...
2007-10-10 Stefan Metzmacherr8363: - we need to correct the realm for the krbtgt...
2007-10-10 Andrew Bartlettr8249: Clarify (with a comment) why we are playing...
2007-10-10 Andrew Bartlettr8181: Allow host/foo.realm/realm@REALM requests, assum...
2007-10-10 Andrew Bartlettr7993: Further work on the Krb5 PAC.
2007-10-10 Andrew Bartlettr7969: It seems reasonable that our tickets be marked...
2007-10-10 Andrew Bartlettr7765: Thanks to Maurice Massar <massar@unix-ag.uni...
2007-10-10 Andrew Bartlettr7680: Move to using our own private enum for the princ...
2007-10-10 Andrew Bartlettr7651: Only convert SERVER requests to KRBTGT requests.
2007-10-10 Andrew Bartlettr7520: Fix memory leak in hdb-ldb.c
2007-10-10 Andrew Bartlettr7304: Make the libkdc actually work:
2007-10-10 Andrew Bartlettr7270: A big revamp to the way we handle kerberos error...
2007-10-10 Andrew Tridgellr7264: fix up the socket handling for abartlet. Still...
2007-10-10 Andrew Bartlettr7241: The KDC almost links...