summaryrefslogtreecommitdiff
path: root/source3/libsmb/smbencrypt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12713: Remove use of uint8_t -> uint8.Jeremy Allison1-1/+1
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-12/+12
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-28/+2
2007-10-10r7391: - Added client-support for various lsa_query_trust_dom_info-calls and aGünther Deschner1-0/+66
2007-10-10r7033: Call a spade a spade :-).Jeremy Allison1-1/+1
2007-10-10r7031: Added encrypt/decrypt function for LSA secrets and trustedJeremy Allison1-0/+29
2007-10-10r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter1-1/+1
2007-10-10r1661: Changed the password history format so that each history entryJeremy Allison1-0/+20
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-3/+3
2007-10-10r176: Improve our fallback code for password changes - this would be betterAndrew Bartlett1-3/+9
2007-10-10r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett1-4/+4
2004-03-27Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett1-3/+7
2004-02-08Remove unused utility function.Andrew Bartlett1-13/+0
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett1-33/+35
2003-12-17Make sure we correctly generate the lm session key.Gerald Carter1-0/+20
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-3/+3
2003-08-15get rid of more compiler warningsHerb Lewis1-1/+1
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett1-1/+1
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-0/+31
2003-05-09Finally get NTLMv2 working on the client!Andrew Bartlett1-28/+84
2003-05-05Allow the NTLMv2 functions to spit out both possible varients on the sessionAndrew Bartlett1-11/+23
2003-03-18Merge from HEAD:Andrew Bartlett1-99/+1
2003-02-24Merge from HEAD client-side authentication changes:Andrew Bartlett1-7/+104
2003-01-14Merge from HEAD:Andrew Bartlett1-10/+11
2003-01-03Fixed some simple typos, including one that would cause the wrong valueChristopher R. Hertel1-2/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-14/+46
2002-08-17sync 3.0 branch with headJelmer Vernooij1-8/+8
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-44/+87
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