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
/
source3
/
smbd
/
open.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
Tim Prouty
2008-12-03
1
-3
/
+4
*
s3: Add SMB_VFS_CREATE_FILE to the vfs layer
Tim Prouty
2008-12-03
1
-17
/
+17
*
s3:smbd: close the low level fd of the base_fsp, if the file was created
Stefan Metzmacher
2008-12-01
1
-0
/
+2
*
s3:smbd: only try and fallback to open a directory if it's not a stream open
Stefan Metzmacher
2008-12-01
1
-0
/
+7
*
s3:smbd: wildcard characters are allowed in stream names
Stefan Metzmacher
2008-12-01
1
-1
/
+11
*
Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...
Jeremy Allison
2008-11-21
1
-7
/
+1
*
Fix the logic bug that caused us to run into kernel oplocks on an open for a ...
Jeremy Allison
2008-11-21
1
-1
/
+7
*
Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...
Jeremy Allison
2008-11-21
1
-15
/
+46
*
First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
Jeremy Allison
2008-11-21
1
-61
/
+82
*
Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa...
Jeremy Allison
2008-11-06
1
-1
/
+6
*
Pass all of RAW-ACLS except for inheritence. Working on that next.
Jeremy Allison
2008-11-04
1
-2
/
+79
*
Pass the directory versions of the RAW-ACL (still not inheritance). Refactor ...
Jeremy Allison
2008-11-03
1
-43
/
+83
*
Pass all the non-inherited S4 RAW-ACL tests.
Jeremy Allison
2008-11-03
1
-14
/
+4
*
Get closer to passing S4 RAW-ACLs.
Jeremy Allison
2008-10-31
1
-5
/
+42
*
Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...
Jeremy Allison
2008-10-30
1
-0
/
+9
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-3
/
+3
*
Pass struct smb_request to file_free
Volker Lendecke
2008-10-13
1
-26
/
+26
*
Pass struct smb_request to file_new
Volker Lendecke
2008-10-13
1
-9
/
+11
*
Pass struct smb_request to file_fsp
Volker Lendecke
2008-10-13
1
-1
/
+1
*
For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits
Jeremy Allison
2008-10-08
1
-0
/
+4
*
Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.
Jeremy Allison
2008-09-26
1
-3
/
+1
*
Fix bug 5761 "open of mangled directory name results in 'is a stream name'"
Jeremy Allison
2008-09-15
1
-3
/
+7
*
smbd: fix the handling of create_options to pass RAW-OPEN
Stefan Metzmacher
2008-08-20
1
-0
/
+5
*
If we're not allowing streams on this conn ptr,
Jeremy Allison
2008-07-24
1
-0
/
+5
*
Remove current_user reference from printfsp.c
Volker Lendecke
2008-06-26
1
-1
/
+1
*
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
2008-06-19
1
-3
/
+4
*
Remove the current_user references from open.c
Volker Lendecke
2008-06-15
1
-6
/
+4
*
Remove the current_user reference from fake_file.c
Volker Lendecke
2008-06-15
1
-1
/
+2
*
Remove "user" from connection_struct
Volker Lendecke
2008-05-10
1
-2
/
+3
*
Remove the "stat_open()" function, flag, and all associated code. It was only
Jeremy Allison
2008-05-02
1
-55
/
+1
*
Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.
Jeremy Allison
2008-05-02
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_CLOSE().
Michael Adam
2008-04-21
1
-1
/
+1
*
Move the posix pending close functionality down into the VFS layer.
Michael Adam
2008-04-21
1
-1
/
+9
*
locking: store the write time in the locking.tdb
Stefan Metzmacher
2008-04-07
1
-5
/
+10
*
Fix S3 to pass the test_raw_oplock_exclusive3 test.
Jeremy Allison
2008-03-11
1
-2
/
+3
*
Fix debug messages.
Jeremy Allison
2008-02-22
1
-4
/
+5
*
Fix a ton of IBM checker uninitialized variable warnings
Volker Lendecke
2008-01-22
1
-2
/
+1
*
Free case_state earlier
Volker Lendecke
2008-01-20
1
-0
/
+2
*
NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"
Volker Lendecke
2008-01-20
1
-1
/
+2
*
Couple of minor fixes for POSIX pathname processing in the
Jeremy Allison
2008-01-19
1
-1
/
+1
*
Add streams support
Volker Lendecke
2008-01-19
1
-12
/
+202
*
delete on close even prevents stat opens
Volker Lendecke
2008-01-12
1
-6
/
+6
*
There's no point in calling FLOCK on a non-existing fd
Volker Lendecke
2008-01-12
1
-7
/
+9
*
use talloc_tos in a few more places
Volker Lendecke
2008-01-10
1
-4
/
+4
*
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy Allison
2008-01-09
1
-7
/
+1
*
Replace an uninitialized variable
Volker Lendecke
2008-01-09
1
-0
/
+2
*
Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().
Michael Adam
2008-01-08
1
-3
/
+2
*
Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FCHOWN().
Michael Adam
2008-01-07
1
-1
/
+1
[prev]
[next]