summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlmssp/ntlmssp_sign.c
Commit message (Expand)AuthorAgeFilesLines
* r13471: With more 'try all options' testing, I found this 'simple' but in theAndrew Bartlett2007-10-101-1/+1
* r13470: Thanks to a report from VL:Andrew Bartlett2007-10-101-11/+17
* r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett2007-10-101-1/+1
* r9678: Remove unused variables.Andrew Bartlett2007-10-101-4/+0
* r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett2007-10-101-81/+26
* r6799: Remove a rudundent variable from the context structure - we can figureAndrew Bartlett2007-10-101-1/+1
* r6738: My version of the patch by metze that I just reverted (-r 6734).Andrew Bartlett2007-10-101-45/+66
* r6736: Revert metze's -r 6734, as metze and I made the same changes at theAndrew Bartlett2007-10-101-45/+45
* r6734: most compiler don't like struct elements without a name...Stefan Metzmacher2007-10-101-45/+45
* r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundentAndrew Bartlett2007-10-101-91/+87
* r6463: Move NTLM2 and NTLM (v1) specific variables into a union for DCE/RPC.Andrew Bartlett2007-10-101-46/+48
* r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett2007-10-101-14/+25
* r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett2007-10-101-0/+556