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
/
smbd
/
posix_acls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
try to cope better with the take ownership operation for foreign SIDs
Andrew Tridgell
2002-04-20
1
-1
/
+59
*
Added POSIX ACL layer into the vfs.
Jeremy Allison
2002-03-12
1
-60
/
+64
*
Implemented default ACL patch (set inherit acls = true on a per share basis).
Jeremy Allison
2002-03-11
1
-0
/
+13
*
a more informitive debug message when a SID can't be validated
Andrew Tridgell
2002-03-09
1
-1
/
+2
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
merge from 2.2
Gerald Carter
2002-01-25
1
-1
/
+1
*
fixed a crash in merge_aces()
Andrew Tridgell
2002-01-11
1
-0
/
+1
*
Allow ACL set to fail gracefully on HP HFS filesystems.
Jeremy Allison
2001-12-19
1
-0
/
+12
*
Stop using getgrgid() - a very expensive call with winbindd, to look up
Jeremy Allison
2001-12-04
1
-13
/
+10
*
Renamed sid field in SEC_ACE to trustee to be more in line with MS's
Tim Potter
2001-11-30
1
-23
/
+23
*
Log sys_acl_set_XX at level 2 not zero.
Jeremy Allison
2001-09-25
1
-2
/
+2
*
Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.
Jeremy Allison
2001-09-22
1
-0
/
+11
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-11
/
+9
*
Don't fail if no owner/group owner set. Use existing owners.
Jeremy Allison
2001-09-07
1
-3
/
+7
*
if no ACL elements then use chmod - fixes ability to set read-only bit
Herb Lewis
2001-08-30
1
-2
/
+2
*
Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.
Jeremy Allison
2001-07-26
1
-2
/
+2
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-6
/
+6
*
lib/util_getent.c: removed debug code.
Jeremy Allison
2001-06-12
1
-4
/
+49
*
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
Jeremy Allison
2001-06-09
1
-6
/
+19
*
Fixed nasty little bug found by Gerald where we were corrupting the mode
Jeremy Allison
2001-05-10
1
-2
/
+15
*
Made "security XXX" masks apply to ACL set. By default they have no effect.
Jeremy Allison
2001-05-10
1
-29
/
+19
*
Fix for bad profile perms. Ensure r on files and rwx on directories.
Jeremy Allison
2001-05-07
1
-8
/
+28
*
Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.h
Jeremy Allison
2001-05-03
1
-0
/
+6
*
Tidy up args to DEBUG Statements - found by gcc on Solaris.
Jeremy Allison
2001-04-27
1
-1
/
+1
*
Sync with default perm changes in 2.2.
Jeremy Allison
2001-04-25
1
-27
/
+122
*
Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentially
Jeremy Allison
2001-04-13
1
-0
/
+2
*
Fixed extern ref typo for file generic perms. 2am coding strikes again :-).
Jeremy Allison
2001-03-30
1
-1
/
+1
*
This is a big, rather ugly patch. Whilst investigating the files not truncated
Jeremy Allison
2001-03-30
1
-2
/
+8
*
Fixed the problem Gerald reported. Unfortunately we need to go back to
Jeremy Allison
2001-03-28
1
-194
/
+110
*
smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved it
Jeremy Allison
2001-03-26
1
-11
/
+2
*
smbd/posix_acls.c: Sync up with 2.2 changes - don't return deny ACE's.
Jeremy Allison
2001-03-26
1
-67
/
+14
*
More unused variables.
Jeremy Allison
2001-03-23
1
-14
/
+0
*
groupdb/mapping.c:
Jeremy Allison
2001-03-23
1
-1
/
+7
*
Sync up with 2.2 ACL code.
Jeremy Allison
2001-03-23
1
-48
/
+84
*
New POSIX ACL mapping code. Works with UNIX permissions, now for testing
Jeremy Allison
2001-03-22
1
-338
/
+684
*
lib/system.c (Finally) fixed all insure errors in password caching code. We c...
Jeremy Allison
2001-03-17
1
-3
/
+20
*
I'm happy with the mapping for NT getACL, now for NT setACL.
Jeremy Allison
2001-03-17
1
-67
/
+175
*
Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).
Jeremy Allison
2001-03-15
1
-12
/
+32
*
Last tweak (I promise :-). Fallback to returning our SID if we're a domain
Jeremy Allison
2001-03-15
1
-3
/
+12
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-2
/
+0
*
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
Jeremy Allison
2001-02-28
1
-7
/
+6
*
configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...
Jeremy Allison
2001-02-16
1
-3
/
+14
*
Merge of JohnR's changes to appliance-head, JF's changes to 2.2,
Jeremy Allison
2001-02-12
1
-0
/
+2
*
Sync up with POSIX ACL code from 2.2.
Jeremy Allison
2001-01-24
1
-11
/
+47
*
include/vfs.h:
Jeremy Allison
2001-01-23
1
-15
/
+304
*
Fixes for POSIX ACLS. ACL merge code.
Jeremy Allison
2001-01-15
1
-25
/
+108
*
Updated from 2.2.
Jeremy Allison
2001-01-15
1
-3
/
+40
*
Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.
Jeremy Allison
2001-01-11
1
-2
/
+2
*
First compiling version of code that sets NT ACLs as POSIX ACLs.
Jeremy Allison
2001-01-11
1
-97
/
+493
*
Split set_nt_acls into owner set (which uses chown) and permission set
Jeremy Allison
2000-12-19
1
-94
/
+109
[next]