summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* - (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac]djm2011-05-051-9/+2
| | | | | | | | | [entropy.c ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c] [ssh-keysign.c ssh-pkcs11-helper.c ssh-rand-helper.8 ssh-rand-helper.c] [ssh.c ssh_prng_cmds.in sshd.c contrib/aix/buildbff.sh] [regress/README.regress] Remove ssh-rand-helper and all its tentacles. PRNGd seeding has been rolled into entropy.c directly. Thanks to tim@ for testing on affected platforms.
* - (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of thedtucker2011-02-211-175/+365
| | | | | | | | | | | Cygwin-specific service installer script ssh-host-config. The actual functionality is the same, the revisited version is just more exact when it comes to check for problems which disallow to run certain aspects of the script. So, part of this script and the also rearranged service helper script library "csih" is to check if all the tools required to run the script are available on the system. The new script also is more thorough to inform the user why the script failed. Patch from vinschen at redhat com.
* - (dtucker) [contrib/cygwin/ssh-{host,user}-config] Add ECDSA keydtucker2011-02-062-67/+23
| | | | generation and simplify. Patch from Corinna Vinschen.
* - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]djm2011-02-043-4/+4
| | | | | [contrib/suse/openssh.spec] update versions in docs and spec files. - Release OpenSSH 5.8p1
* - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]djm2011-01-223-4/+4
| | | | [contrib/suse/openssh.spec] update versions in docs and spec files.
* - (tim) [contrib/caldera/openssh.spec] Use CFLAGS from Makefile insteadtim2011-01-191-3/+7
| | | | of RPM so build completes. Signatures were changed to .asc since 4.1p1.
* - (dtucker) [contrib/redhat/sshd.init] Bug #1810: initlog is deprecated,dtucker2010-08-271-1/+1
| | | | remove. Patch from martynas at venck us.
* - (dtucker) bug #1530: strip trailing ":" from hostname in ssh-copy-id.dtucker2010-08-101-2/+5
| | | | based in part on a patch from Colin Watson, ok djm@
* - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]djm2010-08-083-5/+4
| | | | [contrib/suse/openssh.spec] Crank version numbers
* - (dtucker) [contrib/ssh-copy-ud.1] Bug #1786: update ssh-copy-id.1 with moredtucker2010-07-191-13/+21
| | | | | details about its behaviour WRT existing directories. Patch from asguthrie at gmail com, ok djm.
* - (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpasstim2010-07-141-1/+4
| | | | (line 77) should have been for no_x11_askpass.
* - (djm) [contrib/ssh-copy-id] Update key file explicitly under ~djm2010-06-181-2/+3
| | | | | rather than assuming that $CWD == $HOME. bz#1500, patch from timothy AT gelter.com
* - (tim) [contrib/cygwin/README] Remove a reference to the obsoletetim2010-06-171-1/+5
| | | | | minires-devel package, and to add the reference to the libedit-devel package since CYgwin now provides libedit. Patch from Corinna Vinschen.
* - (dtucker) [contrib/aix/buildbff.sh] Fix creation of ssh_prng_cmds.defaultdtucker2010-04-181-2/+2
| | | | file.
* - (dtucker) [contrib/cygwin/Makefile] Don't overwrite files with the wrongdtucker2010-04-091-3/+3
| | | | ones. Based on a patch from Roumen Petrov.
* - (djm) [contrib/ssh-copy-id] Don't blow up when the agent has no keys;djm2010-03-261-1/+1
| | | | bz#1723 patch from Adeodato Simó via Colin Watson; ok dtucker@
* - (dtucker) Bug #1725: explicitly link libX11 into gnome-ssh-askpass2 usingdtucker2010-03-261-1/+1
| | | | pkg-config, patch from Colin Watson. Needed for newer linkers (ie gold).
* - (dtucker) [contrib/cygwin/ssh-host-config] Mount the Windows directorydtucker2010-03-241-1/+1
| | | | | containing the services file explicitely case-insensitive. This allows to tweak the Windows services file reliably. Patch from vinschen at redhat.
* - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]djm2010-03-213-5/+5
| | | | [contrib/suse/openssh.spec] Crank version numbers
* - (tim) [contrib/cygwin/Makefile] Fix list of documentation files to installtim2010-03-121-1/+3
| | | | on a Cygwin installation. Patch from Corinna Vinschen.
* - (tim) [contrib/suse/openssh.spec] crank version number here too.tim2010-03-111-1/+1
| | | | report by imorgan AT nas.nasa.gov
* - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]djm2010-03-072-4/+4
| | | | crank version numbers
* - (djm) [contrib/redhat/openssh.spec] Replace obsolete BuildPreReqdjm2010-03-041-1/+1
| | | | | on XFree86-devel with neutral /usr/include/X11/Xlib.h; imorgan AT nas.nasa.gov in bz#1731
* contrib/caldera/openssh.specdjm2010-02-243-1/+7
| | | | | contrib/redhat/openssh.spec contrib/suse/openssh.spec
* - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1tim2009-12-261-1/+14
| | | | Gzip all man pages. Patch from Corinna Vinschen.
* - (dtucker) Bug #1677: add conditionals around the source for ssh-askpass.dtucker2009-12-071-0/+2
|
* - (djm) [contrib/gnome-ssh-askpass2.c] Make askpass dialog desktop-modal.djm2009-11-181-0/+2
| | | | bz#1645, patch from jchadima AT redhat.com
* pull in 5.3 release changes from branch:djm2009-10-023-5/+5
| | | | | | | | | 20090926 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] [contrib/suse/openssh.spec] Update for release - (djm) [README] update relnotes URL - (djm) [packet.c] Restore EWOULDBLOCK handling that got lost somewhere - (djm) Release 5.3p1
* - (tim) [contrib/cygwin/ssh-user-config] Change script to call correct errortim2009-07-291-3/+3
| | | | function. Patch from Corinna Vinschen.
* - (dtucker [contrib/cygwin/ssh-{host,user}-config] Add license text. Patchdtucker2009-07-122-1/+25
| | | | from Corinna Vinschen.
* - (dtucker) [contrib/cygwin/ssh-host-config] better support for automateddtucker2009-07-071-7/+24
| | | | scripts and fix usage of eval. Patch from Corinna Vinschen.
* - (dtucker) [contrib/aix/buildbff.sh] Only try to rename ssh_prng_cmds if itdtucker2009-03-061-2/+9
| | | | | exists (it's not created if OpenSSL's PRNG is self-seeded, eg if the OS has a /dev/random).
* - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]djm2009-02-213-8/+8
| | | | [contrib/suse/openssh.spec] Prepare for 5.2p1
* - (tim) [contrib/cygwin/ssh-host-config] Whitespace cleanup. No code changes.tim2009-01-291-109/+109
|
* - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.tim2009-01-291-4/+9
| | | | | | If the CYGWIN environment variable is empty, the installer script should not install the service with an empty CYGWIN variable, but rather without setting CYGWNI entirely.
* - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.tim2009-01-281-4/+2
| | | | | | | Changes to work on Cygwin 1.5.x as well as on the new Cygwin 1.7.x. The information given for the setting of the CYGWIN environment variable is wrong for both releases so I just removed it, together with the unnecessary (Cygwin 1.5.x) or wrong (Cygwin 1.7.x) default setting.
* - (djm) [contrib/ssh-copy-id.1 contrib/ssh-copy-id] bz#1492: Makedjm2009-01-212-4/+4
| | | | | ssh-copy-id copy id_rsa.pub by default (instead of the legacy "identity" key). Patch from cjwatson AT debian.org
* - (dtucker) [contrib/cygwin/{Makefile,ssh-host-config}] Add new doc filesdtucker2008-12-012-2/+4
| | | | | and tweak the is-sshd-running check in ssh-host-config. Patch from vinschen at redhat com.
* - (djm) [contrib/sshd.pam.generic contrib/caldera/sshd.pam]djm2008-11-033-3/+3
| | | | | | [contrib/redhat/sshd.pam] Move pam_nologin to account group from incorrect auth group in example files; patch from imorgan AT nas.nasa.gov
* - (djm) [contrib/caldera/ssh-host-keygen contrib/suse/rc.sshd]djm2008-11-032-8/+8
| | | | | Make example scripts generate keys with default sizes rather than fixed, non-default 1024 bits; patch from imorgan AT nas.nasa.gov
* - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]djm2008-07-213-5/+5
| | | | [contrib/suse/openssh.spec] Update version number in README and RPM specs
* - (djm) [contrib/cygwin/Makefile contrib/cygwin/ssh-host-config]djm2008-07-144-680/+656
| | | | | | | [contrib/cygwin/ssh-user-config contrib/cygwin/sshd-inetd] Revamped and simplified Cygwin ssh-host-config script that uses unified csih configuration tool. Requires recent Cygwin. Patch from vinschen AT redhat.com
* - (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec]djm2008-06-282-2/+1
| | | | RFC.nroff lacks a license, remove it (it is long gone in OpenBSD).
* - (djm) [ contrib/caldera/openssh.spec contrib/redhat/openssh.spec]djm2008-06-263-1/+4
| | | | [contrib/suse/openssh.spec] Include moduli.5 in RPM spec files.
* - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]djm2008-04-033-5/+5
| | | | [contrib/suse/openssh.spec] Crank version numbers in RPM spec files
* - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]djm2008-03-273-5/+5
| | | | [contrib/suse/openssh.spec] Crank version numbers in RPM spec files
* - (djm) [contrib/gnome-ssh-askpass2.h] Keep askpass windown on top. Fromdjm2008-02-291-0/+1
| | | | Debian patch via bernd AT openbsd.org
* [contrib/cygwin/ssh-host-config]tim2008-02-231-6/+18
| | | | | | Grammar changes on SYSCONFDIR LOCALSTATEDIR messages. Check more thoroughly that it's possible to create the /var/empty directory. Patch by vinschen AT redhat.com
* - (djm) Silence noice from expr in ssh-copy-id; patch fromdjm2008-01-191-1/+1
| | | | mikel AT mikelward.com
* - (dtucker) [README contrib/caldera/openssh.spec contrib/redhat/openssh.specdtucker2007-08-153-4/+4
| | | | contrib/suse/openssh.spec] Crank version.