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