summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/spnego.c
Commit message (Expand)AuthorAgeFilesLines
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-0/+4
* r13176: Fix show-stopper bug for 3.0.21b where 4 leg NTLMSSP SPNEGOJeremy Allison2007-10-101-1/+0
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-2/+4
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+2
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-1/+1
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-9/+6
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-4/+7
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2007-10-101-6/+6
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+2
* Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke2003-08-151-0/+14
* Changes to make gss-spnego ntlmssp client work against W2k AD.Volker Lendecke2003-08-041-1/+17
* Fix off-by-one found by valgrind.Volker Lendecke2003-07-311-1/+1
* This fixes an error I must have made when playing with spnego.c foundVolker Lendecke2003-07-311-14/+35
* This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke2003-07-291-0/+292