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
/
auth
/
ntlmssp
/
ntlmssp_sign.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-22
s4:gensec Don't give a warning when Windows client connects with NTLM
Andrew Bartlett
1
-11
/
+20
2009-10-20
s4: ran minimal_includes.pl on source4/auth/ntlmssp
Andrew Tridgell
1
-1
/
+0
2009-08-28
s4-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.
Günther Deschner
1
-0
/
+1
2009-07-08
s4:auth/ntlmssp: let _unwrap fallback to seal if sign only doesn't work
Stefan Metzmacher
1
-6
/
+57
2009-04-19
Remove unused headers
Andrew Bartlett
1
-2
/
+0
2009-04-16
Fix Samba4 build errors with common libcli/samsync
Andrew Bartlett
1
-1
/
+1
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
1
-1
/
+0
2008-10-24
Remove iconv_convenience parameter from simple string push/pull
Jelmer Vernooij
1
-2
/
+0
2008-09-24
Move source4/lib/crypto to lib/crypto.
Jelmer Vernooij
1
-1
/
+1
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-2
/
+2
2008-01-03
r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.
Jelmer Vernooij
1
-2
/
+7
2007-10-10
r25552: Convert to standard bool type.
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r23798: updated old Temple Place FSF addresses to new URL
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23795: more v2->v3 conversion
Andrew Tridgell
1
-1
/
+1
2007-10-10
r21039: Test some more failure paths (trying to increase the lcov score).
Andrew Bartlett
1
-5
/
+0
2007-10-10
r20949: Looking over some lcov output, try and walk some error paths.
Andrew Bartlett
1
-3
/
+3
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
1
-0
/
+2
2007-10-10
r17170: Catch some more out-of-memory cases, and provide some clues when
Andrew Bartlett
1
-7
/
+18
2007-10-10
r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...
Gerald Carter
1
-1
/
+1
2007-10-10
r14071: fix the build
Stefan Metzmacher
1
-2
/
+4
2007-10-10
r14070: this functions need to be exported,
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r14064: - split out MSRPC_PARSE into a speperate subsystem
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r13471: With more 'try all options' testing, I found this 'simple' but in the
Andrew Bartlett
1
-1
/
+1
2007-10-10
r13470: Thanks to a report from VL:
Andrew Bartlett
1
-11
/
+17
2007-10-10
r10153: This patch adds a new parameter to gensec_sig_size(), the size of the
Andrew Bartlett
1
-1
/
+1
2007-10-10
r9678: Remove unused variables.
Andrew Bartlett
1
-4
/
+0
2007-10-10
r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code back
Andrew Bartlett
1
-81
/
+26
2007-10-10
r6799: Remove a rudundent variable from the context structure - we can figure
Andrew Bartlett
1
-1
/
+1
2007-10-10
r6738: My version of the patch by metze that I just reverted (-r 6734).
Andrew Bartlett
1
-45
/
+66
2007-10-10
r6736: Revert metze's -r 6734, as metze and I made the same changes at the
Andrew Bartlett
1
-45
/
+45
2007-10-10
r6734: most compiler don't like struct elements without a name...
Stefan Metzmacher
1
-45
/
+45
2007-10-10
r6464: Remove the last of the Samba3 NTLMSSP API. This removes the rudundent
Andrew Bartlett
1
-91
/
+87
2007-10-10
r6463: Move NTLM2 and NTLM (v1) specific variables into a union for DCE/RPC.
Andrew Bartlett
1
-46
/
+48
2007-10-10
r6462: Move the arcfour sbox state into it's own structure, and allocate it
Andrew Bartlett
1
-14
/
+25
2007-10-10
r6458: Split up NTLMSSP into a new directory, and into seperate files for the
Andrew Bartlett
1
-0
/
+556