index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
smbd
/
posix_acls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...
Jeremy Allison
2008-07-06
1
-14
/
+26
*
posix_acls: clarify loop condition code, removing unneeded counter variable.
Michael Adam
2008-04-10
1
-7
/
+2
*
Fix the same bug with user -> user_obj.
Jeremy Allison
2008-01-24
1
-1
/
+7
*
Fix a really subtle old, old bug :-). When canonicalizing the
Jeremy Allison
2008-01-24
1
-3
/
+9
*
Correctly set flags in ACE's inherited from parent. Still one bug
Jeremy Allison
2008-01-24
1
-3
/
+35
*
Make explicit in debug we're ignoring flags from the parent SD.
Jeremy Allison
2008-01-24
1
-6
/
+10
*
Add debug messages to trace this if needed.
Jeremy Allison
2008-01-24
1
-0
/
+14
*
The checks for OI and CI were just wrong.... Fix them. Thanks to
Jeremy Allison
2008-01-24
1
-9
/
+4
*
First part of fix for bug #4929 - worked out by jmcd.
Jeremy Allison
2008-01-24
1
-80
/
+29
*
Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...
Alexander Bokovoy
2008-01-16
1
-1
/
+30
*
Remove redundant parameter fd from SMB_VFS_FSETXATTR().
Michael Adam
2008-01-08
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().
Michael Adam
2008-01-08
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FGETXATTR().
Michael Adam
2008-01-08
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().
Michael Adam
2008-01-08
1
-5
/
+5
*
Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().
Michael Adam
2008-01-08
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().
Michael Adam
2008-01-07
1
-4
/
+4
*
Remove redundant parameter fd from SMB_VFS_FCHOWN().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
2008-01-07
1
-3
/
+3
*
Some C++ fixes
Volker Lendecke
2007-12-21
1
-3
/
+3
*
Change the prototype of the vfs function get_nt_acl().
Michael Adam
2007-12-19
1
-1
/
+1
*
Split get_nt_acl() into two functions: fsp- and non-fsp variant.
Michael Adam
2007-12-19
1
-63
/
+148
*
Remove the "is_directory" parameter from canonicalise_acl():
Michael Adam
2007-12-19
1
-7
/
+9
*
Change canonicalise_acl() to not take an fsp.
Michael Adam
2007-12-19
1
-8
/
+15
*
Change ensure_canon_entry_valid() to not take and fsp.
Michael Adam
2007-12-19
1
-10
/
+11
*
Change apply_default_perms() to not take an fsp.
Michael Adam
2007-12-19
1
-14
/
+15
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
1
-10
/
+8
*
Make [f]get_nt_acl return NTSTATUS
Volker Lendecke
2007-11-13
1
-10
/
+10
*
Move some access check functions that are not posix-acl specific
Michael Adam
2007-11-06
1
-212
/
+0
*
Don't repeat fast-pathing...
Michael Adam
2007-11-06
1
-1
/
+1
*
This is a proposed patch for Bug #5023.
Michael Adam
2007-11-06
1
-300
/
+70
*
Add a const.
Michael Adam
2007-11-06
1
-1
/
+1
*
Add two const's.
Michael Adam
2007-11-05
1
-2
/
+2
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-51
/
+51
*
r25534: Apply some const
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
2007-10-10
1
-29
/
+35
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r23914: try to fix the build on Tru64
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r23664: Fix incorrect index - should be j not i. How did we ever
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23663: Fix bug #4308 - Excel save operation corrupts file ACLs.
Jeremy Allison
2007-10-10
1
-28
/
+255
*
r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown
Jeremy Allison
2007-10-10
1
-56
/
+33
*
r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix bad
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r22481: Move check for non-mappable SIDs to after sid_to_uid,
Jeremy Allison
2007-10-10
1
-11
/
+10
*
r21223: Try and fix bug #4361 - Vista backup fails.
Jeremy Allison
2007-10-10
1
-2
/
+24
*
r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.
Jeremy Allison
2007-10-10
1
-0
/
+5
*
r20356: Consolidate the calls to parent_dirname() per open to one.
Volker Lendecke
2007-10-10
1
-7
/
+8
*
r20228: Bring the calling conventions of inherit_access_acl and change_owner_...
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r19627: Fix for bug #4211 - logic error in acl_group_override()
Jeremy Allison
2007-10-10
1
-2
/
+2
[next]