Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-02 | - (tim) [configure.ac] Some platforms need sys/types.h for arpa/nameser.h. | Tim Rice | |
Take AC_CHECK_HEADERS test out of ultrix section. It caused other platforms to skip builtin standard includes tests. (first AC_CHECK_HEADERS test must be run on all platforms) Add missing ;; to case statement. OK dtucker@ | |||
2005-06-01 | - (tim) [configure.ac] set TEST_SHELL for OpenServer 6 | Tim Rice | |
2005-06-01 | - (tim) [config.guess config.sub] Update to '2005-05-27' version. | Tim Rice | |
2005-06-02 | Finish 1:4.1p1-2. | Colin Watson | |
2005-06-01 | Apply Linux 2.2 workaround (see #239999) only on Linux. | Colin Watson | |
2005-06-01 | Fix DEB_HOST_ARCH_OS/DEB_HOST_GNU_SYSTEM compatibility handling. | Colin Watson | |
2005-06-01 | - djm@cvs.openbsd.org 2005/05/27 08:30:37 | Darren Tucker | |
[ssh.c] fix -O for cases where no ControlPath has been specified or socket at ControlPath is not contactable; spotted by and ok avsm@ | |||
2005-06-01 | - dtucker@cvs.openbsd.org 2005/05/26 09:08:12 | Darren Tucker | |
[ssh-keygen.c] uint32_t -> u_int32_t for consistency; ok djm@ | |||
2005-06-01 | - avsm@cvs.openbsd.org 2005/05/26 02:08:05 | Darren Tucker | |
[scp.c] If copying multiple files to a target file (which normally fails, as it must be a target directory), kill the spawned ssh child before exiting. This stops it trying to authenticate and spewing lots of output. deraadt@ ok | |||
2005-06-01 | - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoll.c] | Darren Tucker | |
Add strtoll to the compat library, from OpenBSD. | |||
2005-06-01 | - (dtucker) [configure.ac] Look for _getshort and _getlong in | Darren Tucker | |
arpa/nameser.h. | |||
2005-05-31 | ssh-keygen -> ssh-keysign (OK Matti Pöllä), in case this translation gets | Colin Watson | |
resurrected | |||
2005-05-31 | - (dtucker) [mdoc2man.awk] Teach it to understand .Ox. | Darren Tucker | |
2005-05-31 | - (dtucker) [contrib/aix/pam.conf] Correct comments. From davidl at | Darren Tucker | |
vintela.com. | |||
2005-05-31 | Remove unnecessary SSH_KEYSIGN variable overrides. | Colin Watson | |
2005-05-31 | Fix picky lintian errors about slogin symlinks. | Colin Watson | |
2005-05-31 | Add lintian overrides for the above (setuid-binary, no-debconf-templates). | Colin Watson | |
2005-05-31 | Since ssh-keysign isn't used by default (you need to set EnableSSHKeysign | Colin Watson | |
to "yes" in /etc/ssh/ssh_config), having a debconf question to ask whether it should be setuid is overkill, and the question text had got out of date anyway. Remove this question, ship ssh-keysign setuid in openssh-client.deb, and set a statoverride if the debconf question was previously set to false. | |||
2005-05-31 | Drop debconf support for allowing SSH protocol 1, which is discouraged and | Colin Watson | |
has not been the default since openssh 1:3.0.1p1-1. Users who need this should edit sshd_config instead (closes: #147212). | |||
2005-05-31 | Finish 1:4.1p1-1. | Colin Watson | |
2005-05-31 | Fix up very old sshd_config files that refer to /usr/libexec/sftp-server | Colin Watson | |
(closes: #141979). | |||
2005-05-31 | Change libexecdir to /usr/lib/openssh, and fix up various alternatives and | Colin Watson | |
configuration files to match (closes: #87900, #151321). | |||
2005-05-30 | re-enabling PasswordAuthentication by default closes: #247521 | Colin Watson | |
2005-05-30 | Disable ChallengeResponseAuthentication in new installations, returning to | Colin Watson | |
PasswordAuthentication by default, since it now supports PAM and apparently works better with a non-threaded sshd. | |||
2005-05-30 | Take upstream's hint and disable the unsupported USE_POSIX_THREADS | Colin Watson | |
(closes: #295757, #308868, and possibly others; may open other bugs). Use PAM password authentication to avoid #278394. In future I may provide two sets of binaries built with and without this option, since it seems I can't win. | |||
2005-05-30 | bump changelog to 1:4.1p1-1; 4.1p1 closes: #192234 | Colin Watson | |
2005-05-30 | Merge 4.1p1 to the trunk. | Colin Watson | |
2005-05-30 | Import OpenSSH 4.1p1. | Colin Watson | |
2005-05-30 | - (dtucker) [README] Link to new release notes. Beter late than never... | Darren Tucker | |
2005-05-29 | typo in comment | Darren Tucker | |
2005-05-29 | - (dtucker) [openbsd-compat/port-aix.c] Minor correction to debug message, | Darren Tucker | |
spotted by tim@. | |||
2005-05-29 | - (dtucker) [openbsd-compat/port-aix.c] Whitespace cleanups while there. | Darren Tucker | |
2005-05-29 | 20050529 | Darren Tucker | |
- (dtucker) [openbsd-compat/port-aix.c] Bug #1046: AIX 5.3 expects the argument to passwdexpired to be initialized to NULL. Suggested by tim@ While at it, initialize the other arguments to auth functions in case they ever acquire this behaviour. | |||
2005-05-28 | - (dtucker) [openbsd-compat/port-aix.h] Use the HAVE_DECL_* definitions as | Darren Tucker | |
per the autoconf man page. Configure should always define them but it doesn't hurt to check. | |||
2005-05-28 | - (dtucker) [configure.ac] Merge HP-UX blocks into a common block with minor | Darren Tucker | |
version-specific variations as required. | |||
2005-05-28 | - (dtucker) [configure.ac] getpgrp may be defined in unistd.h, so check for | Darren Tucker | |
its presence before doing AC_FUNC_GETPGRP. | |||
2005-05-28 | - (dtucker) [configure.ac] strsep() may be defined in string.h, so check | Darren Tucker | |
for its presence and include it in the strsep check. | |||
2005-05-28 | missing space | Darren Tucker | |
2005-05-28 | - (dtucker) [configure.ac] For AC_CHECK_HEADERS() and AC_CHECK_FUNCS() have | Darren Tucker | |
one entry per line to make it easier to merge changes. ok djm@ | |||
2005-05-27 | - (dtucker) [acconfig.h configure.ac defines.h includes.h sshpty.c | Darren Tucker | |
openbsd-compat/bsd-misc.c] Add support for Ultrix. No, that's not a typo. Required changes from Bernhard Simon, integrated by me. ok djm@ | |||
2005-05-27 | - (djm) [defines.h] Use our realpath if we have to define PATH_MAX, spotted by | Damien Miller | |
David Leach; ok dtucker@ | |||
2005-05-26 | openssh-server Suggests: rssh (closes: #233012). | Colin Watson | |
2005-05-26 | Finish 1:4.0p1-1. | Colin Watson | |
2005-05-26 | - (djm) [configure.ac openbsd-compat/Makefile.in] | Damien Miller | |
[openbsd-compat/openbsd-compat.h openbsd-compat/strtonum.c] Add strtonum(3) from OpenBSD libc, new code needs it. Unfortunately Linux forces us to do a bizarre dance with compiler options to get LLONG_MIN/MAX; Spotted by and ok dtucker@ | |||
2005-05-26 | note that sshd still doesn't work on the Hurd | Colin Watson | |
2005-05-26 | - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1033: Provide | Darren Tucker | |
templates for _getshort and _getlong if missing to prevent compiler warnings on Linux. | |||
2005-05-26 | - (dtucker) [auth-pam.c] Bug #1033: Fix warnings building with PAM on Linux: | Darren Tucker | |
warning: dereferencing type-punned pointer will break strict-aliasing rules warning: passing arg 3 of `pam_get_item' from incompatible pointer type The type-punned pointer fix is based on a patch from SuSE's rpm. ok djm@ | |||
2005-05-26 | - (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on | Darren Tucker | |
Cygwin. | |||
2005-05-26 | - avsm@cvs.openbsd.org 2005/05/24 17:32:44 | Damien Miller | |
[atomicio.c atomicio.h authfd.c monitor_wrap.c msg.c scp.c sftp-client.c] [ssh-keyscan.c sshconnect.c] Switch atomicio to use a simpler interface; it now returns a size_t (containing number of bytes read/written), and indicates error by returning 0. EOF is signalled by errno==EPIPE. Typical use now becomes: if (atomicio(read, ..., len) != len) err(1,"read"); ok deraadt@, cloder@, djm@ | |||
2005-05-26 | - avsm@cvs.openbsd.org 2005/05/24 02:05:09 | Damien Miller | |
[ssh-keygen.c] some style nits from dmiller@, and use a fatal() instead of a printf()/exit |