- Sep 24, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-22769] ItemListener callbacks should run as SYSTEM since they sometimes do ACL-checked calls.
-
Kohsuke Kawaguchi authored
The actual fix is made in 040b7d40 through winp.
-
- Sep 23, 2014
-
-
Kohsuke Kawaguchi authored
This version checks the critical flag of the process, as killing such a process results in BSoD.
-
- Sep 22, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Sep 18, 2014
-
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Sep 17, 2014
-
-
Daniel Beck authored
-
- Sep 15, 2014
-
-
Kohsuke Kawaguchi authored
Integrated the fix in remoting to Jenkins 1.580.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Sep 14, 2014
-
-
Daniel Beck authored
-
- Sep 13, 2014
-
-
Daniel Beck authored
-
Daniel Beck authored
-
- Sep 08, 2014
-
-
Daniel Beck authored
-
- Sep 06, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Daniel Beck authored
-
Daniel Beck authored
-
Daniel Beck authored
-
- Sep 01, 2014
-
-
Kohsuke Kawaguchi 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
[FIXED JENKINS-23522] Defend against stack overflows when a listener (unnecessarily) called super from a deprecated method. Fixes #1295 a little differently.
-
- Aug 28, 2014
-
-
Daniel Beck authored
-
- Aug 27, 2014
-
-
Jesse Glick authored
-
Daniel Beck authored
-
- Aug 25, 2014
-
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Aug 22, 2014
-
-
Daniel Beck authored
-
- Aug 21, 2014
-
-
Daniel Beck authored
-
Jesse Glick authored
Adapted from #1375 by @daniel-beck: omitting change to User construction, and adding test. (cherry picked from commit 088edabb) Conflicts: changelog.html
-
Jesse Glick authored
Adapted from #1375 by @daniel-beck: omitting change to User construction, and adding test.
-
Jesse Glick authored
[FIXED JENKINS-24358] RunSaveableReference.get can acquire locks, so avoid calling it while holding a lock on ourselves.
-
- Aug 20, 2014
-
-
Kohsuke Kawaguchi authored
Added no-store to the Cache-Contorl header Reference: http://stackoverflow.com/questions/866822/why-both-no-cache-and-no-store-should-be-used-in-http-response Reference: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.2
-
- Aug 19, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-