summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/smbencrypt.c
Commit message (Expand)AuthorAgeFilesLines
* Change the way we sign SMB packets, to a function pointer interface.Andrew Bartlett2003-03-091-99/+1
* Further extract our NTLMv2 code into smbencrypt.c, prior to merge into ourAndrew Bartlett2003-02-141-0/+31
* Clean up our NTLMv2 code by moving the grunt work into a helper function.Andrew Bartlett2003-02-101-0/+27
* (only for HEAD at the moment).Andrew Bartlett2003-02-091-7/+5
* More signing updates - start checking that the server isn't being spoofed.Andrew Bartlett2003-02-021-0/+38
* We now have client-side SMB signing support!Andrew Bartlett2003-02-011-4/+7
* Don't force the DOS password into a 14 char space, as this would imply nullAndrew Bartlett2003-01-131-1/+2
* Fix a number of client-side fstring/pstring mixups.Andrew Bartlett2003-01-111-9/+9
* Fixed some simple typos, including one that would have resulted in aChristopher R. Hertel2003-01-031-2/+2
* Updates!Andrew Bartlett2002-08-261-14/+46
* Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett2002-07-201-2/+2
* Fix up char/uchar casts etc. Fix up comments on some of the password hashAndrew Bartlett2002-07-201-4/+4
* Add support for a weird behaviour apparently used by Win9X pass-throughAndrew Bartlett2002-07-201-2/+2
* Two things: Check how many paramaters that the LDAP libs take for theAndrew Bartlett2002-06-161-4/+6
* Fix up some of the SMB signing code:Andrew Bartlett2002-06-161-0/+10
* Ok, now I can try my first client test...Jeremy Allison2002-06-141-0/+12
* More of SMB signing for client - not yet finished (should be harmless).Jeremy Allison2002-06-141-0/+27
* A couple of updates for the SmbEncrypt code, and some of its users.Andrew Bartlett2002-06-071-1/+1
* Update some of the LM hash code to better respect the seperation betweenAndrew Bartlett2002-05-251-32/+41
* This function is unused, and doesn't make any sense to me anyway.Andrew Bartlett2002-05-231-17/+0
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Add 'net rpc join' to match the ADS equiv.Andrew Bartlett2001-12-041-12/+5
* Minor updates. A small dose of const.Andrew Bartlett2001-11-111-1/+1
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-8/+8
* More const.Andrew Bartlett2001-10-311-2/+2
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-6/+6
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* Kill unused variablesAndrew Bartlett2001-09-271-2/+0
* Make use of the pdb_set_plaintext_passwd() update to vastly simplifyAndrew Bartlett2001-09-261-49/+10
* get rid of compiler warningsHerb Lewis2001-08-241-8/+8
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-2/+1
* Changed the order of arguments in make_oem_passwd_hash(). All the otherTim Potter2001-08-101-1/+2
* Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicodeJeremy Allison2001-07-301-57/+6
* Add backend encryption support for NTLMv2.Andrew Bartlett2001-07-071-1/+96
* The big character set handling changeover!Andrew Tridgell2001-07-041-30/+11
* Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2001-06-201-1/+1
* Merged encode_pw_buffer() and nt_owf_genW() functions from TNG branch.Tim Potter2001-06-151-0/+49
* merging from 2.2 to headAndrew Tridgell2001-04-221-17/+63
* last part of W2K support.Jean-François Micouleau2000-10-131-4/+5
* changes to sync with 2.2. treeHerb Lewis2000-10-111-1/+1
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-071-0/+44
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-415/+66
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-52/+50
* previous commit added an abstraction function that didn't even haveLuke Leighton1999-11-251-6/+3
* implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1999-11-211-0/+28
* you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1999-11-211-1/+1
* The First Necessary UNICODE String Support.Luke Leighton1999-11-191-19/+67
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-0/+11
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-0/+66
* adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot toLuke Leighton1999-10-141-0/+29