summaryrefslogtreecommitdiffstats
path: root/source4/auth/ntlmssp/ntlmssp_sign.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-2/+0
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-2/+2
* r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.Jelmer Vernooij2008-01-031-2/+7
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-4/+4
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-4/+4
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r21039: Test some more failure paths (trying to increase the lcov score).Andrew Bartlett2007-10-101-5/+0
* r20949: Looking over some lcov output, try and walk some error paths.Andrew Bartlett2007-10-101-3/+3
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+2
* r17170: Catch some more out-of-memory cases, and provide some clues whenAndrew Bartlett2007-10-101-7/+18
* r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter2007-10-101-1/+1
* r14071: fix the buildStefan Metzmacher2007-10-101-2/+4
* r14070: this functions need to be exported,Stefan Metzmacher2007-10-101-2/+2
* r14064: - split out MSRPC_PARSE into a speperate subsystemStefan Metzmacher2007-10-101-0/+1
* 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