Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 1 | -4/+16 |
2007-10-10 | r2649: - used some cpp tricks to make users of talloc() and talloc_realloc() | Andrew Tridgell | 1 | -0/+3 |
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 | r2520: - finished implementing the server side of the old style search requests | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 and | Andrew Tridgell | 1 | -3/+18 |
2007-10-10 | r2462: added a test for the error code for no matching filename | Andrew Tridgell | 1 | -0/+18 |
2007-10-10 | r2457: expanded the RAW-SEARCH test to test for what happens when a directory | Andrew Tridgell | 1 | -6/+233 |
2007-10-10 | r2217: Ad-hoc tests to allow me to work out the correct error code | Jeremy Allison | 1 | -2/+128 |
2007-10-10 | r2151: Added some more ad-hoc tests. Found bugs in Samba3 with these :-). | Jeremy Allison | 1 | -0/+78 |
2007-10-10 | r2071: - change smbtorture to use the popt_common stuff | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1996: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 2 | -8/+7 |
2007-10-10 | r1820: added a strcmp_safe() that handles NULL pointers. Needed for the | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r1795: Fix the multiple session setup torture tests. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r1769: Add a new torture test to check vuid properties, and SPNEGO/non-SPNEGO... | Andrew Bartlett | 1 | -3/+43 |
2007-10-10 | r1740: fixed the torture suite for ASCII-only servers | Andrew Tridgell | 4 | -7/+7 |
2007-10-10 | r1654: rename cli_ -> smbcli_ | Stefan Metzmacher | 19 | -430/+430 |
2007-10-10 | r1632: in case of error don't send uninitialised fnums on the wire | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level' | Stefan Metzmacher | 3 | -6/+6 |
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 | r962: convert 'unsigned' and 'unsigned int' to uint_t | Stefan Metzmacher | 3 | -27/+27 |
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 | 1 | -1/+1 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 3 | -6/+6 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 4 | -8/+8 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 7 | -44/+40 |
2007-10-10 | r865: Regression test for attribute-only opens not causing an oplock break. | Jeremy Allison | 1 | -0/+29 |
2007-10-10 | r741: Test from Volker in RAW-OPEN for truncating a file containing locks. | Jeremy Allison | 1 | -0/+77 |
2007-10-10 | r336: added a -X command line option to smbtorture to enable dangerous or | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r204: Turns out that the string in the SEARCH unix_info level is that | Jeremy Allison | 1 | -0/+14 |
2007-10-10 | r203: Added size and alloc size tests to UNIX info level. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r184: Fix UNIX Search info level. This still needs to be added to the raw | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r152: a quick airport commit .... | Andrew Tridgell | 5 | -9/+9 |
2004-04-02 | Added one more test for "dirname\." | Jeremy Allison | 1 | -0/+5 |
2004-03-25 | fixed the handling of level II oplocks in samba4, especially when | Andrew Tridgell | 1 | -1/+1 |
2004-02-10 | Convert libcli routines to return NTSTATUS instead of BOOL. Again, the | Tim Potter | 13 | -32/+32 |
2004-02-08 | Convert libcli routines to use cli_tree instead of cli_state. Port | Tim Potter | 18 | -332/+332 |
2004-01-21 | cope with a wider range of broken servers in the RAW-QFILEINFO test | Andrew Tridgell | 1 | -8/+10 |
2003-12-04 | * patch based on work by Jim Myers to unify the ioctl handling to be | Andrew Tridgell | 2 | -16/+19 |
2003-11-06 | allow qfsinfo to continue with just 10 levels supported in the server | Andrew Tridgell | 1 | -1/+1 |
2003-10-10 | fixed snprintf.c for systems that have only some of the *printf() family of f... | Andrew Tridgell | 1 | -3/+3 |
2003-09-02 | thanks to ntfsd and some google searches I worked out what the unknown | Andrew Tridgell | 3 | -32/+57 |
2003-08-31 | I think I've finally got the ascii/unicode issues right in trans2 find | Andrew Tridgell | 2 | -13/+76 |
2003-08-29 | expanded the RAW-READ test to make it clearer that all locks conflict | Andrew Tridgell | 1 | -1/+7 |
2003-08-23 | fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATION | Andrew Tridgell | 1 | -1/+3 |
2003-08-15 | more fixes from the IRIX compiler (thanks herb!) | Andrew Tridgell | 2 | -3/+7 |
2003-08-15 | a few build fixes to try to get irix building | Andrew Tridgell | 1 | -0/+2 |