Commit History

Author SHA1 Message Date
  Alexandre Julliard 6ccefdb7c5 server: Support opening file objects from any root, not only directories. 8 years ago
  Alexandre Julliard f55db7882d server: Add link_name and unlink_name object operations. 8 years ago
  Alexandre Julliard 37503be654 server: Fix checks for a valid directory in object attributes. 8 years ago
  Alexandre Julliard c4843d4a45 server: Add a helper function to skip the object attributes structure. 8 years ago
  Alexandre Julliard 9504e2addf server: Add a helper function to validate and return object attributes. 8 years ago
  Alexandre Julliard 7350682aa6 server: Store the attributes in the object_attributes structure. 8 years ago
  Sebastian Lackner ec851647e2 server: Implement open_file_object for rootdir pointing to file object. 9 years ago
  Qian Hong f208c50cc0 server: Fix type name of File. 9 years ago
  Alexandre Julliard 860091d2fd server: Add an async structure to the flush request to follow the common pattern. 9 years ago
  Alexandre Julliard 837b39b202 server: Add read and write fd member functions. 9 years ago
  Piotr Caban 00b3f055be server: Fix DACL to permissions conversion. 9 years ago
  Piotr Caban 3eb448cf33 server: Make directory DACL entries inheritable. 9 years ago
  Sebastian Lackner 3d3c92782a server: Avoid leaking file descriptor on error in create_file_for_fd. 10 years ago
  Erich E. Hoover d2e216f462 server: Create directories with the specified security attributes. 11 years ago
  Dmitry Timoshkov b29fbc4f00 server: Set the unix file write mode bit also for FILE_APPEND_DATA access. 11 years ago
  Alexandre Julliard 62beef5a72 server: Add a helper function to compute an SID length. 11 years ago
  Francois Gouget c7cb3e6cb2 configure: Use errno.h instead of the non-standard sys/errno.h header. 13 years ago
  Hans Leidekker 3321c45038 server: Include groups in file mode calculation if the security descriptor matches the current user. 13 years ago
  Alexandre Julliard f2b34dddfb server: Set the fd user when duplicating a mapping file descriptor into a new file. 13 years ago
  Alexandre Julliard 900352bc6b server: Store a mapping instead of a file for process dlls. 13 years ago
  Alexandre Julliard eb2fe39d63 server: Add support for opening a new file handle from a mapping object. 13 years ago
  Dmitry Timoshkov f834d23197 server: FILE_OVERWRITE and FILE_OVERWRITE_IF need the FILE_WRITE_ATTRIBUTES permission. 13 years ago
  Dmitry Timoshkov 1b5602e59c server: Add excute permission when read file access is allowed. 13 years ago
  Dmitry Timoshkov da077956e1 server: Explicitly add FILE_DELETE_CHILD permission when file write access is allowed. 13 years ago
  Alexandre Julliard a2ca2ebd50 server: Change the removable fd flag to a cacheable flag to make it possible for fd users to set it dynamically. 14 years ago
  Alexandre Julliard 80e844f713 server: Simplify computation of file modes from the security descriptor. 15 years ago
  Ben Peddell b419df1de4 server: Include user groups in file mode calculation when user is file owner. 15 years ago
  Paul Chitescu 923524951a server: Only check if permission bits changed before calling fchmod(). 15 years ago
  Alexandre Julliard 42806f32e9 server: Add support for opening files from a specified root directory. 15 years ago
  Alexandre Julliard 62eda39fc1 server: Moved the create_temp_file function to mapping.c. 15 years ago