Skip to content
  1. Sep 17, 2014
  2. Sep 15, 2014
  3. Sep 14, 2014
  4. Sep 13, 2014
  5. Sep 08, 2014
  6. Sep 06, 2014
  7. Sep 01, 2014
  8. 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
      [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
  9. Aug 28, 2014
  10. Aug 27, 2014
  11. Aug 25, 2014
  12. Aug 22, 2014
  13. Aug 21, 2014
  14. Aug 20, 2014
  15. Aug 19, 2014
  16. Aug 18, 2014
  17. Aug 14, 2014
  18. Aug 11, 2014
  19. Aug 10, 2014