Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/negotiatesso-plugin
  Commit: a0266ceca3d7b9fbcc28bcaceeb6c6b18c3c57b3
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/a0266ceca3d7b9fbcc28bcaceeb6c6b18c3c57b3
  Author: Bryson Gibbons <farmgeek4l...@gmail.com>
  Date:   2016-12-30 (Fri, 30 Dec 2016)

  Changed paths:
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegSecFilter.java

  Log Message:
  -----------
  Catch the MalformedURLException that can be thrown when redirecting

If the request URL is malformed, and we are trying to parse it for the 
redirect, just return a 404 not found error.

This will prevent the exception from showing up in the log. I haven't seen this 
due to normal use, but something with the network security scanning that is 
regularly done at my place of work was causing such an exception.


  Commit: 3a9a81bfda495a75044259125e4660fb052b3892
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/3a9a81bfda495a75044259125e4660fb052b3892
  Author: Bryson Gibbons <farmgeek4l...@gmail.com>
  Date:   2016-12-30 (Fri, 30 Dec 2016)

  Changed paths:
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegSecFilter.java

  Log Message:
  -----------
  Adjust logging

There was too much noise at even 'FINER', and 'FINEST' usually just duplicated 
data that was already output at 'FINER'.


  Commit: a71fedc047d6a4d41e9bc3db2ab4047a8695fc61
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/a71fedc047d6a4d41e9bc3db2ab4047a8695fc61
  Author: jon <jon.inig...@gmail.com>
  Date:   2017-03-05 (Sun, 05 Mar 2017)

  Changed paths:
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/WindowsAuthForJenkins.java

  Log Message:
  -----------
  Delay Jenkins authentication and continue negotiation if needed.
Authentication mechanisms that need multiple step negotiation like NTLM would 
fail.


  Commit: da58407ba0af74159a858a045209d7e7e1e9e91f
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/da58407ba0af74159a858a045209d7e7e1e9e91f
  Author: Bryson Gibbons <bryso...@gmail.com>
  Date:   2017-03-18 (Sat, 18 Mar 2017)

  Changed paths:
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/WindowsAuthForJenkins.java

  Log Message:
  -----------
  Merge pull request #8 from jiniguez/master

