1. 523db85 prefer to use ldns-config to find libldns by Damien Miller · 8 years ago
  2. c61d5ec Remove _XOPEN_SOURCE from wide char detection. by Darren Tucker · 8 years ago
  3. 10e290e Get default of TEST_SSH_UTF8 from environment. by Darren Tucker · 8 years ago
  4. afec077 Add strcasestr to compat library. by Darren Tucker · 8 years ago
  5. c359950 exit is in stdlib.h not unistd.h (that's _exit). by Darren Tucker · 8 years ago
  6. d399a8b Include <unistd.h> for exit in utf8 locale test. by Darren Tucker · 8 years ago
  7. 47b8c99 Check for utf8 local support before testing it. by Darren Tucker · 8 years ago
  8. 4089fc1 Use AC_PATH_TOOL for krb5-config. by Darren Tucker · 8 years ago
  9. 5ee3fb5 Use ptrace(PT_DENY_ATTACH, ..) on OS X. by Darren Tucker · 8 years ago
  10. 1cfd5c0 Remove portability support for mmap by Damien Miller · 8 years ago
  11. 857568d removing UseLogin bits from configure.ac by Damien Miller · 8 years ago
  12. 33ba55d Only check for prctl once. by Darren Tucker · 8 years ago
  13. a1cc637 add a --with-login-program configure argument by Damien Miller · 8 years ago
  14. 8bd81e1 add --with-pam-service to specify PAM service name by Damien Miller · 8 years ago
  15. 5faa52d Use tabs consistently inside "case $host". by Darren Tucker · 8 years ago
  16. 20e5e8b Explicitly test for broken strnvis. by Darren Tucker · 8 years ago
  17. cf3e0be modified: configure.ac opensshd.init.in by Tim Rice · 8 years ago
  18. 99522ba define _OPENBSD_SOURCE for reallocarray on NetBSD by Damien Miller · 8 years ago
  19. 353766e Move Cygwin IPPORT_RESERVED overrride to defines.h by Darren Tucker · 8 years ago
  20. 5fbe93f add a --disable-pkcs11 knob by Damien Miller · 8 years ago
  21. 679ce88 fix newline escaping for unsupported_algorithms by Damien Miller · 8 years ago
  22. 7df91b0 Check for VIS_ALL. by Darren Tucker · 8 years ago
  23. a233358 Add compat code for missing wcwidth. by Darren Tucker · 8 years ago
  24. 6310ef2 Move err.h replacements into compat lib. by Darren Tucker · 8 years ago
  25. f3f2cc8 Check for wchar.h and langinfo.h by Darren Tucker · 8 years ago
  26. b9c5061 whitelist more architectures for seccomp-bpf by Damien Miller · 8 years ago
  27. a86ec4d Use Solaris setpflags(__PROC_PROTECT, ...). by Darren Tucker · 8 years ago
  28. e1d9370 modified: configure.ac whitspace clean up. No code changes. by Tim Rice · 8 years ago
  29. 5f41f03 Remove NO_IPPORT_RESERVED_CONCEPT by Darren Tucker · 8 years ago
  30. b341353 Tidy up openssl header test. by Darren Tucker · 8 years ago
  31. 815bcac Fix configure-time warnings for openssl test. by Darren Tucker · 8 years ago
  32. 39f303b fix sandbox on OSX Lion by Damien Miller · 9 years ago
  33. 907091a Make Solaris privs code build on older systems. by Darren Tucker · 9 years ago
  34. 2fee909 Look for gethostbyname in libresolv and libnsl. by Darren Tucker · 9 years ago
  35. 4626cba Support Illumos/Solaris fine-grained privileges by Damien Miller · 9 years ago
  36. b5fa0cd Allow --without-ssl-engine with --without-openssl by Darren Tucker · 9 years ago
  37. c1d7e54 Include openssl crypto.h for SSLeay. by Darren Tucker · 9 years ago
  38. 3ddd15e Add a null implementation of pledge. by Darren Tucker · 9 years ago
  39. 1560596 Fix compiler warnings in the openssl header check. by Darren Tucker · 9 years ago
  40. fafe1d8 s/SANDBOX_TAME/SANDBOX_PLEDGE/g by Damien Miller · 9 years ago
  41. 2539dce upstream commit by deraadt@openbsd.org · 9 years ago
  42. 9846a2f hook tame(2) sandbox up to build by Damien Miller · 9 years ago
  43. 366bada Correct default value for --with-ssh1. by Darren Tucker · 9 years ago
  44. 7ad8b28 Force resolution of _res for correct detection. by Darren Tucker · 9 years ago
  45. f498a98 don't check for yp_match; ok tim@ by Damien Miller · 9 years ago
  46. d3e2aee Check if realpath works on nonexistent files. by Darren Tucker · 9 years ago
  47. 564d63e upstream commit by djm@openbsd.org · 9 years ago
  48. 37035c0 s/--with-ssh1/--without-ssh1/ by Damien Miller · 9 years ago
  49. 5c15e22 fix syntax error by Damien Miller · 9 years ago
  50. 99f33d7 aarch64 support for seccomp-bpf sandbox by Damien Miller · 9 years ago
  51. 6397eed Remove unneeded backslashes. Patch from Ángel González by Tim Rice · 9 years ago
  52. 0c2a81d re-enable SSH protocol 1 at compile time by Damien Miller · 9 years ago
  53. 408f4c2 Look for '${host}-ar' before 'ar'. by Darren Tucker · 9 years ago
  54. 2aa9da1 upstream commit by djm@openbsd.org · 9 years ago
  55. 00797e8 check for crypt and DES_crypt in openssl block by Damien Miller · 10 years ago
  56. e50e8c9 Add null declaration of AI_NUMERICINFO. by Darren Tucker · 10 years ago
  57. 72ef7c1 support --without-openssl at configure time by Damien Miller · 10 years ago
  58. 76c0480 add --without-ssh1 option to configure by Damien Miller · 10 years ago
  59. 642652d Add reallocarray to compat library by Darren Tucker · 10 years ago
  60. 7d0ba53 include version number in OpenSSL-too-old error by Damien Miller · 10 years ago
  61. 3d673d1 - (djm) [openbsd-compat/explicit_bzero.c] implement explicit_bzero() by Damien Miller · 10 years ago
  62. d244a58 - (djm) [configure.ac] We now require a working vsnprintf everywhere (not by Damien Miller · 10 years ago
  63. 394a60f - (djm) [configure.ac] double braces to appease autoconf by Damien Miller · 10 years ago
  64. 6d62784 - (djm) [configure.ac] include leading zero characters in OpenSSL version by Damien Miller · 10 years ago
  65. 2195847 - (djm) [configure.ac] Check OpenSSL version is supported at configure time; by Damien Miller · 10 years ago
  66. 00f9cd2 - (djm) [configure.ac] Delay checks for arc4random* until after libcrypto by Damien Miller · 10 years ago
  67. 8da0fa2 - (djm) [digest-openssl.c configure.ac] Disable RIPEMD160 if libcrypto by Damien Miller · 10 years ago
  68. f969656 - (dtucker) [configure.ac] Remove tcpwrappers support, support has already by Darren Tucker · 10 years ago
  69. 6482d90 - (djm) [configure.ac openbsd-compat/bsd-cygwin_util.c] by Damien Miller · 10 years ago
  70. 1891277 - (djm) [commit configure.ac defines.h sshpty.c] don't attempt to use by Damien Miller · 10 years ago
  71. e5b9f0f - (djm) [Makefile.in configure.ac sshbuf-getput-basic.c] by Damien Miller · 10 years ago
  72. b9c5667 - (djm) [configure.ac] Unconditionally define WITH_OPENSSL until we write by Damien Miller · 10 years ago
  73. 03ae081 20140221 by Tim Rice · 11 years ago
  74. 4a20959 - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add compat by Darren Tucker · 11 years ago
  75. 1d2c456 - tedu@cvs.openbsd.org 2014/01/31 16:39:19 by Damien Miller · 11 years ago
  76. f5bbd3b - (djm) [configure.ac atomicio.c] Kludge around NetBSD offering by Damien Miller · 11 years ago
  77. c286819 - (djm) [configure.ac] Only check for width-specified integer types by Damien Miller · 11 years ago
  78. c161fc9 - (djm) [configure.ac] Fix broken shell test '==' vs '='; patch from by Damien Miller · 11 years ago
  79. ab03949 - (djm) [configure.ac] Search for inet_ntop in libnsl and libresovl; by Damien Miller · 11 years ago
  80. 5b447c0 - (djm) [configure.ac] correct AC_DEFINE for previous. by Damien Miller · 11 years ago
  81. 2035b22 - (djm) [configure.ac sandbox-capsicum.c sandbox-rlimit.c] Disable by Damien Miller · 11 years ago
  82. 603b8f4 by Damien Miller · 11 years ago
  83. c96d853 - (djm) [configure.ac] Do not attempt to use capsicum sandbox unless by Damien Miller · 11 years ago
  84. f62ecef - (djm) [configure.ac] Fix detection of capsicum sandbox on FreeBSD by Damien Miller · 11 years ago
  85. 42a0925 - (dtucker) [configure.ac] NetBSD's (and FreeBSD's) strnvis is gratuitously by Darren Tucker · 11 years ago
  86. 5c2ff5e - (djm) [configure.ac aclocal.m4] More tests to detect fallout from by Damien Miller · 11 years ago
  87. 852472a - (djm) [configure.ac] Unless specifically requested, only attempt by Damien Miller · 11 years ago
  88. 096118d - (dtucker) [configure.ac] Make PIE a configure-time option which defaults by Darren Tucker · 11 years ago
  89. fdce373 - (dtucker) [configure.ac] On Cygwin the getopt variables (like optargs, by Darren Tucker · 11 years ago
  90. 9edcbff - (dtucker) [configure.ac] Have --without-toolchain-hardening not turn off by Darren Tucker · 11 years ago
  91. 6d72568 - (dtucker) [configure.ac] Also look in inttypes.h for uintXX_t types. by Darren Tucker · 11 years ago
  92. a5cf1e2 - (dtucker) [configure.ac openbsd-compat/bsd-statvfs.c by Darren Tucker · 11 years ago
  93. d23a91f - (dtucker) [configure.ac digest.c openbsd-compat/openssl-compat.c by Darren Tucker · 11 years ago
  94. 868ea1e - (djm) [Makefile.in configure.ac sandbox-capsicum.c sandbox-darwin.c] by Damien Miller · 11 years ago
  95. c548722 - (dtucker) [configure.ac] Split AC_CHECK_FUNCS for OpenSSL functions into by Darren Tucker · 11 years ago
  96. fd99437 - (dtucker) [aclocal.m4 configure.ac] Add some additional compiler/toolchain by Darren Tucker · 11 years ago
  97. 1fcec9d - (dtucker) [configure.ac] bz#2178: Don't try to use BSM on Solaris versions by Darren Tucker · 11 years ago
  98. 1ff130d - [configure.ac openbsd-compat/Makefile.in openbsd-compat/bcrypt_pbkdf.c] by Damien Miller · 11 years ago
  99. a913442 - [Makefile.in] Add ed25519 sources by Damien Miller · 11 years ago
  100. 8369c8e - (dtucker) [configure.ac] bz#2173: use pkg-config --libs to include correct by Darren Tucker · 11 years ago