Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-17 | - markus@cvs.openbsd.org 2005/06/16 08:00:00 | Damien Miller | |
[canohost.c channels.c sshd.c] don't exit if getpeername fails for forwarded ports; bugzilla #1054; ok djm | |||
2005-06-17 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- djm@cvs.openbsd.org 2005/06/16 03:38:36 [channels.c channels.h clientloop.c clientloop.h ssh.c] move x11_get_proto from ssh.c to clientloop.c, to make muliplexed xfwd easier later; ok deraadt@ | |||
2005-06-16 | - dtucker@cvs.openbsd.org 2005/06/09 13:43:49 | Damien Miller | |
[cipher.c] Correctly initialize end of array sentinel; ok djm@ (Id sync only, change already in portable) | |||
2005-06-16 | - djm@cvs.openbsd.org 2005/06/08 11:25:09 | Damien Miller | |
[clientloop.c readconf.c readconf.h ssh.c ssh_config.5] add ControlMaster=auto/autoask options to support opportunistic multiplexing; tested avsm@ and jakob@, ok markus@ | |||
2005-06-16 | - djm@cvs.openbsd.org 2005/06/08 03:50:00 | Damien Miller | |
[ssh-keygen.1 ssh-keygen.c sshd.8] increase default rsa/dsa key length from 1024 to 2048 bits; ok markus@ deraadt@ | |||
2005-06-16 | - djm@cvs.openbsd.org 2005/06/06 11:20:36 | Damien Miller | |
[auth.c auth.h misc.c misc.h ssh.c ssh_config.5 sshconnect.c] introduce a generic %foo expansion function. replace existing % expansion and add expansion to ControlPath; ok markus@ | |||
2005-06-16 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- jaredy@cvs.openbsd.org 2005/06/07 13:25:23 [progressmeter.c] catch SIGWINCH and resize progress meter accordingly; ok markus dtucker | |||
2005-06-14 | Update German debconf template translation (thanks, Jens Seidel; closes: | Colin Watson | |
#313949). | |||
2005-06-09 | typo | Darren Tucker | |
2005-06-09 | - (dtucker) [cipher.c openbsd-compat/Makefile.in | Darren Tucker | |
openbsd-compat/openbsd-compat.{c,h} openbsd-compat/openssl-compat.h] Move compatibility code for supporting older OpenSSL versions to the compat layer. Suggested by and "no objection" djm@ | |||
2005-06-08 | openssh-client and openssh-server conflict with ssh-krb5, as ssh-krb5 only | Colin Watson | |
conflicts with ssh (closes: #312475). | |||
2005-06-07 | - (dtucker) [configure.ac] Continue the hunt for LLONG_MIN and LLONG_MAX: | Darren Tucker | |
in today's episode we attempt to coax it from limits.h where it may be hiding, failing that we take the DIY approach. Tested by tim@ | |||
2005-06-06 | Finish 1:4.1p1-3. | Colin Watson | |
2005-06-05 | - (djm) [README README.privsep] Mention FreeBSD and NetBSD as being | Damien Miller | |
supported by privsep. Requested by des AT des.no | |||
2005-06-03 | - (dtucker) [configure.ac] Point configure's reporting address at the | Darren Tucker | |
openssh-unix-dev list. ok tim@ djm@ | |||
2005-06-03 | - (dtucker) [configure.ac] Only try gcc -std=gnu99 if LLONG_MAX isn't | Darren Tucker | |
defined, and check that it helps before keeping it in CFLAGS. Some old gcc's don't set an error code when encountering an unknown value in -std. Found and tested by tim@. | |||
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. |