summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec/spnego.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r12439: No need to keep walking this list if we find the match.Andrew Bartlett2007-10-101-0/+1
* r12436: Fix Samba4 as a server to Win2000 for the domain join.Andrew Bartlett2007-10-101-46/+74
* r12060: Work towards allowing the credentials system to allow/deny certainAndrew Bartlett2007-10-101-6/+9
* r11226: Cope with Samba3's behaviour on LDAP with GSS-SPNEGO.Andrew Bartlett2007-10-101-2/+3
* r11219: Now that we have the credentials hooked in here, we have a much moreAndrew Bartlett2007-10-101-1/+10
* r11196: Clean up memory leaks (pointed out by vl), and handle the case whereAndrew Bartlett2007-10-101-11/+47
* r10291: The patch optionally (off by default, not available in all cases) allowsAndrew Bartlett2007-10-101-1/+2
* r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett2007-10-101-2/+2
* r9927: Extend copyright for all the hard work I've done this year.Andrew Bartlett2007-10-101-1/+1
* r9420: Fix the SPNEGO system again: Update the state position afterAndrew Bartlett2007-10-101-4/+6
* r9419: Silly, silly, untested mistake...Andrew Bartlett2007-10-101-2/+2
* r9418: SPNEGO fixes:Andrew Bartlett2007-10-101-18/+29
* r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett2007-10-101-51/+50
* r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like toTim Potter2007-10-101-3/+0
* r9233: Ensure that the output variable is initialised in this conversion fromAndrew Bartlett2007-10-101-0/+1
* r7827: Add in-memory keytab to Samba4, using the new MEMORY_WILDCARD keytabAndrew Bartlett2007-10-101-9/+14
* r6800: A big GENSEC update:Andrew Bartlett2007-10-101-119/+85
* r6792: Allow a mech to fail on the first pass at the packet, and still fallAndrew Bartlett2007-10-101-0/+2
* r6610: Fix a const warning in the gensec spnego implementation. (A make protoTim Potter2007-10-101-1/+1
* r6113: Move GENSEC and the kerberos code out of libcli/auth, and intoAndrew Bartlett2007-10-101-0/+884