Release 1.5.29.
[wine] / server / directory.c
2012-03-12  Alexandre Julliardserver: Create some kernel notification events.
2012-02-17  Vitaliy Margolenserver: Add sessions directory and 0 session symlink.
2008-10-20  Alexandre Julliardserver: Added a request to unlink an object from its...
2007-12-07  Alexandre Julliardserver: Fix incorrect use of size_t instead of data_size_t.
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-12-05  Alexandre Julliardserver: Partial implementation of NtQueryDirectoryObject.
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-10-02  Alexandre Julliardserver: Add a default access mapping function for files...
2007-03-22  Alexandre Julliardserver: Create the named pipe and mailslot devices...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-22  Alexandre Julliardserver: New scheme for cleaning up objects on server...
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-12-05  Alexandre Julliardserver: Let the directory code handle device names.
2005-12-05  Vitaliy MargolenMove mailslot devices into directory name space.
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-12-05  Alexandre Julliardserver: Move handle allocation out of open_object_dir.
2005-11-30  Vitaliy MargolenImplement symbolic link object in wineserver.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.