Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-07 | - (dtucker) [contrib/aix/buildbff.sh] Only try to rename ssh_prng_cmds if it | Darren Tucker | |
exists (it's not created if OpenSSL's PRNG is self-seeded, eg if the OS has a /dev/random). | |||
2009-02-21 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | |
[contrib/suse/openssh.spec] Prepare for 5.2p1 | |||
2009-01-29 | - (tim) [contrib/cygwin/ssh-host-config] Whitespace cleanup. No code changes. | Tim Rice | |
2009-01-29 | - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen. | Tim Rice | |
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. | |||
2009-01-28 | - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen. | Tim Rice | |
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. | |||
2009-01-21 | - (djm) [contrib/ssh-copy-id.1 contrib/ssh-copy-id] bz#1492: Make | Damien Miller | |
ssh-copy-id copy id_rsa.pub by default (instead of the legacy "identity" key). Patch from cjwatson AT debian.org | |||
2008-12-01 | - (dtucker) [contrib/cygwin/{Makefile,ssh-host-config}] Add new doc files | Darren Tucker | |
and tweak the is-sshd-running check in ssh-host-config. Patch from vinschen at redhat com. | |||
2008-11-03 | - (djm) [contrib/sshd.pam.generic contrib/caldera/sshd.pam] | Damien Miller | |
[contrib/redhat/sshd.pam] Move pam_nologin to account group from incorrect auth group in example files; patch from imorgan AT nas.nasa.gov | |||
2008-11-03 | - (djm) [contrib/caldera/ssh-host-keygen contrib/suse/rc.sshd] | Damien Miller | |
Make example scripts generate keys with default sizes rather than fixed, non-default 1024 bits; patch from imorgan AT nas.nasa.gov | |||
2008-07-21 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | |
[contrib/suse/openssh.spec] Update version number in README and RPM specs | |||
2008-07-14 | - (djm) [contrib/cygwin/Makefile contrib/cygwin/ssh-host-config] | Damien Miller | |
[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 | |||
2008-06-28 | - (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec] | Damien Miller | |
RFC.nroff lacks a license, remove it (it is long gone in OpenBSD). | |||
2008-06-26 | - (djm) [ contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | |
[contrib/suse/openssh.spec] Include moduli.5 in RPM spec files. | |||
2008-04-03 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | |
[contrib/suse/openssh.spec] Crank version numbers in RPM spec files | |||
2008-03-27 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | |
[contrib/suse/openssh.spec] Crank version numbers in RPM spec files | |||
2008-02-29 | - (djm) [contrib/gnome-ssh-askpass2.h] Keep askpass windown on top. From | Damien Miller | |
Debian patch via bernd AT openbsd.org | |||
2008-02-23 | [contrib/cygwin/ssh-host-config] | Tim Rice | |
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 | |||
2008-01-20 | - (djm) Silence noice from expr in ssh-copy-id; patch from | Damien Miller | |
mikel AT mikelward.com | |||
2007-08-15 | - (dtucker) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec | Darren Tucker | |
contrib/suse/openssh.spec] Crank version. | |||
2007-03-06 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | |
[contrib/suse/openssh.spec] crank spec files for release | |||
2007-02-19 | - (dtucker) [contrib/findssl.sh] Add "which" as a shell function since some | Darren Tucker | |
platforms don't have it. Patch from dleonard at vintela.com. | |||
2006-11-07 | - (dtucker) [README contrib/{caldera,redhat,contrib}/openssh.spec] Bump | Darren Tucker | |
versions. | |||
2006-09-10 | - (dtucker) [contrib/aix/buildbff.sh] Ensure that perl is available. | Darren Tucker | |
2006-09-09 | - (dtucker) [contrib/aix/buildbff.sh] Always create privsep user. | Darren Tucker | |
2006-09-01 | - (dtucker) [README contrib/{caldera,redhat,suse}/openssh.spec] Crank | Darren Tucker | |
versions. | |||
2006-08-31 | - (dtucker) [contrib/cygwin/ssh-host-config] Add SeTcbPrivilege privilege | Darren Tucker | |
while setting up the ssh service account. Patch from Corinna Vinschen. | |||
2006-04-22 | - (djm) [Makefile.in configure.ac session.c sshpty.c] | Damien Miller | |
[contrib/redhat/sshd.init openbsd-compat/Makefile.in] [openbsd-compat/openbsd-compat.h openbsd-compat/port-linux.c] [openbsd-compat/port-linux.h] Add support for SELinux, setting the execution and TTY contexts. based on patch from Daniel Walsh, bz #880; ok dtucker@ | |||
2006-03-04 | - (dtucker) [contrib/cygwin/ssh-host-config] Require use of lastlog as a | Darren Tucker | |
file rather than directory, required as Cygwin will be importing lastlog(1). Also tightens up permissions on the file. Patch from vinschen@redhat.com. | |||
2006-02-12 | - (dtucker) [README version.h contrib/caldera/openssh.spec | Darren Tucker | |
contrib/redhat/openssh.spec contrib/suse/openssh.spec] Bump version strings to match 4.3p2 release. | |||
2006-02-01 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | |
[contrib/suse/openssh.spec] Update versions ahead of release | |||
2006-01-10 | - (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend on | Darren Tucker | |
tcpip service so it's always started after IP is up. Patch from vinschen at redhat.com. | |||
2005-10-30 | - (djm) [contrib/suse/openssh.spec contrib/suse/rc. | Damien Miller | |
sshd contrib/suse/sysconfig.ssh] Bug #1106: Updated SuSE spec and init files from imorgan AT nas.nasa.gov | |||
2005-10-25 | - (dtucker) [contrib/cygwin/ssh-user-config] Remove duplicate yes/no | Darren Tucker | |
prompt. Patch from vinschen at redhat.com. | |||
2005-09-01 | - (djm) Update RPM spec file versions | Damien Miller | |
2005-05-31 | - (dtucker) [contrib/aix/pam.conf] Correct comments. From davidl at | Darren Tucker | |
vintela.com. | |||
2005-05-25 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | |
[contrib/suse/openssh.spec] Update spec file versions to 4.1p1 | |||
2005-05-09 | - (dtucker) [contrib/cygwin/ssh-host-config] Add a test and warning for a | Darren Tucker | |
user-mode mounts in Cygwin installation. Patch from vinschen at redhat.com. | |||
2005-03-29 | - (dtucker) [contrib/aix/buildbff.sh] Bug #1005: Look up only the user we're | Darren Tucker | |
interested in which is much faster in large (eg LDAP or NIS) environments. Patch from dleonard at vintela.com. | |||
2005-03-14 | - (tim) [contrib/caldera/openssh.spec] links in rc?.d were getting trashed | Tim Rice | |
with a rpm -F | |||
2005-03-13 | - (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the | Darren Tucker | |
localized name of the local administrators group more reliable. From vinschen at redhat.com. | |||
2005-03-09 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | |
[contrib/suse/openssh.spec] Update spec file versions | |||
2005-03-05 | - (djm) [contrib/cygwin/README] Improve Cygwin build documentation. Patch | Damien Miller | |
from vinschen at redhat.com | |||
2004-12-13 | - (dtucker) [contrib/findssh.sh] Clean up on interrupt; from | Darren Tucker | |
amarendra.godbole at ge com. | |||
2004-09-21 | - (dtucker) [contrib/cygwin/ssh-host-config] Update to match current Cygwin | Darren Tucker | |
install process. Patch from vinschen at redhat.com. | |||
2004-08-30 | - (dtucker) [Makefile.in contrib/ssh-copy-id] Bug #894: Improve portability | Darren Tucker | |
of shell constructs. Patch from cjwatson at debian.org. | |||
2004-08-17 | - (djm) Crank RPM spec version numbers | Damien Miller | |
2004-07-21 | - (djm) [contrib/redhat/sshd.pam] bz #903: Remove redundant entries; from | Damien Miller | |
peak AT argo.troja.mff.cuni.cz | |||
2004-07-09 | - (tim) [contrib/cygwin/README] add minires-devel requirement. Patch from | Tim Rice | |
vinschen AT redhat.com | |||
2004-06-27 | Minor updates to some README files. | Tim Rice | |
2004-06-23 | - (bal) [contrib/README] Removed "mdoc2man.pl" reference and added | Ben Lindstrom | |
reference to "findssl.sh" Also corrected my ChangeLog entries since I placed them in the wrong place. |