1. 03 2月, 2013 1 次提交
  2. 27 1月, 2013 2 次提交
  3. 23 1月, 2013 2 次提交
  4. 14 1月, 2013 2 次提交
  5. 08 1月, 2013 2 次提交
  6. 07 1月, 2013 3 次提交
  7. 06 1月, 2013 1 次提交
    • K
      [SECURITY-49] Deprecating Jenkins.getSecretKey() · a9aff088
      Kohsuke Kawaguchi 提交于
      We are replacing it by the ConfidentialStore class and the
      ConfidentialKey class, which provides purpose-specific confidential
      information that are separated from each other.
      
      In this way, not all eggs are in one basket, and in case of a
      compromise, the impact will contained.
      
      Also replaced several insecure use of digest(secret|messsage) or
      digest(message|secret) by HMAC.
      a9aff088
  8. 01 1月, 2013 1 次提交
  9. 31 12月, 2012 3 次提交
  10. 25 12月, 2012 3 次提交
  11. 17 12月, 2012 3 次提交
  12. 10 12月, 2012 1 次提交
  13. 09 12月, 2012 2 次提交
  14. 27 11月, 2012 1 次提交
  15. 26 11月, 2012 2 次提交
  16. 22 11月, 2012 1 次提交
  17. 19 11月, 2012 2 次提交
  18. 13 11月, 2012 3 次提交
  19. 05 11月, 2012 3 次提交
  20. 30 10月, 2012 2 次提交
    • K
      [FIXED JENKINS-13754] · abeebce2
      Kohsuke Kawaguchi 提交于
      while I can't pinpoint what's really causing this, moving this
      dependency to core seems to solve the problem.
      
      Guava is defined as dependency in org.kohsuke.stapler:stapler, then
      redefined to a newer version in maven-plugin. The latter gets to plugins
      as a test scope. When I look at the dependency scope of this in a plugin
      project in IntelliJ IDEA, it reports this dependency as the test scope
      (and this makes the error somewhat understandable.)
      abeebce2
    • K
      the trunk is toward 1.490-SNAPSHOT · 1d5dec89
      Kohsuke Kawaguchi 提交于
      1d5dec89