This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup ChangeLog mkdir.cc win32.cc win32.h


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	corinna@sourceware.org	2009-11-03 13:53:47

Modified files:
	.              : ChangeLog mkdir.cc win32.cc win32.h 

Log message:
	* mkdir.cc: Include sys/stat.h unconditionally.
	(mkdir_p): Add S_IFDIR flag in call to nt_sec.SetPosixPerms.
	* win32.cc: Include sys/stat.h.
	(NTSecurity::SetPosixPerms): Add CREATOR OWNER, CREATOR GROUP, and
	Everyone inheritance-only entries when setting a directory DACL.
	(NTSecurity::initialiseWellKnownSIDs): Create SIDs for CREATOR OWNER and
	CREATOR GROUP.
	* win32.h (class NTSecurity): Add members ownerSID and groupSID.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.650&r2=2.651
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/mkdir.cc.diff?cvsroot=cygwin-apps&r1=2.10&r2=2.11
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/win32.cc.diff?cvsroot=cygwin-apps&r1=2.9&r2=2.10
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/win32.h.diff?cvsroot=cygwin-apps&r1=2.22&r2=2.23


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]