summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gratuitious commit to let the git tree see this branchV_6_5Damien Miller2014-01-301-0/+1
* - (djm) Release openssh-6.5p1V_6_5_P1Damien Miller2014-01-301-0/+1
* trim entries prior to openssh-6.0p1Damien Miller2014-01-301-2049/+0
* - (djm) [configure.ac atomicio.c] Kludge around NetBSD offeringDamien Miller2014-01-303-2/+12
* - (djm) [configure.ac] Only check for width-specified integer typesDamien Miller2014-01-302-6/+17
* - (djm) [configure.ac] Fix broken shell test '==' vs '='; patch fromDamien Miller2014-01-292-3/+7
* - (tim) [regress/agent.sh regress/agent-ptrace.sh] Assign $? to a variableTim Rice2014-01-283-14/+24
* - (djm) [sshd.c] Use kill(0, ...) instead of killpg(0, ...); theDamien Miller2014-01-282-1/+4
* - (djm) [configure.ac] Search for inet_ntop in libnsl and libresovl;Damien Miller2014-01-282-2/+9
* - (dtucker) [Makefile.in] Remove trailing backslash which some makeDarren Tucker2014-01-272-2/+6
* Welcome to 2014Darren Tucker2014-01-271-5/+5
* - (djm) [configure.ac] correct AC_DEFINE for previous.Damien Miller2014-01-262-3/+5
* - (djm) [configure.ac sandbox-capsicum.c sandbox-rlimit.c] DisableDamien Miller2014-01-264-2/+13
* - markus@cvs.openbsd.org 2014/01/25 20:35:37Damien Miller2014-01-262-11/+13
* - dtucker@cvs.openbsd.org 2014/01/25 10:12:50Damien Miller2014-01-266-8/+32
* - (djm) [configure.ac] autoconf sets finds to 'yes' not '1', so testDamien Miller2014-01-252-6/+8
* - (djm) [configure.ac] Do not attempt to use capsicum sandbox unlessDamien Miller2014-01-252-8/+14
* - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSDDamien Miller2014-01-252-9/+12
* - (djm) [Makefile.in regress/scp-ssh-wrapper.sh regress/scp.sh] MakeDamien Miller2014-01-244-3/+13
* - (dtucker) [configure.ac] NetBSD's (and FreeBSD's) strnvis is gratuitouslyDarren Tucker2014-01-232-3/+9
* - (tim) [session.c] Improve error reporting on set_id().Tim Rice2014-01-222-1/+4
* - (djm) [configure.ac aclocal.m4] More tests to detect fallout fromDamien Miller2014-01-223-6/+67
* - (djm) [configure.ac] Unless specifically requested, only attemptDamien Miller2014-01-222-9/+30
* - (djm) [openbsd-compat/setproctitle.c] Don't fail to compile if aDamien Miller2014-01-222-1/+7
* - (djm) [aclocal.m4] Flesh out the code run in the OSSH_CHECK_CFLAG_COMPILEDamien Miller2014-01-212-4/+29
* - (tim) [platform.c session.c] Fix bug affecting SVR5 platforms introducedTim Rice2014-01-203-7/+8
* - (dtucker) [aclocal.m4] Differentiate between compile-time and link-timeDarren Tucker2014-01-212-3/+5
* - (dtucker) [configure.ac] Make PIE a configure-time option which defaultsDarren Tucker2014-01-212-4/+27
* - (djm) [regress/cert-hostkey.sh] Fix regress failure on platforms thatDamien Miller2014-01-202-26/+6
* - (dtucker) [gss-serv-krb5.c] Fall back to krb5_cc_gen_new if the KerberosDarren Tucker2014-01-202-0/+9
* - djm@cvs.openbsd.org 2014/01/20 00:08:48Damien Miller2014-01-202-1/+8
* - dtucker@cvs.openbsd.org 2014/01/19 11:21:51Darren Tucker2014-01-192-3/+7
* - djm@cvs.openbsd.org 2014/01/19 04:48:08Darren Tucker2014-01-192-4/+7
* - dtucker@cvs.openbsd.org 2014/01/19 04:17:29Darren Tucker2014-01-193-7/+12
* - dtucker@cvs.openbsd.org 2014/01/18 09:36:26Darren Tucker2014-01-192-2/+6
* - dtucker@cvs.openbsd.org 2014/01/17 06:23:24Darren Tucker2014-01-192-3/+9
* - (dtucker) [sandbox-capsicum.c] Correct some error messages and make theDarren Tucker2014-01-182-3/+6
* - (dtucker) [configure.ac] On Cygwin the getopt variables (like optargs,Darren Tucker2014-01-182-3/+15
* - (dtucker) [openbsd-compat/bsd-cygwin_util.h] Add missing functionDarren Tucker2014-01-182-1/+11
* - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. PatchDarren Tucker2014-01-182-0/+8
* - (dtucker) [defines.h] Move our definitions of uintXX_t types down to afterDarren Tucker2014-01-182-8/+11
* - (dtucker) [readconf.c] Wrap paths.h inside an ifdef. Allows building onDarren Tucker2014-01-182-1/+5
* - (dtucker) [configure.ac] Have --without-toolchain-hardening not turn offDarren Tucker2014-01-172-3/+4
* - (dtucker) [configure.ac] Also look in inttypes.h for uintXX_t types.Darren Tucker2014-01-172-2/+15
* - (dtucker) [openbsd-compat/bsd-statvfs.h] Only start including headers if weDarren Tucker2014-01-172-3/+5
* - (dtucker) [configure.ac openbsd-compat/bsd-statvfs.cDarren Tucker2014-01-174-10/+63
* - (dtucker) Fix typo in #ifndef.Darren Tucker2014-01-172-2/+3
* - (dtucker) [configure.ac digest.c openbsd-compat/openssl-compat.cDarren Tucker2014-01-175-4/+57
* - (djm) [Makefile.in configure.ac sandbox-capsicum.c sandbox-darwin.c]Damien Miller2014-01-1711-13/+147
* - dtucker@cvs.openbsd.org 2014/01/17 05:26:41Darren Tucker2014-01-172-3/+4