summaryrefslogtreecommitdiff
path: root/source4/kdc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij4-4/+4
2007-10-10r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell1-2/+2
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2-10/+10
2007-10-10r17341: pass a messaging context to auth_context_create()Stefan Metzmacher1-3/+2
2007-10-10r16964: Remove extra debugs no longer required in a working KDCAndrew Bartlett1-26/+21
2007-10-10r16237: Use an appropriate basedn for these searches, so they occour into theAndrew Bartlett1-2/+4
2007-10-10r16056: Fix errors found by trying to use our kpasswd server and the Apple cl...Andrew Bartlett1-4/+1
2007-10-10r15883: Make sure timegm() prototype is available (on systems where we've had toJim McDonough1-0/+1
2007-10-10r15853: started the process of removing the warnings now thatAndrew Tridgell1-2/+1
2007-10-10r15830: fixed two kdc memory leaksAndrew Tridgell2-14/+8
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij1-1/+0
2007-10-10r15497: I'm not really sure this is correct in terms of how we should be resp...Andrew Bartlett1-0/+4
2007-10-10r15481: Update heimdal/ to match current lorikeet-heimdal.Andrew Bartlett1-161/+199
2007-10-10r15480: Patch from lha, to ensure we don't leave a free()'ed element in theAndrew Bartlett1-3/+1
2007-10-10r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij1-1/+1
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett1-2/+2
2007-10-10r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij1-1/+1
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+1
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij1-1/+3
2007-10-10r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij1-1/+1
2007-10-10r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working...Jelmer Vernooij1-1/+1
2007-10-10r15223: Move heimdal's -I parameters from the global list of includes toJelmer Vernooij1-1/+2
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-2/+2
2007-10-10r14856: fix bugs noticed by the ibm code checkerStefan Metzmacher1-8/+10
2007-10-10r14571: More improvements on shared library support in Samba. Only ldb is lef...Jelmer Vernooij1-1/+1
2007-10-10r14567: Make some more functions public.Jelmer Vernooij1-1/+1
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r14537: remove used fileStefan Metzmacher1-339/+0
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2-3/+0
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r14427: don't reference short_princ after it is freedAndrew Tridgell1-1/+1
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-0/+2
2007-10-10r14203: Include less private heimdal headers.Andrew Bartlett1-1/+5
2007-10-10r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher1-0/+2
2007-10-10r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij1-2/+2
2007-10-10r13926: More header splitups.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij3-1/+5
2007-10-10r13910: Fix the 'your password has expired' on every login. We now considerAndrew Bartlett1-7/+5
2007-10-10r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij1-0/+1
2007-10-10r13516: We can't bind to both 0.0.0.0 and specific network interfaces at theAndrew Bartlett1-7/+0
2007-10-10r13321: Bind to each interface and to the 0.0.0.0 interface on the KDC. ThisAndrew Bartlett1-9/+24
2007-10-10r13252: Cleanup, both in code, comments and talloc use:Andrew Bartlett1-23/+12
2007-10-10r13207: Use the new API for using/not using kerbeors in hdb-ldb.cAndrew Bartlett1-5/+3
2007-10-10r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in ourAndrew Bartlett5-9/+45
2007-10-10r13069: adding a hack on instructions from andrewAndrew Tridgell1-1/+2
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett3-58/+38
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-0/+2
2007-10-10r12683: Fix declaration and initialisation placement.Andrew Bartlett1-5/+6
2007-10-10r12682: This patch finally fixes our kpasswdd implementation to be compatibleAndrew Bartlett3-60/+177