Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/reverse-proxy-auth-plugin
  Commit: 66821d344cf670761836ab37fd2be0e2294cf81f
      
https://github.com/jenkinsci/reverse-proxy-auth-plugin/commit/66821d344cf670761836ab37fd2be0e2294cf81f
  Author: wilderrodrigues <wrodrig...@schubergphilis.com>
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySearchTemplate.java
    M 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/DefaultReverseProxyAuthenticator.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/DefaultReverseProxyAuthoritiesPopulator.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/ReverseProxyAuthenticationProvider.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/ReverseProxyAuthenticator.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/ReverseProxyAuthoritiesPopulator.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/data/GroupSearchTemplate.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/data/SearchTemplate.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/data/UserSearchTemplate.java
    A 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/service/ProxyLDAPAuthoritiesPopulator.java
    A 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/service/ProxyLDAPUserDetailsService.java
    M 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxyBindSecurityRealm.groovy
    M 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm/config.jelly

  Log Message:
  -----------
  Extending the LDAP user/group search in the Rever Proxy Plugin in order to 
make possible Authroties discovery and also avoid the 4k limitation of 
winstone. The plugin is working in progress, will merge back to master once 
it's finished.


  Commit: 8cc3d20f01dab959dd5bd77308a6ce5efc14daeb
      
https://github.com/jenkinsci/reverse-proxy-auth-plugin/commit/8cc3d20f01dab959dd5bd77308a6ce5efc14daeb
  Author: Wilder Rodrigues <wrodrig...@schubergphilis.com>
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Adding information about LDAP discovery


  Commit: 5cd3959c996bcbc1dac56f486eee928e1f0b4c37
      
https://github.com/jenkinsci/reverse-proxy-auth-plugin/commit/5cd3959c996bcbc1dac56f486eee928e1f0b4c37
  Author: wilderrodrigues <wrodrig...@schubergphilis.com>
  Date:   2013-12-31 (Tue, 31 Dec 2013)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java
    R 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxyBindSecurityRealm.groovy
    A 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxyLDAPSecurityRealm.groovy
    A 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.groovy

  Log Message:
  -----------
  adding an extra groovy script in order to allow the optional use of LDAP.


  Commit: cdcf1a1c88c401322df7deda6b5688e8c79ba2fd
      
https://github.com/jenkinsci/reverse-proxy-auth-plugin/commit/cdcf1a1c88c401322df7deda6b5688e8c79ba2fd
  Author: wilderrodrigues <wrodrig...@schubergphilis.com>
  Date:   2013-12-31 (Tue, 31 Dec 2013)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Merge branch 'master' of 
https://github.com/schubergphilis/reverse-proxy-auth-plugin


  Commit: 05b064145fca8fe69e6e11a5161dd6e3d3a47ff6
      
https://github.com/jenkinsci/reverse-proxy-auth-plugin/commit/05b064145fca8fe69e6e11a5161dd6e3d3a47ff6
  Author: wilderrodrigues <wrodrig...@schubergphilis.com>
  Date:   2013-12-31 (Tue, 31 Dec 2013)

  Changed paths:
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySearchTemplate.java
    M 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/DefaultReverseProxyAuthenticator.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/DefaultReverseProxyAuthoritiesPopulator.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/ReverseProxyAuthenticationProvider.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/ReverseProxyAuthenticator.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/ReverseProxyAuthoritiesPopulator.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/data/GroupSearchTemplate.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/data/SearchTemplate.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/data/UserSearchTemplate.java
    A 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/service/ProxyLDAPAuthoritiesPopulator.java
    A 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/service/ProxyLDAPUserDetailsService.java
    M 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxyBindSecurityRealm.groovy
    M 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm/config.jelly

  Log Message:
  -----------
  Extending the LDAP user/group search in the Rever Proxy Plugin in order to 
make possible Authroties discovery and also avoid the 4k limitation of 
winstone. The plugin is working in progress, will merge back to master once 
it's finished.


  Commit: 546403bca8911b4df850d076343a2aa6eb0f6f75
      
https://github.com/jenkinsci/reverse-proxy-auth-plugin/commit/546403bca8911b4df850d076343a2aa6eb0f6f75
  Author: Wilder Rodrigues <wrodrig...@schubergphilis.com>
  Date:   2013-12-31 (Tue, 31 Dec 2013)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Adding information about LDAP discovery


  Commit: 7c288675f4aef42e0a1818c458685bd02973d438
      
https://github.com/jenkinsci/reverse-proxy-auth-plugin/commit/7c288675f4aef42e0a1818c458685bd02973d438
  Author: wilderrodrigues <wrodrig...@schubergphilis.com>
  Date:   2013-12-31 (Tue, 31 Dec 2013)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java
    R 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxyBindSecurityRealm.groovy
    A 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxyLDAPSecurityRealm.groovy
    A 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.groovy

  Log Message:
  -----------
  adding an extra groovy script in order to allow the optional use of LDAP.


  Commit: 55333229af54981a2908f8b707980656b9d6dd2c
      
https://github.com/jenkinsci/reverse-proxy-auth-plugin/commit/55333229af54981a2908f8b707980656b9d6dd2c
  Author: wilderrodrigues <wrodrig...@schubergphilis.com>
  Date:   2014-01-02 (Thu, 02 Jan 2014)

  Changed paths:
    M README.md

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

Conflicts:
        README.md
        
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm/config.jelly


  Commit: b8a5c2c4714997a0e41578d30bb713a1fb81edf9
      
https://github.com/jenkinsci/reverse-proxy-auth-plugin/commit/b8a5c2c4714997a0e41578d30bb713a1fb81edf9
  Author: wilderrodrigues <wrodrig...@schubergphilis.com>
  Date:   2014-01-02 (Thu, 02 Jan 2014)

  Changed paths:
    M README.md

  Log Message:
  -----------
  fixing clonflict in README.md after pull


  Commit: 6bdfcf9c50296a0c94f2bbac0ef4ac63d912c903
      
https://github.com/jenkinsci/reverse-proxy-auth-plugin/commit/6bdfcf9c50296a0c94f2bbac0ef4ac63d912c903
  Author: Wilder Rodrigues <wrodrig...@schubergphilis.com>
  Date:   2014-01-02 (Thu, 02 Jan 2014)

  Changed paths:
    M README.md
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySearchTemplate.java
    M 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/DefaultReverseProxyAuthenticator.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/DefaultReverseProxyAuthoritiesPopulator.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/ReverseProxyAuthenticationProvider.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/ReverseProxyAuthenticator.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/auth/ReverseProxyAuthoritiesPopulator.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/data/GroupSearchTemplate.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/data/SearchTemplate.java
    R 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/data/UserSearchTemplate.java
    A 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/service/ProxyLDAPAuthoritiesPopulator.java
    A 
src/main/java/org/jenkinsci/plugins/reverse_proxy_auth/service/ProxyLDAPUserDetailsService.java
    R 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxyBindSecurityRealm.groovy
    A 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxyLDAPSecurityRealm.groovy
    A 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm.groovy
    M 
src/main/resources/org/jenkinsci/plugins/reverse_proxy_auth/ReverseProxySecurityRealm/config.jelly

  Log Message:
  -----------
  Merge pull request #10 from schubergphilis/master

The plugin now handles Authentication via Proxy and Authorisation via LDAP


Compare: 
https://github.com/jenkinsci/reverse-proxy-auth-plugin/compare/8d4988129f8b...6bdfcf9c5029

-- 
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/groups/opt_out.

Reply via email to