Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: ee0f74a0c5cee5dbf90abd99ec1dddbfefcb732e
      
https://github.com/jenkinsci/git-client-plugin/commit/ee0f74a0c5cee5dbf90abd99ec1dddbfefcb732e
  Author: Olivier Dagenais <[email protected]>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Upgrade to Apache HttpComponents 4.3.2
Commons HttpClient has reached end of life: 
http://hc.apache.org/httpclient-legacy/index.html


  Commit: f0e20a4fef7d851ccb57cd6832a8fe8353d28866
      
https://github.com/jenkinsci/git-client-plugin/commit/f0e20a4fef7d851ccb57cd6832a8fe8353d28866
  Author: Olivier Dagenais <[email protected]>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
    M src/main/java/org/jenkinsci/plugins/gitclient/Netrc.java
    M src/test/java/org/jenkinsci/plugins/gitclient/NetrcTest.java

  Log Message:
  -----------
  Switch to modern Apache HttpComponents API.
This was mostly an exercise in replacing org.apache.commons.httpclient.* with 
their equivalents in org.apache.http.*


  Commit: 54cdde90f81e3a9f163ef63d592a6c7dafea57ab
      
https://github.com/jenkinsci/git-client-plugin/commit/54cdde90f81e3a9f163ef63d592a6c7dafea57ab
  Author: Olivier Dagenais <[email protected]>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java

  Log Message:
  -----------
  Implement TODO to support self-signed certificates.


  Commit: 27cd26e3c3086dd941f1ad362021eb07ffaf8e34
      
https://github.com/jenkinsci/git-client-plugin/commit/27cd26e3c3086dd941f1ad362021eb07ffaf8e34
  Author: Olivier Dagenais <[email protected]>
  Date:   2014-02-19 (Wed, 19 Feb 2014)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java

  Log Message:
  -----------
  Configure NTCredentials for the NTLM authentication scheme.
The way Apache HttpComponents works with NTLM, it needs an NTCredentials 
instance if/when the server wants to perform NTLM challenge-response 
authentication.


  Commit: 6bc60c026f019c15d96d6d2e8e9d804300640413
      
https://github.com/jenkinsci/git-client-plugin/commit/6bc60c026f019c15d96d6d2e8e9d804300640413
  Author: Nicolas De loof <[email protected]>
  Date:   2014-02-22 (Sat, 22 Feb 2014)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
    M src/main/java/org/jenkinsci/plugins/gitclient/Netrc.java
    M src/test/java/org/jenkinsci/plugins/gitclient/NetrcTest.java

  Log Message:
  -----------
  Merge pull request #116 from 
olivierdagenais/JENKINS-21401_UseNTCredentialsForTfsGit

[JENKINS-21401] Add support for NTLM authentication, such as TFS 2013 Git 
servers


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/682b654eb2a8...6bc60c026f01

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to