summaryrefslogtreecommitdiff
path: root/source/libsmb/smbdes.c
Commit message (Expand)AuthorAgeFilesLines
* Make a number of the lookup tables 'const'. I'm told this assists in sharingAndrew Bartlett2002-03-231-9/+9
* Add a dash of const here and there...Andrew Bartlett2002-03-021-3/+3
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-5/+5
* Merge of sam_pwd_hash() function from tng.Tim Potter2001-09-141-0/+17
* Add backend encryption support for NTLMv2.Andrew Bartlett2001-07-071-4/+4
* Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2001-06-201-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-20/+3
* previous commit added an abstraction function that didn't even haveLuke Leighton1999-11-251-2/+2
* BDC support.Matthew Chapman1999-07-221-0/+13
* BDC support.Luke Leighton1999-07-211-1/+5
* const char* instead of char* for inputLuke Leighton1999-03-191-1/+1
* Implemented encryption algorithm used for a number of RPC buffers.Matthew Chapman1999-03-191-1/+1
* Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1998-11-121-26/+0
* Removed previously #ifdef 0 'ed code.Jeremy Allison1998-10-221-37/+0
* libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1998-10-221-0/+5
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-0/+1
* 16 changed to 8 by mistake in samoemhash.Luke Leighton1998-10-141-1/+1
* dce/rpcLuke Leighton1998-10-091-10/+16
* fixed bug pointed out by Herb.Andrew Tridgell1998-10-081-1/+1
* dce/rpcLuke Leighton1998-10-071-2/+53
* reduced the memory footprint a bit by changing some large static intAndrew Tridgell1998-08-171-9/+10
* This is the checkin that adds the security=domain functionality.Jeremy Allison1998-04-291-3/+3
* Changing of machine passwords now works !!!!!!Jeremy Allison1998-04-171-0/+9
* Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1998-03-191-2/+8
* Added SamOEMChangePassword functionality.Jeremy Allison1998-03-181-0/+40
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison1998-01-171-0/+6
* reply.c:Jeremy Allison1998-01-161-13/+13
* fix some casting errors in smbencrypt and some multiply-defined errorsAndrew Tridgell1997-10-261-5/+0
* Makefile :Luke Leighton1997-10-251-0/+5
* casting cleanupsAndrew Tridgell1997-10-201-6/+6
* move calls to smbhash() inside smbdes.c (for legal reasons)Andrew Tridgell1997-10-201-1/+18
* Makefile:Luke Leighton1997-10-101-2/+2
* - change generate_challenge() to use md4 instead of desAndrew Tridgell1997-09-161-7/+45
* bug fix in the new des code.Andrew Tridgell1997-09-161-21/+13
* This is a written from scratch DES implementation. I couldn't find aAndrew Tridgell1997-09-141-0/+290