summaryrefslogtreecommitdiffstats
path: root/source/kdc
Commit message (Expand)AuthorAgeFilesLines
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2006-04-301-2/+2
* r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij2006-04-301-1/+1
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2006-04-291-1/+1
* r15301: Use static libraries internally. This required a few hacks in the build Jelmer Vernooij2006-04-271-1/+3
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2006-04-271-1/+1
* r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working...Jelmer Vernooij2006-04-261-1/+1
* r15223: Move heimdal's -I parameters from the global list of includes to Jelmer Vernooij2006-04-241-1/+2
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement Jelmer Vernooij2006-04-241-2/+2
* r14856: fix bugs noticed by the ibm code checkerStefan Metzmacher2006-04-021-8/+10
* r14571: More improvements on shared library support in Samba. Only ldb is lef...Jelmer Vernooij2006-03-191-1/+1
* r14567: Make some more functions public.Jelmer Vernooij2006-03-191-1/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2006-03-181-0/+1
* r14537: remove used fileStefan Metzmacher2006-03-181-339/+0
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2006-03-162-3/+0
* r14464: Don't include ndr_BASENAME.h files unless strictly required, instead Jelmer Vernooij2006-03-161-0/+1
* r14427: don't reference short_princ after it is freedAndrew Tridgell2006-03-151-1/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2006-03-141-0/+2
* r14203: Include less private heimdal headers.Andrew Bartlett2006-03-111-1/+5
* r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher2006-03-091-0/+2
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2006-03-071-2/+2
* r13926: More header splitups.Jelmer Vernooij2006-03-071-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on header Jelmer Vernooij2006-03-073-1/+5
* r13910: Fix the 'your password has expired' on every login. We now considerAndrew Bartlett2006-03-071-7/+5
* r13903: Don't generate prototypes for modules and binaries in include/proto.h...Jelmer Vernooij2006-03-061-0/+1
* r13516: We can't bind to both 0.0.0.0 and specific network interfaces at theAndrew Bartlett2006-02-151-7/+0
* r13321: Bind to each interface and to the 0.0.0.0 interface on the KDC. ThisAndrew Bartlett2006-02-031-9/+24
* r13252: Cleanup, both in code, comments and talloc use:Andrew Bartlett2006-01-311-23/+12
* r13207: Use the new API for using/not using kerbeors in hdb-ldb.cAndrew Bartlett2006-01-281-5/+3
* r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in ourAndrew Bartlett2006-01-245-9/+45
* r13069: adding a hack on instructions from andrewAndrew Tridgell2006-01-221-1/+2
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2006-01-093-58/+38
* r12696: Reduce the size of include/structs.hJelmer Vernooij2006-01-031-0/+2
* r12683: Fix declaration and initialisation placement.Andrew Bartlett2006-01-021-5/+6
* r12682: This patch finally fixes our kpasswdd implementation to be compatibleAndrew Bartlett2006-01-023-60/+177
* r12681: Allow an entry to have no kerberos keys. This occours when an entryAndrew Bartlett2006-01-021-16/+24
* r12631: Now we have fixed the provision script, we don't need to work aroundAndrew Bartlett2005-12-311-1/+1
* r12599: This new LDB module (and associated changes) allows Samba4 to operateAndrew Bartlett2005-12-301-100/+20
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2005-12-282-0/+2
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using Jelmer Vernooij2005-12-262-2/+2
* r12383: Fixes for Apple's AD client. Don't segfualt in the KDC, and theyAndrew Bartlett2005-12-201-6/+8
* r12362: Along with a cracknames change in the previous commit, this shouldAndrew Bartlett2005-12-191-9/+15
* r12327: ENT_TYPE_ANY isn't used anywhere in Samba4, so don't implement it in ...Andrew Bartlett2005-12-181-21/+7
* r12269: Update to current lorikeet-heimdal. This changed the way the hdbAndrew Bartlett2005-12-153-108/+95
* r12179: Allow our KDC to use LDAP to get to the backend database.Andrew Bartlett2005-12-115-23/+49
* r12121: remove some dublicate codeStefan Metzmacher2005-12-081-44/+19
* r12036: Fix more KDC memory leaks (and there are probably still more...).Andrew Bartlett2005-12-031-0/+4
* r12035: Fix memory leaks in the KDC.Andrew Bartlett2005-12-021-0/+3
* r11987: Clarify the accountExpires behaviour in the KDC.Andrew Bartlett2005-12-011-4/+5
* r11968: More warning fixes. We're on track to getting to double digits forTim Potter2005-11-301-4/+4
* r11930: Add socket/packet handling code for kpasswddAndrew Bartlett2005-11-272-3/+34