public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* csih ChangeLog cygwin-service-installation-hel ...
@ 2015-02-23 19:17 gratz
  0 siblings, 0 replies; 12+ messages in thread
From: gratz @ 2015-02-23 19:17 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	csih
Changes by:	gratz@sourceware.org	2015-02-23 19:17:05

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

Log message:
	Summary: correct the return value in the case that /etc/nsswitch.conf exists, but has no active line for that file
	
	* cygwin-service-installation-helper.sh (csih_use_file_etc):
	Correct the return value in the case that /etc/nsswitch.conf
	exists, but has no active line for that file.  The default
	contains db, so use_file=1 must be maintained.  Add a comment for
	that case.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.43&r2=1.44
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/cygwin-service-installation-helper.sh.diff?cvsroot=cygwin-apps&r1=1.36&r2=1.37


^ permalink raw reply	[flat|nested] 12+ messages in thread

* csih ChangeLog cygwin-service-installation-hel ...
@ 2015-04-02 15:04 gratz
  0 siblings, 0 replies; 12+ messages in thread
From: gratz @ 2015-04-02 15:04 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	csih
Changes by:	gratz@sourceware.org	2015-04-02 15:04:44

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

Log message:
	cygwin-service-installation-helper: add	SeDenyInteractiveLogonRight for service user

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.44&r2=1.45
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/cygwin-service-installation-helper.sh.diff?cvsroot=cygwin-apps&r1=1.37&r2=1.38


^ permalink raw reply	[flat|nested] 12+ messages in thread

* csih ChangeLog cygwin-service-installation-hel ...
@ 2015-02-20  8:50 gratz
  0 siblings, 0 replies; 12+ messages in thread
From: gratz @ 2015-02-20  8:50 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	csih
Changes by:	gratz@sourceware.org	2015-02-20 08:50:55

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

Log message:
	* cygwin-service-installation-helper.sh
	(csih_get_system_and_admins_ids): Remove reference to
	/etc/{passwd/group} files.
	(csih_check_passwd_and_group): Branch code based on the result of
	csih_old_cygwin.  Correct comment about the version that change
	happened in Cygwin.
	(csih_old_cygwin): Factor out check for Cygwin version that do not
	have DB-based user/group lookup. Correct version that code
	actually went into Cygwin.
	(csih_use_file_etc): Use csih_old_cygwin.  Correct the check for
	nsswitch.conf content so that it confroms to the intended and
	commented behaviour.
	* cygwin-service-installation-helper.sh: Whitespace cleanup (only
	trailing spaces, consider tabification).  Register new function
	"csih_old_cygwin".

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* csih ChangeLog cygwin-service-installation-hel ...
@ 2015-01-08 15:27 corinna
  0 siblings, 0 replies; 12+ messages in thread
From: corinna @ 2015-01-08 15:27 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	csih
Changes by:	corinna@sourceware.org	2015-01-08 15:27:57

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

Log message:
	* cygwin-service-installation-helper.sh (csih_use_file_etc): Fix regular
	expression to catch commented out "db" entry correctly.

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* csih ChangeLog cygwin-service-installation-hel ...
@ 2015-01-07 16:46 corinna
  0 siblings, 0 replies; 12+ messages in thread
From: corinna @ 2015-01-07 16:46 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	csih
Changes by:	corinna@sourceware.org	2015-01-07 16:46:21

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

Log message:
	* cygwin-service-installation-helper.sh (csih_privileged_accounts):
	Fix copy/paste bug.
	(csih_create_privileged_user): Evaluate local Windows administrators
	group name instead of relying on Cygwin group name.  Fix error message.
	* version.h (VERSION_MICRO): Bump to 9.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.39&r2=1.40
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/cygwin-service-installation-helper.sh.diff?cvsroot=cygwin-apps&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/version.h.diff?cvsroot=cygwin-apps&r1=1.9&r2=1.10


