r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
[gd/samba/.git] / source4 / ntvfs / posix / pvfs_resolve.c
2007-10-10 James Peachr15186: Introduce ISDOT and ISDOTDOT macros for testing...
2007-10-10 Jelmer Vernooijr9792: Rename StrCaseCmp -> strcasecmp_m. All these...
2007-10-10 Stefan Metzmacherr7458: don't look at components[-1] :-)
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr4403: - added ACL inheritance in the pvfs backend...
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Andrew Tridgellr3799: - added the bit for FS_ATTR_NAMED_STREAMS suppor...
2007-10-10 Andrew Tridgellr3798: added support for alternate data streams in...
2007-10-10 Andrew Tridgellr3747: - added some of the infrastructure needed for...
2007-10-10 Andrew Tridgellr3694: added support for the RENAME_INFORMATION level...
2007-10-10 Andrew Tridgellr3658: use handle->fd == -1 as the primary indicator...
2007-10-10 Andrew Tridgellr3545: initial support for using extended attributes...
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3353: don't reference dos.attrib unless its initialised
2007-10-10 Andrew Tridgellr3351: handle far more operations on open directory...
2007-10-10 Andrew Tridgellr3288: - updated the path processing in pvfs to pass...
2007-10-10 Andrew Tridgellr3240: - update the rules for what error codes should...
2007-10-10 Andrew Tridgellr3227: added a per-share option "case insensitive files...
2007-10-10 Andrew Tridgellr3198: check for too many .. components in filenames
2007-10-10 Andrew Tridgellr3133: - more consistent error checking in rename and...
2007-10-10 Andrew Tridgellr2984: fixed the error code for a non-terminal componen...
2007-10-10 Andrew Tridgellr2931: use next_codepoint() to ensure we properly handl...
2007-10-10 Andrew Tridgellr2928: - fixed the handling of reserved names (rejectin...
2007-10-10 Andrew Tridgellr2927: imported the hash2 name mangling code from Samba...
2007-10-10 Andrew Tridgellr2893: added very primitive name mangling support to...
2007-10-10 Andrew Tridgellr2786: - match on both long and short name for search...
2007-10-10 Andrew Tridgellr2561: completely redid the ntvfs module chaining code...
2007-10-10 Andrew Tridgellr2436: the second big lump of posix vfs code.
2007-10-10 Andrew Tridgellr2404: the first large lump of posix vfs stuff.