Fix many const compiler warnings.
[nivanova/samba-autobuild/.git] / source3 / smbd / seal.c
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-16 Günther Deschners3-build: only include asn1 headers where actually...
2011-03-16 Günther Deschners3-libsmb: move smb encryption structs into own header.
2010-10-08 Volker Lendeckes3: Fix input check in is_encrypted_packet
2010-07-20 Jeremy AllisonAdd approriate TALLOC_CTX's thoughout the spnego code...
2010-07-20 Jeremy AllisonAdd TALLOC_CTX argument to spnego_parse_negTokenInit...
2010-07-20 Simo Sorces3-auth: Move auth_ntlmssp wrappers in their own file
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-auth: Use talloc hierarchies to properly free auth_n...
2010-05-31 Andrew Bartlettntlmssp: Make the ntlmssp.h from source3/ a common...
2010-05-31 Andrew Bartletts3:auth Remove AUTH_NTLMSSP_STATE typedef.
2010-05-31 Andrew Bartletts3:auth Make AUTH_NTLMSSP_STATE a private structure.
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-22 Andrew Bartletts3:ntlmssp: only include ntlmssp.h where actually needed
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Günther Deschnerspnego: share spnego_parse.
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
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_...