s4-pvfs: change the handling of access checking on create
[ira/wip.git] / source4 / ntvfs / posix / pvfs_write.c
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Stefan Metzmachers4:pvfs: use talloc_get_type() to cast from void *
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-05 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-03 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-03 Stefan Metzmacherpvfs: trigger a write time update 2 seconds after the...
2008-05-28 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-28 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-28 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-28 Andrew Tridgellfixed error code for write on a directory
2008-02-27 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-26 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-26 Stefan Metzmacherpvfs: send oplock breaks to none to level2 holders...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr20698: added AIO writing support
2007-10-10 Stefan Metzmacherr15734: This is a major change to the NTVFS subsystem:
2007-10-10 Stefan Metzmacherr15056: w2k3 gives NT_STATUS_ACCESS_DENIED instead...
2007-10-10 Andrew Tridgellr14933: fix the handling of notify filters to be much...
2007-10-10 Andrew Tridgellr14797: added checking of the filter in notify requests
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Stefan Metzmacherr14256: - rename smb_file -> smb_handle
2007-10-10 Stefan Metzmacherr14173: change smb interface structures to always use
2007-10-10 Stefan Metzmacherr14157: - pass a struct ntvfs_request to the ntvfs...
2007-10-10 Andrew Tridgellr4011: get rid of rpc_secdes.h and replace it with...
2007-10-10 Andrew Tridgellr3798: added support for alternate data streams in...
2007-10-10 Andrew Tridgellr3717: - expanded the RAW-RENAME test a little
2007-10-10 Andrew Tridgellr3658: use handle->fd == -1 as the primary indicator...
2007-10-10 Andrew Tridgellr3618: - this adds the special case for DENY_DOS semant...
2007-10-10 Andrew Tridgellr3615: split out struct pvfs_file_handle from struct...
2007-10-10 Andrew Tridgellr3544: fixed some #include lines to make them more...
2007-10-10 Andrew Tridgellr3387: fixed pvfs to pass the NTDENY tests. The tricky...
2007-10-10 Andrew Tridgellr3253: - added rudimentary support for ntioctl in pvfs
2007-10-10 Andrew Tridgellr3161: pvfs now passes the RAW-SEEK test
2007-10-10 Andrew Tridgellr3147: added basic share modes support for pvfs (or...
2007-10-10 Andrew Tridgellr3081: several updates to ntvfs and server side async...
2007-10-10 Andrew Tridgellr3012: added initial support for byte range locking...
2007-10-10 Stefan Metzmacherr2751: this is a new ntvfs design which tries to solve:
2007-10-10 Andrew Tridgellr2660: - converted the libcli/raw/ library to use tallo...
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.