- Sep 06, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Sep 01, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Aug 31, 2014
-
-
CloudBees DEV@Cloud authored
-
Kohsuke Kawaguchi authored
-
- Aug 30, 2014
-
-
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.
-
Jesse Glick authored
java.lang.NullPointerException: null at hudson.model.AbstractBuild.setWorkspace(AbstractBuild.java:296) at hudson.model.ProjectTest.testCheckout(ProjectTest.java:423)
-
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.
-
- Aug 29, 2014
-
-
Jesse Glick authored
-
- Aug 28, 2014
-
-
Jesse Glick authored
If we are running on a case-insensitive FS, the test makes no sense because migration would never even be attempted to begin with.
-
Daniel Beck authored
-
Henrik Ygge authored
For some reason IE10 craches when document.getElementsByName is called and there is an element with a name attribute but no value. In this case a button had a name attribute set with an empty string as the value.
-
tfennelly authored
-
- Aug 27, 2014
-
-
Jesse Glick authored
-
Daniel Beck authored
-
Daniel Beck authored
[FIXED JENKINS-24014] Make reverse proxy check tolerate ?auto_refresh
-
Daniel Beck authored
[FIXED JENKINS-20307] Consider OneOffExecutors in Run.getExecutor()
-
- Aug 26, 2014
-
-
Jesse Glick authored
Properly documenting the AccessDeniedException as thrown by ItemGroup.read (and methods that call it). Also making DISCOVER permission be implied by READ, which is natural since it is only checked if READ is denied.
-
- Aug 25, 2014
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Conflicts: changelog.html
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Aug 22, 2014
-
-
Daniel Beck authored
-
Daniel Beck authored
[FIXED JENKINS-23963] Use absolute sidepanel links for computers
-
Harald Albers authored
-
Daniel Beck authored
-
- Aug 21, 2014
-
-
Jesse Glick authored
[JENKINS-24244] If we are skipping polling due to quietingDown, at least record this fact in the system log.
-
Jesse Glick authored
Trying to make testRemoteKill less prone to random failure (presumably on a heavily loaded machine).
-
Daniel Beck authored
-