updated the 3.0 branch from the head branch - ready for alpha18
[samba.git] / source3 / smbd / posix_acls.c
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-08 Andrew BartlettKill off const warnings - add a pile of const to variou...
2002-06-07 Jeremy AllisonEnsure when allowing fchown with write access and dos...
2002-05-20 Jeremy AllisonMerge from 2.2.
2002-05-16 Jeremy AllisonFix bug where creating a file and setting a security...
2002-04-20 Andrew Tridgelltry to cope better with the take ownership operation...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-12 Jeremy AllisonAdded POSIX ACL layer into the vfs.
2002-03-11 Jeremy AllisonImplemented default ACL patch (set inherit acls = true...
2002-03-09 Andrew Tridgella more informitive debug message when a SID can't be...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Gerald Cartermerge from 2.2
2002-01-11 Andrew Tridgellfixed a crash in merge_aces()
2001-12-19 Jeremy AllisonAllow ACL set to fail gracefully on HP HFS filesystems.
2001-12-04 Jeremy AllisonStop using getgrgid() - a very expensive call with...
2001-11-30 Tim PotterRenamed sid field in SEC_ACE to trustee to be more...
2001-09-25 Jeremy AllisonLog sys_acl_set_XX at level 2 not zero.
2001-09-22 Jeremy AllisonIgnore unmappable (NT Authority, BUILTIN etc.) SIDs...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-07 Jeremy AllisonDon't fail if no owner/group owner set. Use existing...
2001-08-30 Herb Lewisif no ACL elements then use chmod - fixes ability to...
2001-07-26 Jeremy AllisonFix from Michael Davidson <md@caldera.com> for DEC...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-12 Jeremy Allisonlib/util_getent.c: removed debug code.
2001-06-09 Jeremy Allison*Wonderful* patch from Andrew Bartlett that will help...
2001-05-10 Jeremy AllisonFixed nasty little bug found by Gerald where we were...
2001-05-10 Jeremy AllisonMade "security XXX" masks apply to ACL set. By default...
2001-05-07 Jeremy AllisonFix for bad profile perms. Ensure r on files and rwx...
2001-05-03 Jeremy AllisonFixed SHM_R/SHM_W warnings by moving sys/ipc.h and...
2001-04-27 Jeremy AllisonTidy up args to DEBUG Statements - found by gcc on...
2001-04-25 Jeremy AllisonSync with default perm changes in 2.2.
2001-04-13 Jeremy AllisonMichael Davidson <md@sco.COM> pointed out that acl_get_...
2001-03-30 Jeremy AllisonFixed extern ref typo for file generic perms. 2am codin...
2001-03-30 Jeremy AllisonThis is a big, rather ugly patch. Whilst investigating...
2001-03-28 Jeremy AllisonFixed the problem Gerald reported. Unfortunately we...
2001-03-26 Jeremy Allisonsmbd/posix_acls.c: Saving and restoring errno here...
2001-03-26 Jeremy Allisonsmbd/posix_acls.c: Sync up with 2.2 changes - don't...
2001-03-23 Jeremy AllisonMore unused variables.
2001-03-23 Jeremy Allisongroupdb/mapping.c:
2001-03-23 Jeremy AllisonSync up with 2.2 ACL code.
2001-03-22 Jeremy AllisonNew POSIX ACL mapping code. Works with UNIX permissions...
2001-03-17 Jeremy Allisonlib/system.c (Finally) fixed all insure errors in passw...
2001-03-17 Jeremy AllisonI'm happy with the mapping for NT getACL, now for NT...
2001-03-15 Jeremy AllisonTidyup return of zero-permissions (map to ACE_DENIED...
2001-03-15 Jeremy AllisonLast tweak (I promise :-). Fallback to returning our...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-28 Jeremy AllisonMove to talloc control of SPOOL_XXX structs. Move to...
2001-02-16 Jeremy Allisonconfigure configure.in smbd/posix_acls.c smbd/dosmode...
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2001-01-24 Jeremy AllisonSync up with POSIX ACL code from 2.2.
2001-01-23 Jeremy Allisoninclude/vfs.h:
2001-01-15 Jeremy AllisonFixes for POSIX ACLS. ACL merge code.
2001-01-15 Jeremy AllisonUpdated from 2.2.
2001-01-11 Jeremy AllisonFixed typo with acl_set_fd() not needing an ACL_TYPE_T...
2001-01-11 Jeremy AllisonFirst compiling version of code that sets NT ACLs as...
2000-12-19 Jeremy AllisonSplit set_nt_acls into owner set (which uses chown...
2000-12-19 Jeremy AllisonSplit the one sys_acl_free call into sys_acl_free_TYPE...
2000-12-18 Jeremy AllisonFix typos in new group sid check.
2000-12-16 Jeremy AllisonFixed chown/chgrp setting from smbcacls.
2000-12-07 Jeremy AllisonWorking code to read POSIX ACLs on a Linux system using...
2000-12-06 Jeremy AllisonCause smbd to use the new posix_acls code, not the...
2000-12-06 Jeremy AllisonMake smbd/posix_acls.c use abstract interface.
2000-12-06 Jeremy AllisonMoving to abstract API interface (sys_get_acl() etc...
2000-12-01 Jeremy AllisonCode to read & return POSIX ACLs as NT ACLs. Close...
2000-11-30 Jeremy AllisonKeep syncing up POSIX ACL work...
2000-11-30 Jeremy AllisonWork in progress, doesn't compile. Adding the POSIX...
2000-10-28 Jeremy AllisonDavid Lee's utmp patch (finally). Thanks David !
2000-08-29 Jeremy AllisonThis doesn't compile but is a placeholder for moving...