server: Add support for opening files from a specified root directory.
[wine] / server / file.c
2009-12-01  Alexandre Julliardserver: Add support for opening files from a specified...
2009-11-23  Alexandre Julliardserver: Moved the create_temp_file function to mapping.c.
2009-11-23  Alexandre Julliardserver: Move the functions to extend file to mapping...
2009-08-17  Alexandre Julliardserver: Don't use the cached file mode when setting...
2009-08-17  Alexandre Julliardserver: Properly initialize mode and uid for file and...
2009-07-13  Andrew Nguyenserver: Remap the EROFS errno value to STATUS_ACCESS_DE...
2008-11-07  Paul Bryan Robertsserver: Refactor server side implementation of GetFileS...
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-11-21  Rob Shearmanserver: Fix incorrect translation of the World SID...
2007-11-20  Rob Shearmanserver: Fix a typo in the enumeration of the ACE's...
2007-10-30  Rob Shearmanserver: Pass the security descriptor into create_file...
2007-10-22  Rob Shearmanserver: Fix file_set_sd to handle NULL DACLs.
2007-10-10  Alexandre Julliardserver: Use the file_pos_t type for file sizes and...
2007-10-09  Rob Shearmanserver: Only call fchmod in file_set_fd if the mode...
2007-10-09  Rob Shearmanserver: Remove an unnecessary check from file_set_fd.
2007-10-04  Rob Shearmanserver: Add primitive support for setting and getting...
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-09-11  Dmitry Timoshkovserver: Map ETXTBSY to STATUS_SHARING_VIOLATION.
2007-09-10  Dmitry Timoshkovserver: Print a more informative message when file_set_...
2007-04-23  Alexandre Julliardserver: Return a more correct fd type for anonymous...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-10  Alexandre Julliardserver: Rename the get_file_info function to get_fd_typ...
2007-04-10  Alexandre Julliardserver: Store the opening options in the file descripto...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-04-04  Alexandre Julliardserver: Fix the handling of the signaled status for...
2007-03-27  Alexandre Julliardserver: Remove the return value of the flush() method...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-01-12  Alexandre Julliardntdll: Moved the check for removable file in load_dll...
2007-01-08  Dmitry Timoshkovserver: Map ESPIPE to STATUS_ILLEGAL_FUNCTION for consi...
2006-11-20  Alexandre Julliardserver: Return an fd type in the get_handle_fd request.
2006-11-02  Alexandre Julliardserver: Refuse to close handles in other processes...
2006-09-07  Robert Shearmanserver: Translate errnos ENFILE and EMFILE to STATUS_TO...
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-27  Mike McCormackserver: Fix the file notification interface to use...
2006-01-25  Alexandre Julliardserver: Allow opening a directory with write access...
2006-01-24  Mike McCormackserver: Modify open_fd to create an fd without a user.
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-09  Alexandre Julliardserver: Use attributes instead of inherit flag in file...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-08-08  Alexandre JulliardAdded an unmount_device request that invalidates all...
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2005-06-20  Mike McCormackRemove unnecessary includes.
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-06-07  Robert Shearman- Add a default asynchronous I/O implementation.
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-19  Alexandre JulliardCleaned up handling of 64-bit file sizes.
2005-03-29  Eric PouechClean-up async IO internal functions.
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-02-24  Alexandre JulliardConvert async I/O queues to standard lists.
2005-01-14  Eric Pouech- got rid of include/async.h
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-07-06  Mike McCormackTranslate ENODEV and ENXIO error codes to NT status...
2004-05-01  Alexandre JulliardUse pread/pwrite everywhere to avoid changing the file...
2004-04-16  Alexandre JulliardFixed a number of NT status values to be closer to...
2004-04-16  Alexandre JulliardAdded support for FILE_DIRECTORY_FILE and FILE_NON_DIRE...
2004-04-12  Filip NavaraGet rid of non-standard ERROR_UNKNOWN value.
2004-04-08  Alexandre JulliardRemoved the get_file_info request.
2004-04-07  Alexandre JulliardHandle the set_file_pointer request on the client side.
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-04-02  Alexandre JulliardMoved FILE_DELETE_ON_CLOSE support to the inode object...
2004-03-27  Alexandre JulliardCheck file sharing permissions based on the file inode...
2004-03-27  Alexandre JulliardUse futimes() instead of utime() to implement SetFileTi...
2004-03-18  Alexandre JulliardMake the standard create_file request handle serial...
2004-03-12  Alexandre JulliardChanged the create_file server request to take NtCreate...
2004-01-02  Wim LewisEOVERFLOW does not exist on OpenBSD.
2003-12-10  Alexandre JulliardPrint names for Win32 errors too, plus a few more statu...
2003-12-10  Alexandre JulliardAdded set_win32_error() for error codes that don't...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-03-12  Alexandre JulliardAdded an inode object to keep track of all file descrip...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-02-11  Steven EdwardsPorting fixes.
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2002-07-29  Marcus MeissnerCheck for mkstemp, added a port implementation if it...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-04-26  Martin WilckFixed some bugs in my recently submitted patch series.
2002-04-24  Martin WilckAdd more flexibility to the queue_async server call...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Alexandre JulliardWork around ftruncate implementations that don't suppor...
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2002-01-07  Martin WilckAdd server side support for async IO on files.
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-10-24  Ove KaavenSave a disk file's drive type in the server object.
2001-10-08  Eric Pouech- fixed copy&paste bug (GENERIC_WRITE instead of GENERI...
2001-10-04  Mike McCormackFetch a handle type in FILE_GetUnixHandle.
2001-07-23  Bernhard RosenkraenzerSet executable permissions when creating .exe/.com...
next