summaryrefslogtreecommitdiff
path: root/source3/libsmb/smbencrypt.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-52/+50
1999-11-25previous commit added an abstraction function that didn't even haveLuke Leighton1-6/+3
1999-11-21implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1-0/+28
1999-11-21you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1-1/+1
1999-11-19The First Necessary UNICODE String Support.Luke Leighton1-19/+67
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-0/+11
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-0/+66
1999-10-14adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot toLuke Leighton1-0/+29
1999-06-29removed old code/comments.Luke Leighton1-66/+0
1999-06-29smbclient modified to use cli_establish_connection(). smbclient thereforeLuke Leighton1-5/+11
1999-06-29improving authentication code (tidyup).Luke Leighton1-42/+229
1999-03-25fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1-1/+1
1999-03-24NULL pointer handling in nt_lm_owf_genLuke Leighton1-1/+4
1999-03-19return type of nt_decrypt_string2 set to BOOL.Luke Leighton1-4/+3
1999-03-19Implemented encryption algorithm used for a number of RPC buffers.Matthew Chapman1-0/+45
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-1/+1
1999-02-11the UNICODE issue...Luke Leighton1-1/+1
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1-1/+1
1998-11-12largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1-1/+1
1998-10-19- dce/rpc codeLuke Leighton1-1/+1
1998-10-14warnings spotted by ./configure.developer optionsLuke Leighton1-0/+2
1998-10-10dce/rpcLuke Leighton1-4/+14
1998-10-09dce/rpcLuke Leighton1-0/+23
1998-10-09dce/rpcLuke Leighton1-0/+6
1998-10-07dce/rpcLuke Leighton1-0/+12
1998-10-02- static function "create_new_hashes" was identical to "nt_lm_owf_gen".Luke Leighton1-10/+36
1998-10-01Fixed *nasty* bug in nt_lm_owf_gen() - this function wasJeremy Allison1-1/+3
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-1/+1
1998-09-29uchar / char typecast issuesLuke Leighton1-1/+1
1998-09-25added rpcclient programLuke Leighton1-0/+35
1998-09-05tridge the destroyer returns!Andrew Tridgell1-23/+0
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1997-11-10Rolled back tree state to 11:59pm 8th November 1997 EST toJeremy Allison1-16/+6
1997-11-09attempting to mark up 32 bit error codes, needed for NT domains.Luke Leighton1-6/+16
1997-10-26fix some casting errors in smbencrypt and some multiply-defined errorsAndrew Tridgell1-5/+5
1997-10-25Makefile :Luke Leighton1-0/+24
1997-09-16- change generate_challenge() to use md4 instead of desAndrew Tridgell1-23/+0
1997-09-15rewrote md4.c from scratch. This implementation should be portable andAndrew Tridgell1-14/+5
1997-09-14This commit does 3 main things:Andrew Tridgell1-63/+10
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
1996-12-10Fixed for FreeBsd.Samba Release Account1-0/+8
1996-10-24- added support for TMPDIR env variableAndrew Tridgell1-4/+4
1996-06-10got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1-1/+0
1996-06-04a huge pile of changes :-)Andrew Tridgell1-14/+1
1996-05-29cleanups to make thinsg compile cleanlyAndrew Tridgell1-1/+1
1996-05-04Initial version imported to CVS Samba Release Account1-0/+202