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: go-ldap/ldap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.10
Choose a base ref
...
head repository: go-ldap/ldap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.11
Choose a head ref
  • 10 commits
  • 10 files changed
  • 12 contributors

Commits on Jan 10, 2025

  1. Allow users to specify a custom NTLM negotiator (#544)

    * Allow users to specify a custom NTLM negotiator
    
    * Add detail to NTLM negotiation error messages
    rtpt-erikgeiser authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    5d1b644 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

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

Commits on Feb 19, 2025

  1. Fix ControlServerSideSortingResult handling for OpenLDAP (#546)

    * fix: handle missing sorting control in OpenLDAP response
    
    * Update control.go (re-phrased the comment in english to match with the rest of the library)
    
    ---------
    
    Co-authored-by: kozlov-e <kozlov-e@protei-lab.ru>
    Co-authored-by: Christopher Puschmann <cp@lumen.sh>
    3 people authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    403d46a View commit details
    Browse the repository at this point in the history
  2. Fix DIGEST-MD5 auth (#545)

    * condition is always true
    * Fix DIGEST-MD5 auth
    
    ---------
    
    Co-authored-by: Christopher Puschmann <cp@lumen.sh>
    andy-igoshin and cpuschma authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    32469eb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. [bugfix] Added APOptions []int in client.GSSAPIBindRequest(...) and c…

    …lient.InitSecContext(...), fixes #536 (#537)
    
    * Added GSSAPIClient.InitSecContextWithOptions(...), fixes #536
    
    * Added UnmarshalWrapToken()
    
    * Added Conn.GSSAPIBindRequestWithAPOptions()
    p0dalirius authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    b7e97bb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Adding InitSecContextWithOptions to SSPI client (#549)

    Co-authored-by: Aaron Rood <arood@blackpointcyber.com>
    stratg5 and Aaron Rood authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    ac1bc55 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Update golang.org/x/net dependency (#553)

    The vulnerability in golang.org/x/net prior to version 0.36.0 does not
    apply to this module, however for general hygiene we're updating the
    dependencies.
    
    This has pushed the issue of which versions of Go we support; the go.mod
    file from golang.org/x/net requires Go version 1.23 minimum, and given
    that the Go maintainers only support the last two versions, this change
    reduces the test matrix to the last two versions.
    johnweldon authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    d1298fc View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. fix invalid function signature for GSSAPIBind during tests on Windo…

    …ws clients
    
    Running the current version of the code on Windows with `go test` ends with an error:
    ```
    .\examples_windows_test.go:14:1: ExampleConn_SSPIClient_GSSAPIBind refers to unknown field or method: Conn.SSPIClient
    .\examples_windows_test.go:14:1: ExampleConn_SSPIClient_GSSAPIBind has malformed example suffix: GSSAPIBind
    ```
    
    This commit adjusts the example function signature to match
    cpuschma authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    1d9898b View commit details
    Browse the repository at this point in the history
  2. use ldap boolean for dirsync control.criticality (#555)

    Co-authored-by: Borislav Dubyaga <borislav.dubyaga@myoffice.team>
    Co-authored-by: Christopher Puschmann <cp@lumen.sh>
    3 people authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    9cfc03b View commit details
    Browse the repository at this point in the history
  3. chore: update DirSync and DirSyncAsync examples

    update `DirSync` and `DirSyncAsync` example codes to use `DialURL` instead of the already deprecated `Dial` function
    cpuschma authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    e80f029 View commit details
    Browse the repository at this point in the history
Loading