8000 Comparing shipperizer:master...glauth:master · shipperizer/ldap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: shipperizer/ldap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: glauth/ldap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 24 files changed
  • 4 contributors

Commits on Dec 10, 2023

  1. Start tls by @shipperizer (nmcclain#1)

    * switch nmcclain/asn1-ber to go-asn1-ber/and1-ber.
    This newer package has ben updated with tests, and looks to actually be supported.
    It is also is a forked version of nmcclain/asn1-ber, so supports the same API.
    
    * no need to print errors if client disconnects early and unexpectedly
    
    * added in Close method on server to avoid a race condition
    
    * test ssl certs are untrusted, ldapsearch needs to be told to allow untrusted certs
    
    * Extra time.Wait causes the test to fail
    
    * removed singaling with a custom quit chanel
    
    * feat: support StartTLS in server
    
    * lint: fmt and imports
    
    * feat: rename library to be used by glauth
    
    * chore: renamed packages
    
    ---------
    
    Co-authored-by: Daniel Barney <daniel@thoughtplot.io>
    Co-authored-by: Mark Rushakoff <mark@influxdata.com>
    Co-authored-by: shipperizer <alexcabb@gmail.com>
    4 people authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    b9bf4d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    53c26f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Address panic when client starts a StartTLS connection but server is …

    …not configured to accept (nmcclain#4)
    
    * fix: don't start TLS connection if TLSConfig is nil
    
    addresses and closes glauth/glauth#389
    
    * deps: update asn1-ber
    shipperizer authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1f14f5c View commit details
    Browse the repository at this point in the history
Loading
0