summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec/gensec.h
Commit message (Expand)AuthorAgeFilesLines
* s4:gensec: change gensec_update_send/recv to tevent_reqStefan Metzmacher2009-12-241-16/+6
* s4-gensec: Remove obsolete socket_address vars and fns.Andreas Schneider2009-12-161-1/+0
* s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn.Andreas Schneider2009-12-161-1/+0
* s4-gensec: Replace gensec_set_peer_addr with new tsocket based fn.Andreas Schneider2009-12-161-2/+0
* s4-gensec: Replace gensec_set_my_addr() with new tsocket based fn.Andreas Schneider2009-12-161-1/+0
* s4-gensec: Added remote and local setter/getter using tsocket.Andreas Schneider2009-12-161-0/+10
* gensec: Avoid exposing lp_ctx on the API level.Jelmer Vernooij2009-09-261-1/+1
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-2/+2
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-131-2/+7
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-5/+5
* Add missing includes, required for use of gensec by 3rd-partyMatthias Dieter Wallnöfer2008-12-231-0/+3
* s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher2008-12-171-0/+1
* Fix the build.Jelmer Vernooij2008-11-021-2/+2
* Remove use of global_loadparm for disabled gensec backends.Jelmer Vernooij2008-11-021-0/+1
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-3/+12
* s4:gensec: pass down want_features to the spnego backend mechStefan Metzmacher2008-10-061-0/+2
* Fix nasty bug that would come up only if a client connection to a remoteSimo Sorce2008-09-241-0/+1
* gensec: add support for new style spnego and correctly handle mechListMICStefan Metzmacher2008-08-121-0/+1
* gensec: add GENSEC_FEATURE_SIGN_PKT_HEADER flagStefan Metzmacher2008-08-071-0/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+91
* r26385: Integrate gensec-socket into gensec.Jelmer Vernooij2007-12-211-0/+31
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-4/+2
* r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij2007-12-211-1/+4
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-211-0/+2
* r25428: forward declarations of enums are not portable,Stefan Metzmacher2007-10-101-2/+1
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-101-2/+0
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-4/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20258: add functions to read and write asn1 encoded OID strings without lead...Stefan Metzmacher2007-10-101-5/+5
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+2
* r18257: Order the GENSEC modules, with unknown modules last.Andrew Bartlett2007-10-101-9/+9
* r18250: Add an ordering of GENSEC modules, so we do preferred modules first.Andrew Bartlett2007-10-101-0/+11
* r18068: This splits the handling of multiple SASL packets between the GENSECAndrew Bartlett2007-10-101-3/+15
* r17344: move the gensec_update_request structure into the header fileStefan Metzmacher2007-10-101-1/+12
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-101-0/+1
* r17267: - add an async interface for gensec_update() to the public gensec apiStefan Metzmacher2007-10-101-0/+1
* r17171: Add a gensec function to determine the maximum negotiated buffer size,Andrew Bartlett2007-10-101-0/+2
* r14816: Simplify test for comparison_fn_tJelmer Vernooij2007-10-101-0/+2
* r14484: Install more headersJelmer Vernooij2007-10-101-1/+1
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-101-0/+6
* r13206: This patch finally re-adds a -k option that works reasonably.Andrew Bartlett2007-10-101-0/+1
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-6/+1
* r12682: This patch finally fixes our kpasswdd implementation to be compatibleAndrew Bartlett2007-10-101-1/+6
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-1/+1
* r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett2007-10-101-1/+1
* r9411: Ensure we don't send a challenge without first getting a negotiate inAndrew Bartlett2007-10-101-0/+1
* r7965: Remove the GENSEC password callback structure members, as these are noAndrew Bartlett2007-10-101-4/+0
* r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett2007-10-101-0/+5
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-0/+1
* r6800: A big GENSEC update:Andrew Bartlett2007-10-101-1/+6