summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_resolve.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7458: don't look at components[-1] :-)Stefan Metzmacher1-0/+2
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-5/+5
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-1/+1
2007-10-10r4403: - added ACL inheritance in the pvfs backend. ACLs are now inherited onAndrew Tridgell1-0/+51
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell1-2/+2
2007-10-10r3799: - added the bit for FS_ATTR_NAMED_STREAMS support into qfsinfo filesys...Andrew Tridgell1-0/+4
2007-10-10r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell1-3/+42
2007-10-10r3747: - added some of the infrastructure needed for streams support in pvfsAndrew Tridgell1-2/+2
2007-10-10r3694: added support for the RENAME_INFORMATION level of setfileinfo andAndrew Tridgell1-1/+1
2007-10-10r3658: use handle->fd == -1 as the primary indicator of a directory. ThisAndrew Tridgell1-1/+1
2007-10-10r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell1-5/+5
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3353: don't reference dos.attrib unless its initialisedAndrew Tridgell1-1/+1
2007-10-10r3351: handle far more operations on open directory handles. pvfs was failingAndrew Tridgell1-2/+8
2007-10-10r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. ThisAndrew Tridgell1-31/+50
2007-10-10r3240: - update the rules for what error codes should be given on theAndrew Tridgell1-9/+107
2007-10-10r3227: added a per-share option "case insensitive filesystem", that tells theAndrew Tridgell1-6/+12
2007-10-10r3198: check for too many .. components in filenamesAndrew Tridgell1-1/+16
2007-10-10r3133: - more consistent error checking in rename and setfileinfoAndrew Tridgell1-0/+19
2007-10-10r2984: fixed the error code for a non-terminal component of a path name not e...Andrew Tridgell1-2/+1
2007-10-10r2931: use next_codepoint() to ensure we properly handle multi-byte character...Andrew Tridgell1-2/+6
2007-10-10r2928: - fixed the handling of reserved names (rejecting them with ACCESS_DEN...Andrew Tridgell1-0/+3
2007-10-10r2927: imported the hash2 name mangling code from Samba3 into Samba4, butAndrew Tridgell1-6/+15
2007-10-10r2893: added very primitive name mangling support to pvfsAndrew Tridgell1-3/+13
2007-10-10r2786: - match on both long and short name for search posix backendAndrew Tridgell1-2/+8
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-1/+13
2007-10-10r2436: the second big lump of posix vfs code.Andrew Tridgell1-9/+37
2007-10-10r2404: the first large lump of posix vfs stuff.Andrew Tridgell1-0/+303