summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_search.c
Commit message (Expand)AuthorAgeFilesLines
* pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendbStefan Metzmacher2008-06-031-1/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-9/+9
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher2007-10-101-9/+9
* r22842: fix directory listing of SMB2 and include directories and hidden filesStefan Metzmacher2007-10-101-1/+1
* r18319: fixed the directory search resume code on IRIXAndrew Tridgell2007-10-101-15/+24
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17752: using -1 in a uint16_t value causes compiler warnings,Stefan Metzmacher2007-10-101-4/+6
* r16876: implement SMB2 Find in the posix ntvfs backendStefan Metzmacher2007-10-101-0/+160
* r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher2007-10-101-38/+78
* r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell2007-10-101-2/+1
* r14540: fix a talloc hierachie problem,Stefan Metzmacher2007-10-101-25/+14
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-101-1/+1
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-5/+5
* r8535: no longer rely on seekdir working after a closedir. Instead, keepAndrew Tridgell2007-10-101-11/+28
* r6229: Back out these changes ...Richard Sharpe2007-10-101-1/+1
* r6219: This change allows us to fall back to authenticating withoutRichard Sharpe2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-1/+0
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-3/+3
* r4615: added acl checking on directory search in pvfsAndrew Tridgell2007-10-101-0/+11
* r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell2007-10-101-0/+21
* r4165: added a 100 element name cache to cope with some amount of seekingAndrew Tridgell2007-10-101-5/+5
* r4162: this should fix the delete/findnext problem from OS/2 clients. ThanksAndrew Tridgell2007-10-101-0/+4
* r4067: no matches in findnext is not an errorAndrew Tridgell2007-10-101-5/+0
* r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell2007-10-101-2/+2
* r3544: fixed some #include lines to make them more consistentAndrew Tridgell2007-10-101-1/+1
* r3455: some more portability fixes. We nearly compile on solaris again now.Andrew Tridgell2007-10-101-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3276: - allow for more than 256 open old style searches (limit currently set...Andrew Tridgell2007-10-101-4/+50
* r3262: - new pvfs_dirlist code that reopens the directory between searchAndrew Tridgell2007-10-101-19/+21
* r3260: redid the pvfs_dirlist() interface in preparation for a "keepAndrew Tridgell2007-10-101-39/+30
* r3248: don't stop searches on failed fill_search_info()Andrew Tridgell2007-10-101-7/+1
* r3240: - update the rules for what error codes should be given on theAndrew Tridgell2007-10-101-2/+3
* r3207: - reformat error msgs in BASE-DIR* testsAndrew Tridgell2007-10-101-2/+4
* r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell2007-10-101-2/+2
* r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell2007-10-101-58/+35
* r2904: - fixed the old style SMBsearch to return the pvfs shortname, not a tr...Andrew Tridgell2007-10-101-2/+5
* r2788: prevent a memory leak in the pvfs search backendAndrew Tridgell2007-10-101-2/+2
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-12/+17
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-5/+5
* r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell2007-10-101-81/+200
* r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell2007-10-101-100/+242
* r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2007-10-101-20/+90
* r2436: the second big lump of posix vfs code.Andrew Tridgell2007-10-101-29/+22
* r2404: the first large lump of posix vfs stuff.Andrew Tridgell2007-10-101-0/+250