index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
torture
/
raw
/
search.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
1
-1
/
+2
*
RAW-SEARCH: skip RESUME_KEY tests against samba3
Stefan Metzmacher
2008-03-11
1
-0
/
+10
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-51
/
+51
*
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r24883: Use torture API.
Jelmer Vernooij
2007-10-10
1
-74
/
+24
*
r24735: Use torture API in more places.
Jelmer Vernooij
2007-10-10
1
-78
/
+73
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r22838: Add in an explority test for what QFSINFO operations are valid on IPC$
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r22189: fix compiler warning
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r21710: Add client support for the UNIX_INFO2 info level in the QueryFile,
James Peach
2007-10-10
1
-1
/
+1
*
r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r18585: 50 open searches is still too many for some of the build farm hosts,
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18541: with 100 old style searches we can run out of file descriptors on some
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18319: fixed the directory search resume code on IRIX
Andrew Tridgell
2007-10-10
1
-5
/
+5
*
r16907: Add an index parameter to torture_open_connection. Next step is to en...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r16834: split the level's of smb_search_first/smb_search_next and the levels
Stefan Metzmacher
2007-10-10
1
-74
/
+140
*
r14845: expanded the number of info levels tested for continue in the
Andrew Tridgell
2007-10-10
1
-90
/
+123
*
r14720: Add torture_context argument to all torture tests
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14527: Fix build problems.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
2007-10-10
1
-7
/
+7
*
r14173: change smb interface structures to always use
Stefan Metzmacher
2007-10-10
1
-6
/
+6
*
r13004: fix compiler warnings
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12693: Move core data structures out of smb.h into core.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r11639: fixed some create_time tests that should be change_time tests
Andrew Tridgell
2007-10-10
1
-5
/
+5
*
r9876: Fix some 64-bit warnings for Itanium machine.
Tim Potter
2007-10-10
1
-2
/
+2
*
r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r8773: fixed another dependency on directory ordering in RAW-SEARCH
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r8729: make the RAW-SEARCH test more robust to servers with hash based direct...
Andrew Tridgell
2007-10-10
1
-8
/
+5
*
r8712: cleanup old search test code to use talloc
Andrew Tridgell
2007-10-10
1
-16
/
+18
*
r8709: fixed the assumption in RAW-SEARCH that directories are returned in so...
Andrew Tridgell
2007-10-10
1
-1
/
+10
*
r8537: cope better with the small file handle limit on some systems in the bu...
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r8522: fixed another couple of size_t warnings
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8497: prevent a fd leak in RAW-SEARCH test
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8185: Delete on close on directories:
Volker Lendecke
2007-10-10
1
-4
/
+5
*
r8176: Exploring the share mode database...
Volker Lendecke
2007-10-10
1
-9
/
+11
*
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5071: Reverted (per tridge request).
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r5068: I'm pretty sure an old search request is allowed to return changed case
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
1
-5
/
+5
*
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r4317: check the count of replies in the os2 ea_list torture test
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4263: added support for the trans2 RAW_SEARCH_EA_LIST information
Andrew Tridgell
2007-10-10
1
-0
/
+118
*
r4173: - new t2open code, that can cope with "create with EAs". Many thanks
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4164: added a test that simulates a OS/2 file delete. This includes seek by
Andrew Tridgell
2007-10-10
1
-0
/
+105
*
r3699: - split the delayed write testing out of RAW-WRITE, as it is not yet
Andrew Tridgell
2007-10-10
1
-12
/
+4
*
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3324: made the smbtorture code completely warning free
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3276: - allow for more than 256 open old style searches (limit currently set...
Andrew Tridgell
2007-10-10
1
-14
/
+166
[next]