summaryrefslogtreecommitdiff
path: root/source3/libsmb/ntlmssp_sign.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-27s3-ntlmssp: remove trailing whitespace.Günther Deschner1-29/+29
2009-04-20s3:ntlmssp Remove use of talloc(NULL) in NTLMSSP codeAndrew Bartlett1-2/+2
2009-04-14More work to adapt to merged libcli/auth function prototypesAndrew Bartlett1-2/+3
2008-09-24Fix build with arc4.Jelmer Vernooij1-19/+27
2008-09-24Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij1-2/+2
2008-09-24Use common crc32 implementation.Jelmer Vernooij1-2/+2
2008-09-24Use common arcfour implementation.Jelmer Vernooij1-12/+12
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-4/+4
2007-10-10r17976: Fix typoVolker Lendecke1-1/+1
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-3/+3
2007-10-10r13489: Fix #3496 from jason@ncac.gwu.edu. Variable set but never used.Jeremy Allison1-5/+5
2007-10-10r13477: Fix code before declarationVolker Lendecke1-1/+2
2007-10-10r13473: Back port r13470, r13471, r13472 from Samba4. Thanks Andrew:Jeremy Allison1-12/+19
2007-10-10r13015: Make logic much clearer. From jpeach.Jeremy Allison1-2/+2
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-5/+5
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-194/+242
2007-10-10r5432: compile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS 2340Gerald Carter1-3/+3
2007-10-10r3892: Fix "might be used uninitialized" error.Jeremy Allison1-0/+6
2004-01-25Fix the initialisation vectors for NTLM2, so that they at least make sense,Andrew Bartlett1-2/+2
2004-01-05Make it clear that we cannot sign if we don't have a session key.Andrew Bartlett1-14/+43
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-53/+73
2003-11-03Fix more 64-bit printf warnings.Tim Potter1-2/+2
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-12/+12
2003-07-16Spelling.Tim Potter1-7/+7
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-37/+169
2003-04-21Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett1-4/+22
2003-03-22Fix compile on IA64 by noting that this should be the integer, not a pointerAndrew Bartlett1-1/+1
2003-03-10Further work on NTLMSSP-based SMB signing. Current status is that I cannnotAndrew Bartlett1-0/+208