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
r14797: added checking of the filter in notify requests
Andrew Tridgell
1
-1
/
+14
2007-10-10
r14793: the RAW-NOTIFY test now passes. Next I need to make it efficient, and
Andrew Tridgell
1
-0
/
+2
2007-10-10
r14792: when we enable fake oplocks, give out batch oplocks not exclusive opl...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r14616: added notify change support to the posix backend
Andrew Tridgell
1
-0
/
+3
2007-10-10
r14540: fix a talloc hierachie problem,
Stefan Metzmacher
1
-31
/
+31
2007-10-10
r14487: split smbsrv_request into two parts, one will be moved to ntvfs_request
Stefan Metzmacher
1
-8
/
+8
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14440: demonstrate that the smbpid is attached to a session (vuid),
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
1
-6
/
+6
2007-10-10
r14173: change smb interface structures to always use
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r14157: - pass a struct ntvfs_request to the ntvfs layer
Stefan Metzmacher
1
-18
/
+18
2007-10-10
r13745: remove some code I was experimenting with and forgot was there when I
Andrew Tridgell
1
-349
/
+0
2007-10-10
r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE
Andrew Tridgell
1
-70
/
+615
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r9054: removed incorrect paranoia check on opening streams (this caused RAW-S...
Andrew Tridgell
1
-3
/
+0
2007-10-10
r9009: directory not empty is not an error on failure to delete directory in ...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9007: fixed error code for setting delete on close on a non-empty directory
Andrew Tridgell
1
-0
/
+3
2007-10-10
r8258: Release the opendb lock in pvfs_change_create_options.
Volker Lendecke
1
-0
/
+2
2007-10-10
r8122: more fixes from testing dos error code handling against w2k3
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8059: fixed handling of delete on close fir directories
Andrew Tridgell
1
-0
/
+5
2007-10-10
r7850: Support mkdir() with just one parameter. Patch from
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r6580: fixed the bug that caused the truncation of the main file on a stream
Andrew Tridgell
1
-6
/
+20
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-1
/
+0
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-7
/
+7
2007-10-10
r4584: fix pvfs backend to pass the new enhanced RAW-ACLS test. Easy once I r...
Andrew Tridgell
1
-11
/
+4
2007-10-10
r4448: - fixed access_mask checking on acl set
Andrew Tridgell
1
-2
/
+5
2007-10-10
r4408: added the remaining access check hooks into pvfs. All calls should now...
Andrew Tridgell
1
-4
/
+14
2007-10-10
r4403: - added ACL inheritance in the pvfs backend. ACLs are now inherited on
Andrew Tridgell
1
-43
/
+73
2007-10-10
r4314: added ACL checking on unlink
Andrew Tridgell
1
-1
/
+7
2007-10-10
r4247: two more places that need the unlink hook
Andrew Tridgell
1
-0
/
+5
2007-10-10
r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei...
Andrew Tridgell
1
-9
/
+12
2007-10-10
r4242: added support for storing xattrs in a tdb. This allows all advanced NT
Andrew Tridgell
1
-0
/
+6
2007-10-10
r4173: - new t2open code, that can cope with "create with EAs". Many thanks
Andrew Tridgell
1
-36
/
+0
2007-10-10
r4062: the RAW-ACLS test now passes. The SEC_STD_DELETE bit is rather strange
Andrew Tridgell
1
-0
/
+10
2007-10-10
r4026: added NT ACL checking on pvfs_open() for existing files. I need to
Andrew Tridgell
1
-14
/
+12
2007-10-10
r4011: get rid of rpc_secdes.h and replace it with a single sane set of
Andrew Tridgell
1
-12
/
+12
2007-10-10
r3939: - added "posix:fakeoplocks" option for testing with oplocks forced on
Andrew Tridgell
1
-14
/
+42
2007-10-10
r3835: - added testing of setting an initial ACL on a file using NTTRANS create
Andrew Tridgell
1
-0
/
+16
2007-10-10
r3806: added support to smb_server and pvfs for the NTTRANS Create call. This
Andrew Tridgell
1
-1
/
+16
2007-10-10
r3800: - fixed delete-on-close behaviour for streams
Andrew Tridgell
1
-1
/
+12
2007-10-10
r3798: added support for alternate data streams in xattrs into pvfs.
Andrew Tridgell
1
-29
/
+97
2007-10-10
r3747: - added some of the infrastructure needed for streams support in pvfs
Andrew Tridgell
1
-8
/
+9
2007-10-10
r3741: FILE_ATTRIBUTE_DIRECTORY is illegal in open of a file
Andrew Tridgell
1
-0
/
+4
2007-10-10
r3718: added support for the ntrename level in pvfs_rename().
Andrew Tridgell
1
-2
/
+1
2007-10-10
r3717: - expanded the RAW-RENAME test a little
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3631: a couple of tweaks to the talloc hierarchy for async requests in
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3618: - this adds the special case for DENY_DOS semantics, as shown by the B...
Andrew Tridgell
1
-35
/
+119
2007-10-10
r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in
Andrew Tridgell
1
-111
/
+151
2007-10-10
r3595: - fixed a talloc_free ordering problem on cleanup with pending requests
Andrew Tridgell
1
-0
/
+10
[next]