1. 8245695 - (stevesk) handle systems without pw_expire and pw_change. by Kevin Steves · 23 years ago
  2. 68c3ce1 - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller by Ben Lindstrom · 23 years ago
  3. 9841b0a - (bal) --with-catman should be --with-mantype patch by Dave by Ben Lindstrom · 23 years ago
  4. 23fec14 - (bal) configure.in fix for Tru64 (forgeting to reset $LIB) by Ben Lindstrom · 23 years ago
  5. 36fb6e5 by Tim Rice · 23 years ago
  6. ca60a9b - (bal) Enabled USE_PIPES for Cygwin on Corinna Vinschen <vinschen@redhat.com> by Ben Lindstrom · 23 years ago
  7. 72af2ef - (bal) ./configure support to disable SIA on OSF1. Patch by by Ben Lindstrom · 23 years ago
  8. 97c677d - (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison by Ben Lindstrom · 23 years ago
  9. 253effb - (bal) Fixed configure test for USE_SIA. by Ben Lindstrom · 23 years ago
  10. 07183b8 by Tim Rice · 23 years ago
  11. da2ed56 - (djm) Include crypt.h if available in auth-passwd.c by Damien Miller · 23 years ago
  12. 3432834 - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll by Ben Lindstrom · 23 years ago
  13. b8fbb8e by Tim Rice · 23 years ago
  14. bc70992 - (bal) Makfile day... Cleaned up multiple mantype support (Patch by by Ben Lindstrom · 23 years ago
  15. 47e0c0b - (bal) Add perl5 check for HP/UX, Removed GNUness from Makefile.in by Ben Lindstrom · 23 years ago
  16. 897741e - (djm) Convert mandoc manpages to man automatically. Patch from Mark D. by Damien Miller · 23 years ago
  17. 0998872 - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others) by Ben Lindstrom · 23 years ago
  18. cb17e99 - (stevesk) use setresgid() for setegid() if needed by Kevin Steves · 23 years ago
  19. 393d2f7 - (stevesk) configure.in: typo by Kevin Steves · 23 years ago
  20. 86a52b3 - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes by Kevin Steves · 23 years ago
  21. b68af62 - (djm) Sync openbsd-compat/glob.c by Damien Miller · 23 years ago
  22. 9834474 - (djm) Rework krbIV tests to get us closer to building on Redhat. Still by Damien Miller · 23 years ago
  23. 18bb473 - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested by Damien Miller · 23 years ago
  24. c79bc0d - (djm) Reorder tests and library inclusion for Krb4/AFS to try to by Damien Miller · 23 years ago
  25. 9de61e8 - (djm) Add getusershell() functions from OpenBSD CVS by Damien Miller · 23 years ago
  26. 45b14db - Check for gl_matchc support in glob_t and fall back to the by Ben Lindstrom · 23 years ago
  27. 3c02768 - (djm) Add replacement glob() from OpenBSD libc if the system glob is by Damien Miller · 23 years ago
  28. bee3f22 by Tim Rice · 23 years ago
  29. 59ea0a0 by Tim Rice · 24 years ago
  30. 52dd468 - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H; by Kevin Steves · 24 years ago
  31. d0ccb98 - Allow PRNGd entropy collection from localhost TCP socket. Replace by Damien Miller · 24 years ago
  32. 95aa2d6 - (djm) Properly add -lcrypt if needed. by Damien Miller · 24 years ago
  33. e854662 - (djm) Remove /tmp from EGD socket search list by Damien Miller · 24 years ago
  34. 3d8ae61 - (djm) EGD detection patch from Tim Rice <tim@multitalents.net> by Damien Miller · 24 years ago
  35. 4df5c76 - (djm) Detect endianness in configure and use it in rijndael.c. Fixes by Damien Miller · 24 years ago
  36. 896b88a - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice by Damien Miller · 24 years ago
  37. fbd884a - (djm) Fix up POSIX saved uid support. Report from Mark Miller by Damien Miller · 24 years ago
  38. bb7c976 - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics. by Damien Miller · 24 years ago
  39. 8697e08 - (bal) Missed part of the UNIX sockets patch. Patch by Corinna by Ben Lindstrom · 24 years ago
  40. 38e6093 - (bal) Generalize lack of UNIX sockets since this also effects Cray by Ben Lindstrom · 24 years ago
  41. 4ef92b5 - (bal) Double -I for OpenSSL on SCO. Patch by Tim Rice by Ben Lindstrom · 24 years ago
  42. 5eff031 - (bal) Fixed OpenSSL rework to use $saved_*. Patch by Tim Rice by Ben Lindstrom · 24 years ago
  43. 866488b - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform. by Ben Lindstrom · 24 years ago
  44. ccdefb6 - (djm) Rework search for OpenSSL location. Skip directories which don't by Damien Miller · 24 years ago
  45. 60396b0 - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie by Damien Miller · 24 years ago
  46. 877d8ea - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has by Damien Miller · 24 years ago
  47. df28802 - (djm) SCO needs librpc for libwrap. Patch from Tim Rice by Damien Miller · 24 years ago
  48. 22d5aa7 - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in. by Damien Miller · 24 years ago
  49. 217f567 - (djm) Set "login ID" on systems with setluid. Only enabled for SCO by Damien Miller · 24 years ago
  50. 5dfe976 - (djm) USE_PIPES for a few more sysv platforms by Damien Miller · 24 years ago
  51. c547bf1 - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net> by Damien Miller · 24 years ago
  52. 5805513 - (bal) Added DG/UX case and set that they have a broken IPTOS by Ben Lindstrom · 24 years ago
  53. 4e5a0aa - (bal) added '--with-prce' to allow overriding of system regex when by Ben Lindstrom · 24 years ago
  54. 2320b19 Checking for stdarg.h is not required any more. by Ben Lindstrom · 24 years ago
  55. 34bb0c7 - (bal) Use chown() if fchown() does not exist in ftp-server.c patch by by Ben Lindstrom · 24 years ago
  56. d8ab0d4 - (djm) Only test -S potential EGD sockets if they exist and are readable. by Damien Miller · 24 years ago
  57. 603bdfd - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com> by Ben Lindstrom · 24 years ago
  58. e9cf357 - (djm) Add CVS Id's to files that we have missed by Damien Miller · 24 years ago
  59. fc032bb - (bal) double entry in configure.in. Pointed out by Lutz Jaenicke by Ben Lindstrom · 24 years ago
  60. 4864e8f - (djm) Fix linking of sftp, don't need arc4random any more. by Damien Miller · 24 years ago
  61. 582d398 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs by Ben Lindstrom · 24 years ago
  62. b0c2eeb - (bal) Changed order of LIB="" in -with-skey due to library resolving. by Ben Lindstrom · 24 years ago
  63. dd5c5a3 - (bal) Cygwin clean up by Corinna Vinschen <vinschen@redhat.com> by Ben Lindstrom · 24 years ago
  64. 3c06f6a - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to by Ben Lindstrom · 24 years ago
  65. 709528a - (djm) Fix autoconf logic for --with-lastlog=no Report and diagnosis from by Damien Miller · 24 years ago
  66. b6b4a7a - (stevesk) configure.in: remove duplicate PROG_LS by Kevin Steves · 24 years ago
  67. 49af82b - (bal) Put USE_PIPES back into sco3.2v5 by Ben Lindstrom · 24 years ago
  68. ec3830a - (bal) AC_FUNC_STRFTIME added to autoconf by Ben Lindstrom · 24 years ago
  69. 0736c4d - (djm) Mention PRNGd in documentation, it is nicer than EGD by Damien Miller · 24 years ago
  70. 2a5c1ce - (djm) Sync bsd-* support files: by Damien Miller · 24 years ago
  71. cb57733 20010123 by Ben Lindstrom · 24 years ago
  72. 226cfa0 Hopefully things did not get mixed around too much. It compiles under by Ben Lindstrom · 24 years ago
  73. 401d58f - (bal) Slight auth2-pam.c clean up. by Ben Lindstrom · 24 years ago
  74. bf555ba NOTE: This update changes the RSA key generation. *NEW RSA KEYS by Ben Lindstrom · 24 years ago
  75. a64b57a - (djm) Make PAM support optional, enable with --with-pam by Damien Miller · 24 years ago
  76. 42202bc - (bal) utimes() support via utime() interface on machine that lack utimes(). by Ben Lindstrom · 24 years ago
  77. 886b06c - (stevesk) initial work for OpenBSD "support supplementary group in by Kevin Steves · 24 years ago
  78. fd9885e 20010110 by Damien Miller · 24 years ago
  79. 0d5af60 - (bal) Detect if clock_t structure exists, if not define it. by Ben Lindstrom · 24 years ago
  80. 3ad650a - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalents.net> by Ben Lindstrom · 24 years ago
  81. 321ae73 - (bal) Reverted out of a partial NeXT patch. by Ben Lindstrom · 24 years ago
  82. 42717bf 20001229 by Ben Lindstrom · 24 years ago
  83. e2fb8d3 20001228 by Ben Lindstrom · 24 years ago
  84. 5adbad2 This should bring NeXTStep back into the family of supported operating by Ben Lindstrom · 24 years ago
  85. 2c467a2 by Ben Lindstrom · 24 years ago
  86. 82cf0ce - (djm) Workaround PAM inconsistencies between Solaris derived PAM code by Damien Miller · 24 years ago
  87. 28bfc0d - (bal) split CFLAGS into CFLAGS and CPPFLAGS in configure.in and Makefile. by Ben Lindstrom · 24 years ago
  88. 2c65ada - (stevesk) Import <sys/queue.h> from OpenBSD for systems that don't by Kevin Steves · 24 years ago
  89. 75214f9 20001202 by Ben Lindstrom · 24 years ago
  90. a19cf47 - (djm) Patch from Pekka Savola <Pekka.Savola@netcore.fi> to include a few by Damien Miller · 24 years ago
  91. 3f62aba - (djm) bsd-rresvport.c bzero -> memset by Damien Miller · 24 years ago
  92. 4a1d916 20001122 by Ben Lindstrom · 24 years ago
  93. 980754c by Ben Lindstrom · 24 years ago
  94. 305fb00 20001110 by Ben Lindstrom · 24 years ago
  95. 2ed9818 - (bal) typo in configure.in in regards to --with-ldflags from Marko by Ben Lindstrom · 24 years ago
  96. 67e21e1 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and by Ben Lindstrom · 24 years ago
  97. 23e1371 by Ben Lindstrom · 24 years ago
  98. 76020ba - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly. by Ben Lindstrom · 24 years ago
  99. 6f9c337 - (djm) Added WARNING.RNG file and modified configure to ask users of the by Damien Miller · 24 years ago
  100. 8848b24 - (stevesk) Add initial support for setproctitle(). Current by Kevin Steves · 24 years ago