summaryrefslogtreecommitdiffstats
path: root/source4/kdc
Commit message (Expand)AuthorAgeFilesLines
* r14856: fix bugs noticed by the ibm code checkerStefan Metzmacher2007-10-101-8/+10
* r14571: More improvements on shared library support in Samba. Only ldb is lef...Jelmer Vernooij2007-10-101-1/+1
* r14567: Make some more functions public.Jelmer Vernooij2007-10-101-1/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14537: remove used fileStefan Metzmacher2007-10-101-339/+0
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-102-3/+0
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14427: don't reference short_princ after it is freedAndrew Tridgell2007-10-101-1/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-0/+2
* r14203: Include less private heimdal headers.Andrew Bartlett2007-10-101-1/+5
* r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher2007-10-101-0/+2
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2007-10-101-2/+2
* r13926: More header splitups.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-103-1/+5
* r13910: Fix the 'your password has expired' on every login. We now considerAndrew Bartlett2007-10-101-7/+5
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-101-0/+1
* r13516: We can't bind to both 0.0.0.0 and specific network interfaces at theAndrew Bartlett2007-10-101-7/+0
* r13321: Bind to each interface and to the 0.0.0.0 interface on the KDC. ThisAndrew Bartlett2007-10-101-9/+24
* 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-105-9/+45
* r13069: adding a hack on instructions from andrewAndrew Tridgell2007-10-101-1/+2
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-103-58/+38
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-0/+2
* r12683: Fix declaration and initialisation placement.Andrew Bartlett2007-10-101-5/+6
* r12682: This patch finally fixes our kpasswdd implementation to be compatibleAndrew Bartlett2007-10-103-60/+177
* 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-102-0/+2
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-102-2/+2
* r12383: Fixes for Apple's AD client. Don't segfualt in the KDC, and theyAndrew Bartlett2007-10-101-6/+8
* 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-103-108/+95
* r12179: Allow our KDC to use LDAP to get to the backend database.Andrew Bartlett2007-10-105-23/+49
* r12121: remove some dublicate codeStefan Metzmacher2007-10-101-44/+19
* 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
* r11968: More warning fixes. We're on track to getting to double digits forTim Potter2007-10-101-4/+4
* r11930: Add socket/packet handling code for kpasswddAndrew Bartlett2007-10-102-3/+34
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-101-1/+2
* r11621: some minor fixes from comments by metzeAndrew Tridgell2007-10-101-3/+3
* r11619: use the 32 bit length helper in the kdc.Andrew Tridgell2007-10-101-23/+1
* r11608: switched the kdc to use the generic packet send codeAndrew Tridgell2007-10-101-40/+10
* r11604: converted the kdc code to use the new packet lib. Andrew, I'm not sureAndrew Tridgell2007-10-101-78/+67
* 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