1. 05 5月, 2017 3 次提交
    • K
      Upgrade to Groovy 2.4.11 · a6cd5b51
      Kamil Szymanski 提交于
      a6cd5b51
    • A
      [JENKINS-42707] AccessDeniedException exception in ReverseBuildTrigger (#2846) · 17eedcfd
      Allan Burdajewicz 提交于
      * [JENKINS-42707] AccessDeniedException vulnerability in ReverseBuildTrigger.
      
      * [JENKINS-42707] Added tests to expose the issue
      
      * [JENKINS-42707] Log message according to permission (DISCOVER/READ)
      
      * [JENKINS-42707] Use MockAuthorizationStrategy
      
      * [JENKINS-42707] Remove internationalization for logger
      17eedcfd
    • M
      [JENKINS-42959, JENKINS-44046, JENKINS-43979] - Bump Trilead to build217-jenkins-10 (#2872) · f36917c2
      Michael Clarke 提交于
      [JENKINS-42959] Correctly compare key algorithms during key verification
      [FIXED JENKINS-44046][FIXED JENKINS-43979] Use a larger default key size to fix issues when using SHA256 MACs during Diffe-Helman key exchange against older versions of OpenSSH
      
      Fixes issues encountered following the recent move to the latest Trilead version. These fix 2 underlying issues:
      
          diffe-helman-sha256 Key Exchange needs at least 2048 bits of data to generate a key against OpenSSH 6.4 and below.
          Known hosts comparison incorrectly compares the hostname against the key value meaning key verification always fails when using known hosts files
      f36917c2
  2. 04 5月, 2017 6 次提交
  3. 03 5月, 2017 3 次提交
  4. 02 5月, 2017 1 次提交
  5. 01 5月, 2017 3 次提交
  6. 29 4月, 2017 4 次提交
  7. 28 4月, 2017 4 次提交
  8. 27 4月, 2017 8 次提交
  9. 24 4月, 2017 4 次提交
  10. 23 4月, 2017 2 次提交
  11. 22 4月, 2017 2 次提交
    • O
      [JENKINS-42717] - Prevent NPE when a non-existent Default View is specified in... · 4074818b
      Oleg Nenashev 提交于
      [JENKINS-42717] - Prevent NPE when a non-existent Default View is specified in the global config (#2815)
      
      * [JENKINS-42717] - Document view management methods in Jenkins and ViewGroupMixIn
      
      * [KENKINS-42717] - GlobalDefauldViewConfiguration should not fail with NPE when the view is missing
      
      * [JENKINS-42717] - Draft the direct unit test
      
      * [JENKINS-42717] - Fix the tes implementation
      
      * [JENKINS-42717] - Make FormException localizable
      
      * [JENKINS-42717] - Fix te build glitch
      4074818b
    • O
      Merge pull request #2849 from stephenc/jenkins-43531 · d1d72ca9
      Oleg Nenashev 提交于
      [JENKINS-43531] Plugins may not be expecting InvalidPathException
      d1d72ca9