-
Notifications
You must be signed in to change notification settings - Fork 377
Comparing changes
Open a pull request
base repository: go-ldap/ldap
base: v3.4.12
head repository: go-ldap/ldap
compare: v3.4.13
- 13 commits
- 13 files changed
- 7 contributors
Commits on Nov 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b693143 - Browse repository at this point
Copy the full SHA b693143View commit details
Commits on Nov 9, 2025
-
Remove execute bit from test file (#572)
Plain text files shouldn't be executable Signed-off-by: Mathias Gibbens <gibmat@debian.org>
Configuration menu - View commit details
-
Copy full SHA for e93db19 - Browse repository at this point
Copy the full SHA e93db19View commit details
Commits on Nov 19, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 7db655e - Browse repository at this point
Copy the full SHA 7db655eView commit details
Commits on Dec 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0935f92 - Browse repository at this point
Copy the full SHA 0935f92View commit details
Commits on Feb 5, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for dbef7be - Browse repository at this point
Copy the full SHA dbef7beView commit details -
refactor: simplify container command resolution in Makefile
- Combine `docker` and `podman` detection into a single command. - Remove duplicate cleanup flags for local server.
Configuration menu - View commit details
-
Copy full SHA for d5557d0 - Browse repository at this point
Copy the full SHA d5557d0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bdde9c5 - Browse repository at this point
Copy the full SHA bdde9c5View commit details -
refactor: remove accidently published
Referralfield from `Extended……Response` struct
Configuration menu - View commit details
-
Copy full SHA for 5f4b937 - Browse repository at this point
Copy the full SHA 5f4b937View commit details -
Configuration menu - View commit details
-
Copy full SHA for f881ce8 - Browse repository at this point
Copy the full SHA f881ce8View commit details -
refactor: simplify
WhoAmIimplementation usingExtendedAPI (#577)* refactor: simplify `WhoAmI` implementation using `Extended` API - Replace custom encoding/decoding logic with `NewExtendedRequest`. - Streamline result handling by utilizing `Extended` response directly.
Configuration menu - View commit details
-
Copy full SHA for 8bb1a96 - Browse repository at this point
Copy the full SHA 8bb1a96View commit details
Commits on Feb 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 570560b - Browse repository at this point
Copy the full SHA 570560bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 539d8f5 - Browse repository at this point
Copy the full SHA 539d8f5View commit details
Commits on Mar 1, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 3bbbfb1 - Browse repository at this point
Copy the full SHA 3bbbfb1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.4.12...v3.4.13