1. 12 5月, 2011 1 次提交
  2. 03 3月, 2010 1 次提交
  3. 24 4月, 2009 1 次提交
  4. 20 4月, 2009 1 次提交
  5. 15 2月, 2009 1 次提交
    • D
      PR: 1835 · 477fd459
      Dr. Stephen Henson 提交于
      Submitted by: Damien Miller <djm@mindrot.org>
      Approved by: steve@openssl.org
      
      Fix various typos.
      477fd459
  6. 10 2月, 2007 1 次提交
  7. 26 7月, 2005 1 次提交
  8. 28 6月, 2005 1 次提交
  9. 17 6月, 2005 1 次提交
  10. 22 5月, 2005 1 次提交
  11. 21 4月, 2005 1 次提交
  12. 10 4月, 2005 1 次提交
  13. 16 3月, 2004 1 次提交
  14. 28 9月, 2003 1 次提交
  15. 26 3月, 2003 1 次提交
  16. 25 12月, 2002 1 次提交
    • L
      Some more adjustments · ea8e0cc7
      Lutz Jänicke 提交于
      Submitted by: Jeffrey Altman <jaltman@columbia.edu>, "Kenneth R. Robinette" <support@securenetterm.com>
      ea8e0cc7
  17. 20 12月, 2002 1 次提交
  18. 28 11月, 2002 1 次提交
  19. 13 11月, 2002 1 次提交
  20. 19 3月, 2002 1 次提交
  21. 13 3月, 2002 2 次提交
    • D
      · 497810ca
      Dr. Stephen Henson 提交于
      Undo previous patch: avoid warnings by #undef'ing
      duplicate definitions.
      
      Suggested by "Kenneth R. Robinette" <support@securenetterm.com>
      497810ca
    • D
      · cbc9d971
      Dr. Stephen Henson 提交于
      Fix Kerberos warnings with VC++.
      cbc9d971
  22. 12 3月, 2002 1 次提交
    • D
      · 0b4c91c0
      Dr. Stephen Henson 提交于
      Fix various warnings when compiling with KRB5 code.
      0b4c91c0
  23. 28 2月, 2002 1 次提交
  24. 24 11月, 2001 1 次提交
  25. 17 10月, 2001 1 次提交
  26. 10 10月, 2001 1 次提交
  27. 31 7月, 2001 2 次提交
  28. 21 7月, 2001 1 次提交
    • R
      More Kerberos SSL patches from Vern Staats <staatsvr@asc.hpc.mil>. · acdf4afb
      Richard Levitte 提交于
      His comments are:
      
      This patch fixes the problem of modern Kerberos using "derived keys"
      to encrypt the authenticator by disabling the authenticator check
      for all derived keys enctypes.
      
      I think I've got all the bugfixes that Jeffrey and I discussed rolled
      into this.  There were some problems with Jeffrey's code to convert
      the authenticator's Kerberos timestring into struct tm (e.g. Z, -1900;
      it helps to have an actual decryptable authenticator to play with).
      So I've shamelessly pushed in my code, while stealing some bits from
      Jeffrey.
      acdf4afb
  29. 13 7月, 2001 1 次提交
  30. 12 7月, 2001 3 次提交
  31. 11 7月, 2001 1 次提交
    • R
      Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu> · 8de83bf8
      Richard Levitte 提交于
      His comments are:
      
       . Fixed all of the Windows dynamic loading functions, prototypes, etc.
      
       . Corrected all of the unsigned/signed comparison warnings
      
       . Replaced the references to krb5_cksumarray[] for two reasons.
         First, it was an internal variable that should not have been
         referenced outside the library; nor could it have been with
         a shared library with restricted exports.  Second, the
         variable is no longer used in current Kerberos implementations.
         I replaced the code with equivalent functionality using functions
         that are exported from the library.
      8de83bf8
  32. 10 7月, 2001 2 次提交
  33. 20 2月, 2001 3 次提交