index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
torture
/
auth
/
ntlmssp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-17
auth: Make more of the ntlmssp code private or static
Andrew Bartlett
1
-0
/
+1
2011-10-18
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
1
-2
/
+2
2011-08-03
gensec: Remove mem_ctx from calls that do not return memory
Andrew Bartlett
1
-4
/
+4
2011-03-19
source4/torture: Fix prototypes for all functions.
Jelmer Vernooij
1
-0
/
+1
2010-12-11
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
1
-2
/
+1
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-2
/
+2
2010-03-24
s4:ntlmssp: rename gensec_ntlmssp_state => ntlmssp_state
Stefan Metzmacher
1
-14
/
+14
2010-03-24
s4:ntlmssp: keep struct gensec_ntlmssp_context in gensec_security->private_data
Stefan Metzmacher
1
-2
/
+7
2009-10-20
s4-torture: ran minimal_includes.pl over source4/torture
Andrew Tridgell
1
-1
/
+0
2008-11-02
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
1
-2
/
+3
2008-10-18
Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba
Jelmer Vernooij
1
-6
/
+6
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-2
/
+4
2008-04-13
Use torture_assert_mem_equal() in a couple more places.
Jelmer Vernooij
1
-2
/
+2
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r21039: Test some more failure paths (trying to increase the lcov score).
Andrew Bartlett
1
-0
/
+7
2007-10-10
r20949: Looking over some lcov output, try and walk some error paths.
Andrew Bartlett
1
-0
/
+17
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
1
-1
/
+1
2007-10-10
r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained
Jelmer Vernooij
1
-28
/
+18
2007-10-10
r16328: Wrap all existing tests in simple single-function testsuites.
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r16304: Improve testing UI API. This now allows registering the full
Jelmer Vernooij
1
-10
/
+14
2007-10-10
r16161: Convert to UI API
Jelmer Vernooij
1
-38
/
+32
2007-10-10
r14720: Add torture_context argument to all torture tests
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
1
-2
/
+4
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-2
/
+2
2007-10-10
r6799: Remove a rudundent variable from the context structure - we can figure
Andrew Bartlett
1
-4
/
+10
2007-10-10
r6468: Fix LOCAL-NTLMSSP test with new NTLMSSP structure.
Andrew Bartlett
1
-15
/
+12
2007-10-10
r6458: Split up NTLMSSP into a new directory, and into seperate files for the
Andrew Bartlett
1
-0
/
+1
2007-10-10
r6454: Start to migrate NTLMSSP away from it's own API to just use GENSEC.
Andrew Bartlett
1
-7
/
+38
2007-10-10
r3453: - split out the auth and popt includes
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3324: made the smbtorture code completely warning free
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2645: converted the NTLMSSP code to the new style of talloc
Andrew Tridgell
1
-4
/
+4
2007-10-10
r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r2098: The first 8 bytes of this sig is not used in the 'is it correct' calcu...
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1992: Make the NTLMSSP torture test show more detail, and return failure etc.
Andrew Bartlett
1
-4
/
+22
2007-10-10
r1161: Include a few more self-check NTLMSSP examples.
Andrew Bartlett
1
-0
/
+28
2007-10-10
r1005: there was one NTLMSSP_STATE left in:-(
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r892: Actually add the NTLMSSP self-check torture code this time...
Andrew Bartlett
1
-0
/
+57