Fix more asprintf warnings and some error path errors.
[jra/samba/.git] / source3 / smbd / seal.c
2008-12-23 Jeremy AllisonFix more asprintf warnings and some error path errors.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-13 Günther Deschners3: fix another build warning.
2008-10-12 Jelmer VernooijCope with the fact that the data blobs returned are now
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-04-07 James PeachRemove unused variable.
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-15 Jeremy AllisonCurrently we don't SPNEGO negotiate back to NTLMSSP...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-09 Jeremy AllisonSimplify... plus add a debug message.
2008-01-08 Jeremy AllisonCorrectly identify enc/non-enc packets.
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2007-12-30 Jeremy AllisonAs the encryption is stream based there's no reason
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
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 Volker Lendecker22747: Fix some C++ warnings
2007-10-10 Jeremy Allisonr22352: Wow - working gss SMB sealing !
2007-10-10 Jeremy Allisonr22351: Making progress in tests...
2007-10-10 Jeremy Allisonr22350: Add some helpful debug messages.
2007-10-10 Jeremy Allisonr22327: Finish the gss-spnego part of the seal code...
2007-10-10 Stefan Metzmacherr22262: fix the build on systems without GSS_C_NT_HOSTB...
2007-10-10 Jeremy Allisonr22013: Move to SSPI framing (sig first in NTLM).
2007-10-10 Jeremy Allisonr21997: Implement the server side of gss seal negotiate.
2007-10-10 Jeremy Allisonr21991: I hate Steve French :-). Add support for encryption
2007-10-10 Jeremy Allisonr21969: Start working on the gss-side of the server...
2007-10-10 Jeremy Allisonr21926: Fix missing enum specifier pointed out by Don...
2007-10-10 Jeremy Allisonr21925: Start to code up the gss acquire creds calls.
2007-10-10 Jeremy Allisonr21917: Start to do the gss versions of sign+seal.
2007-10-10 Volker Lendecker21904: Fix HP build -- thanks, Don
2007-10-10 Jeremy Allisonr21900: Token exchange now seems to work, now why does the
2007-10-10 Jeremy Allisonr21897: Add in a basic raw NTLM encrypt request. Now
2007-10-10 Jeremy Allisonr21894: Some refactoring of server side encryption...
2007-10-10 Jeremy Allisonr21891: Finish server-side NTLM-SPNEGO negotiation...
2007-10-10 Jeremy Allisonr21882: The server part of the code has to use an AUTH_...