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]

csih ChangeLog cygwin-service-installation-hel ...


CVSROOT:	/cvs/cygwin-apps
Module name:	csih
Changes by:	corinna@sourceware.org	2014-11-24 13:23:09

Modified files:
	.              : ChangeLog cygwin-service-installation-helper.sh 

Log message:
	* cygwin-service-installation-helper.sh: Drop global checks for NT and
	Cygwin version 1.7.
	(csih_VERSION): Bump to 0.9.8.
	(csih_PRIVILEGED_USERWINNAME): New global variable.
	(csih_PRIVILEGED_USERDOMAIN): Ditto.
	(csih_UNPRIVILEGED_USERNAME): Ditto.
	(csih_UNPRIVILEGED_USERWINNAME): Ditto.
	(csih_UNPRIVILEGED_USERDOMAIN): Ditto.
	(csih_LOCAL_GROUPNAME): Ditto.
	(csih_LOCAL_GROUPWINNAME): Ditto.
	(csih_LOCAL_GROUPDOMAIN): Ditto.
	(_csih_well_known_privileged_accounts): Add machinename-prefixed names.
	(_csih_well_known_privileged_accounts_quoted): Ditto.
	(_csih_sanity_check): Check for getent.
	(_csih_nt): Remove.
	(_csih_2k): Remove.
	(_csih_windows8_1): Add.
	(_csih_windows10): Add.
	(_csih_exactly_windows8_1): Add.
	(_csih_exactly_windows10): Add.
	(csih_is_nt): Always return 0.
	(csih_is_2k): Ditto.
	(csih_is_xp): Ditto.
	(csih_is_windows8_1): New function.
	(csih_is_windows10): Ditto.
	(csih_cygver_is_oneseven): Always return 0.
	(csih_is_exactly_windows8_1): New function.
	(csih_is_exactly_server2012r2): Ditto.
	(csih_is_exactly_windows10): Ditto.
	(csih_is_exactly_server2014): Ditto.
	(csih_check_sys_mount): Always return 0.
	(csih_use_file_etc): New function to check for /etc/passwd or
	/etc/group requirement.
	(csih_get_system_and_admins_ids): Don't require /etc/passwd or
	/etc/group.  Allow new Cygwin usernames generated from Windows account
	DBs.
	(csih_check_passwd_and_group): Ditto.
	(csih_check_user): Ditto.
	(csih_privileged_accounts): Ditto.
	(csih_account_has_necessary_privileges): Ditto.
	(csih_select_privileged_username): Ditto.
	(csih_create_privileged_user): Ditto.
	(csih_create_unprivileged_user): Ditto.
	(csih_service_should_run_as): Ditto.
	(csih_create_local_group): New function.
	(_csih_late_initialization_code): Set new OS variables.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/cygwin-service-installation-helper.sh.diff?cvsroot=cygwin-apps&r1=1.31&r2=1.32


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