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
*
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
*
Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...
Jeremy Allison
2010-10-22
1
-2
/
+2
*
Add code to implement SeSecurityPrivilege in net rpc rights, and in the
Jeremy Allison
2010-10-21
1
-21
/
+8
*
Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...
Jeremy Allison
2010-10-15
1
-1
/
+1
*
Fix bug #7733 - Invalid client DOS attributes on create can cause incorrect u...
Jeremy Allison
2010-10-15
1
-0
/
+9
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3: Remove smbd_server_conn from msg_file_was_renamed
Volker Lendecke
2010-10-03
1
-1
/
+8
*
s3: Remove smbd_server_conn from validate_my_share_entries
Volker Lendecke
2010-10-03
1
-3
/
+5
*
s3: Lift smbd_server_conn from file_find_di_first
Volker Lendecke
2010-09-28
1
-2
/
+3
*
s3: Lift smbd_server_conn from file_find_dif
Volker Lendecke
2010-09-28
1
-1
/
+1
*
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
s3-build: only include "fake_file.h" where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3: Avoid an unnecessary ftruncate call
Volker Lendecke
2010-07-29
1
-1
/
+1
*
s3-smbd: Migrated to new spoolss functions for printing.
Simo Sorce
2010-07-27
1
-2
/
+3
*
s3: Remove procid_self() from fill_deferred_open_entry()
Volker Lendecke
2010-07-05
1
-5
/
+10
*
s3: Remove smbd_messaging_context() from send_break_message()
Volker Lendecke
2010-07-05
1
-1
/
+1
*
s3-security: use shared SECINFO_DACL define.
Günther Deschner
2010-06-03
1
-3
/
+3
*
s3-security: use shared SECINFO_SACL define.
Günther Deschner
2010-06-03
1
-1
/
+1
*
s3-security: use shared SECINFO_GROUP define.
Günther Deschner
2010-06-03
1
-3
/
+3
*
s3-security: use shared SECINFO_OWNER define.
Günther Deschner
2010-06-03
1
-3
/
+3
*
s3-build: only use ndr_security.h where needed.
Günther Deschner
2010-05-31
1
-0
/
+1
*
Be more forgiving on client oplock break failure (as Windows does). Remove a ...
Jeremy Allison
2010-05-13
1
-1
/
+1
*
Treat an open of stream ::$DATA as an open of the base file.
Jeremy Allison
2010-05-13
1
-1
/
+23
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
s3-smbd: group print relate data in own structure
Simo Sorce
2010-04-23
1
-2
/
+2
*
Allow smb2 create requests to be cancelled.
Jeremy Allison
2010-04-23
1
-9
/
+18
*
Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.
Jeremy Allison
2010-04-22
1
-1
/
+1
*
Move to using 64-bit mid values in our internal open file database.
Jeremy Allison
2010-04-12
1
-6
/
+8
*
Plumb SMB2 stubs into all the places we defer SMB1 operations.
Jeremy Allison
2010-04-09
1
-26
/
+26
*
Switch over to using get_currect_XXX() accessor functions.
Jeremy Allison
2010-03-15
1
-3
/
+3
[next]