summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_qfileinfo.c
Commit message (Expand)AuthorAgeFilesLines
* querying the ACCESS_INFORMATION is always allowedAndrew Tridgell2008-05-291-0/+4
* SMB2 doesn't have NAME_INFORMATION levelAndrew Tridgell2008-05-281-0/+4
* answer SMB2_ALL_EAS qfileinfoAndrew Tridgell2008-05-281-0/+9
* fix make test for EAs againAndrew Tridgell2008-05-231-4/+0
* fixes for EAs and filename in gentest_smb2 resultsAndrew Tridgell2008-05-221-1/+12
* pvfs: use pvfs_resolve_name_handle() in qfileinfo and setfileinfoStefan Metzmacher2008-02-291-1/+1
* pvfs: remove unused args from pvfs_delete_on_close_set()Stefan Metzmacher2008-02-281-3/+3
* pvfs_qfileinfo: down discard the return value of pvfs_can_stat()Stefan Metzmacher2008-02-261-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r16724: fix typo...Stefan Metzmacher2007-10-101-2/+2
* r16468: implement SMB2_ALL_INFORMATION in the posix backendStefan Metzmacher2007-10-101-5/+36
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-1/+1
* r15057: fix access masks for getting and setting security_descriptorsStefan Metzmacher2007-10-101-6/+16
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-2/+2
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-2/+2
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-3/+3
* r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETEAndrew Tridgell2007-10-101-4/+9
* r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij2007-10-101-1/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-4/+4
* r4448: - fixed access_mask checking on acl setAndrew Tridgell2007-10-101-0/+4
* r4409: fixed handling of zero access masks for the POSITION_INFORMATION query...Andrew Tridgell2007-10-101-1/+1
* r4408: added the remaining access check hooks into pvfs. All calls should now...Andrew Tridgell2007-10-101-0/+37
* r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell2007-10-101-5/+5
* r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfoAndrew Tridgell2007-10-101-6/+52
* r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL isAndrew Tridgell2007-10-101-3/+7
* r3806: added support to smb_server and pvfs for the NTTRANS Create call. ThisAndrew Tridgell2007-10-101-1/+2
* r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell2007-10-101-13/+3
* r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell2007-10-101-2/+1
* r3618: - this adds the special case for DENY_DOS semantics, as shown by the B...Andrew Tridgell2007-10-101-1/+1
* r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell2007-10-101-7/+9
* r3596: MODE_INFORMATION tests now pass. Only RENAME_INFORMATION level left toAndrew Tridgell2007-10-101-1/+5
* r3549: added support for DOS extended attribute lists (name/value pairs)Andrew Tridgell2007-10-101-6/+33
* r3544: fixed some #include lines to make them more consistentAndrew Tridgell2007-10-101-1/+1
* r3323: more warning reductionsAndrew Tridgell2007-10-101-0/+3
* r3172: much better qfileinfo implementation in pvfs. We now pass RAW-QFILEINFOAndrew Tridgell2007-10-101-52/+179
* r3161: pvfs now passes the RAW-SEEK testAndrew Tridgell2007-10-101-1/+5
* r2789: fix compileSimo Sorce2007-10-101-1/+1
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-7/+9
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-1/+1
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-4/+4
* r2436: the second big lump of posix vfs code.Andrew Tridgell2007-10-101-0/+129