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