Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-09 | Give the ssh-askpass-gnome window a default icon | Vincent Untz | |
Bug-Ubuntu: https://bugs.launchpad.net/bugs/27152 Last-Update: 2010-02-28 Patch-Name: gnome-ssh-askpass2-icon.patch | |||
2019-10-09 | prepare for 8.1 release | Damien Miller | |
2019-06-05 | openssl-devel is obsoleted by libssl-devel | Sorin Adrian Savu | |
openssl-devel is no longer installable via the cygwin setup and it's hidden by default, so you can't see the replacement very easy. | |||
2019-04-05 | update versions | Damien Miller | |
2019-03-14 | On Cygwin run sshd as SYSTEM where possible. | Darren Tucker | |
Seteuid now creates user token using S4U. We don't create a token from scratch anymore, so we don't need the "Create a process token" privilege. The service can run under SYSTEM again... ...unless Cygwin is running on Windows Vista or Windows 7 in the WOW64 32 bit emulation layer. It turns out that WOW64 on these systems didn't implement MsV1_0 S4U Logon so we still need the fallback to NtCreateToken for these systems. Signed-off-by: Corinna Vinschen <vinschen@redhat.com> | |||
2019-01-28 | Cygwin: only tweak sshd_config file if it's new, drop creating sshd user | Corinna Vinschen | |
The sshd_config tweaks were executed even if the old file was still in place. Fix that. Also disable sshd user creation. It's not used on Cygwin. | |||
2019-01-28 | Cygwin: Change service name to cygsshd | Corinna Vinschen | |
Microsoft hijacked the sshd service name without asking. | |||
2018-11-11 | Improve warnings in cygwin service setup. | Darren Tucker | |
bz#2922, patch from vinschen at redhat.com. | |||
2018-11-11 | Remove hardcoded service name in cygwin setup. | Darren Tucker | |
bz#2922, patch from Christian.Lupien at USherbrooke.ca, sanity check by vinschen at redhat.com. | |||
2018-10-12 | update version numbers ahead of release | Damien Miller | |
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 | |