Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3574: the RAW-OPEN test changes broke a couple of the other tests. This | Andrew Tridgell | 2 | -2/+111 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 1 | -4/+3 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3449: more include file reduction | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r3426: removed 2 unused files, and some unused variables | Andrew Tridgell | 1 | -459/+0 |
2007-10-10 | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h | Andrew Tridgell | 4 | -0/+4 |
2007-10-10 | r3400: - allow callers to control the flags2 field in raw packets | Andrew Tridgell | 1 | -2/+13 |
2007-10-10 | r3387: fixed pvfs to pass the NTDENY tests. The tricky bit was | Andrew Tridgell | 1 | -10/+12 |
2007-10-10 | r3386: - fixed --seed option in smbtorture | Andrew Tridgell | 1 | -1/+272 |
2007-10-10 | r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra... | Andrew Tridgell | 2 | -9/+9 |
2007-10-10 | r3324: made the smbtorture code completely warning free | Andrew Tridgell | 13 | -27/+27 |
2007-10-10 | r3251: - move the openattr test code into basic/attr.c | Andrew Tridgell | 1 | -0/+196 |
2007-10-10 | r3207: - reformat error msgs in BASE-DIR* tests | Andrew Tridgell | 1 | -10/+14 |
2007-10-10 | r3203: moved more test functions into torture/basic/*.c | Andrew Tridgell | 2 | -0/+235 |
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 | 1 | -0/+128 |
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 | 1 | -0/+524 |
2007-10-10 | r3148: make --failures work for the BASE-DENY1 and BASE-DENY2 tests | Andrew Tridgell | 1 | -11/+20 |
2007-10-10 | r3029: implemented byte range lock timeouts. | Andrew Tridgell | 1 | -19/+70 |
2007-10-10 | r3011: separated the locktest code into a separate module in smbtorture | Andrew Tridgell | 1 | -0/+907 |
2007-10-10 | r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o... | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r2680: switched the libcli/raw/ code over to use talloc_reference(), which si... | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 1 | -1/+1 |
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 | r2589: a simple test to help find security related memory leaks. Run valgrind... | Andrew Tridgell | 1 | -0/+68 |
2007-10-10 | r2552: Character set conversion and string handling updates. | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r2551: Add const. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r2536: This is a classic case for the use of our new talloc code, and | Andrew Bartlett | 1 | -9/+8 |
2007-10-10 | r2159: converted samba4 over to UTF-16. | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r1997: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1985: take advantage of the new talloc in a few more places | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r1654: rename cli_ -> smbcli_ | Stefan Metzmacher | 7 | -263/+263 |
2007-10-10 | r1578: the first stage of the async client rewrite. | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r1228: use int64_t instead of long long | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r1086: Add defer open test to check timeout on sharing violation open. | Jeremy Allison | 1 | -2/+18 |
2007-10-10 | r962: convert 'unsigned' and 'unsigned int' to uint_t | Stefan Metzmacher | 2 | -4/+4 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 2 | -10/+10 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -12/+12 |
2004-03-26 | - moved some of the base tests into torture/basic/ | Andrew Tridgell | 7 | -0/+3676 |