summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
...
* r18249: Keep trying to start an GENSEC mech from the list until one actuallyAndrew Bartlett2007-10-101-2/+8
* r18242: The cyrus-sasl encode/decode routines process the entire input.Andrew Bartlett2007-10-101-0/+2
* r18198: Fix callbacks to use allocated or constant memory, not the stack.Andrew Bartlett2007-10-101-16/+22
* r18155: Add my work in progress, a module to link with Cyrus-SASL, for aAndrew Bartlett2007-10-103-2/+425
* r18068: This splits the handling of multiple SASL packets between the GENSECAndrew Bartlett2007-10-105-61/+239
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2007-10-101-5/+5
* r17344: move the gensec_update_request structure into the header fileStefan Metzmacher2007-10-102-12/+12
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-102-6/+32
* r17332: May as well make this a round numberAndrew Bartlett2007-10-101-1/+1
* r17272: move the callback stuff into a substructureStefan Metzmacher2007-10-101-8/+10
* r17267: - add an async interface for gensec_update() to the public gensec apiStefan Metzmacher2007-10-102-0/+78
* r17223: In some protocols it is not possible to negoitate off some features,Andrew Bartlett2007-10-101-5/+3
* r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2007-10-102-38/+66
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-104-18/+503
* r17173: Check for oversize output, not oversize input, and fix the GSSAPI mechAndrew Bartlett2007-10-101-10/+11
* r17171: Add a gensec function to determine the maximum negotiated buffer size,Andrew Bartlett2007-10-103-34/+134
* r16829: Fix a number of issues raised by the IBM checker, or gcc warnings.Andrew Bartlett2007-10-101-2/+3
* r16516: Get rid of file_exists() as there already is a file_exist().Jelmer Vernooij2007-10-101-1/+1
* r16056: Fix errors found by trying to use our kpasswd server and the Apple cl...Andrew Bartlett2007-10-101-1/+1
* r15853: started the process of removing the warnings now thatAndrew Tridgell2007-10-102-5/+2
* r15485: This 'fake' GSSAPI doesn't do the extra SASL negotiation correctly, soAndrew Bartlett2007-10-101-1/+0
* r15426: Implement SPNEGO as the default RPC authentication mechanism. WhereAndrew Bartlett2007-10-101-0/+9
* 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