summaryrefslogtreecommitdiff
path: root/source3/libsmb/smbdes.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r18047: More C++ stuffVolker Lendecke1-3/+3
2007-10-10r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison1-5/+31
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-66/+12
2007-10-10r7033: Call a spade a spade :-).Jeremy Allison1-90/+84
2007-10-10r7031: Added encrypt/decrypt function for LSA secrets and trustedJeremy Allison1-1/+1
2003-11-22Add support for variable-length session keys in our client code.Andrew Bartlett1-0/+40
2002-03-23Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett1-9/+9
2002-03-02Add a dash of const here and there...Andrew Bartlett1-3/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-5/+5
2001-09-14Merge of sam_pwd_hash() function from tng.Tim Potter1-0/+17
2001-07-07Add backend encryption support for NTLMv2.Andrew Bartlett1-4/+4
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-20/+3
1999-11-25previous commit added an abstraction function that didn't even haveLuke Leighton1-2/+2
1999-07-22BDC support.Matthew Chapman1-0/+13
1999-07-21BDC support.Luke Leighton1-1/+5
1999-03-19const char* instead of char* for inputLuke Leighton1-1/+1
1999-03-19Implemented encryption algorithm used for a number of RPC buffers.Matthew Chapman1-1/+1
1998-11-12Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1-26/+0
1998-10-22Removed previously #ifdef 0 'ed code.Jeremy Allison1-37/+0
1998-10-22libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1-0/+5
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison1-0/+1
1998-10-1416 changed to 8 by mistake in samoemhash.Luke Leighton1-1/+1
1998-10-09dce/rpcLuke Leighton1-10/+16
1998-10-08fixed bug pointed out by Herb.Andrew Tridgell1-1/+1
1998-10-07dce/rpcLuke Leighton1-2/+53
1998-08-17reduced the memory footprint a bit by changing some large static intAndrew Tridgell1-9/+10
1998-04-29This is the checkin that adds the security=domain functionality.Jeremy Allison1-3/+3
1998-04-17Changing of machine passwords now works !!!!!!Jeremy Allison1-0/+9
1998-03-19Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1-2/+8
1998-03-18Added SamOEMChangePassword functionality.Jeremy Allison1-0/+40
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1998-01-17charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison1-0/+6
1998-01-16reply.c:Jeremy Allison1-13/+13
1997-10-26fix some casting errors in smbencrypt and some multiply-defined errorsAndrew Tridgell1-5/+0
1997-10-25Makefile :Luke Leighton1-0/+5
1997-10-20casting cleanupsAndrew Tridgell1-6/+6
1997-10-20move calls to smbhash() inside smbdes.c (for legal reasons)Andrew Tridgell1-1/+18
1997-10-10Makefile:Luke Leighton1-2/+2
1997-09-16- change generate_challenge() to use md4 instead of desAndrew Tridgell1-7/+45
1997-09-16bug fix in the new des code.Andrew Tridgell1-21/+13
1997-09-14This is a written from scratch DES implementation. I couldn't find aAndrew Tridgell1-0/+290