Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15573: Fix build of systems that have iconv headers in non-standard locations | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r15497: I'm not really sure this is correct in terms of how we should be resp... | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r15481: Update heimdal/ to match current lorikeet-heimdal. | Andrew Bartlett | 1 | -161/+199 |
2007-10-10 | r15480: Patch from lha, to ensure we don't leave a free()'ed element in the | Andrew Bartlett | 1 | -3/+1 |
2007-10-10 | r15379: Fix shared library build's unresolved dependencies | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15356: Remove unused 'flags' argument from socket_send() and friends. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r15338: Fix build of most things with shared libs enabled. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15301: Use static libraries internally. This required a few hacks in the build | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r15297: Move create_security_token() to samdb as it requires SAMDB (and the r... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15223: Move heimdal's -I parameters from the global list of includes to | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r14856: fix bugs noticed by the ibm code checker | Stefan Metzmacher | 1 | -8/+10 |
2007-10-10 | r14571: More improvements on shared library support in Samba. Only ldb is lef... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14567: Make some more functions public. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14537: remove used file | Stefan Metzmacher | 1 | -339/+0 |
2007-10-10 | r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone. | Jelmer Vernooij | 2 | -3/+0 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14427: don't reference short_princ after it is freed | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14203: Include less private heimdal headers. | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r14079: I just found the setproctitle library from alt linux:-) | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r13960: Generate makefile rules for installing/removing shared modules. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r13926: More header splitups. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 3 | -1/+5 |
2007-10-10 | r13910: Fix the 'your password has expired' on every login. We now consider | Andrew Bartlett | 1 | -7/+5 |
2007-10-10 | r13903: Don't generate prototypes for modules and binaries in include/proto.h by | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13516: We can't bind to both 0.0.0.0 and specific network interfaces at the | Andrew Bartlett | 1 | -7/+0 |
2007-10-10 | r13321: Bind to each interface and to the 0.0.0.0 interface on the KDC. This | Andrew Bartlett | 1 | -9/+24 |
2007-10-10 | r13252: Cleanup, both in code, comments and talloc use: | Andrew Bartlett | 1 | -23/+12 |
2007-10-10 | r13207: Use the new API for using/not using kerbeors in hdb-ldb.c | Andrew Bartlett | 1 | -5/+3 |
2007-10-10 | r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in our | Andrew Bartlett | 5 | -9/+45 |
2007-10-10 | r13069: adding a hack on instructions from andrew | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r12804: This patch reworks the Samba4 sockets layer to use a socket_address | Andrew Bartlett | 3 | -58/+38 |
2007-10-10 | r12696: Reduce the size of include/structs.h | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r12683: Fix declaration and initialisation placement. | Andrew Bartlett | 1 | -5/+6 |
2007-10-10 | r12682: This patch finally fixes our kpasswdd implementation to be compatible | Andrew Bartlett | 3 | -60/+177 |
2007-10-10 | r12681: Allow an entry to have no kerberos keys. This occours when an entry | Andrew Bartlett | 1 | -16/+24 |
2007-10-10 | r12631: Now we have fixed the provision script, we don't need to work around | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12599: This new LDB module (and associated changes) allows Samba4 to operate | Andrew Bartlett | 1 | -100/+20 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r12383: Fixes for Apple's AD client. Don't segfualt in the KDC, and they | Andrew Bartlett | 1 | -6/+8 |
2007-10-10 | r12362: Along with a cracknames change in the previous commit, this should | Andrew Bartlett | 1 | -9/+15 |
2007-10-10 | r12327: ENT_TYPE_ANY isn't used anywhere in Samba4, so don't implement it in ... | Andrew Bartlett | 1 | -21/+7 |
2007-10-10 | r12269: Update to current lorikeet-heimdal. This changed the way the hdb | Andrew Bartlett | 3 | -108/+95 |
2007-10-10 | r12179: Allow our KDC to use LDAP to get to the backend database. | Andrew Bartlett | 5 | -23/+49 |
2007-10-10 | r12121: remove some dublicate code | Stefan Metzmacher | 1 | -44/+19 |