Age | Commit message (Expand) | Author | Files | Lines |
2009-02-13 | Remove auth/ntlm as a dependency of GENSEC by means of function pointers. | Andrew Bartlett | 1 | -2/+7 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -5/+5 |
2008-12-23 | Add missing includes, required for use of gensec by 3rd-party | Matthias Dieter Wallnöfer | 1 | -0/+3 |
2008-12-17 | s4: fix LIBEVENTS dependencies and use more forward declarations | Stefan Metzmacher | 1 | -0/+1 |
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -2/+2 |
2008-11-02 | Remove use of global_loadparm for disabled gensec backends. | Jelmer Vernooij | 1 | -0/+1 |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -3/+12 |
2008-10-06 | s4:gensec: pass down want_features to the spnego backend mech | Stefan Metzmacher | 1 | -0/+2 |
2008-09-24 | Fix nasty bug that would come up only if a client connection to a remote | Simo Sorce | 1 | -0/+1 |
2008-08-12 | gensec: add support for new style spnego and correctly handle mechListMIC | Stefan Metzmacher | 1 | -0/+1 |
2008-08-07 | gensec: add GENSEC_FEATURE_SIGN_PKT_HEADER flag | Stefan Metzmacher | 1 | -0/+1 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -1/+91 |
2007-12-21 | r26385: Integrate gensec-socket into gensec. | Jelmer Vernooij | 1 | -0/+31 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 1 | -4/+2 |
2007-12-21 | r26258: Use loadparm context in client_start function of gensec. | Jelmer Vernooij | 1 | -1/+4 |
2007-12-21 | r26226: Avoid more uses of global_loadparm. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r25428: forward declarations of enums are not portable, | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r24814: Fix headers, trim core.h even more. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r20258: add functions to read and write asn1 encoded OID strings without lead... | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r18257: Order the GENSEC modules, with unknown modules last. | Andrew Bartlett | 1 | -9/+9 |
2007-10-10 | r18250: Add an ordering of GENSEC modules, so we do preferred modules first. | Andrew Bartlett | 1 | -0/+11 |
2007-10-10 | r18068: This splits the handling of multiple SASL packets between the GENSEC | Andrew Bartlett | 1 | -3/+15 |
2007-10-10 | r17344: move the gensec_update_request structure into the header file | Stefan Metzmacher | 1 | -1/+12 |
2007-10-10 | r17341: pass a messaging context to auth_context_create() | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r17267: - add an async interface for gensec_update() to the public gensec api | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r17171: Add a gensec function to determine the maximum negotiated buffer size, | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r14816: Simplify test for comparison_fn_t | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14484: Install more headers | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14363: Remove credentials.h from the global includes. | Jelmer Vernooij | 1 | -0/+6 |
2007-10-10 | r13206: This patch finally re-adds a -k option that works reasonably. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r12804: This patch reworks the Samba4 sockets layer to use a socket_address | Andrew Bartlett | 1 | -6/+1 |
2007-10-10 | r12682: This patch finally fixes our kpasswdd implementation to be compatible | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10153: This patch adds a new parameter to gensec_sig_size(), the size of the | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r9411: Ensure we don't send a challenge without first getting a negotiate in | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7965: Remove the GENSEC password callback structure members, as these are no | Andrew Bartlett | 1 | -4/+0 |
2007-10-10 | r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytab | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r6800: A big GENSEC update: | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r6705: let the gensec module decide if messages can be signed and sealed in a... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r6454: Start to migrate NTLMSSP away from it's own API to just use GENSEC. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r6113: Move GENSEC and the kerberos code out of libcli/auth, and into | Andrew Bartlett | 1 | -0/+117 |