fix(deps): update module gopkg.in/ldap.v3 to v3.4.13#2755
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.1.0→v3.4.13Release Notes
go-ldap/ldap (gopkg.in/ldap.v3)
v3.4.13Compare Source
What's Changed
Extendedby @cpuschma in #576WhoAmIimplementation usingExtendedAPI by @cpuschma in #577PostalAddresstype by @cpuschma in #579New Contributors
Full Changelog: go-ldap/ldap@v3.4.12...v3.4.13
v3.4.12Compare Source
What's New
What's Changed
New Contributors
Full Changelog: go-ldap/ldap@v3.4.11...v3.4.12
v3.4.11Compare Source
What's Changed
DirSyncandDirSyncAsyncexample codes by @cpuschma in #556New Contributors
Full Changelog: go-ldap/ldap@v3.4.10...v3.4.11
v3.4.10: Simplify Go Module VersioningCompare Source
Experimental release to cleanup the code duplication, and simplify the go module versioning approach.
v3.4.9Compare Source
This bumps x/crypto to 0.31.0 to resolve CVE-2024-45337.
What's Changed
New Contributors
Full Changelog: go-ldap/ldap@v3.4.8...v3.4.9
v3.4.8Compare Source
What's Changed
In the previous release, we have prematurely marked the function
Startas deprecated, assuming that the available DialOpts fulfill all use cases. Thanks to @dornimaug's hint in #507 we now know that this is not the case, especially when using custom contexts withDialContext,NewConnandStart. The function will be retained, and we apologize for any inconvenience! We will retain the functionality for the entire life cycle of the major version.Full Changelog: go-ldap/ldap@v3.4.7...v3.4.8
v3.4.7: v.3.4.7Compare Source
What's new
Unmarshalto support *string as field type (#475) by @cpuschma in #476EnforceSizeLimitto enforce the specified search request size limit (fixes #431) by @cpuschma in #482What's Changed
Startfunction as deprecated (closes #356) by @cpuschma in #499ParseDNfunction to fix resource usage and invalid parsings (fixes #487) by @cpuschma in #497FuzzParseDNto 6553… by @cpuschma in #500New Contributors
Full Changelog: go-ldap/ldap@v3.4.6...v3.4.7
v3.4.6Compare Source
What's new
What's Changed
FuzzParseDNcausing OOMs in restricted environments by @cpuschma in #466New Contributors
Full Changelog: go-ldap/ldap@v3.4.5...v3.4.6
v3.4.5Compare Source
What's New
What's Changed
DialWithDialerandDialWithTLSConfigby @cpuschma in #399New Contributors
Full Changelog: go-ldap/ldap@v3.4.4...v3.4.5
v3.4.4Compare Source
#367 - Update test matrix to Go v1.14+
#366 - Support for configurable logger
#368 - Linter cleanup
#372 - Update minimum required Go version to 1.14
#371 - Allow NTLM authentication without a password
#374 - Add missing Client interface methods
#373 - Implement Subtree delete control type
#375 - feat: return referrals for modify operation
#304 - Add Entry Unmarshal
#382 - added int and []byte type to entry unmarshal
#385 - Update dependencies to satisfy new ntlmssp.ProcessChallenge signature
#386 - Add String() methods to DN and its subtypes
#388 - Fix request timeout handling
v3.4.3Compare Source
v3.4.2: allow using ; as RDN separator according to rfc2253Compare Source
v3.4.1: Helper function DialWithTLSDialerCompare Source
Also, improve debug logging output.
v3.4.0: Performance improvements, helper functions, etc.Compare Source
v3.3.0Compare Source
New features and bug fixes:
#303 - Add IsClosing() to client interface for mocking
#305 - Avoid panic on NTLMChallengeBind where bytes were less than 7
#306 - Add support for LDAP_SERVER_LINK_TTL_OID control
#316 - Network timeouts now return appropriate error message and code
#318 - RFC4532 WhoAmI support added
v3.2.4: Dropping support for Go versions <1.7Compare Source
Dropping support for legacy Go versions in a first step effort to clean up go modules vs non-go modules repo
v3.2.3: Fix policy control response decoding for ControlBeheraPasswordPolicyCompare Source
Fix policy control response decoding for ControlBeheraPasswordPolicy.
Should address #162, #156 and #257
v3.2.2: Address regression in error handlingCompare Source
Don't discard results on error - make raw result packet available in the Error object.
v3.2.1: Updated NTLM featureCompare Source
Update to allow binding with only NTLM hash instead of password.
Also, add missing go.mod changes.
v3.2.0: Add NTLMSSP SupportCompare Source
v3.1.11: Minor update: go-asn1-ber and GetEqualFoldAttribute helpersCompare Source
v3.1.10Compare Source
v3.1.9Compare Source
v3.1.8: Sync changes to v3 folderCompare Source
Pull DIGEST-MD5 bind support changes into v3 (#230)
v3.1.7: nil error handling improvementsCompare Source
v3.1.6: Add Digest MD5 Bind supportCompare Source
v3.1.5: Performance improvement and better documentation of examplesCompare Source
v3.1.4: Add DialURL and ModifyRequest.IncrementCompare Source
v3.1.3: Use v3 suffix in module nameCompare Source
v3.1.2: Fix go.modCompare Source
v3.1.1: Updated go.mod to use github.com instead of gopkg.inCompare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.