1. af87af1 - (djm) [configure.ac defines.h kex.c md-sha256.c] by Damien Miller · 18 years ago
  2. 98cfc4c - (dtucker) [defines.h] HP-UX system headers define "YES" and "NO" which by Darren Tucker · 19 years ago
  3. 9ac1a65 - (dtucker) [configure.ac defines.h openbsd-compat/vis.{c,h}] Sync current by Darren Tucker · 19 years ago
  4. 784d4f5 Last commit skipped defines.h by Tim Rice · 19 years ago
  5. 66fd217 - (tim) [configure.ac auth.c defines.h session.c openbsd-compat/port-uw.c by Tim Rice · 19 years ago
  6. 2291c00 - (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.c by Tim Rice · 19 years ago
  7. 8cc2ad6 - (tim) [defines.h] PATH_MAX bits for OpenServer OK dtucker@ by Tim Rice · 19 years ago
  8. 93e7e8f - (dtucker) [configure.ac defines.h includes.h sftp.c] Add support for by Darren Tucker · 19 years ago
  9. 73f671a - (dtucker) [LICENCE configure.ac defines.h openbsd-compat/realpath.c] by Darren Tucker · 19 years ago
  10. 4a42257 - (dtucker) [configure.ac defines.h] Define __sentinel__ to nothing if the by Darren Tucker · 19 years ago
  11. 2be1cbb - (dtucker) [acconfig.h configure.ac defines.h includes.h sshpty.c by Darren Tucker · 19 years ago
  12. 287b459 - (djm) [defines.h] Use our realpath if we have to define PATH_MAX, spotted by by Damien Miller · 19 years ago
  13. d9f8891 - (dtucker) [LICENCE Makefile.in README.platform audit-bsm.c configure.ac by Darren Tucker · 19 years ago
  14. 2fba993 - (dtucker) [auth.c canohost.c canohost.h configure.ac defines.h loginrec.c] by Darren Tucker · 19 years ago
  15. 59bf4a9 - (dtucker) [defines.h] Define __dead if not already defined. by Darren Tucker · 20 years ago
  16. 0e220db - djm@cvs.openbsd.org 2004/06/13 15:03:02 by Damien Miller · 20 years ago
  17. 06a8cfe - (dtucker) [auth-skey.c defines.h monitor.c] Make skeychallenge explicitly by Darren Tucker · 20 years ago
  18. 3b908f6 - (dtucker) [acconfig.h configure.ac defines.h] Bug #673: check for 4-arg by Darren Tucker · 20 years ago
  19. 11f1829 - (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined and by Darren Tucker · 20 years ago
  20. 8db9a0f - (dtucker) [acconfig.h configure.ac defines.h] Bug #820: don't use by Darren Tucker · 20 years ago
  21. 91bf45c - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h by Darren Tucker · 20 years ago
  22. 9df3def - (dtucker) [LICENCE Makefile.in auth-passwd.c auth-shadow.c auth.c auth.h by Darren Tucker · 20 years ago
  23. 01326eb [defines.h openbsd-compat/getrrsetbyname.h] Move defines for HFIXEDSZ by Tim Rice · 20 years ago
  24. ba1c2b8 [defines.h] Add defines for HFIXEDSZ and T_SIG by Tim Rice · 20 years ago
  25. 0234e86 - (dtucker) [auth-pam.c defines.h] Bug #783: move __unused to defines.h and by Darren Tucker · 21 years ago
  26. 3715be3 - (dtucker) [defines.h] Bug #458: Define SIZE_T_MAX as UINT_MAX if we by Darren Tucker · 21 years ago
  27. e00074a - (djm) OpenBSD CVS Sync by Damien Miller · 21 years ago
  28. a8e06ce - djm@cvs.openbsd.org 2003/11/21 11:57:03 by Damien Miller · 21 years ago
  29. e1a790d - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve by Darren Tucker · 21 years ago
  30. 49aaf4a - (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h by Darren Tucker · 21 years ago
  31. 8e3653d - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros, by Darren Tucker · 21 years ago
  32. f315224 - (dtucker) [defines.h] Bug #336: Add CMSG_DATA and CMSG_FIRSTHDR macros if by Darren Tucker · 21 years ago
  33. af63951 - (djm) Put licenses on substantial header files by Damien Miller · 21 years ago
  34. 0e7f436 - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit by Ben Lindstrom · 21 years ago
  35. 3bc0c06 - (djm) Add TIMEVAL_TO_TIMESPEC macros by Damien Miller · 21 years ago
  36. 81ed518 by Tim Rice · 22 years ago
  37. 3962119 - (bal) [defines.h] Some platforms don't have SIZE_T_MAX. So assign by Ben Lindstrom · 22 years ago
  38. 232ccf7 - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync by Ben Lindstrom · 22 years ago
  39. b8b2304 by Tim Rice · 22 years ago
  40. 34f0d8f - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh by Kevin Steves · 22 years ago
  41. ee9ac35 - (bal) getopt now can be staticly compiled on those platforms missing by Ben Lindstrom · 22 years ago
  42. 03bab28 - (bal) Reverse logic, use __func__ first since it's C99 by Ben Lindstrom · 22 years ago
  43. 30e494f - (stevesk) [defines.h] remove USE_TIMEVAL; unused by Kevin Steves · 22 years ago
  44. d77facd - (djm) Bug #213: Simplify CMSG_ALIGN macros to avoid symbol clashes. by Damien Miller · 22 years ago
  45. 594a71b - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by by Damien Miller · 22 years ago
  46. 813f045 by Tim Rice · 22 years ago
  47. fdee8ef - (bal) We no longer use atexit()/xatexit()/on_exit() by Ben Lindstrom · 22 years ago
  48. 4435a55 - (stevesk) [defines.h] #define MAP_ANON MAP_ANONYMOUS for HP-UX; other by Kevin Steves · 22 years ago
  49. 219bef1 - (stevesk) [defines.h] hp-ux 11 has ancillary data style fd passing, but by Kevin Steves · 22 years ago
  50. 4846f4a - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms by Kevin Steves · 22 years ago
  51. 7577fd8 - (bal) Add in check for rpc/types.h since it is needed on by Ben Lindstrom · 22 years ago
  52. 4cec93f by Tim Rice · 22 years ago
  53. 57e3fa8 by Tim Rice · 22 years ago
  54. fa9b641 - (bal) reverted out of 5/2001 change to atexit(). I assume I by Ben Lindstrom · 22 years ago
  55. 2f8f6e3 - (stevesk) defines.h: use "/var/spool/sockets/X11/%u" for HP-UX. does by Kevin Steves · 23 years ago
  56. f49a119 - (stevesk) defines.h: determine _PATH_UNIX_X; currently "/tmp/.X11-unix/X%u" by Kevin Steves · 23 years ago
  57. 14a5c99 - (djm) Compat define for OpenSSL < 0.9.6 (No OPENSSL_free) by Damien Miller · 23 years ago
  58. b89e694 by Tim Rice · 23 years ago
  59. 13aae5e by Tim Rice · 23 years ago
  60. 50abba5 - (stevesk) sun_len, SUN_LEN() configure stuff no longer required by Kevin Steves · 23 years ago
  61. 58be738 - (djm) Make sure rijndael.c picks config.h by Damien Miller · 23 years ago
  62. 19d7b8d - (bal) QNX resync. OK tim@ by Ben Lindstrom · 23 years ago
  63. 56cb929 - (djm) Fix detection of long long int support. Based on patch from by Damien Miller · 23 years ago
  64. 78e83b3 - (stevesk) remove _REENTRANT #define by Kevin Steves · 23 years ago
  65. 37a777e - (stevesk) fix x11 forwarding from _PATH_XAUTH change by Kevin Steves · 23 years ago
  66. d7d7da1 - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t by Ben Lindstrom · 23 years ago
  67. b467ddb - (bal) Corrected on_exit() emulation via atexit(). by Ben Lindstrom · 23 years ago
  68. c93e84c - markus@cvs.openbsd.org 2001/05/11 14:59:56 by Ben Lindstrom · 23 years ago
  69. 6aebb34 - (bal) Updates from the Sony NEWS-OS platform by NAKAJI Hiroyuki by Ben Lindstrom · 23 years ago
  70. 86a52b3 - (stevesk) don't use vhangup() if defined(HAVE_DEV_PTMX); also removes by Kevin Steves · 23 years ago
  71. d14d702 by Tim Rice · 23 years ago
  72. 03017ba - (bal) NeXTStep lacks S_ISLNK. Plus split up S_IS* by Ben Lindstrom · 23 years ago
  73. d19a75a by Tim Rice · 23 years ago
  74. 753b1c0 Better fix for long long by Damien Miller · 23 years ago
  75. 9de61e8 - (djm) Add getusershell() functions from OpenBSD CVS by Damien Miller · 23 years ago
  76. 38e6093 - (bal) Generalize lack of UNIX sockets since this also effects Cray by Ben Lindstrom · 23 years ago
  77. 79438cc - (djm) OpenBSD CVS: by Damien Miller · 23 years ago
  78. 4192c46 - (djm) Define _PATH_TTY for systems that don't. Report from Lutz by Damien Miller · 23 years ago
  79. e9cf357 - (djm) Add CVS Id's to files that we have missed by Damien Miller · 23 years ago
  80. ef4eea9 - stevesk@cvs.openbsd.org 2001/02/04 08:32:27 by Kevin Steves · 23 years ago
  81. 03f07b4 Oops.. =) mispelt NGROUPS_MAX. by Ben Lindstrom · 23 years ago
  82. 75713c9 20010105 by Ben Lindstrom · 23 years ago
  83. 16a86be - (bal) no 64bit support patch from Tim Rice <tim@multitalents.net> by Ben Lindstrom · 23 years ago
  84. a64b57a - (djm) Make PAM support optional, enable with --with-pam by Damien Miller · 24 years ago
  85. 69f8fb3 - (stevesk) defines.h: remove spurious ``;'' by Kevin Steves · 24 years ago
  86. 0d5af60 - (bal) Detect if clock_t structure exists, if not define it. by Ben Lindstrom · 24 years ago
  87. d54e55c - (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on by Damien Miller · 24 years ago
  88. fa2d223 by Ben Lindstrom · 24 years ago
  89. beac3b4 - (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination. by Ben Lindstrom · 24 years ago
  90. 82cf0ce - (djm) Workaround PAM inconsistencies between Solaris derived PAM code by Damien Miller · 24 years ago
  91. 3f62aba - (djm) bsd-rresvport.c bzero -> memset by Damien Miller · 24 years ago
  92. 81fa28a - (djm) Don't define _REENTRANT for SNI/Reliant Unix by Damien Miller · 24 years ago
  93. b562864 - (bal) Changed from GNU rx to PCRE on suggestion from djm. by Ben Lindstrom · 24 years ago
  94. 78315eb - (djm) Merged big SCO portability patch from Tim Rice by Damien Miller · 24 years ago
  95. b2033a4 - (djm) Define _REENTRANT by Damien Miller · 24 years ago
  96. 72c9a7e - (djm) Merged cleanup patch from Mark Miller <markm@swoon.net> by Damien Miller · 24 years ago
  97. b9c2ce8 - (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com> by Damien Miller · 24 years ago
  98. 578783e - (djm) Seperate tests for int64_t and u_int64_t types by Damien Miller · 24 years ago
  99. 606f880 - (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz> by Damien Miller · 24 years ago
  100. bac2d8a - (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com> by Damien Miller · 24 years ago