r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
[ira/wip.git] / source3 / libsmb / clispnego.c
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Jeremy Allisonr1240: Ensure we don't shadow Heimdal globals.
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-08 Andrew BartlettThis merges in my 'always use ADS' patch. Tested on...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-13 Volker LendeckeDon't wrap up anything that is not there. Otherwise...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-08-01 Jim McDonoughUpdate my copyrights according to my agreement with IBM
2003-07-25 Jeremy AllisonW00t! Client smb signing is now working correctly with...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-30 Jim McDonoughMore on bug 137: rename more of krb5_xxx functions...
2003-03-17 Andrew BartlettMerge from HEAD - sync up SessionSetup code to HEAD...
2003-03-03 Andrew BartlettAdd const
2003-02-24 Andrew BartlettPatch from Luke Howard to add mutual kerberos authentic...
2003-02-24 Andrew BartlettMerge from HEAD client-side authentication changes:
2003-02-19 Andrew BartlettMerge minor library fixes from HEAD to 3.0.
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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 BartlettMerge from HEAD:
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-28 Andrew BartlettFactor out common code in the NTLMSSP/SPNEGO code.
2003-01-16 Andrew Bartlett(missed in last commit)
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-13 Andrew BartlettUpdates to our NTLMSSP code:
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-15 Jim McDonoughFix NTLMSSP challenge command and auth response. We...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-05-26 Andrew BartlettAdd support for NTLMv2 (tested!) with NTLMSSP.
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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...