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
r3021: under heavy load the listen queue for messaging unix domain socket can...
Andrew Tridgell
1
-12
/
+24
2007-10-10
r3019: make the LOCAL-MESSAGING test a 2 process test
Andrew Tridgell
1
-13
/
+47
2007-10-10
r3016: - converted the events code to talloc
Andrew Tridgell
3
-2
/
+97
2007-10-10
r3011: separated the locktest code into a separate module in smbtorture
Andrew Tridgell
3
-899
/
+927
2007-10-10
r2997: Added delete on close tests for readonly files.
Jeremy Allison
1
-0
/
+58
2007-10-10
r2992: drsuapi uses WERROR not NTSTATUS
Stefan Metzmacher
1
-21
/
+125
2007-10-10
r2991: add drsuapi_DsGetDomainControllerInfo() idl and torture test
Stefan Metzmacher
1
-2
/
+84
2007-10-10
r2983: report a failure if a server doesn't update the write time at all
Andrew Tridgell
1
-1
/
+8
2007-10-10
r2982: added a test that shows the amount of time a server takes to update
Andrew Tridgell
1
-0
/
+84
2007-10-10
r2971: fix DsBind idl
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r2970: - give somefields names and typdef enums for the possible values
Stefan Metzmacher
1
-11
/
+144
2007-10-10
r2969: inet_ntoa() takes an address in network byte order, so now that we
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2952: add idl and torture test for DsCrackNames
Stefan Metzmacher
1
-0
/
+38
2007-10-10
r2938: Use IDL to dissect the RHS of floors in protocol towers
Jelmer Vernooij
1
-28
/
+18
2007-10-10
r2929: longhorn does not produce sorted directory listings! This is
Andrew Tridgell
1
-2
/
+1
2007-10-10
r2921: Add a few more protocols and fix the numbers associated with some of
Jelmer Vernooij
1
-24
/
+36
2007-10-10
r2912: Test for the sort-of weird file stamp semantics. The last_write seems ...
Volker Lendecke
1
-54
/
+92
2007-10-10
r2910: I noticed that the samr torture test was doing its own DOS->UNIX
Andrew Tridgell
1
-10
/
+1
2007-10-10
r2909: fix some RAW-SEARCH torture mem leaks
Andrew Tridgell
1
-4
/
+5
2007-10-10
r2896: Add torture test for EnumValue()
Jelmer Vernooij
1
-24
/
+25
2007-10-10
r2895: Another nut to crack, not sure how hard: The statinfo on a file does o...
Volker Lendecke
1
-0
/
+103
2007-10-10
r2888: - add 'Ds' prefix to Bind and Unbind call on drsuapi
Stefan Metzmacher
2
-20
/
+20
2007-10-10
r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...
Andrew Tridgell
4
-19
/
+65
2007-10-10
r2854: added a RPC-COUNTCALLS torture test - a useful varient on the full sca...
Andrew Tridgell
3
-0
/
+76
2007-10-10
r2853: add torture test to find the defaultNamingContext on the RootDSE
Stefan Metzmacher
2
-0
/
+198
2007-10-10
r2833: - added a call to SamrQueryGroupMember for every group, and fix the
Andrew Tridgell
1
-1
/
+25
2007-10-10
r2799: removed one last occurance of torture_ldb_alloc()
Andrew Tridgell
1
-3
/
+3
2007-10-10
r2791: got rid of talloc_unreference() and instead created talloc_unlink(),
Andrew Tridgell
1
-21
/
+109
2007-10-10
r2787: force masktest to use RAW_SEARCH_BOTH_DIRECTORY_INFO so it can obtain ...
Andrew Tridgell
1
-2
/
+3
2007-10-10
r2785: call init_iconv() in smbtorture to ensure we have no memory allocated
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2774: get rid of the lanman specific code in masktest, and add a -l option
Andrew Tridgell
1
-99
/
+8
2007-10-10
r2744: ben elliston taught me about gcov today, which allows you to measure
Andrew Tridgell
1
-20
/
+300
2007-10-10
r2742: - fixed a bug in talloc_unreference()
Andrew Tridgell
1
-41
/
+113
2007-10-10
r2738: free up the session information as soon as it is invalidated in the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2735: More DCOM updates:
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r2718: - added a talloc_unreference() function as requested by metze.
Andrew Tridgell
1
-17
/
+121
2007-10-10
r2711: added a simple talloc speed tester. I get the following on my laptop:
Andrew Tridgell
1
-0
/
+55
2007-10-10
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
7
-18
/
+47
2007-10-10
r2709: finally solved the talloc reference problem.
Andrew Tridgell
3
-9
/
+126
2007-10-10
r2699: Correct handle ServerAlive() and ServerAlive2() + add torture tests
Jelmer Vernooij
1
-0
/
+117
2007-10-10
r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...
Andrew Tridgell
3
-11
/
+3
2007-10-10
r2676: add a test of the reference counting logic in the SAMR server into the
Andrew Tridgell
1
-86
/
+31
2007-10-10
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
2
-3
/
+6
2007-10-10
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
2
-5
/
+17
2007-10-10
r2659: removed some extraneous debug msgs
Andrew Tridgell
1
-3
/
+0
2007-10-10
r2649: - used some cpp tricks to make users of talloc() and talloc_realloc()
Andrew Tridgell
1
-0
/
+3
2007-10-10
r2645: converted the NTLMSSP code to the new style of talloc
Andrew Tridgell
1
-4
/
+4
2007-10-10
r2628: got rid of some warnings and converted a few more places to use hierar...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2593: don't crash if the server doesn't know that 0 count searches mean 1
Andrew Tridgell
1
-2
/
+6
2007-10-10
r2589: a simple test to help find security related memory leaks. Run valgrind...
Andrew Tridgell
3
-1
/
+71
[next]