summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]Damien Miller2013-03-154-3/+21
| | | | Add a usleep replacement for platforms that lack it; ok dtucker
* - (djm) [configure.ac] Disable utmp, wtmp and/or lastlog if the platformDamien Miller2013-03-152-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 Tucker2013-03-125-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 Tucker2013-03-124-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 aDamien Miller2013-03-082-3/+8
| | | | chance to complete on broken systems; ok dtucker@
* - (tim) [Makefile.in] Add another missing $(EXEEXT) I should have seen 3 daysTim Rice2013-03-072-2/+4
| | | | ago.
* remove extra wordDarren Tucker2013-03-071-1/+1
|
* - (dtucker) [defines.h] Remove SIZEOF_CHAR bits since the test for it isDarren Tucker2013-03-072-5/+3
| | | | was removed in configure.ac rev 1.481 as it was redundant.
* - (dtucker) [INSTALL] Bump documented autoconf version to what we'reDarren Tucker2013-03-072-2/+6
| | | | currently using.
* - (dtucker) [configure.ac] test that we can set number of file descriptorsDarren Tucker2013-03-062-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 forwardingDarren Tucker2013-03-062-2/+6
| | | | connection to start so that the test works on slower machines.
* - (tim) [Makefile.in] Add missing $(EXEEXT). Found by Roumen Petrov.Tim Rice2013-03-052-2/+3
|
* - (dtucker) [Makefile.in] Remove trailing "\" on PATHS, which caused obscureDarren Tucker2013-03-052-2/+5
| | | | | build breakage on (at least) HP-UX 11.11. Found by Amit Kulkarni and Kevin Brott.
* add Amit.Darren Tucker2013-03-051-1/+1
|
* - (dtucker) [configure.ac] use "=" for shell test and not "==". Spotted byDarren Tucker2013-03-052-3/+5
| | | | Kevin Brott.
* - (djm) [regress/modpipe.c] Compilation fix for AIX and parsing fix forDamien Miller2013-03-052-5/+20
| | | | HP/UX. Spotted by Kevin Brott
* - (tim) [regress/krl.sh] keep old solaris awk from hanging.Tim Rice2013-02-262-1/+2
|
* - (tim) [regress/integrity.sh] keep old solaris awk from hanging.Tim Rice2013-02-262-1/+2
|
* - (tim) [regress/integrity.sh] shell portability fix.Tim Rice2013-02-262-10/+11
|
* - (tim) [regress/forward-control.sh] use sh in case login shell is csh.Tim Rice2013-02-262-2/+3
|
* - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]Damien Miller2013-02-275-6/+10
| | | | [contrib/suse/openssh.spec] Crank version numbers
* - (djm) [regress/integrity.sh] Run sshd via $SUDO; fixes tinderbox breakageDamien Miller2013-02-262-1/+3
| | | | for UsePAM=yes configuration
* - djm@cvs.openbsd.org 2013/02/20 08:27:50Damien Miller2013-02-262-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 neededDarren Tucker2013-02-253-7/+26
| | | | to use Solaris native GSS libs. Patch from Pierre Ossman.
* welcome to 2013Darren Tucker2013-02-251-2/+2
|
* - (djm) [configure.ac includes.h loginrec.c mux.c sftp.c] PreferDamien Miller2013-02-236-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 LinuxDamien Miller2013-02-223-37/+60
| | | | | seccomp-bpf sandbox on ARM. Patch from shawnlandden AT gmail.com; ok dtucker
* - (dtucker) [configure.ac] bz#2073: look for Solaris' differently-namedDarren Tucker2013-02-222-4/+10
| | | | libgss too. Patch from Pierre Ossman, ok djm.
* - (dtucker) [Makefile.in configure.ac] bz#2072: don't link krb5 libs toDarren Tucker2013-02-223-17/+23
| | | | ssh(1) since they're not needed. Patch from Pierre Ossman.
* - (tim) [regress/forward-control.sh] shell portability fix.Tim Rice2013-02-202-1/+4
|
* - djm@cvs.openbsd.org 2013/02/20 08:29:27Damien Miller2013-02-202-1/+4
| | | | | [regress/modpipe.c] s/Id/OpenBSD/ in RCS tag
* - djm@cvs.openbsd.org 2013/02/20 08:27:50Damien Miller2013-02-202-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 unneededTim Rice2013-02-195-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 Rice2013-02-193-2/+5
|
* - (djm) [regress/integrity.sh] Skip SHA2-based MACs on configurations thatDamien Miller2013-02-192-3/+7
| | | | lack support for SHA2.
* - djm@cvs.openbsd.org 2013/02/19 02:14:09Damien Miller2013-02-194-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:47Damien Miller2013-02-192-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:55Damien Miller2013-02-182-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:45Damien Miller2013-02-162-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() takesDarren Tucker2013-02-152-1/+6
| | | | an argument. Pointed out by djm.
* - (dtucker) [openbsd-compat/openbsd-compat.h] Add prototype for strtoul,Darren Tucker2013-02-152-5/+11
| | | | group strto* function prototypes together.
* - dtucker@cvs.openbsd.org 2013/02/15 00:21:01Damien Miller2013-02-152-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.cDarren Tucker2013-02-155-5/+123
| | | | | openbsd-compat/openbsd-compat.h] Add strtoull to compat library for platforms that don't have it.
* spacingDarren Tucker2013-02-151-1/+2
|
* - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]Darren Tucker2013-02-154-3/+24
| | | | Use getpgrp() if we don't have getpgid() (old BSDs, maybe others).
* - djm@cvs.openbsd.org 2013/02/14 21:35:59Damien Miller2013-02-152-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 fromDamien Miller2013-02-152-4/+8
| | | | Iain Morgan
* - (djm) [regress/integrity.sh] Start fuzzing from offset 2500 (insteadDamien Miller2013-02-142-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 MorganDamien Miller2013-02-142-1/+2
|
* - (djm) [regress/krl.sh] Don't use ecdsa keys in environment that lack ECC.Damien Miller2013-02-142-2/+11
|