Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-05 | - markus@cvs.openbsd.org 2013/02/22 19:13:56 | Darren Tucker | |
[sshconnect.c] support ProxyCommand=- (stdin/out already point to the proxy); ok djm@ | |||
2013-04-05 | - dtucker@cvs.openbsd.org 2013/02/22 04:45:09 | Darren Tucker | |
[ssh.c readconf.c readconf.h] Don't complain if IdentityFiles specified in system-wide configs are missing. ok djm, deraadt | |||
2013-04-05 | - dtucker@cvs.openbsd.org 2013/02/19 02:12:47 | Darren Tucker | |
[krl.c] Remove bogus include. ok djm (id sync only) | |||
2013-04-05 | - dtucker@cvs.openbsd.org 2013/02/17 23:16:57 | Darren Tucker | |
[readconf.c ssh.c readconf.h sshconnect2.c] Keep track of which IndentityFile options were manually supplied and which were default options, and don't warn if the latter are missing. ok markus@ | |||
2013-04-05 | - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h | Darren Tucker | |
to avoid conflicting definitions of __int64, adding the required bits. Patch from Corinna Vinschen. (pulled from HEAD but kept the ChangeLog date as it was) | |||
2013-04-01 | - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h | Darren Tucker | |
to avoid conflicting definitions of __int64, adding the required bits. Patch from Corinna Vinschen. | |||
2013-03-25 | releasing version 1:6.1p1-4 | Colin Watson | |
2013-03-25 | Add ssh-agent upstart user job. This implements something similar to | Stéphane Graber | |
the 90x11-common_ssh-agent Xsession script. That is, start ssh-agent and set the appropriate environment variables (closes: #703906). | |||
2013-03-25 | debian/openssh-server.sshd.pam: Explicitly state that ~/.pam_environment | Gunnar Hjalmarsson | |
should be read, and move the pam_env calls from "auth" to "session" so that it's also read when $HOME is encrypted (LP: #952185). | |||
2013-03-22 | - (tim) [Makefile.in] remove some duplication introduced in 20130220 commit. | Tim Rice | |
2013-03-22 | - (dtucker) [includes.h] Check if _GNU_SOURCE is already defined before | Darren Tucker | |
defining it again. Prevents warnings if someone, eg, sets it in CFLAGS. | |||
2013-03-22 | - (dtucker) [configure.ac] Add stdlib.h to zlib check for exit() prototype. | Darren Tucker | |
2013-03-22 | - (djm) Release 6.2p1 | Damien Miller | |
2013-03-22 | - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil | Damien Miller | |
Hands' greatly revised version. | |||
2013-03-20 | - (djm) [configure.ac log.c scp.c sshconnect2.c openbsd-compat/vis.c] | Damien Miller | |
[openbsd-compat/vis.h] FreeBSD's strnvis isn't compatible with OpenBSD's so mark it as broken. Patch from des AT des.no | |||
2013-03-16 | - (tim) [configure.ac] OpenServer 5 wants lastlog even though it has none | Tim Rice | |
of the bits the configure test looks for. | |||
2013-03-15 | - (djm) [session.c] FreeBSD needs setusercontext(..., LOGIN_SETUMASK) to | Damien Miller | |
occur after UID switch; patch from John Marshall via des AT des.no; ok dtucker@ | |||
2013-03-15 | - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] | Damien Miller | |
Add a usleep replacement for platforms that lack it; ok dtucker | |||
2013-03-15 | - (djm) [configure.ac] Disable utmp, wtmp and/or lastlog if the platform | Damien Miller | |
is unable to successfully compile them. Based on patch from des AT des.no | |||
2013-03-12 | - (dtucker) [auth.c configure.ac platform.c platform.h] Accept uid 2 ("bin") | Darren Tucker | |
in addition to root as an owner of system directories on AIX and HP-UX. ok djm@ | |||
2013-03-12 | - (dtucker) [regress/Makefile regress/cipher-speed.sh regress/test-exec.sh] | Darren Tucker | |
Improve portability of cipher-speed test, based mostly on a patch from Iain Morgan. | |||
2013-03-08 | - (djm) [configure.ac] Add a timeout to the select/rlimit test to give it a | Damien Miller | |
chance to complete on broken systems; ok dtucker@ | |||
2013-03-07 | - (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days | Tim Rice | |
ago. | |||
2013-03-07 | remove extra word | Darren Tucker | |
2013-03-07 | - (dtucker) [defines.h] Remove SIZEOF_CHAR bits since the test for it is | Darren Tucker | |
was removed in configure.ac rev 1.481 as it was redundant. | |||
2013-03-07 | - (dtucker) [INSTALL] Bump documented autoconf version to what we're | Darren Tucker | |
currently using. | |||
2013-03-06 | - (dtucker) [configure.ac] test that we can set number of file descriptors | Darren Tucker | |
to zero with setrlimit before enabling the rlimit sandbox. This affects (at least) HPUX 11.11. | |||
2013-03-06 | - (dtucker) [regress/forward-control.sh] Wait longer for the forwarding | Darren Tucker | |
connection to start so that the test works on slower machines. | |||
2013-03-05 | - (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov. | Tim Rice | |
2013-03-05 | - (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscure | Darren Tucker | |
build breakage on (at least) HP-UX 11.11. Found by Amit Kulkarni and Kevin Brott. | |||
2013-03-05 | add Amit. | Darren Tucker | |
2013-03-05 | - (dtucker) [configure.ac] use "=" for shell test and not "==". Spotted by | Darren Tucker | |
Kevin Brott. | |||
2013-03-05 | - (djm) [regress/modpipe.c] Compilation fix for AIX and parsing fix for | Damien Miller | |
HP/UX. Spotted by Kevin Brott | |||
2013-02-26 | - (tim) [regress/krl.sh] keep old solaris awk from hanging. | Tim Rice | |
2013-02-26 | - (tim) [regress/integrity.sh] keep old solaris awk from hanging. | Tim Rice | |
2013-02-26 | - (tim) [regress/integrity.sh] shell portability fix. | Tim Rice | |
2013-02-26 | - (tim) [regress/forward-control.sh] use sh in case login shell is csh. | Tim Rice | |
2013-02-27 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | |
[contrib/suse/openssh.spec] Crank version numbers | |||
2013-02-26 | - (djm) [regress/integrity.sh] Run sshd via $SUDO; fixes tinderbox breakage | Damien Miller | |
for UsePAM=yes configuration | |||
2013-02-26 | - djm@cvs.openbsd.org 2013/02/20 08:27:50 | Damien Miller | |
[integrity.sh] Add an option to modpipe that warns if the modification offset it not reached in it's stream and turn it on for t-integrity. This should catch cases where the session is not fuzzed for being too short (cf. my last "oops" commit) | |||
2013-02-25 | - (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed | Darren Tucker | |
to use Solaris native GSS libs. Patch from Pierre Ossman. | |||
2013-02-25 | welcome to 2013 | Darren Tucker | |
2013-02-23 | - (djm) [configure.ac includes.h loginrec.c mux.c sftp.c] Prefer | Damien Miller | |
bsd/libutil.h to libutil.h to avoid deprecation warnings on Ubuntu. ok tim | |||
2013-02-22 | - (djm) [configure.ac sandbox-seccomp-filter.c] Support for Linux | Damien Miller | |
seccomp-bpf sandbox on ARM. Patch from shawnlandden AT gmail.com; ok dtucker | |||
2013-02-22 | - (dtucker) [configure.ac] bz#2073: look for Solaris' differently-named | Darren Tucker | |
libgss too. Patch from Pierre Ossman, ok djm. | |||
2013-02-22 | - (dtucker) [Makefile.in configure.ac] bz#2072: don't link krb5 libs to | Darren Tucker | |
ssh(1) since they're not needed. Patch from Pierre Ossman. | |||
2013-02-20 | - (tim) [regress/forward-control.sh] shell portability fix. | Tim Rice | |
2013-02-20 | - djm@cvs.openbsd.org 2013/02/20 08:29:27 | Damien Miller | |
[regress/modpipe.c] s/Id/OpenBSD/ in RCS tag | |||
2013-02-20 | - djm@cvs.openbsd.org 2013/02/20 08:27:50 | Damien Miller | |
[regress/integrity.sh regress/modpipe.c] Add an option to modpipe that warns if the modification offset it not reached in it's stream and turn it on for t-integrity. This should catch cases where the session is not fuzzed for being too short (cf. my last "oops" commit) | |||
2013-02-19 | - (tim) [krl.c Makefile.in regress/Makefile regress/modpipe.c] remove unneeded | Tim Rice | |
err.h include from krl.c. Additional portability fixes for modpipe. OK djm |