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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r1197: Fix my build breakage, variables at the top of a block only...
Andrew Bartlett
1
-2
/
+2
2007-10-10
r1189: Now that we use a common 'base' return structure for the SamLogon
Andrew Bartlett
1
-37
/
+25
2007-10-10
r1186: Clarify why this is a 'bogus' negitive test. If we pass it, we may
Andrew Bartlett
1
-0
/
+8
2007-10-10
r1173: A quick little test to show that we cannot bind twice to a single endp...
Andrew Bartlett
3
-1
/
+89
2007-10-10
r1161: Include a few more self-check NTLMSSP examples.
Andrew Bartlett
1
-0
/
+28
2007-10-10
r1150: - fixed interactive sam logon in the rpc server
Andrew Tridgell
1
-11
/
+70
2007-10-10
r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfo
Andrew Tridgell
1
-22
/
+22
2007-10-10
r1140: added IDL and test code for validation level 6 in sam logon
Andrew Tridgell
1
-5
/
+14
2007-10-10
r1137: - added torture test for netr_LogonGetDomainInfo() call
Andrew Tridgell
1
-0
/
+59
2007-10-10
r1123: Make all lp_ string functions return 'const char *'.
Andrew Bartlett
6
-22
/
+23
2007-10-10
r1113: Test for wildcards in chkpath.
Jeremy Allison
1
-0
/
+5
2007-10-10
r1098: Extended raw chkpath to catch regressions.
Jeremy Allison
1
-0
/
+40
2007-10-10
r1091: Added in timing tests for deferred opens. Added extra debug info to si...
Jeremy Allison
1
-0
/
+13
2007-10-10
r1086: Add defer open test to check timeout on sharing violation open.
Jeremy Allison
2
-2
/
+79
2007-10-10
r1062: fix typo, found by valgrind
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1061: The start of the SamLogon call for the NETLOGON pipe.
Andrew Bartlett
1
-26
/
+30
2007-10-10
r1058: The start of work on the SamLogon call for NETLOGON.
Andrew Bartlett
1
-6
/
+6
2007-10-10
r1042: added testing of 128 bit schannel session keys
Andrew Tridgell
1
-6
/
+17
2007-10-10
r1041: - pulled the domain join code out of the netlogon test and made it a s...
Andrew Tridgell
6
-179
/
+426
2007-10-10
r1039: Remove description of unexisting option.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r1026: Spelling.
Tim Potter
1
-1
/
+1
2007-10-10
r1025: Rename (across the samr and netlogon pipes, so far)
Andrew Bartlett
2
-48
/
+48
2007-10-10
r1009: Make all users of NT and LM passwords use the samr_Password structure.
Andrew Bartlett
2
-6
/
+6
2007-10-10
r1005: there was one NTLMSSP_STATE left in:-(
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r995: - renamed many of our crypto routines to use the industry standard
Andrew Tridgell
2
-13
/
+17
2007-10-10
r976: - added -W for workgroup to locktest
Andrew Tridgell
1
-7
/
+16
2007-10-10
r963: Tridge, according to ethereal this is an 'Acct Ctrl' field. My tests also
Volker Lendecke
1
-1
/
+1
2007-10-10
r962: convert 'unsigned' and 'unsigned int' to uint_t
Stefan Metzmacher
10
-60
/
+60
2007-10-10
r961: convert 'uchar' to 'uint8_t'
Stefan Metzmacher
2
-13
/
+13
2007-10-10
r960: convert 'unsigned int' to uint_t in the most places
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...
Andrew Tridgell
1
-10
/
+93
2007-10-10
r946: Updated attribute only oplock tester to cover more cases.
Jeremy Allison
1
-5
/
+37
2007-10-10
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
4
-8
/
+8
2007-10-10
r937: - added a simple QuerySecurity implementation in samr server
Andrew Tridgell
2
-0
/
+32
2007-10-10
r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and server
Andrew Tridgell
1
-0
/
+38
2007-10-10
r917: - added the start of a LSA server to samba4.
Andrew Tridgell
2
-12
/
+13
2007-10-10
r902: added torture tests for sending rubbish in the domain name field of Get...
Andrew Tridgell
1
-2
/
+29
2007-10-10
r892: Actually add the NTLMSSP self-check torture code this time...
Andrew Bartlett
3
-3
/
+60
2007-10-10
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
7
-23
/
+23
2007-10-10
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
15
-73
/
+73
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
21
-131
/
+131
2007-10-10
r882: - create TORTURE_AUTH SUBSYSTEM
Stefan Metzmacher
3
-3
/
+15
2007-10-10
r874: This patch is a pile of work on NTLMSSP:
Andrew Bartlett
3
-4
/
+7
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
12
-68
/
+62
2007-10-10
r866: convert the rest of the binaries to config.mk files
Stefan Metzmacher
2
-0
/
+43
2007-10-10
r865: Regression test for attribute-only opens not causing an oplock break.
Jeremy Allison
1
-0
/
+29
2007-10-10
r863: Added test to ensure an open and locked file can be truncated by a seco...
Jeremy Allison
1
-0
/
+72
2007-10-10
r860: convert SUBSYSTEM TORTURE to a config.mk file
Stefan Metzmacher
2
-57
/
+99
2007-10-10
r821: prompt user for password if not given by -U user%pass
Stefan Metzmacher
1
-3
/
+15
2007-10-10
r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.
Andrew Bartlett
1
-8
/
+5
[next]