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

Commits on Nov 21, 2023

  1. fix: add a setup process in TestMain to prevent DATA RACE as a result…

    … of changing ber's module global variable for fuzz tests #472 (#473)
    t2y authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ef0e538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12f15cc View commit details
    Browse the repository at this point in the history
  3. fix: update golangci/golangci-lint-action since a deprecated warning …

    …occurs (#474)
    
    Co-authored-by: John Weldon <johnweldon4@gmail.com>
    t2y and johnweldon authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f021281 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Dec 18, 2023

  1. Bump golang.org/x/crypto from 0.13.0 to 0.17.0 in /v3 (#478)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.17.0.
    - [Commits](golang/crypto@v0.13.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      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 Dec 18, 2023
    Configuration menu
    Copy the full SHA
    15fcefa View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/crypto from 0.13.0 to 0.17.0 (#479)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.17.0.
    - [Commits](golang/crypto@v0.13.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      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 Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a0fbbb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. feat: Add support for children scope choice const (#480)

    * feat: Add support for children scope choice const
    
    * Add comment to `ScopeChildren` that this scope may not be available on directory server other than OpenLDAP
    
    * Mirror changes to v3
    
    ---------
    
    Co-authored-by: sirzzang <sirzzan@naver.com>
    Co-authored-by: Christopher Puschmann <cp@lumen.sh>
    3 people authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    9023788 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

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

Commits on Feb 11, 2024

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

Commits on Mar 14, 2024

  1. feat: GSSAPI client (with unix support) (#449)

    * feat: unix gssapi client
    
    * fix: lint errors
    
    * fix: comment grammar
    
    ---------
    
    Co-authored-by: Levko Burburas <levko.burburas@biptec.com>
    lev-ok and Levko Burburas authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    83a306c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix: mark functions as deprecated with doc comment (#491)

    Refer to https://go.dev/wiki/Deprecated
    
    The right way to mark a function as deprecated is to use `Deprecated:`
    as the beginning of a doc comment paragraph.
    
    This ensures that various tools (such as static checks) pick up the
    deprecation information.
    donatello authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d13d063 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Refactor the context handling with receiving an ldap response in sear…

    …chAsync() (#496)
    
    * Refactor the context handling with receiving an ldap response in searchAsync() #495
    * Add debug print for response
    t2y authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    87d782b View commit details
    Browse the repository at this point in the history
  2. Update README to include new features and implemented RFCs

    * Add newly added features and RFCs to the list
    * Removed the Travis CI link as it has been replaced with Github Actions
    cpuschma authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    450e034 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f09ee91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff74b2c View commit details
    Browse the repository at this point in the history
  5. Revert "fix: Limit maximum BER packet length in FuzzParseDN to 6553… (

    #500)
    
    * Revert "fix: Limit maximum BER packet length in `FuzzParseDN` to 65536 bytes (#466)"
    
    This reverts commit 80095a3
    
    * Fix index out of range crash
    cpuschma authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    191cca8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update golang.org/x/crypto (#502)

    * Update golang.org/x/crypto
    * Forgot to mirror to v3
    * update asn1-ber
    johnweldon authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4ca7b8e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. feat: Add tests to parseDN (fuzzing, roundtrip ...) (#504)

    * add tests to parseDN (including fuzz tests) and apply changes required to make roundtripping work
    
    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    
    * undo unnessary changes
    
    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    9c14185 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. fix: Replace DER with ASN1 BER encoding when parsing distinguishedNam…

    …es (#505)
    
    * fix: Replace DER with ASN1 BER encoding when parsing distinguishedNames
    * Remove leftover comment
    cpuschma authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    2260012 View commit details
    Browse the repository at this point in the history
Loading