summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec/spnego.c
Commit message (Expand)AuthorAgeFilesLines
* auth/gensec: move spnego.c to the toplevelStefan Metzmacher2012-01-131-1402/+0
* s4:auth/gensec: fix compiler warnings in spnego.cStefan Metzmacher2012-01-131-3/+0
* s4:auth/gensec/spnego: add support for fragmented spnego messagesStefan Metzmacher2012-01-121-3/+205
* s4:gensec/spnego: only try the mechs that match the client given onesStefan Metzmacher2011-11-301-0/+4
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-181-9/+18
* gensec: move event-using code to gensec_update() hooks out of gensec_start*()Andrew Bartlett2011-10-181-1/+1
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-031-1/+5
* gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett2011-08-031-6/+0
* gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett2011-08-031-0/+1
* source4/auth/gensec: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* s4:auth/gensec/spnego.c - remove unused variable "principal"Matthias Dieter Wallnöfer2010-12-211-1/+0
* s4:gensec/spnego: only look at the optimistic token if we support the first mechStefan Metzmacher2010-12-141-4/+20
* s4-spnego Match Windows 2008, and no longer supply a name in the CIFS NegprotAndrew Bartlett2010-12-091-10/+1
* s4-spnego use "not_defined_in_RFC4178@please_ignore" if no principal specifiedAndrew Bartlett2010-12-081-0/+2
* libcli/auth bring ADS_IGNORE_PRINCIPAL in commonAndrew Bartlett2010-12-081-1/+2
* s4-auth Supply more useful error messages on Kerberos failureAndrew Bartlett2010-11-081-0/+2
* s4: Fix two typosVolker Lendecke2010-09-141-2/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4:gensec expose gensec_set_target_principal for use outside GENSECAndrew Bartlett2010-05-141-1/+4
* gensec: Avoid exposing lp_ctx on the API level.Jelmer Vernooij2009-09-261-1/+1
* spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou2009-09-171-2/+4
* spnego: share spnego_parse.Günther Deschner2009-09-171-1/+1
* s4:gensec/spnego: only generate the mechListMic when the server expects itStefan Metzmacher2009-07-281-1/+2
* s4:gensec/spengo: make sure we send the blob with the micListMech signature t...Stefan Metzmacher2009-07-241-1/+1
* Fix the build.Jelmer Vernooij2008-11-021-3/+4
* Remove use of global_loadparm for disabled gensec backends.Jelmer Vernooij2008-11-021-0/+4
* s4:gensec: pass down want_features to the spnego backend mechStefan Metzmacher2008-10-061-0/+15
* gensec: add support for new style spnego and correctly handle mechListMICStefan Metzmacher2008-08-121-7/+102
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij2008-02-201-1/+1
* r26385: Integrate gensec-socket into gensec.Jelmer Vernooij2007-12-211-1/+0
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-1/+1
* r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij2007-12-211-2/+2
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-1/+1
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-12/+12
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-16/+16
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell2007-10-101-4/+4
* r22966: Make sure to return LOGON_FAILURE if the user's kerberos password isAndrew Bartlett2007-10-101-1/+1
* r22293: Try to make it more clear what failed to parse.Andrew Bartlett2007-10-101-1/+1
* r20107: don't segfault when the server didn't send a supportedMech in a negTo...Stefan Metzmacher2007-10-101-0/+1
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-3/+3
* r18257: Order the GENSEC modules, with unknown modules last.Andrew Bartlett2007-10-101-1/+1
* r18250: Add an ordering of GENSEC modules, so we do preferred modules first.Andrew Bartlett2007-10-101-0/+1
* r18068: This splits the handling of multiple SASL packets between the GENSECAndrew Bartlett2007-10-101-0/+58
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-101-18/+44
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij2007-10-101-0/+1
* r13584: Another try at SPNEGO stuff. I need to write a better testsuite for ...Andrew Bartlett2007-10-101-0/+23
* r13206: This patch finally re-adds a -k option that works reasonably.Andrew Bartlett2007-10-101-4/+5