summaryrefslogtreecommitdiff
path: root/source3/libsmb/smbencrypt.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-12Use common byteorder.h.Jelmer Vernooij1-1/+1
2008-09-24Use common crc32 implementation.Jelmer Vernooij1-1/+1
2008-06-24crypto: add decrypt_drsuapi_blob from samba4.Günther Deschner1-0/+114
2008-05-27Memory leak fixes from Chere Zhou <czhou@isilon.com>.Jeremy Allison1-0/+1
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-6/+6
2008-04-21Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke1-7/+3
2008-03-28Check for buffer in decode_wkssvc_join_password_buffer.Günther Deschner1-1/+10
2008-01-15libsmb: Do not upper-case target name on NTLMv2 hash generationKai Blin1-1/+1
2008-01-04Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.Günther Deschner1-6/+14
2007-12-12Make decode_wkssvc_join_password_buffer() return WERRORs.Günther Deschner1-5/+14
2007-12-03Add decode_wkssvc_join_password_buffer().Günther Deschner1-0/+29
2007-11-30Make encode_wkssvc_join_password_buffer() non-static.Günther Deschner1-4/+4
2007-11-30Merge encode_wkssvc_join_password_buffer() from samba4.Günther Deschner1-0/+36
2007-11-12Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison1-11/+25
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-10/+10
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke1-1/+2
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-2/+2
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-25/+25
2007-10-10r18966: this bug affects Samba3 too. I'm actually surprised nobody hasAndrew Tridgell1-0/+6
2007-10-10r17612: Modify NTLMSSP session code so that it doesn't storeJeremy Allison1-18/+50
2007-10-10r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison1-1/+1
2007-10-10r13396: Add in userinfo26, re-enable userinfo25 - took the knowledgeJeremy Allison1-0/+19
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