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