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.8
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.10
Choose a head ref
  • 12 commits
  • 48 files changed
  • 6 contributors

Commits on Apr 19, 2024

  1. chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in /v3 (#511)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    73de758 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#510)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Christopher Puschmann <cp@lumen.sh>
    dependabot[bot] and cpuschma authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d170cda View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on May 3, 2024

  1. Fix LDAP GetError and LDAP search (#509)

    * When trying to parse ldap error, value can be nil
    gustavoluvizotto authored May 3, 2024
    Configuration menu
    Copy the full SHA
    56e5759 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. chore: Fix desynced root and v3 directory (#521)

    As pointed out in #520 (comment), the subdirectory v3 has been out of sync. This PR copies all missing changes to the root directory.
    cpuschma authored May 28, 2024
    Configuration menu
    Copy the full SHA
    dbdc485 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    bc6bdd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25c2d48 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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

Commits on Dec 14, 2024

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

Commits on Dec 16, 2024

  1. chore: go mod tidy (#540)

    ilyam8 authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    f71ace8 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. Configuration menu
    Copy the full SHA
    dc5f57d View commit details
    Browse the repository at this point in the history
  2. Remove old pre-module code (#542)

    * Remove old pre-module code
    
    older versions still accessible via tags
    
    * Update workflows to only use v3 directory
    
    Also, disable fuzzing until configured correctly in upstream repo
    johnweldon authored Dec 26, 2024
    Configuration menu
    Copy the full SHA
    aebc65e View commit details
    Browse the repository at this point in the history
Loading