Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14952: Make sure the auth subsystem gets initialized if a gensec module need... | Jelmer Vernooij | 2 | -1/+5 |
2007-10-10 | r14816: Simplify test for comparison_fn_t | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14713: For testing, it is sometimes useful to specify a hostname for kerberos | Andrew Bartlett | 1 | -0/+6 |
2007-10-10 | r14700: Fix spelling, and change these informational messages to debug level 5. | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r14575: Move some path-related functions to libsamba-config so libsamba-util | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14572: Give libraries saner names, remove some .pc files, make some things | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 5 | -0/+5 |
2007-10-10 | r14497: Fix build with shared libraries | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14484: Install more headers | Jelmer Vernooij | 2 | -3/+3 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r14409: quieten warnings | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r14383: Fix non-developer build. | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r14363: Remove credentials.h from the global includes. | Jelmer Vernooij | 1 | -0/+6 |
2007-10-10 | r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r14071: fix the build | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r14070: this functions need to be exported, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14065: build gensec_schannel always static as libnet needs functions from it | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r13969: Make these names lowercase as well (just like they are now in the bui... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13960: Generate makefile rules for installing/removing shared modules. | Jelmer Vernooij | 1 | -10/+10 |
2007-10-10 | r13938: Around round of splitups | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 3 | -1/+4 |
2007-10-10 | r13903: Don't generate prototypes for modules and binaries in include/proto.h by | Jelmer Vernooij | 3 | -0/+4 |
2007-10-10 | r13840: Mark some functions as public. | Jelmer Vernooij | 1 | -13/+13 |
2007-10-10 | r13655: Use new name of build header | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13619: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13584: Another try at SPNEGO stuff. I need to write a better testsuite for ... | Andrew Bartlett | 1 | -0/+23 |
2007-10-10 | r13583: Realise that the member server name appears in all calls that use the | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13481: As far as I can tell, my changes in -r 12863 were dangerously untested. | Andrew Bartlett | 1 | -7/+8 |
2007-10-10 | r13402: Make Samba4 pass a nastier RPC-SCHANNEL test. | Andrew Bartlett | 3 | -50/+89 |
2007-10-10 | r13344: Trust SASL to have subtle distinctions between NULL and zero-length | Andrew Bartlett | 1 | -10/+24 |
2007-10-10 | r13342: Make the GSSAPI SASL mech actually work, by (shock horror) reading th... | Andrew Bartlett | 2 | -73/+436 |
2007-10-10 | r13250: I missed a couple of talloc_free()'s | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r13247: Try to make better use of talloc in the auth/ and auth/gensec code. | Andrew Bartlett | 2 | -12/+30 |
2007-10-10 | r13245: Don't segfault if we don't have a credentials structure on this gensec | Andrew Bartlett | 1 | -3/+6 |
2007-10-10 | r13206: This patch finally re-adds a -k option that works reasonably. | Andrew Bartlett | 5 | -49/+145 |
2007-10-10 | r12863: As lha suggested to me a while back, it appears that the | Andrew Bartlett | 1 | -8/+7 |
2007-10-10 | r12804: This patch reworks the Samba4 sockets layer to use a socket_address | Andrew Bartlett | 3 | -61/+21 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12682: This patch finally fixes our kpasswdd implementation to be compatible | Andrew Bartlett | 3 | -8/+146 |
2007-10-10 | r12670: Make a couple of dependencies stricter | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12628: Prevent double registration warnings | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12621: INIT_FUNCTION no longer has to be set on libraries | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12620: Get rid of automatically generated lists of init functions of subsyst... | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 3 | -5/+0 |
2007-10-10 | r12592: Remove some useless dependencies | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 3 | -1/+3 |
2007-10-10 | r12499: Move smb_build.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -10/+8 |