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
/
modules
/
vfs_acl_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
s3-security: use shared SECINFO_OWNER define.
Günther Deschner
2010-06-03
1
-10
/
+10
*
s3-build: only use ndr_security.h where needed.
Günther Deschner
2010-05-31
1
-0
/
+2
*
s3-secdesc: use SD_REVISION from security.idl.
Günther Deschner
2010-05-18
1
-2
/
+2
*
s3: Remove use of iconv_convenience.
Jelmer Vernooij
2010-05-18
1
-2
/
+2
*
Missed a couple more uses of conn->server_info->ptok that need to be get_curr...
Jeremy Allison
2010-03-12
1
-7
/
+9
*
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
2010-03-05
1
-0
/
+2
*
s3: fix build issue on Tru64
Björn Jacke
2010-02-07
1
-7
/
+7
*
Modification of fix for bug 6876 - Delete of an object whose parent folder do...
Jeremy Allison
2010-01-16
1
-8
/
+5
[next]