Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-11-20 | - djm@cvs.openbsd.org 2010/11/05 02:46:47 | Damien Miller | 2 | -11/+16 | |
[packet.c] whitespace KNF | |||||
2010-11-11 | - (djm) [servconf.c ssh-add.c ssh-keygen.c] don't look for ECDSA keys on | Damien Miller | 4 | -0/+11 | |
platforms that don't support ECC. Fixes some spurious warnings reported by tim@ | |||||
2010-11-08 | - (tim) [configure.ac openbsd-compat/bsd-misc.h openbsd-compat/bsd-misc.c] Add | Tim Rice | 4 | -3/+27 | |
support for platforms missing isblank(). ok djm@ | |||||
2010-11-08 | - (tim) [regress/kextype.sh] Not all platforms have time in /usr/bin. | Tim Rice | 2 | -1/+9 | |
Feedback from dtucker@ | |||||
2010-11-07 | - (tim) [regress/kextype.sh] Shell portability fix. | Tim Rice | 2 | -2/+3 | |
2010-11-07 | - (tim) [regress/Makefile] Fixes to allow building/testing outside source | Tim Rice | 2 | -9/+13 | |
tree. | |||||
2010-11-07 | - (dtucker) [platform.c] includes.h instead of defines.h so that we get | Darren Tucker | 2 | -2/+6 | |
the correct typedefs. | |||||
2010-11-05 | - (dtucker) [platform.c] Need servconf.h and extern options. | Darren Tucker | 2 | -1/+8 | |
2010-11-05 | - (dtucker) [regress/kextype.sh] Make sha256 test depend on ECC. This is not | Darren Tucker | 2 | -1/+4 | |
strictly correct since while ECC requires sha256 the reverse is not true however it does prevent spurious test failures. | |||||
2010-11-05 | - (dtucker) [regress/kextype.sh] Add missing "test". | Darren Tucker | 2 | -1/+2 | |
2010-11-05 | - (dtucker) [Makefile configure.ac regress/Makefile regress/keytype.sh] | Darren Tucker | 7 | -8/+44 | |
Import recent changes to regress/Makefile, pass a flag to enable ECC tests from configure through to regress/Makefile and use it in the tests. | |||||
2010-11-05 | - (dtucker) [regress/keytype.sh] Import new test. | Darren Tucker | 2 | -0/+49 | |
2010-11-05 | - (dtucker) [platform.c platform.h session.c] Move the Cygwin special-case | Darren Tucker | 4 | -6/+22 | |
check into platform.c | |||||
2010-11-05 | - (dtucker) [platform.c session.c] Move PAM credential establishment for the | Darren Tucker | 3 | -11/+14 | |
non-LOGIN_CAP case into platform.c. | |||||
2010-11-05 | - (dtucker) [platform.c session.c] Move irix setusercontext fragment into | Darren Tucker | 3 | -5/+9 | |
platform.c. | |||||
2010-11-05 | - (dtucker) platform.c session.c] Move aix_usrinfo frament into platform.c. | Darren Tucker | 3 | -4/+6 | |
2010-11-05 | - (dtucker) platform.c session.c] Move the USE_LIBIAF fragment into | Darren Tucker | 3 | -6/+9 | |
platform.c | |||||
2010-11-05 | - (dtucker) [platform.c session.c] Move the PAM credential establishment for | Darren Tucker | 3 | -6/+17 | |
the LOGIN_CAP case into platform.c. | |||||
2010-11-05 | - (dtucker) [platform.c] Only call setpgrp on BSDI if running as root to | Darren Tucker | 2 | -2/+5 | |
retain previous behavior. | |||||
2010-11-05 | - (dtucker) [platform.c session.c] Move the BSDI setpgrp into platform.c. | Darren Tucker | 3 | -4/+6 | |
2010-11-05 | - (dtucker) [platform.c session.c] Move the AIX setpcred+chroot hack into | Darren Tucker | 3 | -19/+21 | |
platform.c | |||||
2010-11-05 | - (dtucker) [platform.c platform.h session.c] Add a platform hook to run | Darren Tucker | 4 | -10/+27 | |
after the user's groups are established and move the selinux calls into it. | |||||
2010-11-05 | - (dtucker) [configure.ac platform.{c,h} session.c | Darren Tucker | 7 | -6/+71 | |
openbsd-compat/port-solaris.{c,h}] Bug #1824: Add Solaris Project support. Patch from cory.erickson at csu mnscu edu with a bit of rework from me. ok djm@ | |||||
2010-11-05 | - (djm) [loginrec.c loginrec.h] Use correct uid_t/pid_t types instead of | Damien Miller | 3 | -12/+15 | |
int. Should fix bz#1817 cleanly; ok dtucker@ | |||||
2010-11-05 | - djm@cvs.openbsd.org 2010/11/04 02:45:34 | Damien Miller | 2 | -8/+12 | |
[sftp-server.c] umask should be parsed as octal. reported by candland AT xmission.com; ok markus@ | |||||
2010-11-05 | - jmc@cvs.openbsd.org 2010/10/28 18:33:28 | Damien Miller | 8 | -23/+17 | |
[scp.1 ssh-add.1 ssh-keygen.1 ssh.1 ssh_config.5 sshd.8 sshd_config.5] knock out some "-*- nroff -*-" lines; | |||||
2010-11-05 | - djm@cvs.openbsd.org 2010/10/28 11:22:09 | Damien Miller | 5 | -23/+39 | |
[authfile.c key.c key.h ssh-keygen.c] fix a possible NULL deref on loading a corrupt ECDH key store ECDH group information in private keys files as "named groups" rather than as a set of explicit group parameters (by setting the OPENSSL_EC_NAMED_CURVE flag). This makes for shorter key files and retrieves the group's OpenSSL NID that we need for various things. | |||||
2010-11-05 | - djm@cvs.openbsd.org 2010/09/22 12:26:05 | Damien Miller | 3 | -2/+35 | |
[regress/Makefile regress/kextype.sh] regress test for each of the key exchange algorithms that we support | |||||
2010-10-25 | - (dtucker) [defines.h] Use SIZE_T_MAX for SIZE_MAX for platforms that have a | Darren Tucker | 2 | -5/+7 | |
native one. | |||||
2010-10-25 | - (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with | Tim Rice | 2 | -1/+5 | |
1.12 to unbreak Solaris build. ok djm@ | |||||
2010-10-24 | - (dtucker) [defines.h] Add SIZE_MAX for the benefit of platforms that don't | Darren Tucker | 2 | -1/+7 | |
have it. | |||||
2010-10-24 | - (dtucker) [regress/cert-userkey.sh] Disable ECC-based tests on platforms | Darren Tucker | 2 | -4/+13 | |
which don't have ECC support in libcrypto. | |||||
2010-10-24 | - (dtucker) [regress/cert-hostkey.sh] Disable ECC-based tests on platforms | Darren Tucker | 2 | -6/+15 | |
which don't have ECC support in libcrypto. | |||||
2010-10-24 | - sthen@cvs.openbsd.org 2010/10/23 22:06:12 | Darren Tucker | 2 | -2/+8 | |
[sftp.c] escape '[' in filename tab-completion; fix a type while there. ok djm@ | |||||
2010-10-24 | - (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build. | Darren Tucker | 2 | -1/+4 | |
2010-10-21 | - djm@cvs.openbsd.org 2010/08/31 12:24:09 | Damien Miller | 3 | -13/+32 | |
[regress/cert-hostkey.sh regress/cert-userkey.sh] tests for ECDSA certificates | |||||
2010-10-21 | - OpenBSD CVS Sync | Damien Miller | 2 | -2/+9 | |
- dtucker@cvs.openbsd.org 2010/10/12 02:22:24 [mux.c] Typo in confirmation message. bz#1827, patch from imorgan at nas nasa gov | |||||
2010-10-12 | - (djm) [sshconnect.c] Need signal.h for prototype for kill(2) | Damien Miller | 2 | -0/+2 | |
2010-10-12 | - (djm) [canohost.c] Zero a4 instead of addr to better match type. | Damien Miller | 2 | -1/+5 | |
bz#1825, reported by foo AT mailinator.com | |||||
2010-10-11 | - (djm) [configure.ac] Use = instead of == in shell tests. Patch from | Damien Miller | 2 | -3/+7 | |
dr AT vasco.com | |||||
2010-10-07 | - (djm) [openbsd-compat/Makefile.in] Actually link timingsafe_bcmp | Damien Miller | 2 | -2/+3 | |
2010-10-07 | - (djm) [cipher-acss.c] Add missing header. | Damien Miller | 2 | -0/+2 | |
2010-10-07 | - (djm) [openbsd-compat/glob.c] restore ARG_MAX compat code. | Damien Miller | 2 | -1/+2 | |
2010-10-07 | - djm@cvs.openbsd.org 2010/10/06 21:10:21 | Damien Miller | 2 | -2/+5 | |
[sshconnect.c] swapped args to kill(2) | |||||
2010-10-07 | - djm@cvs.openbsd.org 2010/10/06 06:39:28 | Damien Miller | 5 | -14/+25 | |
[clientloop.c ssh.c sshconnect.c sshconnect.h] kill proxy command on fatal() (we already kill it on clean exit); ok markus@ | |||||
2010-10-07 | - djm@cvs.openbsd.org 2010/10/05 05:13:18 | Damien Miller | 3 | -5/+8 | |
[sftp.c sshconnect.c] use default shell /bin/sh if $SHELL is ""; ok markus@ | |||||
2010-10-07 | - djm@cvs.openbsd.org 2010/10/01 23:05:32 | Damien Miller | 7 | -14/+29 | |
[cipher-3des1.c cipher-bf1.c cipher-ctr.c openbsd-compat/openssl-compat.h] adapt to API changes in openssl-1.0.0a NB. contains compat code to select correct API for older OpenSSL | |||||
2010-10-07 | - (djm) [ssh-agent.c] Fix type for curve name. | Damien Miller | 1 | -1/+1 | |
2010-10-07 | sadly, two typos on one line is not my best record | Damien Miller | 1 | -1/+1 | |
2010-10-07 | unbreak previous | Damien Miller | 1 | -1/+1 | |