summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
* r15363: Fix dependencies for shared libraryJelmer Vernooij2007-10-101-2/+3
* r15330: Add comment for IBM checker.Andrew Bartlett2007-10-101-2/+1
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-101-1/+1
* r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij2007-10-101-1/+1
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2007-10-102-2/+2
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-4/+4
* r14952: Make sure the auth subsystem gets initialized if a gensec module need...Jelmer Vernooij2007-10-102-1/+5
* r14816: Simplify test for comparison_fn_tJelmer Vernooij2007-10-101-0/+2
* r14713: For testing, it is sometimes useful to specify a hostname for kerberosAndrew Bartlett2007-10-101-0/+6
* r14700: Fix spelling, and change these informational messages to debug level 5.Andrew Bartlett2007-10-101-6/+6
* r14575: Move some path-related functions to libsamba-config so libsamba-utilJelmer Vernooij2007-10-101-1/+1
* r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij2007-10-101-1/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-105-0/+5
* r14497: Fix build with shared librariesJelmer Vernooij2007-10-101-2/+2
* r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij2007-10-101-1/+1
* r14484: Install more headersJelmer Vernooij2007-10-102-3/+3
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-102-2/+2
* r14409: quieten warningsAndrew Tridgell2007-10-101-0/+2
* r14383: Fix non-developer build.Jelmer Vernooij2007-10-102-2/+2
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-102-0/+2
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-101-0/+6
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij2007-10-101-3/+2
* r14071: fix the buildStefan Metzmacher2007-10-101-1/+2
* r14070: this functions need to be exported,Stefan Metzmacher2007-10-101-1/+1
* r14065: build gensec_schannel always static as libnet needs functions from itStefan Metzmacher2007-10-101-0/+1
* r13969: Make these names lowercase as well (just like they are now in the bui...Jelmer Vernooij2007-10-101-1/+1
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2007-10-101-10/+10
* r13938: Around round of splitupsJelmer Vernooij2007-10-102-0/+2
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-103-1/+4
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-103-0/+4
* r13840: Mark some functions as public.Jelmer Vernooij2007-10-101-13/+13
* r13655: Use new name of build headerJelmer Vernooij2007-10-101-1/+1
* r13619: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r13584: Another try at SPNEGO stuff. I need to write a better testsuite for ...Andrew Bartlett2007-10-101-0/+23
* r13583: Realise that the member server name appears in all calls that use theAndrew Bartlett2007-10-101-1/+1
* r13481: As far as I can tell, my changes in -r 12863 were dangerously untested.Andrew Bartlett2007-10-101-7/+8
* r13402: Make Samba4 pass a nastier RPC-SCHANNEL test.Andrew Bartlett2007-10-103-50/+89
* r13344: Trust SASL to have subtle distinctions between NULL and zero-lengthAndrew Bartlett2007-10-101-10/+24
* r13342: Make the GSSAPI SASL mech actually work, by (shock horror) reading th...Andrew Bartlett2007-10-102-73/+436
* r13250: I missed a couple of talloc_free()'sAndrew Bartlett2007-10-101-0/+2
* r13247: Try to make better use of talloc in the auth/ and auth/gensec code.Andrew Bartlett2007-10-102-12/+30
* r13245: Don't segfault if we don't have a credentials structure on this gensecAndrew Bartlett2007-10-101-3/+6
* r13206: This patch finally re-adds a -k option that works reasonably.Andrew Bartlett2007-10-105-49/+145
* r12863: As lha suggested to me a while back, it appears that theAndrew Bartlett2007-10-101-8/+7
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-103-61/+21
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-1/+1
* r12682: This patch finally fixes our kpasswdd implementation to be compatibleAndrew Bartlett2007-10-103-8/+146
* r12670: Make a couple of dependencies stricterJelmer Vernooij2007-10-101-1/+1
* r12628: Prevent double registration warningsJelmer Vernooij2007-10-101-1/+1
* r12621: INIT_FUNCTION no longer has to be set on librariesJelmer Vernooij2007-10-101-1/+0