1. 27 6月, 2005 1 次提交
  2. 19 4月, 2005 1 次提交
  3. 16 4月, 2005 1 次提交
  4. 06 4月, 2005 1 次提交
  5. 30 12月, 2004 1 次提交
  6. 29 12月, 2004 1 次提交
  7. 14 11月, 2004 1 次提交
  8. 08 9月, 2004 1 次提交
  9. 07 9月, 2004 1 次提交
  10. 18 5月, 2004 1 次提交
  11. 20 4月, 2004 2 次提交
  12. 26 3月, 2004 1 次提交
  13. 16 3月, 2004 1 次提交
  14. 27 12月, 2003 1 次提交
    • R
      Use BUF_strlcpy() instead of strcpy(). · d420ac2c
      Richard Levitte 提交于
      Use BUF_strlcat() instead of strcat().
      Use BIO_snprintf() instead of sprintf().
      In some cases, keep better track of buffer lengths.
      This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
      d420ac2c
  15. 28 11月, 2003 3 次提交
  16. 17 11月, 2003 1 次提交
  17. 09 9月, 2003 1 次提交
  18. 04 4月, 2003 5 次提交
  19. 23 2月, 2003 1 次提交
  20. 31 1月, 2003 1 次提交
  21. 28 11月, 2002 1 次提交
  22. 16 11月, 2002 1 次提交
  23. 13 11月, 2002 1 次提交
  24. 25 10月, 2002 1 次提交
  25. 24 10月, 2002 1 次提交
    • R
      On certain platforms, we redefine certain symbols using macros in · d610d27f
      Richard Levitte 提交于
      apps.h.  For those, it's better to include apps.h after the system
      headers where those symbols may be defined, since there's otherwise a
      chance that the C compiler will barf when it sees something that looks
      like this after expansion:
      
      int VMS_strcasecmp((str1),(str2))(const char *, const char *);
      d610d27f
  26. 10 10月, 2002 1 次提交
  27. 23 8月, 2002 1 次提交
    • D
      · fc85ac20
      Dr. Stephen Henson 提交于
      Make -nameopt work in req and add support for -reqopt
      fc85ac20
  28. 02 8月, 2002 1 次提交
  29. 19 7月, 2002 1 次提交
  30. 18 7月, 2002 1 次提交
  31. 19 6月, 2002 1 次提交
  32. 14 6月, 2002 1 次提交
  33. 29 5月, 2002 1 次提交