Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-08 | * Fix sshd/inittab advice in README.Debian to account for rc.d movement | Colin Watson | |
(closes: #450632). | |||
2007-10-18 | - Update Brazilian Portuguese (thanks, Eder L. Marques; | Colin Watson | |
closes: #447145). | |||
2007-10-18 | * Discard error output from dpkg-query in preinsts, in case the ssh | Colin Watson | |
metapackage is not installed. | |||
2007-09-12 | * Install authorized_keys(5) as a symlink to sshd(8) (thanks, Tomas | Colin Watson | |
Pospisek; closes: #441817). | |||
2007-09-12 | * debconf template translations: | Colin Watson | |
- Add Slovak (thanks, Ivan Masár; closes: #441690). | |||
2007-09-12 | * Remove blank line between head comment and first template in | Colin Watson | |
debian/openssh-server.templates.master; apparently it confuses some versions of debconf. | |||
2007-09-04 | don't say it twice | Damien Miller | |
2007-09-04 | credit Jan Pechanec | Damien Miller | |
2007-09-04 | Mention Jan Pechanec | Darren Tucker | |
2007-08-17 | - (dtucker) [INSTALL] Link to tcpwrappers. | Darren Tucker | |
2007-08-17 | - (dtucker) [INSTALL] Give PAM its own heading. | Darren Tucker | |
2007-08-17 | - (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid. | Darren Tucker | |
2007-08-17 | - (dtucker) [INSTALL] Group the parts describing random options and PAM | Darren Tucker | |
implementations together which is hopefully more coherent. | |||
2007-08-17 | typo | Darren Tucker | |
2007-08-17 | - (dtucker) [sshd.8] Many Linux variants use a single "!" to denote locked | Darren Tucker | |
accounts and that's what the code looks for, so make man page and code agree. Pointed out by Roumen Petrov. | |||
2007-08-16 | - (dtucker) [session.c] Call PAM cleanup functions for unauthenticated | Darren Tucker | |
connections too. Based on a patch from Sandro Wefel, with & ok djm@ | |||
2007-08-15 | - stevesk@cvs.openbsd.org 2007/08/15 12:13:41 | Darren Tucker | |
[ssh_config.5] tun device forwarding now honours ExitOnForwardFailure; ok markus@ | |||
2007-08-15 | - (dtucker) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec | Darren Tucker | |
contrib/suse/openssh.spec] Crank version. | |||
2007-08-15 | - (dtucker) [openbsd-compat/bsd-cray.c] Remove debug from signal handler. | Darren Tucker | |
ok djm@ | |||
2007-08-15 | - markus@cvs.openbsd.org 2007/08/15 08:16:49 | Darren Tucker | |
[version.h] openssh 4.7 | |||
2007-08-15 | - markus@cvs.openbsd.org 2007/08/15 08:14:46 | Darren Tucker | |
[clientloop.c] do NOT fall back to the trused x11 cookie if generation of an untrusted cookie fails; from security-alert at sun.com; ok dtucker | |||
2007-08-13 | - (dtucker) [session.c] Bug #1339: ensure that pam_setcred() is always | Darren Tucker | |
called with PAM_ESTABLISH_CRED at least once, which resolves a problem with pam_dhkeys. Patch from David Leonard, ok djm@ | |||
2007-08-10 | - (dtucker) [configure.ac] Bug #1343: Set DISABLE_FD_PASSING for QNX6. From. | Darren Tucker | |
Matt Kraai, ok djm@. | |||
2007-08-10 | - (dtucker) [auth-pam.c] Use sigdie here too. ok djm@ | Darren Tucker | |
2007-08-09 | Credit Bernhard Simon who also reported this. | Darren Tucker | |
2007-08-09 | - (dtucker) [defines.h] Remove _PATH_{CSHELL,SHELLS} which aren't | Darren Tucker | |
used anywhere and are a potential source of warnings. | |||
2007-08-09 | - (dtucker) [README.platform] Document the interaction between PermitRootLogin | Darren Tucker | |
and the AIX native login restrictions. | |||
2007-08-09 | - (dtucker) [openbsd-compat/port-aix.c] Comment typo. | Darren Tucker | |
2007-08-08 | - djm@cvs.openbsd.org 2007/08/07 07:32:53 | Damien Miller | |
[clientloop.c clientloop.h ssh.c] bz#1232: ensure that any specified LocalCommand is executed after the tunnel device is opened. Also, make failures to open a tunnel device fatal when ExitOnForwardFailure is active. Reported by h.goebel AT goebel-consult.de; ok dtucker markus reyk deraadt | |||
2007-08-08 | - sobrado@cvs.openbsd.org 2007/08/06 19:16:06 | Damien Miller | |
[scp.1 scp.c] the ellipsis is not an optional argument; while here, sync the usage and synopsis of commands lots of good ideas by jmc@ ok jmc@ | |||
2007-08-08 | - ray@cvs.openbsd.org 2007/07/12 05:48:05 | Damien Miller | |
[key.c] Delint: remove some unreachable statements, from Bret Lambert. OK markus@ and dtucker@. | |||
2007-07-30 | releasing version 1:4.6p1-5 | Colin Watson | |
2007-07-30 | * openssh-client Suggests: keychain. | Colin Watson | |
2007-07-28 | * Build-depend on libselinux1-dev on lpia. | Colin Watson | |
2007-07-24 | - (tim) [buildpkg.sh.in] s|$FAKE_ROOT/${sysconfdir}|$FAKE_ROOT${sysconfdir}| | Tim Rice | |
2007-07-24 | - (tim) [buildpkg.sh.in openssh.xml.in] Allow more flexibility where smf(5) | Tim Rice | |
files are installed. | |||
2007-07-24 | - (tim) [openbsd-compat/regress/closefromtest.c] Bug 1345: fix open() call. | Tim Rice | |
Report/patch by David.Leonard AT quest.com | |||
2007-07-24 | - (tim) [openssh.xml.in] make FMRI match what package scripts use. | Tim Rice | |
2007-07-17 | * ssh-copy-id defaults to ~/.ssh/id_rsa.pub rather than | Colin Watson | |
~/.ssh/identity.pub, in line with ssh-keygen (thanks, Greg Norris; closes: #234627). | |||
2007-07-17 | clarify | Colin Watson | |
2007-07-17 | * ssh-copy-id no longer prints the output of expr (thanks, Peter | Colin Watson | |
Eisentraut; closes: #291534). | |||
2007-07-17 | * ssh-copy-id checks the exit status of ssh-add -L (thanks, Adeodato Simó; | Colin Watson | |
closes: #221675). | |||
2007-07-07 | * Identify ssh as a metapackage rather than a transitional package. It's | Colin Watson | |
still useful as a quick way to install both the client and the server. | |||
2007-07-06 | * debconf template translations: | Colin Watson | |
- Update Catalan (thanks, Jordà Polo; closes: #431970). | |||
2007-07-05 | releasing version 1:4.6p1-4 | Colin Watson | |
2007-07-05 | * Don't build PIE executables on hppa, as they crash. | Colin Watson | |
2007-06-29 | releasing version 1:4.6p1-3 | Colin Watson | |
2007-06-29 | fix syntax | Colin Watson | |
2007-06-29 | * Document that HashKnownHosts may break tab-completion (closes: #430154). | Colin Watson | |
2007-06-28 | - (djm) bz#1325: Fix SELinux in permissive mode where it would | Damien Miller | |
incorrectly fatal() on errors. patch from cjwatson AT debian.org; ok dtucker |