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
r3235: try readx beyond 64k in RAW-READ
Andrew Tridgell
1
-6
/
+17
2007-10-10
r3218: Fix the build
Volker Lendecke
1
-1
/
+1
2007-10-10
r3207: - reformat error msgs in BASE-DIR* tests
Andrew Tridgell
1
-10
/
+14
2007-10-10
r3206: - added the reverse map for ERRbaduid to NT_STATUS_INVALID_HANDLE
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3203: moved more test functions into torture/basic/*.c
Andrew Tridgell
4
-211
/
+239
2007-10-10
r3199: added a couple more test paths to RAW-CHKPATH
Andrew Tridgell
1
-0
/
+10
2007-10-10
r3198: check for too many .. components in filenames
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3191: use __location__ in RAW-UNLINK test
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3188: tidy up the rename test a bit more
Andrew Tridgell
1
-4
/
+10
2007-10-10
r3182: separate out the BASE-RENAME test into torture/basic/rename.c
Andrew Tridgell
3
-96
/
+130
2007-10-10
r3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED in pvfs
Andrew Tridgell
1
-6
/
+6
2007-10-10
r3173: make the RAW-QFILEINFO test cope better with null strings from the server
Andrew Tridgell
1
-4
/
+4
2007-10-10
r3168: Use generic function for looking up endpoints
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead of
Jelmer Vernooij
3
-28
/
+7
2007-10-10
r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...
Jelmer Vernooij
1
-5
/
+2
2007-10-10
r3157: Add ncacn_http
Jelmer Vernooij
1
-0
/
+6
2007-10-10
r3156: Couple of fixes in the conversion functions between binding structs and
Jelmer Vernooij
2
-2
/
+5
2007-10-10
r3155: reformat a delete test
Andrew Tridgell
1
-3
/
+5
2007-10-10
r3152: reformatted some of the delete test code
Andrew Tridgell
1
-12
/
+22
2007-10-10
r3150: printing __location__ is more useful than a operation number
Andrew Tridgell
1
-57
/
+117
2007-10-10
r3149: separate the delete on close test into torture/basic/delete.c
Andrew Tridgell
3
-501
/
+527
2007-10-10
r3148: make --failures work for the BASE-DENY1 and BASE-DENY2 tests
Andrew Tridgell
1
-11
/
+20
2007-10-10
r3136: - Allow specifying socket type when adding smbd service
Jelmer Vernooij
2
-3
/
+3
2007-10-10
r3130: - added a LOCAL-IDTREE test suite
Andrew Tridgell
3
-1
/
+103
2007-10-10
r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b...
Jelmer Vernooij
1
-0
/
+10
2007-10-10
r3124: Add dcerpc_binding_from_tower()
Jelmer Vernooij
1
-17
/
+59
2007-10-10
r3123: Add dcerpc_binding_build_tower()
Jelmer Vernooij
3
-1
/
+84
2007-10-10
r3112: Fix two more instances of epm_towers (sorry, metze!)
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3111: Add a few more protocol identifiers, rhs for ncalrpc
Jelmer Vernooij
1
-28
/
+28
2007-10-10
r3108: try to cope with servers that put FILE_ATTRIBUTE_NONINDEXED on files i...
Andrew Tridgell
1
-11
/
+15
2007-10-10
r3105: using __location__ instead of __LINE__ to give info on error locations...
Andrew Tridgell
1
-25
/
+25
2007-10-10
r3104: My Win2k3 server, with current updates, still sends the LM key for lev...
Andrew Bartlett
1
-1
/
+1
2007-10-10
r3085: make the RAW-WRITE tests more robust to errors in previous parts of th...
Andrew Tridgell
1
-19
/
+19
2007-10-10
r3079: make code more pretty :-)
Andrew Bartlett
1
-4
/
+4
2007-10-10
r3074: Add in a new 'field present' flag samr.idl for the Account Flags
Andrew Bartlett
1
-43
/
+192
2007-10-10
r3057: - moved the idtree.c code into lib/
Andrew Tridgell
1
-2
/
+0
2007-10-10
r3053: make the maxfid test use subdirectories, so it doesn't create 64k
Andrew Tridgell
1
-6
/
+46
2007-10-10
r3045: Allow object-uuid@... binding strings
Jelmer Vernooij
1
-1
/
+13
2007-10-10
r3040: Add sleeps between operations to nbench. Submitted by aliguori@us.ibm...
Jim McDonough
2
-0
/
+8
2007-10-10
r3034: - fixed a bug in message dispatch, when the dispatch function called ...
Andrew Tridgell
1
-1
/
+130
2007-10-10
r3030: added testing of lock cancel, and some more special offsets (locks
Andrew Tridgell
1
-17
/
+235
2007-10-10
r3029: implemented byte range lock timeouts.
Andrew Tridgell
2
-20
/
+107
2007-10-10
r3026: - added automatic retry to messages when the servers listen queue is
Andrew Tridgell
1
-8
/
+11
2007-10-10
r3023: added immediate send of messages when they are first queued. This make...
Andrew Tridgell
1
-6
/
+1
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
[prev]
[next]