[cygrunsrv - a wrapper for unix daemons to make them controllable as windows services] annotated tag rel1-65, created. rel1-65
Corinna Vinschen via Cygwin-apps-cvs <[email protected]> Mon, 27 Apr 2026 08:29:49 +0000 (GMT)
| Newsgroups | gmane.os.cygwin.cvs.apps |
|---|---|
| Message-ID | <[email protected]> |
at ea04f64b9511535c968049108e5263220157b620 (tag)
tagging 712e25050f8626cd352f7e94b281d11b7ed84db1 (commit)
tagged by Corinna Vinschen
on Mon Apr 27 10:08:17 2026 +0200
version 1.65
Anton Lavrentiev via cygwin-patches (1):
cygrunsrv: Added options -T and -X; fixed a couple minor issues
Brian Dessent (1):
* cygrunsrv.cc (list_services): Make failure of OpenService or
Corinna Vinschen (71):
Imported sources
* utils.cc (usage): Add help for --termsig option.
* cygrunsrv.cc (install_registry_keys): Create environment strings in
* utils.cc (reason_list): Add error strings for --dep errors.
* utils.cc (usage): Change --dep text slightly.
* cygrunsrv.cc (longopts): Add `--stdin', `--stdout' and `--stderr'
* Bump version to 0.93.
* cygrunsrv.cc (eval_arglist): Fix handling of quoted options.
* TODO: New file.
New README.
* cygrunsrv.cc (longopts): Add `--chdir' option.
*** empty log message ***
* Bump version to 0.94.
* cygrunsrv.cc (install_registry_keys): Fix setting working directory.
Inspired by Robert Collins <robert.collins-2UQXJfLCCuk0n/[email protected]>:
Add hint that user must have 'Logon as a service' privilege.
*** empty log message ***
* Bump version to 0.95.
* utils.h (reason_t): Add code for --query errors.
* Bump version to 0.96.
Fix ChangeLogs.
* Makefile: Adhere to FHS.
Autotoolize.
* Makefile.in: Add target "all".
* Bump version to 0.97.
* cygrunsrv.cc (version): Fix copyright date.
* Makefile.in: Fix typo.
2004-01-30 Ben Hochstedler <[email protected]>
* Bump version to 0.98.
Thanks to Tony Silva <tony_silva-FrUbXkNCsVf2fBVCVOL8/[email protected]>:
* cygrunsrv.cc (termsig_sent): New variable;
* cygrunsrv.cc (service_main): Set exit_status to 1 by default.
* cygrunsrv.cc: Bump version to 0.99.
* cygrunsrv.cc: Bump version to 1.0.
* cygrunsrv.cc (start_service): Change calls to OpenSCManager and
* cygrunsrv.cc: Bump version to 1.01.
* cygrunsrv.cc: Bump version to 1.02.
2005-05-16 Corinna Vinschen <[email protected]>
* cygrunsrv.README: Add paragraph about starting services using
* cygrunsrv.cc: Bump version to 1.11.
2005-11-28 Corinna Vinschen <[email protected]>
* cygrunsrv.cc: Bump version to 1.13.
* cygrunsrv.cc: Bump version to 1.14.
* cygrunsrv.cc (version): Fix copyright date.
* cygrunsrv.cc: Bump version to 1.15.
* cygrunsrv.cc: Bump version to 1.16.
2006-06-19 Corinna Vinschen <[email protected]>
* cygrunsrv.cc (check_cygwin1): New function.
* cygrunsrv.cc (list_services): Set sh to 0 after closing to avoid
* Makefile.in: Add automatic file dependencies.
* cygrunsrv.cc: Bump version to 1.21.
* cygrunsrv.README: Document capability to connect to remote machine.
* cygrunsrv.README: Add words for clarifying server name in <svc_name>.
* cygrunsrv.README: Explain the user name given to -u/--user option.
* configure.in (CXX): Prefer i686-pc-cygwin-g++ over g++ to simplify
* cygrunsrv.cc: Bump version to 1.36.
Throughout change comments to GPL v3 and fix copyright.
* configure.ac: Rename from configure.in. Check for g++ target-cpu
* Makefile.in ($(srcdir)/configure): Depend on configure.ac.
* config.guess: Update.
* cygrunsrv.cc: Bump version to 1.50.
* cygrunsrv.cc: Bump version to 1.60. Drop all special exception
* cygrunsrv.cc: Bump version to 1.61.
* cygrunsrv.cc: Bump version to 1.62.
cygrunsrv.README: Fix typo.
fix a C++-17 warning
update configury
bump version
handle quoted service paths sanely
bump version
bump version to 1.65
Fred Yankowski (2):
2001-06-15 Fred Yankowski <fred-Gp3ZhEtj/[email protected]>
2001-06-28 Fred Yankowski <fred-Gp3ZhEtj/[email protected]>
Igor Pechtchanski (4):
2003-05-08 Igor Pechtchanski <[email protected]>
2003-05-09 Igor Pechtchanski <[email protected]>
2003-05-09 Igor Pechtchanski <[email protected]>
2004-03-18 Igor Pechtchanski <[email protected]>
James Warnock (2):
cygrunsrv CWE-428
Replace registry paths for remote server access