s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keys
[samba.git] / source3 / libsmb / clispnego.c
2010-07-21 Simo Sorces3-libsmb: Use data_blob_talloc to get krb5 ticket...
2010-07-20 Jeremy AllisonAdd approriate TALLOC_CTX's thoughout the spnego code...
2010-07-20 Jeremy AllisonFix one more data_blob -> data_blob_talloc. Move away...
2010-07-20 Jeremy AllisonAdd TALLOC_CTX argument to spnego_parse_negTokenInit...
2010-07-20 Jeremy AllisonRename spnego_gen_negTokenTarg() -> spnego_gen_krb5_neg...
2010-07-20 Jeremy AllisonRemove gen_negTokenTarg(), as it's not actually creatin...
2010-07-20 Jeremy AllisonFixes pointed out by <david.kondrad@legrand.us>. Free...
2010-07-20 Jeremy AllisonRemove gen_negTokenInit() - change all callers to spneg...
2010-07-19 Jeremy AllisonMove the addition of the 16 byte guid out of spnego_gen...
2010-07-19 Jeremy AllisonRemove parse_negTokenTarg(), as it's actually incorrect...
2010-07-19 Jeremy AllisonFix [Bug 7577] SPNEGO auth fails when contacting Win7...
2009-11-27 Günther Deschners3-kerberos: only use krb5 headers where required.
2009-11-06 Günther Deschners3-kerberos: modify cli_krb5_get_ticket to take a new...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-15 Günther Deschners3-spnego: fix memleak in spnego_parse_auth().
2009-10-15 Günther Deschners3-spnego: Fix Bug #6815. Windows 2008 R2 SPNEGO negTok...
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Günther Deschnerspnego: share spnego_parse.
2009-08-11 Kouhei SutouRename ASN1_BITFIELD to ASN1_BIT_STRING.
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-17 Jeremy AllisonMore conversions of NULL -> talloc_autofree_context()
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-22 Günther Deschners3-build: fix some const build warnings.
2008-10-22 Günther Deschners3-asn1: make all of s3 asn1 code do a proper asn1_init...
2008-10-22 Günther Deschners3: use shared asn1 code.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-04-07 Bill RickerFix Kerberos interop with Mac OS X 10.5 clients.
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-14 Jeremy AllisonAllow the mechOID to be written separately.
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald Carterr25407: Revert Longhorn join patch as it is not correct...
2007-10-10 Gerald Carterr25400: Windows 2008 (Longhorn) Interop fixes for AD...
2007-10-10 Stefan Metzmacherr25227: Patch from "Steven Danneman" <steven.danneman...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Stefan Metzmacherr22093: send also the correct OID_KERBEROS5 not only...
2007-10-10 Stefan Metzmacherr22092: - make spnego_parse_auth_response() more generi...
2007-10-10 Günther Deschnerr21240: Fix longstanding Bug #4009.
2007-10-10 Volker Lendecker19041: Make us connect to Vista RC1. Apparently metze...
2007-10-10 Volker Lendecker19037: Fix a segfault
2007-10-10 Jeremy Allisonr16306: Error handling in this asn1 code *sucks*. Fix...
2007-10-10 Volker Lendecker16156: Fix storing NULL in the wrong place. Klocwork...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Volker Lendecker12476: Apply some const
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
next