index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
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
*
Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3) has pa...
Jeremy Allison
2009-04-09
1
-18
/
+23
*
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
2009-03-23
1
-9
/
+0
*
Fix bug #6186 - map readonly does not work
Jeremy Allison
2009-03-12
1
-3
/
+25
*
Fix bug #6160 - Office 2007 fails saving files to a Samba mapped drive.
Jeremy Allison
2009-03-05
1
-0
/
+22
*
s3: Change open_streams_for_delete to call through the vfs layer
Tim Prouty
2009-03-04
1
-5
/
+7
*
Second part of fix for #6154, ensure we return max access
Jeremy Allison
2009-03-04
1
-0
/
+9
*
Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or
Jeremy Allison
2009-02-28
1
-0
/
+19
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-23
1
-1
/
+1
*
S3: Detect max_open_files from system
todd stecher
2009-02-20
1
-0
/
+12
*
s3: Add extid to the dev/inode pair
Tim Prouty
2009-02-19
1
-2
/
+2
*
s3: Fix bug opening streams with truncating disposition
Tim Prouty
2009-02-18
1
-1
/
+1
*
Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...
Jeremy Allison
2009-02-04
1
-20
/
+34
*
Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...
Jeremy Allison
2009-02-02
1
-10
/
+46
*
s3: Fix open path to delete streams depending on the create disposition
Tim Prouty
2009-01-09
1
-0
/
+14
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-2
/
+1
*
Fix a "nested extern" warning
Volker Lendecke
2008-12-31
1
-1
/
+1
*
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
2008-12-31
1
-4
/
+2
*
Fix an ancient uninitialized variable read
Volker Lendecke
2008-12-31
1
-1
/
+1
*
Fix bug #5979 - Level 2 oplocks being granted improperly,
Jeremy Allison
2008-12-17
1
-65
/
+96
*
Fix a valgrind error in get_relative_fid_filename
Volker Lendecke
2008-12-13
1
-1
/
+1
*
Fix error code when smbclient puts a file over an existing directory
Volker Lendecke
2008-12-12
1
-1
/
+1
*
s3: [3/3]: Fix a delete on close divergence from windows and the associated t...
Tim Prouty
2008-12-09
1
-3
/
+2
*
s3: [1/3] Fix a delete on close divergence from windows and the associated to...
Tim Prouty
2008-12-09
1
-4
/
+2
*
s3: Refactor calculating path from relative_fid into a separate function
Tim Prouty
2008-12-09
1
-78
/
+96
*
s3: Refactor getting sec_info from a security_descriptor into separate function
Tim Prouty
2008-12-09
1
-13
/
+2
*
s3: Make a few open utility functions non-static
Tim Prouty
2008-12-09
1
-16
/
+16
*
s3: Fix FILE_FLAG_POSIX_SEMANTICS handling underneath SMB_VFS_CREATE_FILE
Tim Prouty
2008-12-03
1
-2
/
+2
*
s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument
Tim Prouty
2008-12-03
1
-6
/
+6
*
s3: Simplify the create_file_unix_path->open_file_ntcreate path
Tim Prouty
2008-12-03
1
-93
/
+38
*
s3: Modify direct caller of open_file to call SMB_VFS_CREATE_FILE
Tim Prouty
2008-12-03
1
-4
/
+19
*
s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...
Tim Prouty
2008-12-03
1
-8
/
+18
*
s3: Modify direct callers of create_file_unix_path to call SMB_VFS_CREATE_FILE
Tim Prouty
2008-12-03
1
-16
/
+42
*
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
[next]