index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
file_access.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Based on code from Richard Sharpe <realrichardsharpe@gmail.com>,
Jeremy Allison
2012-03-29
1
-1
/
+4
*
s3: Move can_set_delete_on_close to smbd/
Volker Lendecke
2011-12-13
1
-0
/
+59
*
can_write_to_file() does now take share permissions into account. Fix comment.
Jeremy Allison
2011-11-04
1
-1
/
+0
*
Remove can_access_file_acl(). We no longer need this duplicate code (hurrah!).
Jeremy Allison
2011-11-04
1
-48
/
+3
*
Remove can_access_file_data() - make it use the standard smbd_check_access_ri...
Jeremy Allison
2011-11-04
1
-56
/
+3
*
Add const to the smb_filename argument of smbd_check_access_rights().
Jeremy Allison
2011-11-04
1
-13
/
+5
*
Fix bug #8254 - "acl check permissions = no" does not work in all cases
Jeremy Allison
2011-06-24
1
-0
/
+5
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3-security: use shared SECINFO_DACL define.
Günther Deschner
2010-06-03
1
-2
/
+2
*
s3-security: use shared SECINFO_GROUP define.
Günther Deschner
2010-06-03
1
-1
/
+1
*
s3-security: use shared SECINFO_OWNER define.
Günther Deschner
2010-06-03
1
-1
/
+1
*
s3-build: only use ndr_security.h where needed.
Günther Deschner
2010-05-31
1
-0
/
+1
*
Switch over to using get_currect_XXX() accessor functions.
Jeremy Allison
2010-03-15
1
-7
/
+7
*
Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...
Jeremy Allison
2010-03-15
1
-4
/
+4
*
Remove more uses of "extern struct current_user current_user;".
Jeremy Allison
2010-03-12
1
-4
/
+4
*
Make file access control decisions a lot easier to debug (at level 10).
Jeremy Allison
2010-01-12
1
-0
/
+11
*
s3: Remove unnecessary callers of get_full_smb_filename
Tim Prouty
2009-07-21
1
-9
/
+1
*
s3 file_access: Convert some more functions over to use smb_filneame
Tim Prouty
2009-06-25
1
-16
/
+3
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-40
/
+83
*
Add some const to the stat struct in the dosmode calls.
Jeremy Allison
2009-06-18
1
-8
/
+3
*
s3: Plumb smb_filename from create_file all of the way down to fd_open
Tim Prouty
2009-06-17
1
-6
/
+19
*
Fix bug #6297 - owner of sticky directory cannot delete files created by others.
Jeremy Allison
2009-06-11
1
-2
/
+13
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-7
/
+7
*
Fix bug #6154 - zfs does not honor admin users.
Jeremy Allison
2009-03-04
1
-0
/
+5
*
Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...
Jeremy Allison
2009-02-02
1
-8
/
+3
*
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
2008-12-31
1
-4
/
+1
*
Unify se_access_check with the S4 code. Will make
Jeremy Allison
2008-10-31
1
-4
/
+3
*
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
2008-06-19
1
-4
/
+4
*
Fix checks in can_delete_file_in_directory()
Volker Lendecke
2008-06-19
1
-6
/
+15
*
file_access: add a function header comment for can_access_file_acl().
Michael Adam
2008-06-18
1
-0
/
+3
*
file_access: remove unneeded stat buf parameter from can_access_file_acl().
Michael Adam
2008-06-17
1
-3
/
+3
*
Remove the reference to current_user from file_access.c
Volker Lendecke
2008-06-15
1
-8
/
+6
*
Remove the "stat_open()" function, flag, and all associated code. It was only
Jeremy Allison
2008-05-02
1
-4
/
+4
*
Move directory_has_default_acl() to file_access.c, belongs
Jeremy Allison
2008-05-02
1
-0
/
+27
*
Change the prototype of the vfs function get_nt_acl().
Michael Adam
2007-12-19
1
-62
/
+5
*
Fix potential orphaned open files.
Michael Adam
2007-11-13
1
-2
/
+4
*
Make [f]get_nt_acl return NTSTATUS
Volker Lendecke
2007-11-13
1
-8
/
+7
*
Cosmetic fix
Volker Lendecke
2007-11-11
1
-3
/
+5
*
Move some access check functions that are not posix-acl specific
Michael Adam
2007-11-06
1
-0
/
+239