Delay Jenkins authentication and continue negotiation if needed.


  Commit: a7c49fbd29bacce13d4006fa0ad894a66898956a
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/a7c49fbd29bacce13d4006fa0ad894a66898956a
  Author: Bryson Gibbons <farmgeek4l...@gmail.com>
  Date:   2017-03-18 (Sat, 18 Mar 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update parent pom to 2.24


  Commit: 499a2f35407565ec8ecb09ed705b8bc40d96d8ec
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/499a2f35407565ec8ecb09ed705b8bc40d96d8ec
  Author: Bryson Gibbons <farmgeek4l...@gmail.com>
  Date:   2019-02-28 (Thu, 28 Feb 2019)

  Changed paths:
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/WindowsAuthForJenkins.java

  Log Message:
  -----------
  Merge remote-tracking branch 'fork/master'


  Commit: d839922d767d87083bda44348ec506f258f6224c
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/d839922d767d87083bda44348ec506f258f6224c
  Author: Bryson Gibbons <farmgeek4l...@gmail.com>
  Date:   2019-02-28 (Thu, 28 Feb 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Upgrade to Waffle 1.8.0, which requires Java 7, which means upgrading the 
minimum Jenkins version to 1.612


  Commit: 54175a993704e493513ca8f9f2f6110f49b316c9
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/54175a993704e493513ca8f9f2f6110f49b316c9
  Author: Bryson Gibbons <farmgeek4l...@gmail.com>
  Date:   2019-02-28 (Thu, 28 Feb 2019)

  Changed paths:
    M pom.xml
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegSecFilter.java
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegotiateSSO.java
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/WindowsAuthForJenkins.java
    M 
src/test/java/com/github/farmgeek4life/jenkins/negotiatesso/NegSecFilterTests.java

  Log Message:
  -----------
  Upgrade the baseline to Jenkins 2.37, which allows us to use a built-in to 
check permissions requirements


  Commit: cdb2912e821944a45b1bb231b3870a1e6422d3ee
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/cdb2912e821944a45b1bb231b3870a1e6422d3ee
  Author: Bryson Gibbons <farmgeek4l...@gmail.com>
  Date:   2019-02-28 (Thu, 28 Feb 2019)

  Changed paths:
    M pom.xml
    M 
src/test/java/com/github/farmgeek4life/jenkins/negotiatesso/NegotiateConfigTests.java

  Log Message:
  -----------
  Upgrade the plugin POM reference, and also use Waffle 1.9.0

Waffle 1.9.0 requires Java 8
Bump Java requirement to Java 8
Bump minimum Jenkins version to 2.54 (first version to require Java 8)


  Commit: b55b00bb82dba3105dc96cec2c93aec7221ef7d3
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/b55b00bb82dba3105dc96cec2c93aec7221ef7d3
  Author: Bryson Gibbons <farmgeek4l...@gmail.com>
  Date:   2019-02-28 (Thu, 28 Feb 2019)

  Changed paths:
    M pom.xml
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegSecFilter.java
    A 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegSecUserSeedFilter.java
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegotiateSSO.java
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/SecurityFilterConfig.java
    R 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/WindowsAuthForJenkins.java
    M 
src/test/java/com/github/farmgeek4life/jenkins/negotiatesso/NegotiateConfigTests.java

  Log Message:
  -----------
  Update to support UserSeed. Requires LTS 2.150.2 or non-LTS 2.160 or newer


  Commit: b522a3d6e725a91e8dd8e52f0b0bc9d248aeaad3
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/b522a3d6e725a91e8dd8e52f0b0bc9d248aeaad3
  Author: Bryson Gibbons <farmgeek4l...@gmail.com>
  Date:   2019-02-28 (Thu, 28 Feb 2019)

  Changed paths:
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegSecUserSeedFilter.java

  Log Message:
  -----------
  Prevent exceptions on versions of Jenkins from 2.151 to 2.159.

Code copied from the Kerberos-SSO plugin


  Commit: 85f7c3c788ee35264d80800b63c4e9fe4e76da8f
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/85f7c3c788ee35264d80800b63c4e9fe4e76da8f
  Author: Bryson Gibbons <farmgeek4l...@gmail.com>
  Date:   2019-03-01 (Fri, 01 Mar 2019)

  Changed paths:
    A Jenkinsfile

  Log Message:
  -----------
  Merge remote-tracking branch 'fork/master'


  Commit: 930553820261118990256a96ebfeaffd73898ec4
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/930553820261118990256a96ebfeaffd73898ec4
  Author: Bryson Gibbons <farmgeek4l...@gmail.com>
  Date:   2019-03-01 (Fri, 01 Mar 2019)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Update the build status badge


  Commit: 821fe3bca1d20198e84ddf76b6f652268a91f447
      
https://github.com/jenkinsci/negotiatesso-plugin/commit/821fe3bca1d20198e84ddf76b6f652268a91f447
  Author: Bryson Gibbons <6224885+farmgeek4l...@users.noreply.github.com>
  Date:   2019-03-06 (Wed, 06 Mar 2019)

  Changed paths:
    M README.md
    M pom.xml
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegSecFilter.java
    A 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegSecUserSeedFilter.java
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/NegotiateSSO.java
    M 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/SecurityFilterConfig.java
    R 
src/main/java/com/github/farmgeek4life/jenkins/negotiatesso/WindowsAuthForJenkins.java
    M 
src/test/java/com/github/farmgeek4life/jenkins/negotiatesso/NegSecFilterTests.java
    M 
src/test/java/com/github/farmgeek4life/jenkins/negotiatesso/NegotiateConfigTests.java

  Log Message:
  -----------
  Merge pull request #2 from FarmGeek4Life/master

[JENKINS-55697] Security-901 Set user seed on successful authentication


Compare: 
https://github.com/jenkinsci/negotiatesso-plugin/compare/55d3cad8f12a...821fe3bca1d2

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to