1. e958ed3 by Tim Rice · 22 years ago
  2. 68e8311 - (bal) FreeBSD needs <sys/types.h> to detect if mmap() is supported. by Ben Lindstrom · 22 years ago
  3. 8eff319 by Tim Rice · 22 years ago
  4. 6b0c96a - (bal) if mmap() is substandard, don't allow compression on server side. by Ben Lindstrom · 22 years ago
  5. d3f6ad2 - (djm) Create privsep directory and warn if privsep user is missing by Damien Miller · 22 years ago
  6. 34f0d8f - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh by Kevin Steves · 22 years ago
  7. 90d5de7 - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX. by Kevin Steves · 22 years ago
  8. f0bfa83 - (bal) Fixed AIX environment handling, use setpcred() instead of existing by Ben Lindstrom · 22 years ago
  9. 837461b - (bal) Build noop setgroups() for cygwin to clean up code (For other by Ben Lindstrom · 22 years ago
  10. 3545352 - (bal) Missed __progname in ssh-keysign.c patch by dtucker@zip.com.au by Ben Lindstrom · 22 years ago
  11. 28bbb0c by Tim Rice · 22 years ago
  12. 74cc5bb fix spelling mistakes spotted by Solar Designer <solar@openwall.com> by Damien Miller · 22 years ago
  13. 9de793c by Tim Rice · 22 years ago
  14. f71d2a5 - (djm) Bug #234: missing readpassphrase declaration and defines by Damien Miller · 22 years ago
  15. 903e115 align summary by Damien Miller · 22 years ago
  16. c81e129 - (stevesk) [configure.ac] nicer message: --with-privsep-user=user by Kevin Steves · 22 years ago
  17. f58c672 - (djm) Add --with-privsep-path configure option by Damien Miller · 22 years ago
  18. a18bbd3 - (djm) Add --with-superuser-path=xxx configure option to specify what $PATH by Damien Miller · 22 years ago
  19. aef7371 by Tim Rice · 22 years ago
  20. 0502a47 by Tim Rice · 22 years ago
  21. 4bd2a19 by Tim Rice · 22 years ago
  22. 0ea1d9d - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26 by Kevin Steves · 22 years ago
  23. 5feaaef - (stevesk) [acconfig.h configure.ac session.c] LOGIN_NO_ENDOPT for HP-UX by Kevin Steves · 22 years ago
  24. fa2bb69 - (djm) Bug #206 - blibpath isn't always needed for AIX ld, avoid by Damien Miller · 22 years ago
  25. f1b9d11 - (djm) Bug #214: Fix utmp for Irix (don't strip "tty"). Patch from by Damien Miller · 22 years ago
  26. f5fea44 - (djm) Define BROKEN_REALPATH for AIX, patch from by Damien Miller · 22 years ago
  27. f6195f2 - (djm) Applied OpenSC smartcard updates from Markus & by Damien Miller · 22 years ago
  28. 594a71b - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by by Damien Miller · 22 years ago
  29. 43a1c13 by Tim Rice · 22 years ago
  30. 66480f1 by Tim Rice · 22 years ago
  31. fd4c9ee - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk> by Damien Miller · 22 years ago
  32. ae49fe6 by Tim Rice · 22 years ago
  33. e0f2ca4 oops. time for beer i think. by Kevin Steves · 22 years ago
  34. 34b7320 - (bal) Minor OpenSC updates. Fix up header locations and update by Ben Lindstrom · 22 years ago
  35. 4e0bb52 oops, user should be a string constant by Kevin Steves · 22 years ago
  36. 7ff9112 - (stevesk) --with-privsep-user; default sshd by Kevin Steves · 22 years ago
  37. b1184bb - (stevesk) remove configure support for poll.h; it was removed by Kevin Steves · 22 years ago
  38. 86b9fe6 - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in monitor_mm.c by Kevin Steves · 22 years ago
  39. a44e035 - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now. by Kevin Steves · 22 years ago
  40. fdee8ef - (bal) We no longer use atexit()/xatexit()/on_exit() by Ben Lindstrom · 22 years ago
  41. 0318801 - (bal) Quiet down configure.ac if /bin/test does not exist. by Ben Lindstrom · 22 years ago
  42. 8ff2a8d - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code is by Ben Lindstrom · 22 years ago
  43. 924144e - (bal) Too many <sys/queue.h> issues. Remove all workarounds and by Ben Lindstrom · 22 years ago
  44. a42694f - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by by Ben Lindstrom · 22 years ago
  45. 49e457c by Tim Rice · 22 years ago
  46. 117b06d - (stevesk) [configure.ac] remove header check for sys/ttcompat.h bug 167 by Kevin Steves · 22 years ago
  47. 4846f4a - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms by Kevin Steves · 22 years ago
  48. 939c9db - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support by Kevin Steves · 22 years ago
  49. 88f2ab5 by Tim Rice · 22 years ago
  50. 784e234 - (bal) Test for IRIX JOBS support at runtime. Patch provided by Ben Lindstrom · 23 years ago
  51. 7577fd8 - (bal) Add in check for rpc/types.h since it is needed on by Ben Lindstrom · 23 years ago
  52. 200a5c0 by Tim Rice · 23 years ago
  53. 7d2d1f1 by Tim Rice · 23 years ago
  54. 4cec93f by Tim Rice · 23 years ago
  55. d054b07 - (djm) Don't use system sys/queue.h on AIX. Report from gert@greenie.muc.de by Damien Miller · 23 years ago
  56. 57e3fa8 by Tim Rice · 23 years ago
  57. 150c8b5 - (djm) Bug #106: Add --without-rpath configure option. Patch from by Damien Miller · 23 years ago
  58. 1e2c600 by Tim Rice · 23 years ago
  59. e996d72 - (djm) Use case statements in autoconf to clean up some tests by Damien Miller · 23 years ago
  60. 7dc8197 - (stevesk) fix --with-zlib= by Kevin Steves · 23 years ago
  61. 6385ba0 - (djm) Fix non-standard shell syntax in autoconf. Patch from by Damien Miller · 23 years ago
  62. 28e4d8f - (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as by Damien Miller · 23 years ago
  63. ec93237 - (djm) autoconf hacking: by Damien Miller · 23 years ago
  64. 6c21c51 - (djm) autoconf hacking: by Damien Miller · 23 years ago
  65. a234451 - (djm) Bug #50 - make autoconf entropy path checks more robust by Damien Miller · 23 years ago
  66. 0bd4b34 - (stevesk) fix spurious ; from NCR change. by Kevin Steves · 23 years ago
  67. 381d8d9 - (bal) NCR requies use_pipes to operate correctly. by Ben Lindstrom · 23 years ago
  68. 62116dc - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch from by Damien Miller · 23 years ago
  69. c97b1af - (bal) PCRE no longer required. Banished from the source along with by Ben Lindstrom · 23 years ago
  70. fe1d100 by Tim Rice · 23 years ago
  71. e589a29 by Tim Rice · 23 years ago
  72. ffdf4aa by Tim Rice · 23 years ago
  73. 02cebcd by Tim Rice · 23 years ago
  74. 8ad995f by Tim Rice · 23 years ago[Renamed (99%) from configure.in]
  75. 17b93e5 by Tim Rice · 23 years ago
  76. 9527671 - (bal) Added 'PAM_TTY_KLUDGE' to Solaris platform. by Ben Lindstrom · 23 years ago
  77. 13aae5e by Tim Rice · 23 years ago
  78. e8bb450 - (djm) Add AC_SYS_LARGEFILE configure test by Damien Miller · 23 years ago
  79. 50abba5 - (stevesk) sun_len, SUN_LEN() configure stuff no longer required by Kevin Steves · 23 years ago
  80. 84a6bfb - (bal) openbsd-compat/vis.[ch] is dead wood. Removed. by Ben Lindstrom · 23 years ago
  81. d97c2ce - (djm) More makefile infrastructre for smartcard support, also based by Damien Miller · 23 years ago
  82. 85de580 - (djm) Configure support for smartcards by Damien Miller · 23 years ago
  83. a4f7ae1 by Tim Rice · 23 years ago
  84. 58be738 - (djm) Make sure rijndael.c picks config.h by Damien Miller · 23 years ago
  85. 19d7b8d - (bal) QNX resync. OK tim@ by Ben Lindstrom · 23 years ago
  86. e991e3c by Tim Rice · 23 years ago
  87. 6db66ff - (bal) Second around of UNICOS patches. A few other things left. by Ben Lindstrom · 23 years ago
  88. 8e2aa5b - (bal) 4711 not 04711 for ssh binary. by Ben Lindstrom · 23 years ago
  89. d9e0824 - (bal) Starting the Unicossmk merger. File merged TODO, configure.in, by Ben Lindstrom · 23 years ago
  90. 5d629cb by Tim Rice · 23 years ago
  91. fed7bb4 - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by by Ben Lindstrom · 23 years ago
  92. 6482ec8 - (stevesk) configure.in: use ll suffix for long long constant by Kevin Steves · 23 years ago
  93. 4f8e669 - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension. by Damien Miller · 23 years ago
  94. deacfcc - (bal) Removed net_aton() since we don't use it any more by Ben Lindstrom · 23 years ago
  95. e6affc6 - (bal) Remove getusershell() since it's no longer use by Ben Lindstrom · 23 years ago
  96. f96d887 - (bal) Removed strtok_r and inet_ntop since they are no longer used. by Ben Lindstrom · 23 years ago
  97. 315f8b7 - (stevesk) use X/Open socket interface for HP-UX 10.X also by Kevin Steves · 23 years ago
  98. 6a7b0de - (stevesk) for HP-UX 11.X use X/Open socket interface; by Kevin Steves · 23 years ago
  99. 649d999 - (djm) Turn up warnings if gcc or egcs detected by Damien Miller · 23 years ago
  100. c8a3868 - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and by Damien Miller · 23 years ago