summaryrefslogtreecommitdiff
path: root/source4/torture/auth/ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-111-2/+2
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-101-0/+1
* auth: Make more of the ntlmssp code private or staticAndrew Bartlett2012-02-171-0/+1
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-181-2/+2
* gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett2011-08-031-4/+4
* source4/torture: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-2/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* s4:ntlmssp: rename gensec_ntlmssp_state => ntlmssp_stateStefan Metzmacher2010-03-241-14/+14
* s4:ntlmssp: keep struct gensec_ntlmssp_context in gensec_security->private_dataStefan Metzmacher2010-03-241-2/+7
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-1/+0
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-2/+3
* Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-181-6/+6
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-2/+4
* Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij2008-04-131-2/+2
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+2
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-2/+2
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21039: Test some more failure paths (trying to increase the lcov score).Andrew Bartlett2007-10-101-0/+7
* r20949: Looking over some lcov output, try and walk some error paths.Andrew Bartlett2007-10-101-0/+17
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+1
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-101-1/+1
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-28/+18
* r16328: Wrap all existing tests in simple single-function testsuites.Jelmer Vernooij2007-10-101-4/+4
* r16304: Improve testing UI API. This now allows registering the fullJelmer Vernooij2007-10-101-10/+14
* r16161: Convert to UI APIJelmer Vernooij2007-10-101-38/+32
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-101-1/+2
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-2/+4
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-2/+2
* r6799: Remove a rudundent variable from the context structure - we can figureAndrew Bartlett2007-10-101-4/+10
* r6468: Fix LOCAL-NTLMSSP test with new NTLMSSP structure.Andrew Bartlett2007-10-101-15/+12
* r6458: Split up NTLMSSP into a new directory, and into seperate files for theAndrew Bartlett2007-10-101-0/+1
* r6454: Start to migrate NTLMSSP away from it's own API to just use GENSEC.Andrew Bartlett2007-10-101-7/+38
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r3324: made the smbtorture code completely warning freeAndrew Tridgell2007-10-101-1/+1
* r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell2007-10-101-4/+4
* r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett2007-10-101-2/+2
* r2098: The first 8 bytes of this sig is not used in the 'is it correct' calcu...Andrew Bartlett2007-10-101-1/+1
* r1992: Make the NTLMSSP torture test show more detail, and return failure etc.Andrew Bartlett2007-10-101-4/+22
* r1161: Include a few more self-check NTLMSSP examples.Andrew Bartlett2007-10-101-0/+28
* r1005: there was one NTLMSSP_STATE left in:-(Stefan Metzmacher2007-10-101-1/+1
* r892: Actually add the NTLMSSP self-check torture code this time...Andrew Bartlett2007-10-101-0/+57