port latest changes from SAMBA_3_0 tree
[tprouty/samba.git] / source3 / libsmb / clispnego.c
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-03-03 Andrew BartlettAdd const
2003-02-24 Andrew BartlettPatch from Luke Howard to add mutual kerberos authentic...
2003-02-15 Andrew BartlettMove our NTLMSSP client code into ntlmssp.c. The inten...
2003-02-15 Andrew BartlettMove our NTLMSSP code into easily seperated peices...
2003-02-14 Andrew BartlettNTLMSSP parinoia - we really don't want to run over...
2003-02-13 Rafal SzczesniakA few typo fixes Andrew eventually let off to me.
2003-02-09 Andrew Bartlett(only for HEAD at the moment).
2003-01-28 Andrew BartlettFactor out common code in the NTLMSSP/SPNEGO code.
2003-01-16 Andrew Bartlett(missed in last commit)
2003-01-13 Andrew BartlettUpdates to our NTLMSSP code:
2002-09-17 Andrew TridgellAdd clock skew handling to our kerberos code. This...
2002-09-03 Richard SharpeFix the struct_blob.
2002-09-03 Richard SharpeFix the client side NTLMSSP. It now works between smbcl...
2002-09-03 Richard SharpeAdd type A to the small MSRPC generator ...
2002-08-31 Andrew BartlettAdd a bit of 'const' and move a lot of our 'repeditive...
2002-08-30 Andrew Tridgellconvert the LDAP/SASL code to use GSS-SPNEGO if possible
2002-08-25 Andrew BartlettFix from kai to correctly decode ntlmssp flags.
2002-08-15 Jim McDonoughFix NTLMSSP challenge command and auth response. We...
2002-05-26 Andrew BartlettAdd support for NTLMv2 (tested!) with NTLMSSP.
2002-02-15 Andrew BartlettTry not to malloc -1 bytes (apx 4GB) when the data...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-05 Andrew Tridgellsimple fix for creating blank data blobs
2001-12-08 Andrew Tridgelladded internal sasl/gssapi code. This means we are...
2001-10-21 Jeremy AllisonOk, I know it's a language thing and it shouldn't matte...
2001-10-21 Andrew Tridgellmade smbclient cope better with arbitrary principle...
2001-10-18 Andrew Tridgellthe beginnings of kerberos support in smbd. It doesn...
2001-10-17 Andrew Tridgelladded basic NTLMSSP support in smbd. This is still...
2001-10-14 Andrew Tridgellfixed NTLMSSP with XP servers (who don't send the dupli...
2001-10-12 Andrew Tridgellmoved some OIDs to the ASN.1 header
2001-10-12 Andrew Tridgelladded NTLMSSP authentication to libsmb. It seems to...