summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2018-10-20Give the ssh-askpass-gnome window a default iconVincent Untz
Bug-Ubuntu: https://bugs.launchpad.net/bugs/27152 Last-Update: 2010-02-28 Patch-Name: gnome-ssh-askpass2-icon.patch
2018-10-12update version numbers ahead of releaseDamien Miller
2018-08-17update version numbers in anticipation of releaseDamien Miller
2018-06-06Use 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-10Many typo fixes from Karsten WeissDamien Miller
Spotted using https://github.com/lucasdemarchi/codespell
2018-04-02update versions in .spec filesDamien Miller
2018-02-15Remove remaining now-obsolete cvs $Ids.Darren Tucker
2018-02-10Add changelog entry for binary strip change.Darren Tucker
2018-02-10Don'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-10Fix bogus dates in changelog.Darren Tucker
2018-02-10Remove SSH1 from description.Darren Tucker
2018-02-10Add support for compat-openssl10 build dep.Darren Tucker
2018-02-10Add 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-10Update openssl-devel dependency.Darren Tucker
2018-02-10Add mandir with-mandir' for RHEL 5 compatibility.nkadel
Activate '--mandir' and '--with-mandir' settings in setup for RHEL 5 compatibility.
2018-02-10Discard 'K5DIR' reporting.nkadel
It does not work inside 'mock' build environment.
2018-02-10Add 'dist' to 'rel' for OS specific RPM names.nkadel
2018-02-10Add openssh-devel >= 0.9.8f for redhat spec file.nkadel
2018-02-10Enhance BuildRequires for openssh-x11-askpass.nkadel
2018-02-10Always include x11-ssh-askpass SRPM.nkadel
Always include x11-ssh-askpass tarball in redhat SRPM, even if unused.
2017-12-01Replace 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-01Remove RSA1 host key generation.Darren Tucker
SSH1 support is now gone, remove SSH1 key generation. Patch from eb at emlix.com.
2017-10-01sync contrib/ssh-copy-id with upstreamDamien Miller
2017-10-01update version in RPM spec filesDamien Miller
2017-06-29Update link for my patches.Darren Tucker
2017-03-20crank version numbersDamien Miller
2017-03-16Adapt Cygwin config script to privsep knob removalDamien Miller
Patch from Corinna Vinschen.
2016-12-19crank version numbers for releaseDamien Miller
2016-12-06Add a gnome-ssh-askpass3 target for GTK+3 versionDamien Miller
Based on patch from Colin Watson via bz#2640
2016-12-06Make gnome-ssh-askpass2.c GTK+3-friendlyDamien Miller
Patch from Colin Watson via bz#2640
2016-10-21Update 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-24crank version numbersDamien Miller
2016-05-30Add missing ssh-host-config --name optionDarren Tucker
Patch from vinschen@redhat.com.
2016-03-15remove slogin from *.specDamien Miller
2016-03-14Quote 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-23update spec/README versions ahead of releaseDamien Miller
2016-02-16sync ssh-copy-id with upstream 783ef08b0a75Damien Miller
2016-01-27bump version numbersDamien Miller
2015-12-15Increase robustness of redhat/openssh.specDarren 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-21fix URL for connect.cDamien Miller
2015-08-21update version numbers for 7.1Damien Miller
2015-08-11update versions in *.specDamien Miller
2015-07-01crank version numbers for releaseDamien Miller
2015-03-04update version numbers to match version.hDamien Miller
2014-12-18include CFLAGS in gnome askpass targetsDamien Miller
from Fedora
2014-11-26Avoid Cygwin ssh-host-config reading /etc/groupDamien Miller
Patch from Corinna Vinschen
2014-11-26allow custom service name for sshd on CygwinDamien Miller
Permits the use of multiple sshd running with different service names. Patch by Florian Friesdorf via Corinna Vinschen
2014-11-05Prepare scripts for next Cygwin releaseDamien 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-07delete contrib/caldera directoryDamien Miller
2014-09-03 - (djm) [contrib/cygwin/ssh-host-config] Fix old code leading toDamien Miller
permissions/ACLs; from Corinna Vinschen