index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
ntvfs
/
posix
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r3179: - fixed error return on utime failure
Andrew Tridgell
2007-10-10
2
-2
/
+3
*
r3178: honor the write_time on pvfs_close()
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r3177: check for open files on rename
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r3174: added pvfs_is_open() to allow us to check for open files on unlink. We
Andrew Tridgell
2007-10-10
2
-0
/
+21
*
r3172: much better qfileinfo implementation in pvfs. We now pass RAW-QFILEINFO
Andrew Tridgell
2007-10-10
1
-52
/
+179
*
r3161: pvfs now passes the RAW-SEEK test
Andrew Tridgell
2007-10-10
9
-21
/
+149
*
r3160: recognise RAW_SFILEINFO_DISPOSITION_INFORMATION (fixes temporary files...
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r3159: use easy to recognise file handle numbers for new file, old file and d...
Andrew Tridgell
2007-10-10
1
-9
/
+17
*
r3154: pvfs now passes all of BASE-DELETE
Andrew Tridgell
2007-10-10
1
-2
/
+24
*
r3153: pvfs now passes the first 9 of the BASE-DELETE tests
Andrew Tridgell
2007-10-10
2
-27
/
+88
*
r3147: added basic share modes support for pvfs (or more precisely, ntcreatex
Andrew Tridgell
2007-10-10
4
-40
/
+103
*
r3142: fill in all the ntcreatex response fields explicitly, rather than
Andrew Tridgell
2007-10-10
1
-35
/
+41
*
r3135: split the "create new" logic out from the "open existing" logic in
Andrew Tridgell
2007-10-10
2
-29
/
+188
*
r3133: - more consistent error checking in rename and setfileinfo
Andrew Tridgell
2007-10-10
3
-2
/
+21
*
r3127: added the initial code for the open files database. Doesn't do
Andrew Tridgell
2007-10-10
3
-0
/
+10
*
r3126: in the brlock code I had used a void* for the brl context as I didn't
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3081: several updates to ntvfs and server side async request handling in
Andrew Tridgell
2007-10-10
4
-136
/
+199
*
r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...
Andrew Tridgell
2007-10-10
2
-3
/
+3
*
r3057: - moved the idtree.c code into lib/
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r3056: added a id -> pointer data structure (a type of radix tree). This is
Andrew Tridgell
2007-10-10
6
-130
/
+134
*
r3039: This solves the problem of async handlers in ntvfs backends not being
Andrew Tridgell
2007-10-10
2
-3
/
+34
*
r3035: if the ntvfs layers prior to us have said that we can't perform an
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r3034: - fixed a bug in message dispatch, when the dispatch function called ...
Andrew Tridgell
2007-10-10
3
-14
/
+38
*
r3031: added support for lock cancelation, which effectively just triggers an...
Andrew Tridgell
2007-10-10
3
-6
/
+58
*
r3029: implemented byte range lock timeouts.
Andrew Tridgell
2007-10-10
5
-7
/
+317
*
r3012: added initial support for byte range locking in the posix vfs. This is
Andrew Tridgell
2007-10-10
7
-22
/
+227
*
r2984: fixed the error code for a non-terminal component of a path name not e...
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r2941: added pvfs_flush() implementation to the posix backend
Andrew Tridgell
2007-10-10
4
-10
/
+67
*
r2931: use next_codepoint() to ensure we properly handle multi-byte character...
Andrew Tridgell
2007-10-10
1
-2
/
+6
*
r2928: - fixed the handling of reserved names (rejecting them with ACCESS_DEN...
Andrew Tridgell
2007-10-10
3
-38
/
+23
*
r2927: imported the hash2 name mangling code from Samba3 into Samba4, but
Andrew Tridgell
2007-10-10
5
-39
/
+693
*
r2926: name->dos.attrib is not valid unless name->exists is true
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r2916: longhorn client doesn't bother setting the directory bit in ntcreatex
Andrew Tridgell
2007-10-10
1
-1
/
+6
*
r2904: - fixed the old style SMBsearch to return the pvfs shortname, not a tr...
Andrew Tridgell
2007-10-10
2
-3
/
+6
*
r2893: added very primitive name mangling support to pvfs
Andrew Tridgell
2007-10-10
2
-4
/
+58
*
r2800: removed the warning about using the posix ntvfs handler, as it is now
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r2794: a very simple version of the unixuid NTVFS pass-thru module. In
Andrew Tridgell
2007-10-10
1
-55
/
+0
*
r2789: fix compile
Simo Sorce
2007-10-10
1
-1
/
+1
*
r2788: prevent a memory leak in the pvfs search backend
Andrew Tridgell
2007-10-10
2
-4
/
+6
*
r2786: - match on both long and short name for search posix backend
Andrew Tridgell
2007-10-10
3
-4
/
+29
*
r2751: this is a new ntvfs design which tries to solve:
Stefan Metzmacher
2007-10-10
12
-69
/
+95
*
r2679: fixed an uninitialised variable found with valgrind
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
2007-10-10
1
-6
/
+1
*
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
2007-10-10
7
-16
/
+66
*
r2656: moved the seteuid configure tests into the posix backend (these tests
Andrew Tridgell
2007-10-10
1
-0
/
+57
*
r2654: fixed some more server memory leaks. We are now down to a single leak
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r2613: use a talloc destructor to ensure that file descriptors are not leaked
Andrew Tridgell
2007-10-10
1
-2
/
+26
*
r2573: - added a configure test for nanosecond time resolution in struct stat
Andrew Tridgell
2007-10-10
3
-0
/
+52
*
r2561: completely redid the ntvfs module chaining code, You can now do someth...
Andrew Tridgell
2007-10-10
13
-26
/
+42
*
r2524: a simple pvfs rename implementation to make testing easier
Andrew Tridgell
2007-10-10
2
-10
/
+69
[prev]
[next]