From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13055 invoked by alias); 24 Nov 2014 13:23:10 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 13031 invoked by uid 9078); 24 Nov 2014 13:23:09 -0000 Message-ID: <20141124132309.13028.qmail@sourceware.org> From: corinna@sourceware.org Date: Mon, 24 Nov 2014 13:23:00 -0000 To: cygwin-apps-cvs@sourceware.org Subject: csih ChangeLog cygwin-service-installation-hel ... User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2014-q4/txt/msg00020.txt.bz2 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