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