index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
ntvfs
/
posix
/
pvfs_open.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r3249: - change_time is closer to ctime than mtime
Andrew Tridgell
1
-0
/
+4
2007-10-10
r3246: new files should get created with FILE_ATTRIBUTE_ARCHIVE
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3240: - update the rules for what error codes should be given on the
Andrew Tridgell
1
-3
/
+5
2007-10-10
r3200: - improved the accuracy of openx emulation. We now nearly pass the ope...
Andrew Tridgell
1
-5
/
+2
2007-10-10
r3193: improved the initial permissions choice for file create, based upon do...
Andrew Tridgell
1
-9
/
+27
2007-10-10
r3189: improved the share_conflict() logic (both in terms of readability and
Andrew Tridgell
1
-4
/
+11
2007-10-10
r3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED in pvfs
Andrew Tridgell
1
-2
/
+14
2007-10-10
r3178: honor the write_time on pvfs_close()
Andrew Tridgell
1
-0
/
+5
2007-10-10
r3174: added pvfs_is_open() to allow us to check for open files on unlink. We
Andrew Tridgell
1
-0
/
+17
2007-10-10
r3161: pvfs now passes the RAW-SEEK test
Andrew Tridgell
1
-0
/
+6
2007-10-10
r3159: use easy to recognise file handle numbers for new file, old file and d...
Andrew Tridgell
1
-9
/
+17
2007-10-10
r3154: pvfs now passes all of BASE-DELETE
Andrew Tridgell
1
-2
/
+24
2007-10-10
r3153: pvfs now passes the first 9 of the BASE-DELETE tests
Andrew Tridgell
1
-27
/
+75
2007-10-10
r3147: added basic share modes support for pvfs (or more precisely, ntcreatex
Andrew Tridgell
1
-40
/
+91
2007-10-10
r3142: fill in all the ntcreatex response fields explicitly, rather than
Andrew Tridgell
1
-35
/
+41
2007-10-10
r3135: split the "create new" logic out from the "open existing" logic in
Andrew Tridgell
1
-27
/
+186
2007-10-10
r3081: several updates to ntvfs and server side async request handling in
Andrew Tridgell
1
-44
/
+157
2007-10-10
r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3056: added a id -> pointer data structure (a type of radix tree). This is
Andrew Tridgell
1
-30
/
+33
2007-10-10
r3034: - fixed a bug in message dispatch, when the dispatch function called ...
Andrew Tridgell
1
-0
/
+4
2007-10-10
r3031: added support for lock cancelation, which effectively just triggers an...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3029: implemented byte range lock timeouts.
Andrew Tridgell
1
-2
/
+4
2007-10-10
r3012: added initial support for byte range locking in the posix vfs. This is
Andrew Tridgell
1
-0
/
+19
2007-10-10
r2926: name->dos.attrib is not valid unless name->exists is true
Andrew Tridgell
1
-2
/
+4
2007-10-10
r2916: longhorn client doesn't bother setting the directory bit in ntcreatex
Andrew Tridgell
1
-1
/
+6
2007-10-10
r2751: this is a new ntvfs design which tries to solve:
Stefan Metzmacher
1
-13
/
+16
2007-10-10
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
1
-2
/
+51
2007-10-10
r2613: use a talloc destructor to ensure that file descriptors are not leaked
Andrew Tridgell
1
-2
/
+26
2007-10-10
r2561: completely redid the ntvfs module chaining code, You can now do someth...
Andrew Tridgell
1
-3
/
+3
2007-10-10
r2438: compile on systems without O_DIRECTORY (probably won't work, but I'll ...
Andrew Tridgell
1
-0
/
+5
2007-10-10
r2436: the second big lump of posix vfs code.
Andrew Tridgell
1
-0
/
+175