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
/
raw
/
search.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5071: Reverted (per tridge request).
Jeremy Allison
1
-1
/
+1
2007-10-10
r5068: I'm pretty sure an old search request is allowed to return changed case
Jeremy Allison
1
-1
/
+1
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-5
/
+5
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-3
/
+3
2007-10-10
r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4317: check the count of replies in the os2 ea_list torture test
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4263: added support for the trans2 RAW_SEARCH_EA_LIST information
Andrew Tridgell
1
-0
/
+118
2007-10-10
r4173: - new t2open code, that can cope with "create with EAs". Many thanks
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4164: added a test that simulates a OS/2 file delete. This includes seek by
Andrew Tridgell
1
-0
/
+105
2007-10-10
r3699: - split the delayed write testing out of RAW-WRITE, as it is not yet
Andrew Tridgell
1
-12
/
+4
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3324: made the smbtorture code completely warning free
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3276: - allow for more than 256 open old style searches (limit currently set...
Andrew Tridgell
1
-14
/
+166
2007-10-10
r3261: added seek to RAW-SEARCH test
Andrew Tridgell
1
-5
/
+4
2007-10-10
r3259: expanded the RAW-SEARCH test some more
Andrew Tridgell
1
-2
/
+4
2007-10-10
r3257: make the RAW-SEARCH test less sensitive to the servers directory ordering
Andrew Tridgell
1
-6
/
+7
2007-10-10
r3245: use __location__ in RAW-SEARCH
Andrew Tridgell
1
-18
/
+18
2007-10-10
r2929: longhorn does not produce sorted directory listings! This is
Andrew Tridgell
1
-2
/
+1
2007-10-10
r2909: fix some RAW-SEARCH torture mem leaks
Andrew Tridgell
1
-4
/
+5
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
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
r1983: a completely new implementation of talloc
Andrew Tridgell
1
-2
/
+1
2007-10-10
r1820: added a strcmp_safe() that handles NULL pointers. Needed for the
Andrew Tridgell
1
-5
/
+5
2007-10-10
r1740: fixed the torture suite for ASCII-only servers
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1654: rename cli_ -> smbcli_
Stefan Metzmacher
1
-14
/
+14
2007-10-10
r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
1
-5
/
+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
1
-1
/
+1
2004-02-10
Convert libcli routines to return NTSTATUS instead of BOOL. Again, the
Tim Potter
1
-1
/
+1
2004-02-08
Convert libcli routines to use cli_tree instead of cli_state. Port
Tim Potter
1
-9
/
+9
2003-09-02
thanks to ntfsd and some google searches I worked out what the unknown
Andrew Tridgell
1
-29
/
+41
2003-08-31
I think I've finally got the ascii/unicode issues right in trans2 find
Andrew Tridgell
1
-2
/
+40
2003-08-15
more fixes from the IRIX compiler (thanks herb!)
Andrew Tridgell
1
-3
/
+6
2003-08-15
test resume by name before resume by flags
Andrew Tridgell
1
-1
/
+1
2003-08-13
first public release of samba4 code
Andrew Tridgell
1
-0
/
+610