summaryrefslogtreecommitdiff
path: root/source4/auth/gensec
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17272: move the callback stuff into a substructureStefan Metzmacher1-8/+10
2007-10-10r17267: - add an async interface for gensec_update() to the public gensec apiStefan Metzmacher2-0/+78
2007-10-10r17223: In some protocols it is not possible to negoitate off some features,Andrew Bartlett1-5/+3
2007-10-10r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2-38/+66
2007-10-10r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett4-18/+503
2007-10-10r17173: Check for oversize output, not oversize input, and fix the GSSAPI mechAndrew Bartlett1-10/+11
2007-10-10r17171: Add a gensec function to determine the maximum negotiated buffer size,Andrew Bartlett3-34/+134
2007-10-10r16829: Fix a number of issues raised by the IBM checker, or gcc warnings.Andrew Bartlett1-2/+3
2007-10-10r16516: Get rid of file_exists() as there already is a file_exist().Jelmer Vernooij1-1/+1
2007-10-10r16056: Fix errors found by trying to use our kpasswd server and the Apple cl...Andrew Bartlett1-1/+1
2007-10-10r15853: started the process of removing the warnings now thatAndrew Tridgell2-5/+2
2007-10-10r15485: This 'fake' GSSAPI doesn't do the extra SASL negotiation correctly, soAndrew Bartlett1-1/+0
2007-10-10r15426: Implement SPNEGO as the default RPC authentication mechanism. WhereAndrew Bartlett1-0/+9
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