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.12
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.13
Choose a head ref
  • 13 commits
  • 13 files changed
  • 7 contributors

Commits on Nov 1, 2025

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

Commits on Nov 9, 2025

  1. Remove execute bit from test file (#572)

    Plain text files shouldn't be executable
    
    Signed-off-by: Mathias Gibbens <gibmat@debian.org>
    gibmat authored Nov 9, 2025
    Configuration menu
    Copy the full SHA
    e93db19 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /v3 (#573

    )
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0.
    - [Commits](golang/crypto@v0.36.0...v0.45.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.45.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    7db655e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2025

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

Commits on Feb 5, 2026

  1. Fix ExtendedResponse parsing (#575)

    According to rfc4511 responseName field in ExtendedResponse is OPTIONAL. I hit the problem with parsing 2.16.840.1.113730.3.8.10.5 response without the fix.
    giggsoff authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    dbef7be View commit details
    Browse the repository at this point in the history
  2. refactor: simplify container command resolution in Makefile

    - Combine `docker` and `podman` detection into a single command.
    - Remove duplicate cleanup flags for local server.
    cpuschma committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    d5557d0 View commit details
    Browse the repository at this point in the history
  3. fix: correct extended request/response handling in Extended

    - Update OID in test for extended request.
    - Adjust handling of response packets: add `ResultCode`, `Referral`, and refine parsing logic.
    - Update test assertions to expect errors for invalid responses.
    cpuschma committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    bdde9c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f4b937 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f881ce8 View commit details
    Browse the repository at this point in the history
  6. refactor: simplify WhoAmI implementation using Extended API (#577)

    * refactor: simplify `WhoAmI` implementation using `Extended` API
    
    - Replace custom encoding/decoding logic with `NewExtendedRequest`.
    - Streamline result handling by utilizing `Extended` response directly.
    cpuschma authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    8bb1a96 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Configuration menu
    Copy the full SHA
    570560b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    539d8f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. Address panic in GetLDAPError, add fuzzer (#582)

    * Address panic in GetLDAPError, add fuzzer
    
    * adjust test logic
    
    * remove unused struct field
    
    * update make fuzz
    
    * Add coverage for nil matchDN in packet passed to GetLDAPError
    TomSellers authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    3bbbfb1 View commit details
    Browse the repository at this point in the history
Loading