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
/
source3
/
smbd
/
open.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-20
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
1
-2
/
+13
2009-04-21
s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.
Günther Deschner
1
-4
/
+4
2009-04-09
Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3) has pa...
Jeremy Allison
1
-18
/
+23
2009-03-23
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
1
-9
/
+0
2009-03-12
Fix bug #6186 - map readonly does not work
Jeremy Allison
1
-3
/
+25
2009-03-05
Fix bug #6160 - Office 2007 fails saving files to a Samba mapped drive.
Jeremy Allison
1
-0
/
+22
2009-03-04
s3: Change open_streams_for_delete to call through the vfs layer
Tim Prouty
1
-5
/
+7
2009-03-04
Second part of fix for #6154, ensure we return max access
Jeremy Allison
1
-0
/
+9
2009-02-28
Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or
Jeremy Allison
1
-0
/
+19
2009-02-23
More warning fixes for Solaris.
Jeremy Allison
1
-1
/
+1
2009-02-20
S3: Detect max_open_files from system
todd stecher
1
-0
/
+12
2009-02-19
s3: Add extid to the dev/inode pair
Tim Prouty
1
-2
/
+2
2009-02-18
s3: Fix bug opening streams with truncating disposition
Tim Prouty
1
-1
/
+1
2009-02-04
Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...
Jeremy Allison
1
-20
/
+34
2009-02-02
Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...
Jeremy Allison
1
-10
/
+46
2009-01-09
s3: Fix open path to delete streams depending on the create disposition
Tim Prouty
1
-0
/
+14
2009-01-08
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
1
-2
/
+1
2008-12-31
Fix a "nested extern" warning
Volker Lendecke
1
-1
/
+1
2008-12-31
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
1
-4
/
+2
2008-12-31
Fix an ancient uninitialized variable read
Volker Lendecke
1
-1
/
+1
2008-12-17
Fix bug #5979 - Level 2 oplocks being granted improperly,
Jeremy Allison
1
-65
/
+96
2008-12-13
Fix a valgrind error in get_relative_fid_filename
Volker Lendecke
1
-1
/
+1
2008-12-12
Fix error code when smbclient puts a file over an existing directory
Volker Lendecke
1
-1
/
+1
2008-12-09
s3: [3/3]: Fix a delete on close divergence from windows and the associated t...
Tim Prouty
1
-3
/
+2
2008-12-09
s3: [1/3] Fix a delete on close divergence from windows and the associated to...
Tim Prouty
1
-4
/
+2
2008-12-09
s3: Refactor calculating path from relative_fid into a separate function
Tim Prouty
1
-78
/
+96
2008-12-09
s3: Refactor getting sec_info from a security_descriptor into separate function
Tim Prouty
1
-13
/
+2
2008-12-09
s3: Make a few open utility functions non-static
Tim Prouty
1
-16
/
+16
2008-12-03
s3: Fix FILE_FLAG_POSIX_SEMANTICS handling underneath SMB_VFS_CREATE_FILE
Tim Prouty
1
-2
/
+2
2008-12-03
s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument
Tim Prouty
1
-6
/
+6
2008-12-03
s3: Simplify the create_file_unix_path->open_file_ntcreate path
Tim Prouty
1
-93
/
+38
2008-12-03
s3: Modify direct caller of open_file to call SMB_VFS_CREATE_FILE
Tim Prouty
1
-4
/
+19
2008-12-03
s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...
Tim Prouty
1
-8
/
+18
2008-12-03
s3: Modify direct callers of create_file_unix_path to call SMB_VFS_CREATE_FILE
Tim Prouty
1
-16
/
+42
2008-12-03
s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
Tim Prouty
1
-3
/
+4
2008-12-03
s3: Add SMB_VFS_CREATE_FILE to the vfs layer
Tim Prouty
1
-17
/
+17
2008-12-01
s3:smbd: close the low level fd of the base_fsp, if the file was created
Stefan Metzmacher
1
-0
/
+2
2008-12-01
s3:smbd: only try and fallback to open a directory if it's not a stream open
Stefan Metzmacher
1
-0
/
+7
2008-12-01
s3:smbd: wildcard characters are allowed in stream names
Stefan Metzmacher
1
-1
/
+11
2008-11-21
Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...
Jeremy Allison
1
-7
/
+1
2008-11-21
Fix the logic bug that caused us to run into kernel oplocks on an open for a ...
Jeremy Allison
1
-1
/
+7
2008-11-21
Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...
Jeremy Allison
1
-15
/
+46
2008-11-21
First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
Jeremy Allison
1
-61
/
+82
2008-11-06
Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa...
Jeremy Allison
1
-1
/
+6
2008-11-04
Pass all of RAW-ACLS except for inheritence. Working on that next.
Jeremy Allison
1
-2
/
+79
2008-11-03
Pass the directory versions of the RAW-ACL (still not inheritance). Refactor ...
Jeremy Allison
1
-43
/
+83
2008-11-03
Pass all the non-inherited S4 RAW-ACL tests.
Jeremy Allison
1
-14
/
+4
2008-10-31
Get closer to passing S4 RAW-ACLs.
Jeremy Allison
1
-5
/
+42
2008-10-30
Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...
Jeremy Allison
1
-0
/
+9
2008-10-14
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
1
-3
/
+3
[next]