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