Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump Cygwin version to 2.0.0. | Corinna Vinschen | 2015-04-23 | 1 | -0/+5 | |
| | | | | | | | | | | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MAJOR): Bump to 2000. (CYGWIN_VERSION_DLL_MINOR): Set to 0. * new-features.xml (ov-new2.0): Rename from ov-new1.7.36 and change version number to 2.0. Signed-off-by: Corinna Vinschen <corinna@vinschen.de> | |||||
* | Add FAQ entry on how Cygwin counters install and update MITM attacks | David A. Wheeler | 2015-04-23 | 1 | -0/+7 | |
| | | | | | | | | | * faq-setup.xml: Document how Cygwin secures installation and update against man-in-the-middle (MITM) attacks. Note that setup embeds a public key to check the signature of setup.ini, and that setup.ini includes SHA-512 cryptographic hashes. Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com> | |||||
* | Fix documentation of cygwin_internal()'s return type. | Jon TURNEY | 2015-04-23 | 1 | -0/+4 | |
| | | | | | | * misc-funcs.xml (cygwin_internal): Correct return type. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> | |||||
* | Document GNU basename. | Corinna Vinschen | 2015-04-23 | 1 | -0/+5 | |
| | | | | | | | * new-features.xml (ov-new1.7.36): Add new section. Document GNU basename. Signed-off-by: Corinna Vinschen <corinna@vinschen.de> | |||||
* | cygwin: add GNU basename(3) | Yaakov Selkowitz | 2015-04-23 | 1 | -0/+5 | |
| | | | | | | | | | | winsup/cygwin/ * common.din (__gnu_basename): Export. * path.cc (__gnu_basename): New function. winsup/doc/ * posix.xml (std-gnu): Add basename. (std-notes): Add note about two forms of basename. | |||||
* | Fix winsup/doc to install into prefix | Jon TURNEY | 2015-03-16 | 1 | -0/+4 | |
| | | | | | | | | | | | | By default, docdir and htmldir are defined in terms of prefix, so make sure to define it, so their values are prefix-relative. Without this, 'make install' installs the documentation into /share/doc/ unless configured otherwise. * Makefile.in (prefix): Define. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> | |||||
* | Fix more typos in ntsec.xml | Corinna Vinschen | 2015-03-12 | 1 | -0/+5 | |
| | | | | Signed-off-by: Corinna Vinschen <corinna@vinschen.de> | |||||
* | Fix typos in ntsec.xml | Corinna Vinschen | 2015-03-12 | 1 | -0/+6 | |
| | | | | Signed-off-by: Corinna Vinschen <corinna@vinschen.de> | |||||
* | Change CVS->GIT in docs | Corinna Vinschen | 2015-03-10 | 1 | -0/+5 | |
| | | | | Signed-off-by: Corinna Vinschen <corinna@vinschen.de> | |||||
* | * posix.xml (std-bsd): Add issetugid. | Corinna Vinschen | 2015-03-04 | 1 | -0/+4 | |
| | ||||||
* | * new-features.xml (ov-new1.7.35): Add SIGSYS change. | Corinna Vinschen | 2015-03-03 | 1 | -0/+4 | |
| | ||||||
* | * new-features.xml (ov-new1.7.35): Add new section. | Corinna Vinschen | 2015-03-03 | 1 | -0/+4 | |
| | ||||||
* | * utils.xml (getfacl): Adjust options to option nmame change. | Corinna Vinschen | 2015-02-28 | 1 | -0/+4 | |
| | ||||||
* | Applied the "chgrp `id -g`" improvements suggested by Corinna for the FAQ | Warren Young | 2015-02-25 | 1 | -0/+6 | |
| | | | | item about SSH keys not working in 1.7.34+. | |||||
* | * ntsec.xml (ntsec-mapping): Match the description of the default | Corinna Vinschen | 2015-02-25 | 1 | -0/+5 | |
| | | | | values for db_home, db_shell, and db_gecos to the latest changes. | |||||
* | Added chgrp None ~/.ssh/* hack to FAQ item 4.40 | Warren Young | 2015-02-25 | 1 | -0/+5 | |
| | ||||||
* | Applied Andrey's and my improvments to FAQ item 4.2, discussed on the main ML. | Warren Young | 2015-02-17 | 1 | -0/+6 | |
| | ||||||
* | * setup-files.xml (setup-files): Drop hint to set HOME in Windows | Corinna Vinschen | 2015-02-16 | 1 | -0/+7 | |
| | | | | | | environment. * setup-env.xml (setup-env-ov): Discourage setting HOME in the Windows environment. | |||||
* | * posix.xml (std-gnu): Add missing __mempcpy. | Corinna Vinschen | 2015-02-15 | 1 | -0/+4 | |
| | ||||||
* | * ntsec.xml: Throughout fix references to the Cygwin version number. | Corinna Vinschen | 2015-02-12 | 1 | -0/+4 | |
| | ||||||
* | * faq-using.xml (faq.using.startup-slow): New entry. | Corinna Vinschen | 2015-02-11 | 1 | -0/+4 | |
| | ||||||
* | * posix.xml (std-susv4): Move cabsl, cimagl, creall, hypotl, sqrtl here | Corinna Vinschen | 2015-02-06 | 1 | -0/+5 | |
| | | | | from std-notimpl. Add finitel. | |||||
* | * posix.xml (std-susv4): Move wcstold here from std-notimpl. | Corinna Vinschen | 2015-02-04 | 1 | -0/+4 | |
| | ||||||
* | * new-features.xml (ov-new1.7.34): Add wcstold. | Corinna Vinschen | 2015-02-04 | 1 | -0/+4 | |
| | ||||||
* | * faq-using.xml (faq.using.ssh-pubkey-stops-working): New entry. | Corinna Vinschen | 2015-02-04 | 1 | -0/+5 | |
| | | | | (faq.using.same-with-rhosts): Ditto. | |||||
* | * utils.xml (regtool): Clarify save action. Add description for | Corinna Vinschen | 2015-02-03 | 1 | -0/+6 | |
| | | | | | restore action. * new-features.xml (ov-new1.7.34): Add regtool restore. | |||||
* | * Throughout, replace http with https as far as cygwin.com and | Corinna Vinschen | 2015-02-03 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | sourceware.org URLs are concerned. * Throughout, simplify ulink expressions if the visible text is the URL anyway. * faq-programming.xml (faq.programming.dll-relocatable): Remove. * faq-setup.xml (faq.setup.name-with-space): Change for 1.7.34. (faq.setup.home): Ditto. * faq-using.xml (faq.using.printing): Clarify old links and availability of a2ps and file. (faq.using.xemacs): Drop outdated version info and pointers to native XEmacs. (faq.using.ntemacs): Remove. * faq-what.xml (faq.what.what): Rephrase to reflect reality. (faq.what.supported): Ditto. (faq.what.who): Rephrase slightly. * legal.xml: Bump copyright. * setup-net.xml (internet-setup): Fix references to setup executables. | |||||
* | * new-features.xml (ov-new1.7.34): Add extension of gethostbyname2. | Corinna Vinschen | 2015-01-23 | 1 | -0/+6 | |
| | | | | Add sockatmark. | |||||
* | * posix.xml (std-susv4): Move sockatmark here from std-notimpl. | Corinna Vinschen | 2015-01-20 | 1 | -0/+4 | |
| | ||||||
* | * ntsec.xml (ntsec-mapping-nsswitch-passwd): Document /path %H wildcard. | Corinna Vinschen | 2015-01-14 | 1 | -0/+6 | |
| | | | | | (ntsec-mapping-nsswitch-home): Disable text explaining how the home directory is fetched from the homeDrive attribute. | |||||
* | * cygwinenv.xml (cygwinenv-removed-options): Accommodate list of | Corinna Vinschen | 2015-01-14 | 1 | -0/+5 | |
| | | | | always uppercased Windows variables to latest change. | |||||
* | * ntsec.xml (ntsec-logonuser): Fix spelling of pw_passwd field. | Yaakov Selkowitz | 2014-12-18 | 1 | -0/+4 | |
| | ||||||
* | * new-features.xml (ov-new1.7.34): Document Solaris stdio_ext.h | Yaakov Selkowitz | 2014-12-18 | 1 | -0/+8 | |
| | | | | | | | functions and BSD/GNU unlocked stdio extensions. * posix.xml (std-bsd): Add BSD unlocked stdio extensions. (std-gnu): Add GNU unlocked stdio extensions. (std-solaris): Add stdio_ext.h functions. | |||||
* | * new-features.xml (ov-new1.7.34): Add setfacl -k option. | Corinna Vinschen | 2014-12-15 | 1 | -0/+5 | |
| | | | | * utils.xml (setfacl): Ditto. | |||||
* | * ntsec.xml (ntsec-mapping-samba): Clarify Samba file server setup. | Corinna Vinschen | 2014-12-10 | 1 | -0/+4 | |
| | ||||||
* | * faq-using.xml (faq.using.bloda): Add Lenovo RapidBoot Shield to | Corinna Vinschen | 2014-12-10 | 1 | -0/+5 | |
| | | | | BLODA list. | |||||
* | Fix date of latest entry | Corinna Vinschen | 2014-12-08 | 1 | -1/+1 | |
| | ||||||
* | * faq-setup.xml (faq.setup.upgrade-mountpoints): Remove. | Corinna Vinschen | 2014-12-08 | 1 | -0/+8 | |
| | | | | | * pathnames.xml (pathnames-mount-ex): Remove note about 1.5->1.7 registry mount point updates. | |||||
* | * posix.xml (std-solaris): Point to libtirpc for xdr functions. | Corinna Vinschen | 2014-12-06 | 1 | -0/+4 | |
| | ||||||
* | * cygwin.xsl (toc.section.depth): Set to 4. | Corinna Vinschen | 2014-12-06 | 1 | -0/+6 | |
| | | | | | * ntsec.xml: Revamp account mapping documentation to account for the new db_home, db_shell, db_gecos settings. | |||||
* | * new-features.xml (ov-new1.7.34): Document qsort_r and __bsd_qsort_r. | Yaakov Selkowitz | 2014-12-05 | 1 | -0/+7 | |
| | | | | | | * posix.xml (std-bsd): Add qsort_r. (std-gnu): Ditto. (std-notes): Add section for qsort_r. | |||||
* | * new-features.xml (ov-new1.7.34): Add latest changes. | Corinna Vinschen | 2014-12-03 | 1 | -0/+4 | |
| | ||||||
* | * Makefile.in (XSLTPROC): Remove. | Yaakov Selkowitz | 2014-11-28 | 1 | -0/+7 | |
| | | | | | | (cygwin-ug-net/cygwin-ug-net.pdf): Build with xmlto pdf. (cygwin-api/cygwin-api.pdf): Ditto. (faq/faq.html): Fix extraneous anchor removal. | |||||
* | * utils.xml (passwd): Align to latest changes. | Corinna Vinschen | 2014-11-24 | 1 | -0/+4 | |
| | ||||||
* | * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 34. | Corinna Vinschen | 2014-11-13 | 1 | -0/+5 | |
| | | | | | * new-features.xml (ov-new1.7.34): Add new section. (ov-new1.7.33): Reflect intermediate 1.7.33 release. | |||||
* | * utils.xml (mkgroup): Align to changed usage. | Corinna Vinschen | 2014-11-12 | 1 | -0/+5 | |
| | | | | (mkpasswd): Ditto. | |||||
* | * utils.xml (mkpasswd): Change /etc/group to /etc/passwd. | Corinna Vinschen | 2014-11-07 | 1 | -0/+4 | |
| | ||||||
* | * new-features.xml (ov-new1.7.33): Document xdr and atexit. | Corinna Vinschen | 2014-11-05 | 1 | -0/+4 | |
| | ||||||
* | * ntsec.xml: Fix typo. | Corinna Vinschen | 2014-10-30 | 1 | -0/+4 | |
| | ||||||
* | * ntsec.xml (ntsec-mapping-caching): Describe service dependencies | Corinna Vinschen | 2014-10-29 | 1 | -0/+5 | |
| | | | | in terms of cygserver. |