^ permalink raw reply	[flat|nested] 12+ messages in thread

* csih ChangeLog cygwin-service-installation-hel ...
@ 2014-12-11 10:17 corinna
  0 siblings, 0 replies; 12+ messages in thread
From: corinna @ 2014-12-11 10:17 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	csih
Changes by:	corinna@sourceware.org	2014-12-11 10:17:02

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

Log message:
	* cygwin-service-installation-helper.sh (csih_create_local_group): Fix
	typo.

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* csih ChangeLog cygwin-service-installation-hel ...
@ 2014-11-24 13:23 corinna
  0 siblings, 0 replies; 12+ messages in thread
From: corinna @ 2014-11-24 13:23 UTC (permalink / raw)
  To: cygwin-apps-cvs

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* csih ChangeLog cygwin-service-installation-hel ...
@ 2011-02-13 23:22 cwilson
  0 siblings, 0 replies; 12+ messages in thread
From: cwilson @ 2011-02-13 23:22 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	csih
Changes by:	cwilson@sourceware.org	2011-02-13 23:22:34

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

Log message:
	0.9.4 release

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/cygwin-service-installation-helper.sh.diff?cvsroot=cygwin-apps&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/version.h.diff?cvsroot=cygwin-apps&r1=1.4&r2=1.5


^ permalink raw reply	[flat|nested] 12+ messages in thread

* csih ChangeLog cygwin-service-installation-hel ...
@ 2010-11-16 21:22 cwilson
  0 siblings, 0 replies; 12+ messages in thread
From: cwilson @ 2010-11-16 21:22 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	csih
Changes by:	cwilson@sourceware.org	2010-11-16 21:22:16

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

Log message:
	Fix typos

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* csih ChangeLog cygwin-service-installation-hel ...
@ 2009-05-03 23:37 cwilson
  0 siblings, 0 replies; 12+ messages in thread
From: cwilson @ 2009-05-03 23:37 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	csih
Changes by:	cwilson@sourceware.org	2009-05-03 23:37:20

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

Log message:
	ACLs for /var/*; supress unnecessary info msgs

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.16&r2=1.17
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/cygwin-service-installation-helper.sh.diff?cvsroot=cygwin-apps&r1=1.17&r2=1.18


^ permalink raw reply	[flat|nested] 12+ messages in thread

* csih ChangeLog cygwin-service-installation-hel ...
@ 2009-01-28 17:31 corinna
  0 siblings, 0 replies; 12+ messages in thread
From: corinna @ 2009-01-28 17:31 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/sourceware/projects/cygwin-apps-home/cvsfiles
Module name:	csih
Changes by:	corinna@sourceware.org	2009-01-28 17:31:47

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

Log message:
	* csih.sh (csih_get_cygenv): Don't check input for certain values.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/csih/cygwin-service-installation-helper.sh.diff?cvsroot=cygwin-apps&r1=1.15&r2=1.16


^ permalink raw reply	[flat|nested] 12+ messages in thread

* csih ChangeLog cygwin-service-installation-hel ...
@ 2008-03-16 22:22 cwilson
  0 siblings, 0 replies; 12+ messages in thread
From: cwilson @ 2008-03-16 22:22 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	csih
Changes by:	cwilson@sourceware.org	2008-03-16 22:22:30

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

Log message:
	brown paper bag

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-04-02 15:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-23 19:17 csih ChangeLog cygwin-service-installation-hel gratz
  -- strict thread matches above, loose matches on Subject: below --
2015-04-02 15:04 gratz
2015-02-20  8:50 gratz
2015-01-08 15:27 corinna
2015-01-07 16:46 corinna
2014-12-11 10:17 corinna
2014-11-24 13:23 corinna
2011-02-13 23:22 cwilson
2010-11-16 21:22 cwilson
2009-05-03 23:37 cwilson
2009-01-28 17:31 corinna
2008-03-16 22:22 cwilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).