1. 07 9月, 2014 2 次提交
  2. 06 9月, 2014 13 次提交
  3. 05 9月, 2014 4 次提交
  4. 02 9月, 2014 2 次提交
  5. 01 9月, 2014 7 次提交
  6. 31 8月, 2014 2 次提交
  7. 30 8月, 2014 3 次提交
    • K
      [FIXED JENKINS-24514] · cf5a9b7c
      Kohsuke Kawaguchi 提交于
      Ubuntu (at least as of 12.04) has the default umask 022, which made some
      users nervous. Quoting its /etc/login.defs below, which explains its
      historical origin:
      
        UMASK is the default umask value for pam_umask and is used by
        useradd and newusers to set the mode of the new home directories.
        022 is the "historical" value in Debian for UMASK
        027, or even 077, could be considered better for privacy
        There is no One True Answer here : each sysadmin must make up his/her
        mind.
      
      It does seem to me that a bit more restrictive default is sensible,
      so this change introduces /etc/default/jenkins parameter that sets the
      default umask to 027 to prevent "others" from seeing files.
      
      Not that keys and other sensitive files are protected anyway, so it is
      not the case that the privacy of Jenkins data files have been vulnerable
      prior to this change.
      cf5a9b7c
    • J
      NPE diagnosis from ProjectTest.testCheckout. · 52c28ae3
      Jesse Glick 提交于
      java.lang.NullPointerException: null
      	at hudson.model.AbstractBuild.setWorkspace(AbstractBuild.java:296)
      	at hudson.model.ProjectTest.testCheckout(ProjectTest.java:423)
      52c28ae3
    • J
      [FIXED JENKINS-23522] Defend against stack overflows when a listener... · cb6e5688
      Jesse Glick 提交于
      [FIXED JENKINS-23522] Defend against stack overflows when a listener (unnecessarily) called super from a deprecated method.
      Fixes #1295 a little differently.
      cb6e5688
  8. 29 8月, 2014 3 次提交
  9. 28 8月, 2014 2 次提交
  10. 27 8月, 2014 2 次提交