summaryrefslogtreecommitdiffstats
path: root/source4/kdc/hdb-ldb.c
Commit message (Expand)AuthorAgeFilesLines
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell2007-10-101-2/+2
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2007-10-101-8/+8
* r16964: Remove extra debugs no longer required in a working KDCAndrew Bartlett2007-10-101-26/+21
* r16237: Use an appropriate basedn for these searches, so they occour into theAndrew Bartlett2007-10-101-2/+4
* r16056: Fix errors found by trying to use our kpasswd server and the Apple cl...Andrew Bartlett2007-10-101-4/+1
* r15883: Make sure timegm() prototype is available (on systems where we've had toJim McDonough2007-10-101-0/+1
* r15853: started the process of removing the warnings now thatAndrew Tridgell2007-10-101-2/+1
* r15830: fixed two kdc memory leaksAndrew Tridgell2007-10-101-13/+7
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-101-1/+0
* r15497: I'm not really sure this is correct in terms of how we should be resp...Andrew Bartlett2007-10-101-0/+4
* r15481: Update heimdal/ to match current lorikeet-heimdal.Andrew Bartlett2007-10-101-161/+199
* r15480: Patch from lha, to ensure we don't leave a free()'ed element in theAndrew Bartlett2007-10-101-3/+1
* r14427: don't reference short_princ after it is freedAndrew Tridgell2007-10-101-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+2
* r13910: Fix the 'your password has expired' on every login. We now considerAndrew Bartlett2007-10-101-7/+5
* r13252: Cleanup, both in code, comments and talloc use:Andrew Bartlett2007-10-101-23/+12
* r13207: Use the new API for using/not using kerbeors in hdb-ldb.cAndrew Bartlett2007-10-101-5/+3
* r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in ourAndrew Bartlett2007-10-101-2/+19
* r13069: adding a hack on instructions from andrewAndrew Tridgell2007-10-101-1/+2
* r12681: Allow an entry to have no kerberos keys. This occours when an entryAndrew Bartlett2007-10-101-16/+24
* r12631: Now we have fixed the provision script, we don't need to work aroundAndrew Bartlett2007-10-101-1/+1
* r12599: This new LDB module (and associated changes) allows Samba4 to operateAndrew Bartlett2007-10-101-100/+20
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r12362: Along with a cracknames change in the previous commit, this shouldAndrew Bartlett2007-10-101-9/+15
* r12327: ENT_TYPE_ANY isn't used anywhere in Samba4, so don't implement it in ...Andrew Bartlett2007-10-101-21/+7
* r12269: Update to current lorikeet-heimdal. This changed the way the hdbAndrew Bartlett2007-10-101-104/+90
* r12179: Allow our KDC to use LDAP to get to the backend database.Andrew Bartlett2007-10-101-11/+32
* r12036: Fix more KDC memory leaks (and there are probably still more...).Andrew Bartlett2007-10-101-0/+4
* r12035: Fix memory leaks in the KDC.Andrew Bartlett2007-10-101-0/+3
* r11987: Clarify the accountExpires behaviour in the KDC.Andrew Bartlett2007-10-101-4/+5
* r11572: Add support for accountExpires and password expiry (should cause theAndrew Bartlett2007-10-101-2/+32
* r11567: Ldb API change patch.Simo Sorce2007-10-101-34/+36
* r11544: Allow delegation in a Samba4 realm.Andrew Bartlett2007-10-101-0/+1
* r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett2007-10-101-79/+52
* r11536: Add a hook for client-principal access control to hdb-ldb, re-usingAndrew Bartlett2007-10-101-11/+93
* r11525: Move lookups (including the attribute search) for users fromAndrew Bartlett2007-10-101-43/+22
* r11524: More work on our hdb backend in the KDC.Andrew Bartlett2007-10-101-116/+78
* r11333: Push service principal lookups into the cracknames code, rather thanAndrew Bartlett2007-10-101-166/+92
* r11322: Start moving towards using the cracknames code in the KDC.Andrew Bartlett2007-10-101-26/+70
* r11206: It appears to me that any account may operate as a server.Andrew Bartlett2007-10-101-1/+5
* r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2007-10-101-1/+1
* r9931: Make use of new 'norealm' parsing functions rather than strchr(p '@').Andrew Bartlett2007-10-101-11/+15
* r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij2007-10-101-1/+1
* r9392: Fix ldb_dn_compose to make build farm happySimo Sorce2007-10-101-3/+2
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-27/+35
* r9310: Add two missing return statements after null pointer checks to fix pot...Steve French2007-10-101-0/+2
* r9235: Remove attribute search we no longer reference.Andrew Bartlett2007-10-101-1/+0
* r9170: fix crash bugStefan Metzmacher2007-10-101-2/+3
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-3/+6