-
Notifications
You must be signed in to change notification settings - Fork 368
Comparing changes
Open a pull request
base repository: go-ldap/ldap
base: v3.4.10
head repository: go-ldap/ldap
compare: v3.4.11
- 10 commits
- 10 files changed
- 12 contributors
Commits on Jan 10, 2025
-
Allow users to specify a custom NTLM negotiator (#544)
* Allow users to specify a custom NTLM negotiator * Add detail to NTLM negotiation error messages
Configuration menu - View commit details
-
Copy full SHA for 5d1b644 - Browse repository at this point
Copy the full SHA 5d1b644View commit details
Commits on Feb 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d10ea4b - Browse repository at this point
Copy the full SHA d10ea4bView commit details
Commits on Feb 19, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 403d46a - Browse repository at this point
Copy the full SHA 403d46aView commit details -
* condition is always true * Fix DIGEST-MD5 auth --------- Co-authored-by: Christopher Puschmann <cp@lumen.sh>
Configuration menu - View commit details
-
Copy full SHA for 32469eb - Browse repository at this point
Copy the full SHA 32469ebView commit details
Commits on Feb 21, 2025
-
[bugfix] Added APOptions []int in client.GSSAPIBindRequest(...) and c…
Configuration menu - View commit details
-
Copy full SHA for b7e97bb - Browse repository at this point
Copy the full SHA b7e97bbView commit details
Commits on Mar 6, 2025
-
Adding InitSecContextWithOptions to SSPI client (#549)
Co-authored-by: Aaron Rood <arood@blackpointcyber.com>
Configuration menu - View commit details
-
Copy full SHA for ac1bc55 - Browse repository at this point
Copy the full SHA ac1bc55View commit details
Commits on Apr 7, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for d1298fc - Browse repository at this point
Copy the full SHA d1298fcView commit details
Commits on Apr 14, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 1d9898b - Browse repository at this point
Copy the full SHA 1d9898bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9cfc03b - Browse repository at this point
Copy the full SHA 9cfc03bView commit details -
chore: update
DirSync
andDirSyncAsync
examplesupdate `DirSync` and `DirSyncAsync` example codes to use `DialURL` instead of the already deprecated `Dial` function
Configuration menu - View commit details
-
Copy full SHA for e80f029 - Browse repository at this point
Copy the full SHA e80f029View 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.10...v3.4.11