summaryrefslogtreecommitdiffstats
path: root/source/libsmb/ntlmssp_sign.c
Commit message (Expand)AuthorAgeFilesLines
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-4/+4
* r17976: Fix typoVolker Lendecke2007-10-101-1/+1
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-3/+3
* r13489: Fix #3496 from jason@ncac.gwu.edu. Variable set but never used.Jeremy Allison2007-10-101-5/+5
* r13477: Fix code before declarationVolker Lendecke2007-10-101-1/+2
* r13473: Back port r13470, r13471, r13472 from Samba4. Thanks Andrew:Jeremy Allison2007-10-101-12/+19
* r13015: Make logic much clearer. From jpeach.Jeremy Allison2007-10-101-2/+2
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-5/+5
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-194/+242
* r5432: compile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS 2340Gerald Carter2007-10-101-3/+3
* r3892: Fix "might be used uninitialized" error.Jeremy Allison2007-10-101-0/+6
* Fix the initialisation vectors for NTLM2, so that they at least make sense,Andrew Bartlett2004-01-251-2/+2
* Make it clear that we cannot sign if we don't have a session key.Andrew Bartlett2004-01-051-14/+43
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-53/+73
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-2/+2
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-12/+12
* Spelling.Tim Potter2003-07-161-7/+7
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-37/+169
* Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett2003-04-211-4/+22
* Fix compile on IA64 by noting that this should be the integer, not a pointerAndrew Bartlett2003-03-221-1/+1
* Further work on NTLMSSP-based SMB signing. Current status is that I cannnotAndrew Bartlett2003-03-101-0/+208