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
/
vfs_posix.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-pvfs: added new pvfs flag PVFS_FLAG_PERM_OVERRIDE
Andrew Tridgell
2010-03-05
1
-0
/
+2
*
s4-pvfs: move the private ntcreatex flags to private_flags
Andrew Tridgell
2010-03-05
1
-0
/
+2
*
Change uint_t to unsigned int in source4
Matt Kraai
2010-02-02
1
-6
/
+6
*
s4:ntvfs/posix/pvfs_streams - Fix "discard const" warning
Matthias Dieter Wallnöfer
2009-12-03
1
-1
/
+1
*
s4:ntvfs/posix/pvfs_resolve - Fix "discard const" warning
Matthias Dieter Wallnöfer
2009-12-03
1
-1
/
+1
*
Fix the mess with ldb includes.
Simo Sorce
2009-01-30
1
-1
/
+1
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
1
-2
/
+2
*
pvfs: create a pvfs_acl subsystem
Stefan Metzmacher
2008-06-28
1
-0
/
+1
*
pvfs: add posix:writetimeupdatedelay option
Stefan Metzmacher
2008-06-03
1
-0
/
+5
*
pvfs: add PVFS_RESOLVE_NO_OPENDB flag and get the write time from the opendb
Stefan Metzmacher
2008-06-03
1
-0
/
+1
*
opendb: add write time handling
Stefan Metzmacher
2008-06-03
1
-0
/
+8
*
pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME code
Stefan Metzmacher
2008-05-07
1
-3
/
+0
*
ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4
Kai Blin
2008-04-02
1
-1
/
+2
*
pvfs: add posix:oplocktimeout=30 option
Stefan Metzmacher
2008-02-26
1
-2
/
+7
*
pvfs_open: call pvfs_setup_oplock() if an oplock was granted
Stefan Metzmacher
2008-02-26
1
-0
/
+8
*
pvfs_open: make the retry logic indepdendent from open and sharing violations
Stefan Metzmacher
2008-02-26
1
-0
/
+5
*
pvfs_wait: use struct pvfs_wait * instead of void *
Stefan Metzmacher
2008-02-25
1
-0
/
+2
*
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
2007-10-10
1
-6
/
+6
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r23697: use the file perm options in the posix backend
Andrew Tridgell
2007-10-10
1
-0
/
+8
*
r23017: fixed the warning we have been getting for a long time:
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r20897: fix compiler warnings
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r20698: added AIO writing support
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r20624: added AIO read to pvfs backend
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r19199: split out the xattr NTACL code into a separate part of the posix
Andrew Tridgell
2007-10-10
1
-0
/
+11
*
r18319: fixed the directory search resume code on IRIX
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r17362: session_info and smbpid are available from the ntvfs_handle
Stefan Metzmacher
2007-10-10
1
-8
/
+0
*
r17206: Add a modular API for share configuration.
Simo Sorce
2007-10-10
1
-0
/
+13
*
r16876: implement SMB2 Find in the posix ntvfs backend
Stefan Metzmacher
2007-10-10
1
-0
/
+3
*
r15734: This is a major change to the NTVFS subsystem:
Stefan Metzmacher
2007-10-10
1
-4
/
+1
*
r15614: the byte range locking error handling caches the last failed lock
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r14964: - move sidmap code from ntvfs_common to SAMDB
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r14838: fix the build. Looks like I still haven't quite got the hang of the
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r14736: - the ntvfs subsystem should not know about smb_server.h
Stefan Metzmacher
2007-10-10
1
-1
/
+0
*
r14616: added notify change support to the posix backend
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r14540: fix a talloc hierachie problem,
Stefan Metzmacher
2007-10-10
1
-11
/
+33
*
r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14456: don't access the smbsrv_tcon inside the ntvfs modules
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r14157: - pass a struct ntvfs_request to the ntvfs layer
Stefan Metzmacher
2007-10-10
1
-10
/
+0
*
r12696: Reduce the size of include/structs.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r12019: - let us only reference libblkid stuff in one file
Stefan Metzmacher
2007-10-10
1
-14
/
+1
*
r8535: no longer rely on seekdir working after a closedir. Instead, keep
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r7792: make the allocation size rounding in pvfs configurable
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r6599: Fix formating using 'linux' C style
Alexander Bokovoy
2007-10-10
1
-0
/
+14
*
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r4956: - moved the definition of the mangle context structure into a pvfs_sho...
Andrew Tridgell
2007-10-10
1
-25
/
+0
[next]