r23792: convert Samba4 to GPLv3
[kai/samba-autobuild/.git] / source4 / ntvfs / posix / pvfs_open.c
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr23017: fixed the warning we have been getting for...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17362: session_info and smbpid are available from...
2007-10-10 Stefan Metzmacherr17008: on SMB2 Create the delete_on_close flag isn...
2007-10-10 Stefan Metzmacherr16876: implement SMB2 Find in the posix ntvfs backend
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Andrew Tridgellr15833: fixed two delete on close memory leaks
2007-10-10 Stefan Metzmacherr15734: This is a major change to the NTVFS subsystem:
2007-10-10 Stefan Metzmacherr15614: the byte range locking error handling caches...
2007-10-10 Stefan Metzmacherr15117: add more comments
2007-10-10 Stefan Metzmacherr15078: add TODO about setting the full ACL with an...
2007-10-10 Andrew Tridgellr15048: started on the server side implementation of...
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 Andrew Tridgellr14793: the RAW-NOTIFY test now passes. Next I need...
2007-10-10 Andrew Tridgellr14792: when we enable fake oplocks, give out batch...
2007-10-10 Andrew Tridgellr14616: added notify change support to the posix backend
2007-10-10 Stefan Metzmacherr14540: fix a talloc hierachie problem,
2007-10-10 Stefan Metzmacherr14487: split smbsrv_request into two parts, one will...
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Stefan Metzmacherr14440: demonstrate that the smbpid is attached to...
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 Tridgellr13745: remove some code I was experimenting with and...
2007-10-10 Andrew Tridgellr13739: a fairly major overhaul of the opendb code...
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Jelmer Vernooijr9792: Rename StrCaseCmp -> strcasecmp_m. All these...
2007-10-10 Andrew Tridgellr9054: removed incorrect paranoia check on opening...
2007-10-10 Andrew Tridgellr9009: directory not empty is not an error on failure...
2007-10-10 Andrew Tridgellr9007: fixed error code for setting delete on close...
2007-10-10 Volker Lendecker8258: Release the opendb lock in pvfs_change_create_op...
2007-10-10 Andrew Tridgellr8122: more fixes from testing dos error code handling...
2007-10-10 Andrew Tridgellr8059: fixed handling of delete on close fir directories
2007-10-10 Jelmer Vernooijr7850: Support mkdir() with just one parameter. Patch...
2007-10-10 Andrew Tridgellr6580: fixed the bug that caused the truncation of...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4584: fix pvfs backend to pass the new enhanced RAW...
2007-10-10 Andrew Tridgellr4448: - fixed access_mask checking on acl set
2007-10-10 Andrew Tridgellr4408: added the remaining access check hooks into...
2007-10-10 Andrew Tridgellr4403: - added ACL inheritance in the pvfs backend...
2007-10-10 Andrew Tridgellr4314: added ACL checking on unlink
2007-10-10 Andrew Tridgellr4247: two more places that need the unlink hook
2007-10-10 Andrew Tridgellr4243: a sniff from kukks showed that the ea_set interf...
2007-10-10 Andrew Tridgellr4242: added support for storing xattrs in a tdb. This...
2007-10-10 Andrew Tridgellr4173: - new t2open code, that can cope with "create...
2007-10-10 Andrew Tridgellr4062: the RAW-ACLS test now passes. The SEC_STD_DELETE...
2007-10-10 Andrew Tridgellr4026: added NT ACL checking on pvfs_open() for existin...
2007-10-10 Andrew Tridgellr4011: get rid of rpc_secdes.h and replace it with...
2007-10-10 Andrew Tridgellr3939: - added "posix:fakeoplocks" option for testing...
2007-10-10 Andrew Tridgellr3835: - added testing of setting an initial ACL on...
2007-10-10 Andrew Tridgellr3806: added support to smb_server and pvfs for the...
2007-10-10 Andrew Tridgellr3800: - fixed delete-on-close behaviour for streams
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 Tridgellr3741: FILE_ATTRIBUTE_DIRECTORY is illegal in open...
2007-10-10 Andrew Tridgellr3718: added support for the ntrename level in pvfs_ren...
2007-10-10 Andrew Tridgellr3717: - expanded the RAW-RENAME test a little
2007-10-10 Andrew Tridgellr3631: a couple of tweaks to the talloc hierarchy for...
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 Tridgellr3595: - fixed a talloc_free ordering problem on cleanu...
2007-10-10 Andrew Tridgellr3580: - on file overwrite in ntcreatex we need to...
2007-10-10 Andrew Tridgellr3574: the RAW-OPEN test changes broke a couple of...
2007-10-10 Andrew Tridgellr3573: added trans2open support to smbd and pvfs, and...
2007-10-10 Andrew Tridgellr3550: fixed initial attribute on file create (inlusion...
2007-10-10 Andrew Tridgellr3549: added support for DOS extended attribute lists...
2007-10-10 Andrew Tridgellr3545: initial support for using extended attributes...
2007-10-10 Andrew Tridgellr3540: added testing of SMBntcancel in the open/open...
2007-10-10 Andrew Tridgellr3539: much nicer async open delay code.
2007-10-10 Andrew Tridgellr3532: make sharing violation delay in pvfs configurabl...
2007-10-10 Andrew Tridgellr3528: added support for the SMBntcancel() operation...
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3455: some more portability fixes. We nearly compile...
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3387: fixed pvfs to pass the NTDENY tests. The tricky...
2007-10-10 Andrew Tridgellr3373: added better error reporting in pvfs_open
2007-10-10 Andrew Tridgellr3363: added basic support for SA_RIGHT_FILE_EXECUTE...
2007-10-10 Andrew Tridgellr3249: - change_time is closer to ctime than mtime
2007-10-10 Andrew Tridgellr3246: new files should get created with FILE_ATTRIBUTE...
2007-10-10 Andrew Tridgellr3240: - update the rules for what error codes should...
2007-10-10 Andrew Tridgellr3200: - improved the accuracy of openx emulation....
2007-10-10 Andrew Tridgellr3193: improved the initial permissions choice for...
2007-10-10 Andrew Tridgellr3189: improved the share_conflict() logic (both in...
2007-10-10 Andrew Tridgellr3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED...
2007-10-10 Andrew Tridgellr3178: honor the write_time on pvfs_close()
2007-10-10 Andrew Tridgellr3174: added pvfs_is_open() to allow us to check for...
2007-10-10 Andrew Tridgellr3161: pvfs now passes the RAW-SEEK test
2007-10-10 Andrew Tridgellr3159: use easy to recognise file handle numbers for...
2007-10-10 Andrew Tridgellr3154: pvfs now passes all of BASE-DELETE
2007-10-10 Andrew Tridgellr3153: pvfs now passes the first 9 of the BASE-DELETE...
2007-10-10 Andrew Tridgellr3147: added basic share modes support for pvfs (or...
2007-10-10 Andrew Tridgellr3142: fill in all the ntcreatex response fields explic...
2007-10-10 Andrew Tridgellr3135: split the "create new" logic out from the "open...
2007-10-10 Andrew Tridgellr3081: several updates to ntvfs and server side async...
2007-10-10 Andrew Tridgellr3064: - use UINT8_MAX and UINT16_MAX instead of hex...
2007-10-10 Andrew Tridgellr3056: added a id -> pointer data structure (a type...
next