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