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
*
First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.
Frank Lahm
2011-10-20
1
-3
/
+3
*
Add support for VFS op streaminfo chaining in all relevant VFS modules.
Frank Lahm
2011-10-20
1
-3
/
+3
*
Fix bug #8507 - smbd doesn't correctly honor the "force create mode" bits fro...
Jeremy Allison
2011-10-08
1
-6
/
+6
*
s3: Make map_open_params_to_ntcreate() available in lib/
Volker Lendecke
2011-08-18
1
-147
/
+0
*
s3: Make is_executable() available in lib/
Volker Lendecke
2011-08-18
1
-17
/
+0
*
s3: We only need base_name in map_open_params_to_ntcreate
Volker Lendecke
2011-08-18
1
-4
/
+4
*
s3:smbd: check the share level access mask in smbd_calculate_access_mask()
Stefan Metzmacher
2011-07-13
1
-0
/
+17
*
s3:smbd: make smbd_calculate_access_mask() non-static
Stefan Metzmacher
2011-07-13
1
-14
/
+15
*
s3: Fix bug 8102
Volker Lendecke
2011-07-13
1
-0
/
+8
*
Fix bug #8254 - "acl check permissions = no" does not work in all cases
Jeremy Allison
2011-06-28
1
-2
/
+11
*
Part 5 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
2011-06-09
1
-0
/
+12
*
Part 4 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
2011-06-09
1
-3
/
+2
*
Part 3 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
2011-06-09
1
-17
/
+43
*
Part 2 of bugfix for #8211 - "inherit owner = yes" doesn't interact correctly...
Jeremy Allison
2011-06-09
1
-3
/
+5
*
Fix bug #8175 - smbd deadlock.
Jeremy Allison
2011-06-07
1
-27
/
+71
*
Fix the SMB2 showstopper, found by an extended torture test from Volker.
Jeremy Allison
2011-05-16
1
-3
/
+25
*
Ensure we always write the correct incoming mid into the share mode
Jeremy Allison
2011-05-16
1
-2
/
+4
*
s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
Andrew Bartlett
2011-04-29
1
-3
/
+3
*
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
2011-04-29
1
-2
/
+2
*
Ensure vfs_chown_fsp() is safe against races.
Jeremy Allison
2011-04-15
1
-1
/
+1
*
Ensure change_dir_owner_to_parent() can't be raced.
Jeremy Allison
2011-04-14
1
-1
/
+1
*
Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()
Jeremy Allison
2011-04-14
1
-0
/
+21
*
Subtle change. Microsoft SMB2 tests return different access mask than for SMB...
Jeremy Allison
2011-04-08
1
-1
/
+12
*
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
2011-04-05
1
-1
/
+0
*
s3-messages: only include messages.h where needed.
Günther Deschner
2011-04-05
1
-0
/
+1
*
s3-auth: smbd needs auth.h
Günther Deschner
2011-04-05
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-04-05
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-04-05
1
-0
/
+1
*
s3:smbd: access checks should not depend on share mode flags
Stefan Metzmacher
2011-03-21
1
-1
/
+0
*
s3: Fix some nonempty blank lines
Volker Lendecke
2011-02-27
1
-10
/
+9
*
Ensure we don't return an incorrect access mask.
Jeremy Allison
2011-02-25
1
-1
/
+2
*
Batch oplocks conflict with exclusive as well as themselves.
Jeremy Allison
2011-02-24
1
-1
/
+1
*
Remember to free the second temporary string.
Jeremy Allison
2011-02-24
1
-0
/
+1
*
Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 test
Jeremy Allison
2011-02-23
1
-6
/
+16
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
1
-1
/
+1
*
Oops. Need to test for if(!NT_STATUS_IS_OK(..)) for error.
Jeremy Allison
2011-02-09
1
-1
/
+1
*
Move to opening an fd on directory opens. Get more careful about symlink races.
Jeremy Allison
2011-02-09
1
-1
/
+37
*
Remove unneeded stat call.
Jeremy Allison
2011-02-09
1
-9
/
+4
*
Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...
Jeremy Allison
2011-02-08
1
-0
/
+3
*
If possible (O_DIRECTORY exists) open an fd for a directory open.
Jeremy Allison
2011-02-08
1
-0
/
+15
*
Fix leak in error path.
Jeremy Allison
2011-02-07
1
-0
/
+1
*
Move the "oplock file with byte range locks" check to the correct place, wher...
Jeremy Allison
2011-02-05
1
-0
/
+15
*
Based on a conversation with Volker, refactor some of the oplock code to make...
Jeremy Allison
2011-02-02
1
-71
/
+160
*
Fix bug #7928 - Samba problems with kernel oplocks option set to "no"
Pavel Shilovsky
2011-01-31
1
-1
/
+4
*
Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.
Jeremy Allison
2011-01-25
1
-4
/
+8
*
Fix bug #7892 - open_file_fchmod() leaves a stale lock.
Jeremy Allison
2010-12-29
1
-36
/
+4
*
Keep track of the sparse status of an open file handle. Allows bypass of
Jeremy Allison
2010-12-21
1
-0
/
+9
*
Fix a typo - should be '&&' not '&' when checking for privileges.
Jeremy Allison
2010-12-01
1
-1
/
+1
*
s3: Remove an unused prototype
Volker Lendecke
2010-11-04
1
-17
/
+0
*
Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...
Jeremy Allison
2010-10-22
1
-2
/
+2
[next]