Skip to content
  1. Sep 15, 2014
  2. Sep 06, 2014
  3. Sep 05, 2014
  4. Sep 02, 2014
  5. Sep 01, 2014
  6. Aug 31, 2014
  7. Aug 30, 2014
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-24514] · cf5a9b7c
      Kohsuke Kawaguchi authored
      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
    • Jesse Glick's avatar
      NPE diagnosis from ProjectTest.testCheckout. · 52c28ae3
      Jesse Glick authored
      java.lang.NullPointerException: null
      	at hudson.model.AbstractBuild.setWorkspace(AbstractBuild.java:296)
      	at hudson.model.ProjectTest.testCheckout(ProjectTest.java:423)
      3 tags
      52c28ae3
    • Jesse Glick's avatar
      [FIXED JENKINS-23522] Defend against stack overflows when a listener... · cb6e5688
      Jesse Glick authored
      [FIXED JENKINS-23522] Defend against stack overflows when a listener (unnecessarily) called super from a deprecated method.
      Fixes #1295 a little differently.
      2 tags
      cb6e5688
  8. Aug 29, 2014
  9. Aug 28, 2014
Loading