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
/
modules
/
vfs_acl_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs_acl_common: Do not fetch the underlying NT ACL unless we need it
Andrew Bartlett
2013-02-04
1
-44
/
+80
*
vfs: Whitespace fix only to get_nt_acl_internal indentation
Andrew Bartlett
2013-02-04
1
-4
/
+4
*
vfs: Implement an improved vfs_acl_common that uses the hash of the system ACL
Andrew Bartlett
2013-02-04
1
-51
/
+250
*
vfs: Add helper function hash_blob_sha256 to vfs_acl_common.c
Andrew Bartlett
2013-02-04
1
-7
/
+19
*
s3:smbd:vfs_acl: fix a PANIC when setting an ACL fails with ACCESS_DENIED
Michael Adam
2012-12-04
1
-0
/
+1
*
vfs_acl_common: In add_directory_inheritable_components allocate on psd as pa...
Andrew Bartlett
2012-11-02
1
-4
/
+16
*
smbd: Add mem_ctx to {f,}get_nt_acl VFS call
Andrew Bartlett
2012-10-11
1
-23
/
+45
*
smbd: Print ACL used to create hash in vfs_xattr_common
Andrew Bartlett
2012-09-11
1
-0
/
+10
*
Add debug message when SD hash doesn't match.
Jeremy Allison
2012-07-17
1
-0
/
+5
*
Check the return from create_acl_blob
Richard Sharpe
2012-05-17
1
-4
/
+6
*
Fix the overwriting of errno before use in a DEBUG statement and use the retu...
Richard Sharpe
2012-05-16
1
-2
/
+5
*
Fix second part of bug #8811 - sd_has_inheritable_components segfaults on an ...
Jeremy Allison
2012-03-17
1
-5
/
+20
*
Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xat...
Jeremy Allison
2012-02-03
1
-1
/
+36
*
First part of fix for bug #8673 - NT ACL issue.
Jeremy Allison
2012-01-11
1
-18
/
+31
*
Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inherit...
Jeremy Allison
2011-12-02
1
-1
/
+1
*
Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...
Jeremy Allison
2011-11-30
1
-0
/
+2
*
Remove the setting of the inherited ACL on new files/directories. This is
Jeremy Allison
2011-11-22
1
-222
/
+0
*
Remove opendir() VFS code from ACL modules.
Jeremy Allison
2011-11-02
1
-48
/
+0
*
Remove the mkdir and open functions from the ACL modules - main code paths no...
Jeremy Allison
2011-10-28
1
-134
/
+6
*
s3:vfs_acl_common: also parse xattr.NTACL version 1
Stefan Metzmacher
2011-10-11
1
-0
/
+12
*
Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.
David Disseldorp
2011-09-23
1
-1
/
+1
*
s3: Fix a c++ warning
Volker Lendecke
2011-09-18
1
-1
/
+2
*
Fix bug Bug 8422 - Infinite loop in ACL module code.
Jeremy Allison
2011-08-29
1
-1
/
+1
*
Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directory
Jeremy Allison
2011-08-19
1
-2
/
+11
*
lib/util Move bitmap.c to lib/util
Andrew Bartlett
2011-07-08
1
-0
/
+1
*
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit...
Jeremy Allison
2011-06-07
1
-4
/
+17
*
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
2011-05-06
1
-5
/
+5
*
Fix bug #8083 - "inherit owner = yes" doesn't interact correctly with vfs_acl...
Jeremy Allison
2011-04-14
1
-3
/
+27
*
s3-modules: Fix debug message
Björn Baumbach
2011-04-11
1
-1
/
+1
*
Fix bug 8072 - PANIC: create_file_acl_common frees handle two times.
Jeremy Allison
2011-04-09
1
-51
/
+48
*
lib/crypto: rename the SHA256_ functions to samba_SHA256_
Andrew Tridgell
2011-04-06
1
-3
/
+3
*
Fix bug #7987 - ACL can get lost when files are being renamed.
Jeremy Allison
2011-04-02
1
-0
/
+40
*
s3-vfs: include smbd/smbd.h in vfs modules.
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
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
1
-2
/
+2
*
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
2011-02-10
1
-2
/
+2
*
s3: Remove superfluous ;
Günther Deschner
2011-02-02
1
-2
/
+2
*
Fix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inheritance cannot be disabled
Jeremy Allison
2010-11-24
1
-0
/
+6
*
Add acl_xattr:ignore system acls boolean (normally false) to allow
Jeremy Allison
2010-10-16
1
-11
/
+35
*
Add debug message to get_nt_acl_internal() to see what we got.
Jeremy Allison
2010-10-15
1
-0
/
+7
*
Fix valgrind "uninitialized read" error on "info" when returning !NT_STATUS_OK.
Jeremy Allison
2010-10-15
1
-1
/
+5
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
Make the vfs_acl_xattr and other modules work with NULL SD's. Fix
Jeremy Allison
2010-10-12
1
-41
/
+29
*
s3: Lift smbd_server_conn from file_find_di_first
Volker Lendecke
2010-09-28
1
-1
/
+2
*
s3-auth Rename NT_USER_TOKEN user_sids -> sids
Andrew Bartlett
2010-08-31
1
-2
/
+2
*
s3: Fix an uninitialized variable
Volker Lendecke
2010-08-01
1
-1
/
+1
*
s3-security: use shared SECINFO_DACL define.
Günther Deschner
2010-06-03
1
-10
/
+10
*
s3-security: use shared SECINFO_SACL define.
Günther Deschner
2010-06-03
1
-2
/
+2
*
s3-security: use shared SECINFO_GROUP define.
Günther Deschner
2010-06-03
1
-10
/
+10
[next]