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]

login ChangeLog login.c


CVSROOT:	/cvs/cygwin-apps
Module name:	login
Changes by:	corinna@sourceware.org	2014-10-15 18:56:06

Modified files:
	.              : ChangeLog login.c 

Log message:
	* login.c: Minor cleanups.  Avoid compiler warnings.
	(sccsid): Mark as used.
	(testUserRightsByUID): Move declaration down to isROOT_UID function.
	(getstr): Remove unused function.
	(currentUserIsLocalSystem): Drop declaration of unused external
	function.
	(currentUserIsMemberOfLocalAdministrators): Ditto.
	(uidIsMemberOfLocalAdministrators): Enable declaration.
	(testUserRightsByUID): Declare.
	(isROOT_UID): Drop SeCreateTokenPrivilege as required privilege.
	Ignore old Windows versions.  Align comments.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/login/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/login/login.c.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4


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