summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_search.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3276: - allow for more than 256 open old style searches (limit currently set...Andrew Tridgell1-4/+50
2007-10-10r3262: - new pvfs_dirlist code that reopens the directory between searchAndrew Tridgell1-19/+21
2007-10-10r3260: redid the pvfs_dirlist() interface in preparation for a "keepAndrew Tridgell1-39/+30
2007-10-10r3248: don't stop searches on failed fill_search_info()Andrew Tridgell1-7/+1
2007-10-10r3240: - update the rules for what error codes should be given on theAndrew Tridgell1-2/+3
2007-10-10r3207: - reformat error msgs in BASE-DIR* testsAndrew Tridgell1-2/+4
2007-10-10r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell1-2/+2
2007-10-10r3056: added a id -> pointer data structure (a type of radix tree). This isAndrew Tridgell1-58/+35
2007-10-10r2904: - fixed the old style SMBsearch to return the pvfs shortname, not a tr...Andrew Tridgell1-2/+5
2007-10-10r2788: prevent a memory leak in the pvfs search backendAndrew Tridgell1-2/+2
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-12/+17
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-5/+5
2007-10-10r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell1-81/+200
2007-10-10r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell1-100/+242
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell1-20/+90
2007-10-10r2436: the second big lump of posix vfs code.Andrew Tridgell1-29/+22
2007-10-10r2404: the first large lump of posix vfs stuff.Andrew Tridgell1-0/+250