summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_search.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-13s4:ntvfs: use tevent_ fn names instead of legacy event_ onesSimo Sorce1-1/+1
2011-06-16s4:ntvfs subsystems - rework it using concrete enum valuesMatthias Dieter Wallnöfer1-1/+5
2011-06-09s4:ntvfs subsystem - quiet enum warningsMatthias Dieter Wallnöfer1-4/+2
2010-09-10s4/pvfs: use monotonic time for this timeoutBjörn Jacke1-3/+3
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-8/+8
2009-10-18s4-smb2: fixed SMB2 find commandsAndrew Tridgell1-2/+2
2009-02-05s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher1-16/+36
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-06-03pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendbStefan Metzmacher1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-9/+9
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher1-9/+9
2007-10-10r22842: fix directory listing of SMB2 and include directories and hidden filesStefan Metzmacher1-1/+1
2007-10-10r18319: fixed the directory search resume code on IRIXAndrew Tridgell1-15/+24
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17752: using -1 in a uint16_t value causes compiler warnings,Stefan Metzmacher1-4/+6
2007-10-10r16876: implement SMB2 Find in the posix ntvfs backendStefan Metzmacher1-0/+160
2007-10-10r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher1-38/+78
2007-10-10r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell1-2/+1
2007-10-10r14540: fix a talloc hierachie problem,Stefan Metzmacher1-25/+14
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+1
2007-10-10r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher1-1/+1
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher1-5/+5
2007-10-10r8535: no longer rely on seekdir working after a closedir. Instead, keepAndrew Tridgell1-11/+28
2007-10-10r6229: Back out these changes ...Richard Sharpe1-1/+1
2007-10-10r6219: This change allows us to fall back to authenticating withoutRichard Sharpe1-1/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-1/+0
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-3/+3
2007-10-10r4615: added acl checking on directory search in pvfsAndrew Tridgell1-0/+11
2007-10-10r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell1-0/+21
2007-10-10r4165: added a 100 element name cache to cope with some amount of seekingAndrew Tridgell1-5/+5
2007-10-10r4162: this should fix the delete/findnext problem from OS/2 clients. ThanksAndrew Tridgell1-0/+4
2007-10-10r4067: no matches in findnext is not an errorAndrew Tridgell1-5/+0
2007-10-10r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell1-2/+2
2007-10-10r3544: fixed some #include lines to make them more consistentAndrew Tridgell1-1/+1
2007-10-10r3455: some more portability fixes. We nearly compile on solaris again now.Andrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
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