summaryrefslogtreecommitdiffstats
path: root/source4/kdc
Commit message (Expand)AuthorAgeFilesLines
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-104-4/+4
* r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell2007-10-101-2/+2
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2007-10-102-10/+10
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-101-3/+2
* 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-102-14/+8
* 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