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
/
vfs_posix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r3939: - added "posix:fakeoplocks" option for testing with oplocks forced on
Andrew Tridgell
1
-0
/
+4
2007-10-10
r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL is
Andrew Tridgell
1
-0
/
+3
2007-10-10
r3799: - added the bit for FS_ATTR_NAMED_STREAMS support into qfsinfo filesys...
Andrew Tridgell
1
-0
/
+10
2007-10-10
r3747: - added some of the infrastructure needed for streams support in pvfs
Andrew Tridgell
1
-2
/
+1
2007-10-10
r3737: - Get rid of the register_subsystem() and register_backend() functions.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in
Andrew Tridgell
1
-1
/
+0
2007-10-10
r3545: initial support for using extended attributes to hold extended dos att...
Andrew Tridgell
1
-1
/
+5
2007-10-10
r3532: make sharing violation delay in pvfs configurable with "posix:sharedel...
Andrew Tridgell
1
-0
/
+7
2007-10-10
r3528: added support for the SMBntcancel() operation, which cancels any
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3461: another place where "open" was used as a structure element
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. This
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3253: - added rudimentary support for ntioctl in pvfs
Andrew Tridgell
1
-9
/
+6
2007-10-10
r3227: added a per-share option "case insensitive filesystem", that tells the
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3161: pvfs now passes the RAW-SEEK test
Andrew Tridgell
1
-20
/
+0
2007-10-10
r3127: added the initial code for the open files database. Doesn't do
Andrew Tridgell
1
-0
/
+8
2007-10-10
r3056: added a id -> pointer data structure (a type of radix tree). This is
Andrew Tridgell
1
-2
/
+13
2007-10-10
r3039: This solves the problem of async handlers in ntvfs backends not being
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3029: implemented byte range lock timeouts.
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3012: added initial support for byte range locking in the posix vfs. This is
Andrew Tridgell
1
-15
/
+13
2007-10-10
r2941: added pvfs_flush() implementation to the posix backend
Andrew Tridgell
1
-10
/
+1
2007-10-10
r2927: imported the hash2 name mangling code from Samba3 into Samba4, but
Andrew Tridgell
1
-0
/
+6
2007-10-10
r2800: removed the warning about using the posix ntvfs handler, as it is now
Andrew Tridgell
1
-2
/
+0
2007-10-10
r2751: this is a new ntvfs design which tries to solve:
Stefan Metzmacher
1
-14
/
+24
2007-10-10
r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()
Andrew Tridgell
1
-9
/
+1
2007-10-10
r2654: fixed some more server memory leaks. We are now down to a single leak
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2561: completely redid the ntvfs module chaining code, You can now do someth...
Andrew Tridgell
1
-4
/
+6
2007-10-10
r2524: a simple pvfs rename implementation to make testing easier
Andrew Tridgell
1
-10
/
+0
2007-10-10
r2436: the second big lump of posix vfs code.
Andrew Tridgell
1
-93
/
+19
2007-10-10
r2404: the first large lump of posix vfs stuff.
Andrew Tridgell
1
-36
/
+45
2007-10-10
r2252: don't register the same name twice
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2251: forgot to add vfs_posix.h in my last commit
Andrew Tridgell
1
-2
/
+234
2007-10-10
r2249: got rid of some more mem_ctx elements in structures
Andrew Tridgell
1
-12
/
+30
2007-10-10
r1916: return a more clear error, we are miss configure in this case
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1286: rename struct tcon_context to smbsrv_tcon
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1280: rename struct request_context to smbsrv_request
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r312: let ntvfs posix backend return NT_STATUS_ACCESS_DENIED in the connect hook
Stefan Metzmacher
1
-85
/
+14
2003-11-25
CVS: ----------------------------------------------------------------------
Jelmer Vernooij
1
-7
/
+9
2003-08-13
first public release of samba4 code
Andrew Tridgell
1
-0
/
+151
[prev]