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
2011-05-16
Fix the SMB2 showstopper, found by an extended torture test from Volker.
Jeremy Allison
1
-3
/
+25
2011-05-16
Ensure we always write the correct incoming mid into the share mode
Jeremy Allison
1
-2
/
+4
2011-04-29
s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
Andrew Bartlett
1
-3
/
+3
2011-04-29
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
1
-2
/
+2
2011-04-15
Ensure vfs_chown_fsp() is safe against races.
Jeremy Allison
1
-1
/
+1
2011-04-14
Ensure change_dir_owner_to_parent() can't be raced.
Jeremy Allison
1
-1
/
+1
2011-04-14
Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()
Jeremy Allison
1
-0
/
+21
2011-04-13
Don't print "success" message after error message in change_file_owner_to_par...
Jeremy Allison
1
-9
/
+8
2011-04-08
Subtle change. Microsoft SMB2 tests return different access mask than for SMB...
Jeremy Allison
1
-1
/
+12
2011-03-30
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
1
-1
/
+0
2011-03-30
s3-messages: only include messages.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-auth: smbd needs auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-21
s3:smbd: access checks should not depend on share mode flags
Stefan Metzmacher
1
-1
/
+0
2011-02-27
s3: Fix some nonempty blank lines
Volker Lendecke
1
-10
/
+9
2011-02-25
Ensure we don't return an incorrect access mask.
Jeremy Allison
1
-1
/
+2
2011-02-24
Batch oplocks conflict with exclusive as well as themselves.
Jeremy Allison
1
-1
/
+1
2011-02-24
Remember to free the second temporary string.
Jeremy Allison
1
-0
/
+1
2011-02-23
Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 test
Jeremy Allison
1
-6
/
+16
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-1
/
+1
2011-02-09
Oops. Need to test for if(!NT_STATUS_IS_OK(..)) for error.
Jeremy Allison
1
-1
/
+1
2011-02-09
Move to opening an fd on directory opens. Get more careful about symlink races.
Jeremy Allison
1
-1
/
+37
2011-02-09
Remove unneeded stat call.
Jeremy Allison
1
-9
/
+4
2011-02-08
Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...
Jeremy Allison
1
-0
/
+3
2011-02-08
If possible (O_DIRECTORY exists) open an fd for a directory open.
Jeremy Allison
1
-0
/
+15
2011-02-07
Fix leak in error path.
Jeremy Allison
1
-0
/
+1
2011-02-05
Move the "oplock file with byte range locks" check to the correct place, wher...
Jeremy Allison
1
-0
/
+15
2011-02-02
Based on a conversation with Volker, refactor some of the oplock code to make...
Jeremy Allison
1
-71
/
+160
2011-01-31
Fix bug #7928 - Samba problems with kernel oplocks option set to "no"
Pavel Shilovsky
1
-1
/
+4
2011-01-25
Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.
Jeremy Allison
1
-4
/
+8
2010-12-29
Fix bug #7892 - open_file_fchmod() leaves a stale lock.
Jeremy Allison
1
-36
/
+4
2010-12-21
Keep track of the sparse status of an open file handle. Allows bypass of
Jeremy Allison
1
-0
/
+9
2010-12-01
Fix a typo - should be '&&' not '&' when checking for privileges.
Jeremy Allison
1
-1
/
+1
2010-11-04
s3: Remove an unused prototype
Volker Lendecke
1
-17
/
+0
2010-10-22
Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...
Jeremy Allison
1
-2
/
+2
2010-10-22
Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...
Jeremy Allison
1
-2
/
+2
2010-10-21
Add code to implement SeSecurityPrivilege in net rpc rights, and in the
Jeremy Allison
1
-21
/
+8
2010-10-15
Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...
Jeremy Allison
1
-1
/
+1
2010-10-15
Fix bug #7733 - Invalid client DOS attributes on create can cause incorrect u...
Jeremy Allison
1
-0
/
+9
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-10-03
s3: Remove smbd_server_conn from msg_file_was_renamed
Volker Lendecke
1
-1
/
+8
2010-10-03
s3: Remove smbd_server_conn from validate_my_share_entries
Volker Lendecke
1
-3
/
+5
2010-09-28
s3: Lift smbd_server_conn from file_find_di_first
Volker Lendecke
1
-2
/
+3
2010-09-28
s3: Lift smbd_server_conn from file_find_dif
Volker Lendecke
1
-1
/
+1
2010-09-11
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
1
-1
/
+1
2010-08-26
s3-build: only include "fake_file.h" where needed.
Günther Deschner
1
-0
/
+1
2010-07-29
s3: Avoid an unnecessary ftruncate call
Volker Lendecke
1
-1
/
+1
2010-07-27
s3-smbd: Migrated to new spoolss functions for printing.
Simo Sorce
1
-2
/
+3
2010-07-05
s3: Remove procid_self() from fill_deferred_open_entry()
Volker Lendecke
1
-5
/
+10
[next]