1. 578783e - (djm) Seperate tests for int64_t and u_int64_t types by Damien Miller · 24 years ago
  2. d6f204d - (djm) Fix address logging in utmp from Kevin Steves by Damien Miller · 24 years ago
  3. a1b61e1 - (djm) Fix SSL search order from Lutz Jaenicke by Damien Miller · 24 years ago
  4. 8a1e6a6 - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from by Damien Miller · 24 years ago
  5. 606f880 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz> by Damien Miller · 24 years ago
  6. bac2d8a - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com> by Damien Miller · 24 years ago
  7. 7b28dc5 20000905 by Damien Miller · 24 years ago
  8. 238a9fa - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox by Damien Miller · 24 years ago
  9. 77aba9d - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com> by Damien Miller · 24 years ago
  10. 9a94734 - (djm) Fix printing of $DISPLAY hack if set by system type. Report from by Damien Miller · 24 years ago
  11. 5552d7a - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves by Damien Miller · 24 years ago
  12. e5192fa - (djm) NeXT tweaks from Ben Lindstrom <mouring@pconline.com> by Damien Miller · 24 years ago
  13. caf6dd6 - More OpenBSD updates: by Damien Miller · 24 years ago
  14. ad833b3 - (djm) Pick up LOGIN_PROGRAM from environment or PATH if not set by headers by Damien Miller · 24 years ago
  15. b078567 - (djm) Define USE_PIPES to avoid socketpair problems on HPUX 10 and SunOS 4 by Damien Miller · 24 years ago
  16. 942da03 - (djm) OpenBSD CVS changes: by Damien Miller · 24 years ago
  17. 11fa2cc - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc) by Damien Miller · 24 years ago
  18. e477ef6 - (djm) Don't seek in directory based lastlogs by Damien Miller · 24 years ago
  19. 348c9b7 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com> by Damien Miller · 24 years ago
  20. 36ccb5c - (djm) utmp direct write & SunOS 4 patch from Charles Levert by Damien Miller · 24 years ago
  21. ecbb26d - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca> by Damien Miller · 24 years ago
  22. b2dc28e - (djm) Remove libsocket from ReliantUnix link list (avoids warning). by Damien Miller · 24 years ago
  23. 3077fb9 - (djm) Add strsep function from OpenBSD libc for systems that lack it by Damien Miller · 24 years ago
  24. 3b9734c - (djm) Added bsd-inet_aton and configure support for NeXT by Damien Miller · 24 years ago
  25. 2ae714f - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de> by Damien Miller · 24 years ago
  26. 5fc8565 - (djm) AIX getuserattr() session initialisation from Tom Bertelson by Damien Miller · 24 years ago
  27. 31abc9a - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com> by Damien Miller · 24 years ago
  28. 4e99720 - (djm) Only enable PAM_TTY kludge for Linux. Problem report from by Damien Miller · 24 years ago
  29. 90dcc05 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from by Damien Miller · 24 years ago
  30. cb170cb - (djm) Added check for broken snprintf() functions which do not correctly by Damien Miller · 24 years ago
  31. 8e81ed3 - (djm) Login fixes from Tom Bertelson <tbert@abac.com> by Damien Miller · 24 years ago
  32. b8c656e - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA by Damien Miller · 24 years ago
  33. 91606b1 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for by Damien Miller · 24 years ago
  34. 1f335fb - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de> by Damien Miller · 24 years ago
  35. b54b40e - (djm) Use sa_family_t in prototype for rresvport_af. Patch from by Damien Miller · 24 years ago
  36. edb8292 - (djm) Replace use of '-o' and '-a' logical operators in configure tests by Damien Miller · 24 years ago
  37. 43ca7e2 Line up 'configure --help' output by andre · 24 years ago
  38. 0f91b4e - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support by Damien Miller · 24 years ago
  39. 7b22d65 - (djm) Add summary of configure options to end of ./configure run by Damien Miller · 24 years ago
  40. 1a13225 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp by Damien Miller · 24 years ago
  41. a66626b - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>: by Damien Miller · 24 years ago
  42. 45cad51 Stop lastlog detection setting DISABLE_LASTLOG - this flag means by andre · 24 years ago
  43. e441aa3 Added catman defines for AIX (Tom Bertelson <tbert@abac.com>) by andre · 24 years ago
  44. c29de95 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp> by Damien Miller · 24 years ago
  45. a1cb644 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage by Damien Miller · 24 years ago
  46. 14c12cb - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through by Damien Miller · 24 years ago
  47. 9e11089 - (djm) Don't add /usr/local/lib to library search path on Irix by Damien Miller · 24 years ago
  48. e37bfc1 - (djm) Added --with-cflags, --with-ldflags and --with-libs options to by Damien Miller · 24 years ago
  49. 2994e08 - Configure tweaking for new login code on Irix 5.3 by Damien Miller · 24 years ago
  50. 60f3c98 Disable lastlog for AIX, as it's handled by the OS as part of the login by andre · 24 years ago
  51. 2ff7b5d Added new login recording code by andre · 24 years ago
  52. 1c77392 - Rewrote bsd-login to use proper utmp API if available. Major cleanup by Damien Miller · 24 years ago
  53. be260a0 - Define atexit for old Solaris by Damien Miller · 24 years ago
  54. fda78d9 - HPUX and Configure fixes from Lutz Jaenicke by Damien Miller · 24 years ago
  55. dfc83f4 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com> by Damien Miller · 24 years ago
  56. ad1bc5f - Don't touch utmp if USE_UTMPX defined by Damien Miller · 24 years ago
  57. 3b512e1 - Detect OpenSSL seperatly from RSA by Damien Miller · 24 years ago
  58. 615f939 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp> by Damien Miller · 24 years ago
  59. 0e65eed - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk> by Damien Miller · 24 years ago
  60. d2c208a - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix by Damien Miller · 24 years ago
  61. 8d1fd57 - Fix from Andre Lucas <andre.lucas@dial.pipex.com> by Damien Miller · 24 years ago
  62. 61e50f1 - Configure caching and cleanup patch from Andre Lucas' by Damien Miller · 24 years ago
  63. e247cc4 - Remove references to SSLeay. by Damien Miller · 24 years ago
  64. 0437b33 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy by Damien Miller · 24 years ago
  65. fc0b11b - Irix portability fixes - don't include netinet headers more than once by Damien Miller · 24 years ago
  66. e59ce62 - Include missing headers for OpenSSL tests. Fix from Phil Karn by Damien Miller · 24 years ago
  67. 4018c19 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection by Damien Miller · 24 years ago
  68. 1bead33 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au> by Damien Miller · 24 years ago
  69. 8117111 - Define __progname in session.c if libc doesn't by Damien Miller · 24 years ago
  70. d0cff3e - Merge fixes from Debian patch from Phil Hands <phil@hands.com> by Damien Miller · 24 years ago
  71. 5f05637 - Reduce diff against OpenBSD source by Damien Miller · 24 years ago
  72. 11e37f6 - Only set define entropy collection macros if they are found by Damien Miller · 24 years ago
  73. 193ba88 - Add tests for RAND_add function when searching for OpenSSL by Damien Miller · 24 years ago
  74. 70494d1 - Disable tests and typedefs for 64 bit types. They are currently unused. by Damien Miller · 24 years ago
  75. 040f383 - Wrote entropy collection routines for systems that lack /dev/random by Damien Miller · 24 years ago
  76. a208e57 Test RSA_private_decrypt when searching for OpenSSL by Damien Miller · 24 years ago
  77. d6121d2 - Checks for 64 bit int types. Problem report from Mats Fredholm by Damien Miller · 24 years ago
  78. 29ea30d - Clarified --with-default-path option. by Damien Miller · 24 years ago
  79. 166bd44 - Propogate LD through to Makefile by Damien Miller · 24 years ago
  80. 08c788a - Fixed configure not passing LDFLAGS to Solaris. Report from David G. by Damien Miller · 24 years ago
  81. 856799b - Configure fix from Bratislav ILICH <bilic@zepter.ru> by Damien Miller · 24 years ago
  82. 8b1c22b - Created contrib/ subdirectory. Included helpers from Phil Hands' by Damien Miller · 24 years ago
  83. a1ad480 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list by Damien Miller · 24 years ago
  84. 086b171 *** empty log message *** by Damien Miller · 24 years ago
  85. db81959 - Include /usr/local/include and /usr/local/lib for systems that don't by Damien Miller · 24 years ago
  86. 7bcb089 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp> by Damien Miller · 24 years ago
  87. d58b3ab More config fixes by Damien Miller · 24 years ago
  88. b85dcad - Detect RSAref by Damien Miller · 24 years ago
  89. 8f975b6 - Removed warning workaround for Linux and devpts filesystems (no longer by Damien Miller · 25 years ago
  90. 1a07ebd - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp> by Damien Miller · 25 years ago
  91. 65165f8 - Check for libwrap if --with-tcp-wrappers option specified. Suggestion by Damien Miller · 25 years ago
  92. 9fb07e4 - Check for getpagesize in libucb.a if not found in libc. Fix for old by Damien Miller · 25 years ago
  93. fac99cd - Explicitly seed OpenSSL's PRNG before checking rsa_alive() by Damien Miller · 25 years ago
  94. 204ad07 - Warning was valid - possible race condition on PTYs. Avoided using by Damien Miller · 25 years ago
  95. a22ba01 - Big cleanup of autoconf code by Damien Miller · 25 years ago
  96. 36143d7 - Removed SOCKS code. Will support through a ProxyCommand. by Damien Miller · 25 years ago
  97. 0c0e4bf - Add --with-ssl-dir option by Damien Miller · 25 years ago
  98. c85f9b4 - Added note in UPGRADING re interop with commercial SSH using idea. by Damien Miller · 25 years ago
  99. 27f4c78 - NeXT keeps it lastlog in /usr/adm. Report from mouring@newton.pconline.com by Damien Miller · 25 years ago
  100. 0e1cf7c - Use preformatted manpages on SCO, report from Gary E. Miller by Damien Miller · 25 years ago