summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* r13473: Back port r13470, r13471, r13472 from Samba4. Thanks Andrew:Jeremy Allison2007-10-101-17/+26
* r12922: Fix typo.Jeremy Allison2007-10-101-1/+1
* r12920: Fix for #3401 from Andrew Bartlett. Original fix fromJeremy Allison2007-10-101-0/+5
* r11079: Narrowing down on the #1828 PPC bug. The PPC client sends anJeremy Allison2007-10-101-32/+6
* r11075: Still working on bug #1828, PPC hell. The PPC client sends theJeremy Allison2007-10-101-2/+19
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-16/+68
* r8475: BUG 2872: fix cut-n-paste error when checking pointer value in ntlmssp...Gerald Carter2007-10-101-1/+1
* r7472: fix smbpasswd user password change (still worked by bad error messages...Gerald Carter2007-10-101-2/+2
* r5455: Remove bogus DEBUG messages (dump for a failure to parse NTLMSSP,Andrew Bartlett2007-10-101-4/+2
* r5272: BUG 2132, 2134: patch from Jason Mader <jason@ncac.gwu.edu> to remove ...Gerald Carter2007-10-101-7/+0
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-3/+3
* r296: patch from j.lu -- don't force an upper case domain name in the ntlmssp...Gerald Carter2007-10-101-3/+1
* r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2007-10-101-10/+10
* Add a few comments explaining KEY_EXCHAndrew Bartlett2004-03-271-4/+7
* Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett2004-03-271-1/+3
* Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-301-3/+2
* fix some warnings from the Sun compilerGerald Carter2004-01-091-1/+1
* Fix more cases to ensure that as a server, we don't complain to the clientAndrew Bartlett2004-01-051-3/+1
* Ensure we set "always sign" flag if set. We don't currently do anything withJeremy Allison2004-01-051-0/+4
* Don't free the encrypted_session_key early - that causes the subsequentAndrew Bartlett2004-01-051-1/+1
* Automaticly initialise the signing engine, if we have a session key.Andrew Bartlett2004-01-051-0/+6
* There is not a particularly good excuse for complaining to the *client* thatAndrew Bartlett2004-01-031-4/+12
* This patch corrects some errors in the NTLMSSP implementation, thatAndrew Bartlett2003-12-271-9/+18
* Add in comments explaining NTLMv2 selection. Use lm session key if that'sJeremy Allison2003-12-171-1/+13
* Tidyup debug message in ntlmssp code. Add brackets around dodgy if statement.Jeremy Allison2003-12-171-5/+17
* Make sure we correctly generate the lm session key.Gerald Carter2003-12-171-2/+6
* Picked up by the build farm - despite all my efforts, security=server wasAndrew Bartlett2003-12-041-8/+13
* Do not add NTLM2 to the NTLMSSP flags unconditionally - allow theAndrew Bartlett2003-11-251-2/+6
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-245/+496
* Fix #442 which Alexander considered a showstopper. Allow us to join mixedJeremy Allison2003-09-161-0/+6
* address bug #359. Andrew B's patch for implementing clientGerald Carter2003-09-061-27/+36
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-4/+4
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-4/+10
* As described in http://davenport.sourceforge.net/ntlm.html add NTLM2Andrew Bartlett2003-08-121-3/+40
* I think this is the one to check...Volker Lendecke2003-08-111-0/+3
* Revert the latest fix. Need to investigate further.Volker Lendecke2003-08-111-4/+2
* Fix a segfault in ntlm_auth when we can't find a domain or hostname.Volker Lendecke2003-08-111-2/+4
* Store the server domain from the ntlmssp challenge in the client structVolker Lendecke2003-08-101-0/+3
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-2/+2
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-1/+1
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-12/+95
* Delete obsolete comment.Tim Potter2003-07-141-1/+0
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* Finally get NTLMv2 working on the client!Andrew Bartlett2003-05-091-4/+6
* Allow the NTLMv2 functions to spit out both possible varients on the sessionAndrew Bartlett2003-05-051-1/+1
* Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett2003-04-211-1/+1
* Make this match head.Andrew Bartlett2003-04-071-1/+1
* Fixup format warning.Jeremy Allison2003-04-031-1/+1
* (merge from HEAD)Andrew Bartlett2003-03-241-18/+32