summaryrefslogtreecommitdiffstats
path: root/source/kdc
Commit message (Expand)AuthorAgeFilesLines
* r16964: Remove extra debugs no longer required in a working KDCAndrew Bartlett2006-07-121-26/+21
* r16237: Use an appropriate basedn for these searches, so they occour into theAndrew Bartlett2006-06-141-2/+4
* r16056: Fix errors found by trying to use our kpasswd server and the Apple cl...Andrew Bartlett2006-06-061-4/+1
* r15883: Make sure timegm() prototype is available (on systems where we've had toJim McDonough2006-05-251-0/+1
* r15853: started the process of removing the warnings now thatAndrew Tridgell2006-05-241-2/+1
* r15830: fixed two kdc memory leaksAndrew Tridgell2006-05-232-14/+8
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2006-05-131-1/+0
* r15497: I'm not really sure this is correct in terms of how we should be resp...Andrew Bartlett2006-05-071-0/+4
* r15481: Update heimdal/ to match current lorikeet-heimdal.Andrew Bartlett2006-05-071-161/+199
* r15480: Patch from lha, to ensure we don't leave a free()'ed element in theAndrew Bartlett2006-05-071-3/+1
* r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij2006-05-011-1/+1
* 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