public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* cygrunsrv ChangeLog cygrunsrv.README cygrunsrv ...
@ 2008-03-17 15:08 corinna
  0 siblings, 0 replies; 5+ messages in thread
From: corinna @ 2008-03-17 15:08 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2008-03-17 15:08:14

Modified files:
	.              : ChangeLog cygrunsrv.README cygrunsrv.cc 
	                 utils.cc utils.h 

Log message:
	* cygrunsrv.README: Document capability to connect to remote machine.
	* cygrunsrv.cc: Bump version to 1.30.
	(version): Fix copyright.
	(class server_and_name): New helper class to extract server name and
	service name from incoming string, as well as to create registry key
	necessary to connect to local or remote registry.  Use throughout were
	appropriate.
	(main): Handle optional argument to -L/--list option.
	* utils.cc (reason_list): Add reason text for failing connection to
	remote machine.
	(usage): Accommodate optional argument to -L/--list.  Add helping text
	for remote access.
	* utils.h (reason_t): Add reason code for failing connection to
	remote machine.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.56&r2=1.57
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.README.diff?cvsroot=cygwin-apps&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.41&r2=1.42
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/utils.cc.diff?cvsroot=cygwin-apps&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/utils.h.diff?cvsroot=cygwin-apps&r1=1.14&r2=1.15


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

* cygrunsrv ChangeLog cygrunsrv.README cygrunsrv ...
@ 2008-03-17 22:50 corinna
  0 siblings, 0 replies; 5+ messages in thread
From: corinna @ 2008-03-17 22:50 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2008-03-17 22:50:13

Modified files:
	.              : ChangeLog cygrunsrv.README cygrunsrv.cc 
	                 cygrunsrv.h utils.cc utils.h 

Log message:
	* cygrunsrv.README: Add words for clarifying server name in <svc_name>.
	Add the server name hint to -Q/--query option.  Add desription for
	-P/--crs-path option.
	* cygrunsrv.cc: Bump version to 1.33.
	(longopts): Add --crs-path option.
	(opts): Add -P option.
	(install_registry_keys): Fix error code handling for registry access
	functions.
	(check_system_mounts): Use strcasecmp.
	(install_service): Add code to handle setting distinct path to
	cygrunsrv.  Don't test system mounts when accessing remote service
	manager.
	(main): Handle -P/--crs-path option.  Don't check validity of service
	application path when installing service on remote server.
	* cygrunsrv.h (CYG_ROOT): Define.
	(CYG_ROOT_VAL): Define.
	* utils.cc (reason_list): Add reason texts for -P/--crs-path option.
	(usage): Add usage for -P/--crs-path option.
	* utils.h (reason_t): Add reason codes for -P/--crs-path option.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.57&r2=1.58
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.README.diff?cvsroot=cygwin-apps&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.h.diff?cvsroot=cygwin-apps&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/utils.cc.diff?cvsroot=cygwin-apps&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/utils.h.diff?cvsroot=cygwin-apps&r1=1.15&r2=1.16


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

* cygrunsrv ChangeLog cygrunsrv.README cygrunsrv ...
@ 2004-04-07 14:06 corinna
  0 siblings, 0 replies; 5+ messages in thread
From: corinna @ 2004-04-07 14:06 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2004-04-07 14:06:07

Modified files:
	.              : ChangeLog cygrunsrv.README cygrunsrv.cc 
	                 cygrunsrv.h utils.cc utils.h 

Log message:
	* cygrunsrv.cc: Bump version to 0.99.
	
	* cygrunsrv.README: Add description for -j, --nohide option.
	* cygrunsrv.cc (longopts): Add '--nohide' option.
	(opts): Add -j option.
	(showcons): New global variable.
	(install_registry_keys): Add 'showcons' parameter.  Write it to
	registry.
	(get_reg_entries): Add 'showcons_p' parameter.  Read it from registry.
	(hide_console): New function.
	(service_main): Call hide_console if showcons is 0.
	(main): Add handling for '--nohide' parameter.  Fix indentation.
	* cygrunsrv.h (PARAM_SHOWCONS): New registry name for nohide parameter.
	* utils_cc (reason_list): Add error strings for --nohide.
	* (usage): Add help text for --nohide option.  Fix output to fit in
	80 columns.
	* utils.h (reason_t): Add error codes for --nohide errors.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.README.diff?cvsroot=cygwin-apps&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.h.diff?cvsroot=cygwin-apps&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/utils.cc.diff?cvsroot=cygwin-apps&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/utils.h.diff?cvsroot=cygwin-apps&r1=1.11&r2=1.12


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

* cygrunsrv ChangeLog cygrunsrv.README cygrunsrv ...
@ 2004-03-18 15:35 igor
  0 siblings, 0 replies; 5+ messages in thread
From: igor @ 2004-03-18 15:35 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	igor@sourceware.org	2004-03-18 15:35:37

Modified files:
	.              : ChangeLog cygrunsrv.README cygrunsrv.cc 
	                 utils.cc utils.h 

Log message:
	2004-03-18  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
	
	* cygrunsrv.cc (service_main): Fix typo in comment.
	(main): Check that "--user" is not specified with
	"--interactive" (thanks to Peter Wisnovsky).
	* utils.h (reason_t): Add NoInteractiveWithUser value.
	* utils.cc (reason_list): Add description string for the
	NoInteractiveWithUser value.  Fix typos in descriptions
	for the NeverExitsNotAllowed and OnlyOneNeverExits values.
	* cygrunsrv.README: Add comment about the "--interactive"
	option only being valid with a SYSTEM service.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.README.diff?cvsroot=cygwin-apps&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/utils.cc.diff?cvsroot=cygwin-apps&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/utils.h.diff?cvsroot=cygwin-apps&r1=1.10&r2=1.11


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

* cygrunsrv ChangeLog cygrunsrv.README cygrunsrv ...
@ 2004-02-03 14:32 corinna
  0 siblings, 0 replies; 5+ messages in thread
From: corinna @ 2004-02-03 14:32 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2004-02-03 14:32:37

Modified files:
	.              : ChangeLog cygrunsrv.README cygrunsrv.cc 
	                 cygrunsrv.h utils.cc utils.h 

Log message:
	2004-01-30  Ben Hochstedler  <hochstrb@cs.rose-hulman.edu>
	
	* cygrunsrv.cc (get_reg_entries): added neverexits entry.
	(install_registry_keys): added neverexits entry.
	(service_main): Added better error handling of child exit.
	If neverexits is set, it will only report SERVICE_STOPPED if
	cygrunsrv itself is shutting down.
	* cygrunsrv.h (PARAM_NEVEREXITS): added for neverexits option.
	* utils.cc (usage): Added neverexits option.
	* utils.h (reason_t): Added errors for neverexits option.
	* cygrunsrv.README: added a description for the --neverexits option.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.30&r2=1.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.README.diff?cvsroot=cygwin-apps&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.h.diff?cvsroot=cygwin-apps&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/utils.cc.diff?cvsroot=cygwin-apps&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/utils.h.diff?cvsroot=cygwin-apps&r1=1.9&r2=1.10


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

end of thread, other threads:[~2008-03-17 22:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-17 15:08 cygrunsrv ChangeLog cygrunsrv.README cygrunsrv corinna
  -- strict thread matches above, loose matches on Subject: below --
2008-03-17 22:50 corinna
2004-04-07 14:06 corinna
2004-03-18 15:35 igor
2004-02-03 14:32 corinna

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).