summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix/pvfs_mkdir.c
Commit message (Expand)AuthorAgeFilesLines
* s4-pvfs: use pvfs_sys_*() functions to wrap posix callsAndrew Tridgell2010-03-051-6/+6
* s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher2009-02-051-2/+4
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r17656: some systems (like older solaris) don't return ENOTEMPTY on rmdir()Andrew Tridgell2007-10-101-0/+4
* r14933: fix the handling of notify filters to be much closer to the behaviourAndrew Tridgell2007-10-101-3/+3
* r14797: added checking of the filter in notify requestsAndrew Tridgell2007-10-101-3/+12
* r14755: the change notify code now passes most of the RAW-NOTIFY test. StillAndrew Tridgell2007-10-101-0/+6
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-101-3/+3
* r7850: Support mkdir() with just one parameter. Patch fromJelmer Vernooij2007-10-101-0/+1
* r4615: added acl checking on directory search in pvfsAndrew Tridgell2007-10-101-2/+2
* r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I r...Andrew Tridgell2007-10-101-2/+2
* r4408: added the remaining access check hooks into pvfs. All calls should now...Andrew Tridgell2007-10-101-0/+16
* r4405: added acl inheritance to the mkdir and t2mkdir backends.Andrew Tridgell2007-10-101-0/+14
* r4244: add more calls to pvfs_xattr_unlink_hook() on file/dir create, to try ...Andrew Tridgell2007-10-101-0/+4
* r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...Andrew Tridgell2007-10-101-7/+11
* r4182: fixed trans2 mkdir, allowing mkdir with an initial EA listAndrew Tridgell2007-10-101-0/+52
* r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell2007-10-101-4/+2
* r3544: fixed some #include lines to make them more consistentAndrew Tridgell2007-10-101-1/+1
* r3372: fixed the initial directory permissions for pvfs_mkdir()Andrew Tridgell2007-10-101-3/+3
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-101-4/+6
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-101-2/+2
* r2436: the second big lump of posix vfs code.Andrew Tridgell2007-10-101-0/+85