summaryrefslogtreecommitdiff
path: root/source3/libsmb/smbencrypt.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-13Don't force the DOS password into a 14 char space, as this would imply nullAndrew Bartlett1-1/+2
2003-01-11Fix a number of client-side fstring/pstring mixups.Andrew Bartlett1-9/+9
2003-01-03Fixed some simple typos, including one that would have resulted in aChristopher R. Hertel1-2/+2
2002-08-26Updates!Andrew Bartlett1-14/+46
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett1-2/+2
2002-07-20Fix up char/uchar casts etc. Fix up comments on some of the password hashAndrew Bartlett1-4/+4
2002-07-20Add support for a weird behaviour apparently used by Win9X pass-throughAndrew Bartlett1-2/+2
2002-06-16Two things: Check how many paramaters that the LDAP libs take for theAndrew Bartlett1-4/+6
2002-06-16Fix up some of the SMB signing code:Andrew Bartlett1-0/+10
2002-06-14Ok, now I can try my first client test...Jeremy Allison1-0/+12
2002-06-14More of SMB signing for client - not yet finished (should be harmless).Jeremy Allison1-0/+27
2002-06-07A couple of updates for the SmbEncrypt code, and some of its users.Andrew Bartlett1-1/+1
2002-05-25Update some of the LM hash code to better respect the seperation betweenAndrew Bartlett1-32/+41
2002-05-23This function is unused, and doesn't make any sense to me anyway.Andrew Bartlett1-17/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-04Add 'net rpc join' to match the ADS equiv.Andrew Bartlett1-12/+5
2001-11-11Minor updates. A small dose of const.Andrew Bartlett1-1/+1
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-8/+8
2001-10-31More const.Andrew Bartlett1-2/+2
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-6/+6
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-27Kill unused variablesAndrew Bartlett1-2/+0
2001-09-26Make use of the pdb_set_plaintext_passwd() update to vastly simplifyAndrew Bartlett1-49/+10
2001-08-24get rid of compiler warningsHerb Lewis1-8/+8
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-2/+1
2001-08-10Changed the order of arguments in make_oem_passwd_hash(). All the otherTim Potter1-1/+2
2001-07-30Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicodeJeremy Allison1-57/+6
2001-07-07Add backend encryption support for NTLMv2.Andrew Bartlett1-1/+96
2001-07-04The big character set handling changeover!Andrew Tridgell1-30/+11
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison1-1/+1
2001-06-15Merged encode_pw_buffer() and nt_owf_genW() functions from TNG branch.Tim Potter1-0/+49
2001-04-22merging from 2.2 to headAndrew Tridgell1-17/+63
2000-10-13last part of W2K support.Jean-François Micouleau1-4/+5
2000-10-11changes to sync with 2.2. treeHerb Lewis1-1/+1
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-0/+44
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-415/+66
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