summaryrefslogtreecommitdiffstats
path: root/source4/kdc
Commit message (Expand)AuthorAgeFilesLines
* 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
* r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij2007-10-101-1/+1
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2007-10-101-2/+2
* r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij2007-10-101-1/+1
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-1/+1
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-101-1/+3
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2007-10-101-1/+1
* r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working...Jelmer Vernooij2007-10-101-1/+1
* r15223: Move heimdal's -I parameters from the global list of includes toJelmer Vernooij2007-10-101-1/+2
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-2/+2
* 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