Age | Commit message (Expand) | Author | Files | Lines |
2001-09-25 | Log sys_acl_set_XX at level 2 not zero. | Jeremy Allison | 1 | -2/+2 |
2001-09-22 | Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set. | Jeremy Allison | 1 | -0/+11 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -11/+9 |
2001-09-07 | Don't fail if no owner/group owner set. Use existing owners. | Jeremy Allison | 1 | -3/+7 |
2001-08-30 | if no ACL elements then use chmod - fixes ability to set read-only bit | Herb Lewis | 1 | -2/+2 |
2001-07-26 | Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie. | Jeremy Allison | 1 | -2/+2 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -6/+6 |
2001-06-12 | lib/util_getent.c: removed debug code. | Jeremy Allison | 1 | -4/+49 |
2001-06-09 | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's are | Jeremy Allison | 1 | -6/+19 |
2001-05-10 | Fixed nasty little bug found by Gerald where we were corrupting the mode | Jeremy Allison | 1 | -2/+15 |
2001-05-10 | Made "security XXX" masks apply to ACL set. By default they have no effect. | Jeremy Allison | 1 | -29/+19 |
2001-05-07 | Fix for bad profile perms. Ensure r on files and rwx on directories. | Jeremy Allison | 1 | -8/+28 |
2001-05-03 | Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.h | Jeremy Allison | 1 | -0/+6 |
2001-04-27 | Tidy up args to DEBUG Statements - found by gcc on Solaris. | Jeremy Allison | 1 | -1/+1 |
2001-04-25 | Sync with default perm changes in 2.2. | Jeremy Allison | 1 | -27/+122 |
2001-04-13 | Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentially | Jeremy Allison | 1 | -0/+2 |
2001-03-30 | Fixed extern ref typo for file generic perms. 2am coding strikes again :-). | Jeremy Allison | 1 | -1/+1 |
2001-03-30 | This is a big, rather ugly patch. Whilst investigating the files not truncated | Jeremy Allison | 1 | -2/+8 |
2001-03-28 | Fixed the problem Gerald reported. Unfortunately we need to go back to | Jeremy Allison | 1 | -194/+110 |
2001-03-26 | smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved it | Jeremy Allison | 1 | -11/+2 |
2001-03-26 | smbd/posix_acls.c: Sync up with 2.2 changes - don't return deny ACE's. | Jeremy Allison | 1 | -67/+14 |
2001-03-23 | More unused variables. | Jeremy Allison | 1 | -14/+0 |
2001-03-23 | groupdb/mapping.c: | Jeremy Allison | 1 | -1/+7 |
2001-03-23 | Sync up with 2.2 ACL code. | Jeremy Allison | 1 | -48/+84 |
2001-03-22 | New POSIX ACL mapping code. Works with UNIX permissions, now for testing | Jeremy Allison | 1 | -338/+684 |
2001-03-17 | lib/system.c (Finally) fixed all insure errors in password caching code. We c... | Jeremy Allison | 1 | -3/+20 |
2001-03-17 | I'm happy with the mapping for NT getACL, now for NT setACL. | Jeremy Allison | 1 | -67/+175 |
2001-03-15 | Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone). | Jeremy Allison | 1 | -12/+32 |
2001-03-15 | Last tweak (I promise :-). Fallback to returning our SID if we're a domain | Jeremy Allison | 1 | -3/+12 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -2/+0 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 1 | -7/+6 |
2001-02-16 | configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss... | Jeremy Allison | 1 | -3/+14 |
2001-02-12 | Merge of JohnR's changes to appliance-head, JF's changes to 2.2, | Jeremy Allison | 1 | -0/+2 |
2001-01-24 | Sync up with POSIX ACL code from 2.2. | Jeremy Allison | 1 | -11/+47 |
2001-01-23 | include/vfs.h: | Jeremy Allison | 1 | -15/+304 |
2001-01-15 | Fixes for POSIX ACLS. ACL merge code. | Jeremy Allison | 1 | -25/+108 |
2001-01-15 | Updated from 2.2. | Jeremy Allison | 1 | -3/+40 |
2001-01-11 | Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter. | Jeremy Allison | 1 | -2/+2 |
2001-01-11 | First compiling version of code that sets NT ACLs as POSIX ACLs. | Jeremy Allison | 1 | -97/+493 |
2000-12-19 | Split set_nt_acls into owner set (which uses chown) and permission set | Jeremy Allison | 1 | -94/+109 |
2000-12-19 | Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allow | Jeremy Allison | 1 | -3/+3 |
2000-12-18 | Fix typos in new group sid check. | Jeremy Allison | 1 | -2/+2 |
2000-12-16 | Fixed chown/chgrp setting from smbcacls. | Jeremy Allison | 1 | -0/+2 |
2000-12-07 | Working code to read POSIX ACLs on a Linux system using the bestbits | Jeremy Allison | 1 | -38/+61 |
2000-12-06 | Cause smbd to use the new posix_acls code, not the old unix_acls code. | Jeremy Allison | 1 | -61/+47 |
2000-12-06 | Make smbd/posix_acls.c use abstract interface. | Jeremy Allison | 1 | -11/+10 |
2000-12-06 | Moving to abstract API interface (sys_get_acl() etc.) to allow system | Jeremy Allison | 1 | -42/+42 |
2000-12-01 | Code to read & return POSIX ACLs as NT ACLs. Close to test on Linux. | Jeremy Allison | 1 | -74/+95 |
2000-11-30 | Keep syncing up POSIX ACL work... | Jeremy Allison | 1 | -110/+111 |
2000-11-30 | Work in progress, doesn't compile. Adding the POSIX ACL mapping.... | Jeremy Allison | 1 | -22/+198 |