Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] | Damien Miller | 2013-03-15 | 4 | -3/+21 | |
| | | | | Add a usleep replacement for platforms that lack it; ok dtucker | |||||
* | - (djm) [configure.ac] Disable utmp, wtmp and/or lastlog if the platform | Damien Miller | 2013-03-15 | 2 | -3/+42 | |
| | | | | | is unable to successfully compile them. Based on patch from des AT des.no | |||||
* | - (dtucker) [auth.c configure.ac platform.c platform.h] Accept uid 2 ("bin") | Darren Tucker | 2013-03-12 | 5 | -8/+28 | |
| | | | | | in addition to root as an owner of system directories on AIX and HP-UX. ok djm@ | |||||
* | - (dtucker) [regress/Makefile regress/cipher-speed.sh regress/test-exec.sh] | Darren Tucker | 2013-03-12 | 4 | -6/+14 | |
| | | | | | Improve portability of cipher-speed test, based mostly on a patch from Iain Morgan. | |||||
* | - (djm) [configure.ac] Add a timeout to the select/rlimit test to give it a | Damien Miller | 2013-03-08 | 2 | -3/+8 | |
| | | | | chance to complete on broken systems; ok dtucker@ | |||||
* | - (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 days | Tim Rice | 2013-03-07 | 2 | -2/+4 | |
| | | | | ago. | |||||
* | remove extra word | Darren Tucker | 2013-03-07 | 1 | -1/+1 | |
| | ||||||
* | - (dtucker) [defines.h] Remove SIZEOF_CHAR bits since the test for it is | Darren Tucker | 2013-03-07 | 2 | -5/+3 | |
| | | | | was removed in configure.ac rev 1.481 as it was redundant. | |||||
* | - (dtucker) [INSTALL] Bump documented autoconf version to what we're | Darren Tucker | 2013-03-07 | 2 | -2/+6 | |
| | | | | currently using. | |||||
* | - (dtucker) [configure.ac] test that we can set number of file descriptors | Darren Tucker | 2013-03-06 | 2 | -3/+33 | |
| | | | | | to zero with setrlimit before enabling the rlimit sandbox. This affects (at least) HPUX 11.11. | |||||
* | - (dtucker) [regress/forward-control.sh] Wait longer for the forwarding | Darren Tucker | 2013-03-06 | 2 | -2/+6 | |
| | | | | connection to start so that the test works on slower machines. | |||||
* | - (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov. | Tim Rice | 2013-03-05 | 2 | -2/+3 | |
| | ||||||
* | - (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscure | Darren Tucker | 2013-03-05 | 2 | -2/+5 | |
| | | | | | build breakage on (at least) HP-UX 11.11. Found by Amit Kulkarni and Kevin Brott. | |||||
* | add Amit. | Darren Tucker | 2013-03-05 | 1 | -1/+1 | |
| | ||||||
* | - (dtucker) [configure.ac] use "=" for shell test and not "==". Spotted by | Darren Tucker | 2013-03-05 | 2 | -3/+5 | |
| | | | | Kevin Brott. | |||||
* | - (djm) [regress/modpipe.c] Compilation fix for AIX and parsing fix for | Damien Miller | 2013-03-05 | 2 | -5/+20 | |
| | | | | HP/UX. Spotted by Kevin Brott | |||||
* | - (tim) [regress/krl.sh] keep old solaris awk from hanging. | Tim Rice | 2013-02-26 | 2 | -1/+2 | |
| | ||||||
* | - (tim) [regress/integrity.sh] keep old solaris awk from hanging. | Tim Rice | 2013-02-26 | 2 | -1/+2 | |
| | ||||||
* | - (tim) [regress/integrity.sh] shell portability fix. | Tim Rice | 2013-02-26 | 2 | -10/+11 | |
| | ||||||
* | - (tim) [regress/forward-control.sh] use sh in case login shell is csh. | Tim Rice | 2013-02-26 | 2 | -2/+3 | |
| | ||||||
* | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | 2013-02-27 | 5 | -6/+10 | |
| | | | | [contrib/suse/openssh.spec] Crank version numbers | |||||
* | - (djm) [regress/integrity.sh] Run sshd via $SUDO; fixes tinderbox breakage | Damien Miller | 2013-02-26 | 2 | -1/+3 | |
| | | | | for UsePAM=yes configuration | |||||
* | - djm@cvs.openbsd.org 2013/02/20 08:27:50 | Damien Miller | 2013-02-26 | 2 | -2/+11 | |
| | | | | | | | | [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) | |||||
* | - (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed | Darren Tucker | 2013-02-25 | 3 | -7/+26 | |
| | | | | to use Solaris native GSS libs. Patch from Pierre Ossman. | |||||
* | welcome to 2013 | Darren Tucker | 2013-02-25 | 1 | -2/+2 | |
| | ||||||
* | - (djm) [configure.ac includes.h loginrec.c mux.c sftp.c] Prefer | Damien Miller | 2013-02-23 | 6 | -17/+12 | |
| | | | | | bsd/libutil.h to libutil.h to avoid deprecation warnings on Ubuntu. ok tim | |||||
* | - (djm) [configure.ac sandbox-seccomp-filter.c] Support for Linux | Damien Miller | 2013-02-22 | 3 | -37/+60 | |
| | | | | | seccomp-bpf sandbox on ARM. Patch from shawnlandden AT gmail.com; ok dtucker | |||||
* | - (dtucker) [configure.ac] bz#2073: look for Solaris' differently-named | Darren Tucker | 2013-02-22 | 2 | -4/+10 | |
| | | | | libgss too. Patch from Pierre Ossman, ok djm. | |||||
* | - (dtucker) [Makefile.in configure.ac] bz#2072: don't link krb5 libs to | Darren Tucker | 2013-02-22 | 3 | -17/+23 | |
| | | | | ssh(1) since they're not needed. Patch from Pierre Ossman. | |||||
* | - (tim) [regress/forward-control.sh] shell portability fix. | Tim Rice | 2013-02-20 | 2 | -1/+4 | |
| | ||||||
* | - djm@cvs.openbsd.org 2013/02/20 08:29:27 | Damien Miller | 2013-02-20 | 2 | -1/+4 | |
| | | | | | [regress/modpipe.c] s/Id/OpenBSD/ in RCS tag | |||||
* | - djm@cvs.openbsd.org 2013/02/20 08:27:50 | Damien Miller | 2013-02-20 | 2 | -7/+25 | |
| | | | | | | | | [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) | |||||
* | - (tim) [krl.c Makefile.in regress/Makefile regress/modpipe.c] remove unneeded | Tim Rice | 2013-02-19 | 5 | -12/+14 | |
| | | | | err.h include from krl.c. Additional portability fixes for modpipe. OK djm | |||||
* | - (tim) [regress/cipher-speed.sh regress/try-ciphers.sh] shell portability fix. | Tim Rice | 2013-02-19 | 3 | -2/+5 | |
| | ||||||
* | - (djm) [regress/integrity.sh] Skip SHA2-based MACs on configurations that | Damien Miller | 2013-02-19 | 2 | -3/+7 | |
| | | | | lack support for SHA2. | |||||
* | - djm@cvs.openbsd.org 2013/02/19 02:14:09 | Damien Miller | 2013-02-19 | 4 | -4/+38 | |
| | | | | | | [integrity.sh] oops, forgot to increase the output of the ssh command to ensure that we actually reach $offset | |||||
* | - djm@cvs.openbsd.org 2013/02/18 22:26:47 | Damien Miller | 2013-02-19 | 2 | -3/+10 | |
| | | | | | | [integrity.sh] crank the offset yet again; it was still fuzzing KEX one of Darren's portable test hosts at 2800 | |||||
* | - djm@cvs.openbsd.org 2013/02/17 23:16:55 | Damien Miller | 2013-02-18 | 2 | -2/+9 | |
| | | | | | | [integrity.sh] make the ssh command generates some output to ensure that there are at least offset+tries bytes in the stream. | |||||
* | - djm@cvs.openbsd.org 2013/02/16 06:08:45 | Damien Miller | 2013-02-16 | 2 | -3/+12 | |
| | | | | | | | | [integrity.sh] make sure the fuzz offset is actually past the end of KEX for all KEX types. diffie-hellman-group-exchange-sha256 requires an offset around 2700. Noticed via test failures in portable OpenSSH on platforms that lack ECC and this the more byte-frugal ECDH KEX algorithms. | |||||
* | - (dtucker) [openbsd-compat/bsd-misc.c] Handle the case where setpgrp() takes | Darren Tucker | 2013-02-15 | 2 | -1/+6 | |
| | | | | an argument. Pointed out by djm. | |||||
* | - (dtucker) [openbsd-compat/openbsd-compat.h] Add prototype for strtoul, | Darren Tucker | 2013-02-15 | 2 | -5/+11 | |
| | | | | group strto* function prototypes together. | |||||
* | - dtucker@cvs.openbsd.org 2013/02/15 00:21:01 | Damien Miller | 2013-02-15 | 2 | -7/+16 | |
| | | | | | | [sshconnect2.c] Warn more loudly if an IdentityFile provided by the user cannot be read. bz #1981, ok djm@ | |||||
* | - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoull.c | Darren Tucker | 2013-02-15 | 5 | -5/+123 | |
| | | | | | openbsd-compat/openbsd-compat.h] Add strtoull to compat library for platforms that don't have it. | |||||
* | spacing | Darren Tucker | 2013-02-15 | 1 | -1/+2 | |
| | ||||||
* | - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] | Darren Tucker | 2013-02-15 | 4 | -3/+24 | |
| | | | | Use getpgrp() if we don't have getpgid() (old BSDs, maybe others). | |||||
* | - djm@cvs.openbsd.org 2013/02/14 21:35:59 | Damien Miller | 2013-02-15 | 2 | -3/+8 | |
| | | | | | | [auth2-pubkey.c] Correct error message that had a typo and was logging the wrong thing; patch from Petr Lautrbach | |||||
* | - (djm) [contrib/suse/rc.sshd] Use SSHD_BIN consistently; bz#2056 from | Damien Miller | 2013-02-15 | 2 | -4/+8 | |
| | | | | Iain Morgan | |||||
* | - (djm) [regress/integrity.sh] Start fuzzing from offset 2500 (instead | Damien Miller | 2013-02-14 | 2 | -2/+5 | |
| | | | | | of 2300) to avoid clobbering the end of (non-MAC'd) KEX. Verified by Iain Morgan | |||||
* | - (djm) [regress/krl.sh] typo; found by Iain Morgan | Damien Miller | 2013-02-14 | 2 | -1/+2 | |
| | ||||||
* | - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC. | Damien Miller | 2013-02-14 | 2 | -2/+11 | |
| |