Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-17 | update version numbers in anticipation of release | Damien Miller | |
2018-06-06 | Use ssh-keygen -A to generate missing host keys. | Darren Tucker | |
Instead of testing for each specific key type, use ssh-keygen -A to generate any missing host key types. | |||
2018-04-10 | Many typo fixes from Karsten Weiss | Damien Miller | |
Spotted using https://github.com/lucasdemarchi/codespell | |||
2018-04-02 | update versions in .spec files | Damien Miller | |
2018-02-15 | Remove remaining now-obsolete cvs $Ids. | Darren Tucker | |
2018-02-10 | Add changelog entry for binary strip change. | Darren Tucker | |
2018-02-10 | Don't strip binaries so debuginfo gets built. | Darren Tucker | |
Tell install not to strip binaries during package creation so that the debuginfo package can be built. | |||
2018-02-10 | Fix bogus dates in changelog. | Darren Tucker | |
2018-02-10 | Remove SSH1 from description. | Darren Tucker | |
2018-02-10 | Add support for compat-openssl10 build dep. | Darren Tucker | |
2018-02-10 | Add leading zero so it'll work when rhel not set. | Darren Tucker | |
When rhel is not set it will error out with "bad if". Add leading zero as per https://fedoraproject.org/wiki/Packaging:DistTag so it'll work on non-RHEL. | |||
2018-02-10 | Update openssl-devel dependency. | Darren Tucker | |
2018-02-10 | Add mandir with-mandir' for RHEL 5 compatibility. | nkadel | |
Activate '--mandir' and '--with-mandir' settings in setup for RHEL 5 compatibility. | |||
2018-02-10 | Discard 'K5DIR' reporting. | nkadel | |
It does not work inside 'mock' build environment. | |||
2018-02-10 | Add 'dist' to 'rel' for OS specific RPM names. | nkadel | |
2018-02-10 | Add openssh-devel >= 0.9.8f for redhat spec file. | nkadel | |
2018-02-10 | Enhance BuildRequires for openssh-x11-askpass. | nkadel | |
2018-02-10 | Always include x11-ssh-askpass SRPM. | nkadel | |
Always include x11-ssh-askpass tarball in redhat SRPM, even if unused. | |||
2017-12-01 | Replace mkinstalldirs with mkdir -p. | Darren Tucker | |
Check for MIKDIR_P and use it instead of mkinstalldirs. Should fix "mkdir: cannot create directory:... File exists" during "make install". Patch from eb at emlix.com. | |||
2017-12-01 | Remove RSA1 host key generation. | Darren Tucker | |
SSH1 support is now gone, remove SSH1 key generation. Patch from eb at emlix.com. | |||
2017-10-01 | sync contrib/ssh-copy-id with upstream | Damien Miller | |
2017-10-01 | update version in RPM spec files | Damien Miller | |
2017-06-29 | Update link for my patches. | Darren Tucker | |
2017-03-20 | crank version numbers | Damien Miller | |
2017-03-16 | Adapt Cygwin config script to privsep knob removal | Damien Miller | |
Patch from Corinna Vinschen. | |||
2016-12-19 | crank version numbers for release | Damien Miller | |
2016-12-06 | Add a gnome-ssh-askpass3 target for GTK+3 version | Damien Miller | |
Based on patch from Colin Watson via bz#2640 | |||
2016-12-06 | Make gnome-ssh-askpass2.c GTK+3-friendly | Damien Miller | |
Patch from Colin Watson via bz#2640 | |||
2016-10-21 | Update links to https. | Darren Tucker | |
www.openssh.com now supports https and ftp.openbsd.org no longer supports ftp. Make all links to these https. | |||
2016-07-24 | crank version numbers | Damien Miller | |
2016-05-30 | Add missing ssh-host-config --name option | Darren Tucker | |
Patch from vinschen@redhat.com. | |||
2016-03-15 | remove slogin from *.spec | Damien Miller | |
2016-03-14 | Quote variables that may contain whitespace. | Darren Tucker | |
The variable $L_TMP_ID_FILE needs to be surrounded by quotes in order to survive paths containing whitespace. bz#2551, from Corinna Vinschen via Philip Hands. | |||
2016-02-23 | update spec/README versions ahead of release | Damien Miller | |
2016-02-16 | sync ssh-copy-id with upstream 783ef08b0a75 | Damien Miller | |
2016-01-27 | bump version numbers | Damien Miller | |
2015-12-15 | Increase robustness of redhat/openssh.spec | Darren Tucker | |
- remove configure --with-rsh, because this option isn't supported anymore - replace last occurrence of BuildPreReq by BuildRequires - update grep statement to query the krb5 include directory Patch from CarstenGrohmann via github, ok djm. | |||
2015-08-21 | fix URL for connect.c | Damien Miller | |
2015-08-21 | update version numbers for 7.1 | Damien Miller | |
2015-08-11 | update versions in *.spec | Damien Miller | |
2015-07-01 | crank version numbers for release | Damien Miller | |
2015-03-04 | update version numbers to match version.h | Damien Miller | |
2014-12-18 | include CFLAGS in gnome askpass targets | Damien Miller | |
from Fedora | |||
2014-11-26 | Avoid Cygwin ssh-host-config reading /etc/group | Damien Miller | |
Patch from Corinna Vinschen | |||
2014-11-26 | allow custom service name for sshd on Cygwin | Damien Miller | |
Permits the use of multiple sshd running with different service names. Patch by Florian Friesdorf via Corinna Vinschen | |||
2014-11-05 | Prepare scripts for next Cygwin release | Damien Miller | |
Makes the Cygwin-specific ssh-user-config script independent of the existence of /etc/passwd. The next Cygwin release will allow to generate passwd and group entries from the Windows account DBs, so the scripts have to adapt. from Corinna Vinschen | |||
2014-10-07 | delete contrib/caldera directory | Damien Miller | |
2014-09-03 | - (djm) [contrib/cygwin/ssh-host-config] Fix old code leading to | Damien Miller | |
permissions/ACLs; from Corinna Vinschen | |||
2014-08-20 | - (djm) [contrib/cygwin/README] Correct build instructions; from Corinna | Damien Miller | |
2014-08-19 | - (djm) [INSTALL contrib/caldera/openssh.spec contrib/cygwin/README] | Damien Miller | |
[contrib/redhat/openssh.spec contrib/suse/openssh.spec] Remove mentions of TCP wrappers. |