summaryrefslogtreecommitdiffstats
path: root/source/libsmb/smbencrypt.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: add decrypt_drsuapi_blob from samba4.Günther Deschner2008-06-241-0/+114
* Memory leak fixes from Chere Zhou <czhou@isilon.com>.Jeremy Allison2008-05-271-0/+1
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-6/+6
* Remove the "pwd" struct from rpc_pipe_clientVolker Lendecke2008-04-211-7/+3
* Check for buffer in decode_wkssvc_join_password_buffer.Günther Deschner2008-03-281-1/+10
* libsmb: Do not upper-case target name on NTLMv2 hash generationKai Blin2008-01-151-1/+1
* Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.Günther Deschner2008-01-041-6/+14
* Make decode_wkssvc_join_password_buffer() return WERRORs.Günther Deschner2007-12-121-5/+14
* Add decode_wkssvc_join_password_buffer().Günther Deschner2007-12-031-0/+29
* Make encode_wkssvc_join_password_buffer() non-static.Günther Deschner2007-11-301-4/+4
* Merge encode_wkssvc_join_password_buffer() from samba4.Günther Deschner2007-11-301-0/+36
* Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison2007-11-121-11/+25
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-10/+10
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke2007-10-101-1/+2
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-2/+2
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-25/+25
* r18966: this bug affects Samba3 too. I'm actually surprised nobody hasAndrew Tridgell2007-10-101-0/+6
* r17612: Modify NTLMSSP session code so that it doesn't storeJeremy Allison2007-10-101-18/+50
* r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison2007-10-101-1/+1
* r13396: Add in userinfo26, re-enable userinfo25 - took the knowledgeJeremy Allison2007-10-101-0/+19
* r12713: Remove use of uint8_t -> uint8.Jeremy Allison2007-10-101-1/+1
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-12/+12
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-28/+2
* r7391: - Added client-support for various lsa_query_trust_dom_info-calls and aGünther Deschner2007-10-101-0/+66
* r7033: Call a spade a spade :-).Jeremy Allison2007-10-101-1/+1
* r7031: Added encrypt/decrypt function for LSA secrets and trustedJeremy Allison2007-10-101-0/+29
* r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter2007-10-101-1/+1
* r1661: Changed the password history format so that each history entryJeremy Allison2007-10-101-0/+20
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-3/+3
* r176: Improve our fallback code for password changes - this would be betterAndrew Bartlett2007-10-101-3/+9
* r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2007-10-101-4/+4
* Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett2004-03-271-3/+7
* Remove unused utility function.Andrew Bartlett2004-02-081-13/+0
* This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-261-33/+35
* Make sure we correctly generate the lm session key.Gerald Carter2003-12-171-0/+20
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-3/+3
* get rid of more compiler warningsHerb Lewis2003-08-151-1/+1
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-1/+1
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-0/+31
* Finally get NTLMv2 working on the client!Andrew Bartlett2003-05-091-28/+84
* Allow the NTLMv2 functions to spit out both possible varients on the sessionAndrew Bartlett2003-05-051-11/+23
* Merge from HEAD:Andrew Bartlett2003-03-181-99/+1
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-7/+104
* Merge from HEAD:Andrew Bartlett2003-01-141-10/+11
* Fixed some simple typos, including one that would cause the wrong valueChristopher R. Hertel2003-01-031-2/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-14/+46
* sync 3.0 branch with headJelmer Vernooij2002-08-171-8/+8
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-44/+87