RAW-SEARCH: skip RESUME_KEY tests against samba3
[samba.git] / source / torture / raw / search.c
2008-03-11 Stefan MetzmacherRAW-SEARCH: skip RESUME_KEY tests against samba3
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Jelmer Vernooijr25000: Fix some more C++ compatibility warnings.
2007-10-10 Jelmer Vernooijr24883: Use torture API.
2007-10-10 Jelmer Vernooijr24735: Use torture API in more places.
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr22838: Add in an explority test for what QFSINFO opera...
2007-10-10 Stefan Metzmacherr22189: fix compiler warning
2007-10-10 James Peachr21710: Add client support for the UNIX_INFO2 info...
2007-10-10 Jelmer Vernooijr19507: Merge my DSO fixes branch. Building Samba's...
2007-10-10 Andrew Tridgellr18585: 50 open searches is still too many for some...
2007-10-10 Andrew Tridgellr18541: with 100 old style searches we can run out...
2007-10-10 Andrew Tridgellr18319: fixed the directory search resume code on IRIX
2007-10-10 Volker Lendecker16907: Add an index parameter to torture_open_connecti...
2007-10-10 Stefan Metzmacherr16834: split the level's of smb_search_first/smb_searc...
2007-10-10 Andrew Tridgellr14845: expanded the number of info levels tested for...
2007-10-10 Jelmer Vernooijr14720: Add torture_context argument to all torture...
2007-10-10 Jelmer Vernooijr14527: Fix build problems.
2007-10-10 Stefan Metzmacherr14256: - rename smb_file -> smb_handle
2007-10-10 Stefan Metzmacherr14173: change smb interface structures to always use
2007-10-10 Stefan Metzmacherr13004: fix compiler warnings
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Jelmer Vernooijr12693: Move core data structures out of smb.h into...
2007-10-10 Andrew Tridgellr11639: fixed some create_time tests that should be...
2007-10-10 Tim Potterr9876: Fix some 64-bit warnings for Itanium machine.
2007-10-10 Jelmer Vernooijr9792: Rename StrCaseCmp -> strcasecmp_m. All these...
2007-10-10 Andrew Tridgellr8773: fixed another dependency on directory ordering...
2007-10-10 Andrew Tridgellr8729: make the RAW-SEARCH test more robust to servers...
2007-10-10 Andrew Tridgellr8712: cleanup old search test code to use talloc
2007-10-10 Andrew Tridgellr8709: fixed the assumption in RAW-SEARCH that director...
2007-10-10 Andrew Tridgellr8537: cope better with the small file handle limit...
2007-10-10 Andrew Tridgellr8522: fixed another couple of size_t warnings
2007-10-10 Andrew Tridgellr8497: prevent a fd leak in RAW-SEARCH test
2007-10-10 Volker Lendecker8185: Delete on close on directories:
2007-10-10 Volker Lendecker8176: Exploring the share mode database...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Jeremy Allisonr5071: Reverted (per tridge request).
2007-10-10 Jeremy Allisonr5068: I'm pretty sure an old search request is allowed...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4547: - added talloc_new(ctx) macro that is a neater...
2007-10-10 Andrew Tridgellr4317: check the count of replies in the os2 ea_list...
2007-10-10 Andrew Tridgellr4263: added support for the trans2 RAW_SEARCH_EA_LIST...
2007-10-10 Andrew Tridgellr4173: - new t2open code, that can cope with "create...
2007-10-10 Andrew Tridgellr4164: added a test that simulates a OS/2 file delete...
2007-10-10 Andrew Tridgellr3699: - split the delayed write testing out of RAW...
2007-10-10 Andrew Tridgellr3419: moved the libcli/raw structures into libcli...
2007-10-10 Andrew Tridgellr3324: made the smbtorture code completely warning...
2007-10-10 Andrew Tridgellr3276: - allow for more than 256 open old style searche...
2007-10-10 Andrew Tridgellr3261: added seek to RAW-SEARCH test
2007-10-10 Andrew Tridgellr3259: expanded the RAW-SEARCH test some more
2007-10-10 Andrew Tridgellr3257: make the RAW-SEARCH test less sensitive to the...
2007-10-10 Andrew Tridgellr3245: use __location__ in RAW-SEARCH
2007-10-10 Andrew Tridgellr2929: longhorn does not produce sorted directory listi...
2007-10-10 Andrew Tridgellr2909: fix some RAW-SEARCH torture mem leaks
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2649: - used some cpp tricks to make users of talloc...
2007-10-10 Andrew Tridgellr2593: don't crash if the server doesn't know that...
2007-10-10 Andrew Tridgellr2520: - finished implementing the server side of the...
2007-10-10 Andrew Tridgellr2469: complete overhaul of the old-style RAW_SEARCH_...
2007-10-10 Andrew Tridgellr2462: added a test for the error code for no matching...
2007-10-10 Andrew Tridgellr2457: expanded the RAW-SEARCH test to test for what...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Andrew Tridgellr1820: added a strcmp_safe() that handles NULL pointers...
2007-10-10 Andrew Tridgellr1740: fixed the torture suite for ASCII-only servers
2007-10-10 Stefan Metzmacherr1654: rename cli_ -> smbcli_
2007-10-10 Stefan Metzmacherr1547: rename 'enum <bla>_level' -> 'enum smb_<bla...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Jeremy Allisonr204: Turns out that the string in the SEARCH unix_info...
2007-10-10 Jeremy Allisonr203: Added size and alloc size tests to UNIX info...
2007-10-10 Jeremy Allisonr184: Fix UNIX Search info level. This still needs...
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2004-02-10 Tim PotterConvert libcli routines to return NTSTATUS instead...
2004-02-08 Tim PotterConvert libcli routines to use cli_tree instead of...
2003-09-02 Andrew Tridgellthanks to ntfsd and some google searches I worked out...
2003-08-31 Andrew TridgellI think I've finally got the ascii/unicode issues right...
2003-08-15 Andrew Tridgellmore fixes from the IRIX compiler (thanks herb!)
2003-08-15 Andrew Tridgelltest resume by name before resume by flags
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code