Merge smbencrypt.c between Samba3 and Samba4
[bbaumbach/samba-autobuild/.git] / source3 / libsmb / smbencrypt.c
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2009-04-14 Andrew BartlettSolve some of the conflict between Samba3 and Samba4...
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-12 Jelmer VernooijUse common byteorder.h.
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijUse common crc32 implementation.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-24 Günther Deschnercrypto: add decrypt_drsuapi_blob from samba4.
2008-05-30 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-05-27 Jeremy AllisonMemory leak fixes from Chere Zhou <czhou@isilon.com>.
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Tim ProutyCleanup size_t return values in callers of convert_stri...
2008-04-21 Volker LendeckeRemove the "pwd" struct from rpc_pipe_client
2008-03-28 Günther DeschnerCheck for buffer in decode_wkssvc_join_password_buffer.
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Gerald W. CarterMerge branch 'v3-2-test-merge' into v3-2-stable
2008-01-16 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-15 Kai Blinlibsmb: Do not upper-case target name on NTLMv2 hash...
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 Günther DeschnerDo not pass emtpy wkssvc_PasswordBuffers to rpc functions.
2007-12-11 Günther DeschnerMake decode_wkssvc_join_password_buffer() return WERRORs.
2007-12-03 Günther DeschnerAdd decode_wkssvc_join_password_buffer().
2007-11-30 Günther DeschnerMake encode_wkssvc_join_password_buffer() non-static.
2007-11-30 Günther DeschnerMerge encode_wkssvc_join_password_buffer() from samba4.
2007-11-12 Jeremy AllisonRemove all pstrings from smbd/chgpasswd.c.
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
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 Lendecker23726: Explicitly pass down the FLAGS2 field to srvstr...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Andrew Tridgellr18966: this bug affects Samba3 too. I'm actually surpr...
2007-10-10 Jeremy Allisonr17612: Modify NTLMSSP session code so that it doesn...
2007-10-10 Jeremy Allisonr13553: Fix all our warnings at -O6 on an x86_64 box.
2007-10-10 Jeremy Allisonr13396: Add in userinfo26, re-enable userinfo25 - took...
2007-10-10 Jeremy Allisonr12713: Remove use of uint8_t -> uint8.
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 Günther Deschnerr7391: - Added client-support for various lsa_query_tru...
2007-10-10 Jeremy Allisonr7033: Call a spade a spade :-).
2007-10-10 Jeremy Allisonr7031: Added encrypt/decrypt function for LSA secrets...
2007-10-10 Gerald Carterr5961: final round of compiler warning fixes based...
2007-10-10 Jeremy Allisonr1661: Changed the password history format so that...
2007-10-10 Andrew Bartlettr1492: Rework our random number generation system.
2007-10-10 Andrew Bartlettr176: Improve our fallback code for password changes...
2007-10-10 Andrew Bartlettr69: Global rename of 'nt_session_key' -> 'user_session...
2004-03-27 Andrew BartlettBased on the detective work of Jianliang Lu <j.lu@tiess...
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew BartlettRemove unused utility function.
2004-01-26 Andrew Bartlett(merge from 3.0)
2004-01-26 Andrew BartlettThis adds client-side support for the unicode/SAMR...
2003-12-17 Gerald CarterMake sure we correctly generate the lm session key.
2003-12-17 Gerald CarterMake sure we correctly generate the lm session key.
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-15 Herb Lewisget rid of more compiler warnings
2003-08-14 Andrew BartlettChange Samba to always use extended security for it...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-14 Andrew BartlettJeremy requested that I get my NTLMSSP patch into CVS...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-09 Andrew BartlettFinally get NTLMv2 working on the client!
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-05 Andrew BartlettAllow the NTLMv2 functions to spit out both possible...
2003-03-18 Andrew BartlettMerge from HEAD:
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-09 Andrew BartlettChange the way we sign SMB packets, to a function point...
2003-02-24 Andrew BartlettMerge from HEAD client-side authentication changes:
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-14 Andrew BartlettFurther extract our NTLMv2 code into smbencrypt.c,...
2003-02-10 Andrew BartlettClean up our NTLMv2 code by moving the grunt work into...
2003-02-09 Andrew Bartlett(only for HEAD at the moment).
2003-02-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-02 Andrew BartlettMore signing updates - start checking that the server...
2003-02-01 Andrew BartlettWe now have client-side SMB signing support!
2003-01-14 Andrew BartlettMerge from HEAD:
2003-01-13 Andrew BartlettDon't force the DOS password into a 14 char space,...
2003-01-11 Andrew BartlettFix a number of client-side fstring/pstring mixups.
2003-01-03 Christopher R. HertelFixed some simple typos, including one that would cause...
2003-01-03 Christopher R. HertelFixed some simple typos, including one that would have...
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-08-26 Andrew BartlettUpdates!
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-07-20 Andrew BartlettTry to fix up warnings - particularly on the IRIX 64...
2002-07-20 Andrew BartlettFix up char/uchar casts etc. Fix up comments on some...
2002-07-20 Andrew BartlettAdd support for a weird behaviour apparently used by...
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-06-16 Andrew BartlettTwo things: Check how many paramaters that the LDAP...
2002-06-16 Andrew BartlettFix up some of the SMB signing code:
next