-
Notifications
You must be signed in to change notification settings - Fork 367
Comparing changes
Open a pull request
base repository: go-ldap/ldap
base: v3.4.4
head repository: go-ldap/ldap
compare: v3.4.5
- 18 commits
- 54 files changed
- 12 contributors
Commits on Aug 6, 2022
-
Add function to escape distinguished names (#393)
* Add function to escape distinguished names * Test if escaping of trailing space works with multi-byte characters
Configuration menu - View commit details
-
Copy full SHA for c7248aa - Browse repository at this point
Copy the full SHA c7248aaView commit details
Commits on Oct 15, 2022
-
Add CLDAP (RFC1798 UDP/Connectionless) support to DialURL (#397)
* Add CLDAP (RFC1798 UDP/Connectionless) support to DialURL This is actually a deprecated RFC, however Active Directory relies on it for server discovery. Without this patch CLDAP is possible via directt use of the the deprecated `Dial` function with a UDP network connection. This patch adds the same support to the DialURL function. * Mirror code changes to root folder Co-authored-by: Christopher Puschmann <cp@lumen.sh>
Configuration menu - View commit details
-
Copy full SHA for 93825e9 - Browse repository at this point
Copy the full SHA 93825e9View commit details
Commits on Oct 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0dce07f - Browse repository at this point
Copy the full SHA 0dce07fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb0013 - Browse repository at this point
Copy the full SHA bfb0013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 360012b - Browse repository at this point
Copy the full SHA 360012bView commit details
Commits on Dec 12, 2022
-
Add support for SSPI GSSAPI SASL mechanism bind (#402)
* Add support for SSPI GSSAPI SASL mechanism bind This change allows Windows clients to use current process' credentials for bind authentication. Co-authored-by: Filip Björck <filipbj@axis.com>
Configuration menu - View commit details
-
Copy full SHA for 0e43630 - Browse repository at this point
Copy the full SHA 0e43630View commit details
Commits on Feb 9, 2023
-
fix: packet referral decoding (#413)
* fix: packet referral decoding This adjusts the packet referral decoding behavior to more appropriately handle edge cases and allows to more easily obtain the underlying packet in the event of a decoding error. Instead of matching ASN.1 BER packets on the tag for referrals we match on the class and type. This is particularly important in regards to OpenLDAP which returns a ASN.1 BER Generalized Time tag for referrals.
Configuration menu - View commit details
-
Copy full SHA for fe91542 - Browse repository at this point
Copy the full SHA fe91542View commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d16fb56 - Browse repository at this point
Copy the full SHA d16fb56View commit details
Commits on Feb 22, 2023
-
* Lint/gofmt fixes. Lint checks now pass. * Additional gofmt fix required for go1.19
Configuration menu - View commit details
-
Copy full SHA for a79fb6b - Browse repository at this point
Copy the full SHA a79fb6bView commit details
Commits on Feb 26, 2023
-
implement server side sorting controls (rfc2891) (#414)
* implement server side sorting controls (rfc2891) * implement NewControlServerSideSorting to decode server side sorting request, add server side sorting type to ControlMap
Configuration menu - View commit details
-
Copy full SHA for b64a808 - Browse repository at this point
Copy the full SHA b64a808View commit details
Commits on Mar 8, 2023
-
golang.org/x/crypto github.com/Azure/go-ntlmssp
Configuration menu - View commit details
-
Copy full SHA for 6668c06 - Browse repository at this point
Copy the full SHA 6668c06View commit details
Commits on Mar 27, 2023
-
fix: parsedn not handling attributes with equal char in value (#425)
This fixes an issue where attributes with equal chars in the value would not be correctly parsed. As we only set the AttributeTypeAndValue's Type field once and we reset it on the step to the next AttributeTypeAndValue we can assume if this field already has a value that it should not consider it the type/value separator. Fixes #416
Configuration menu - View commit details
-
Copy full SHA for 32d292e - Browse repository at this point
Copy the full SHA 32d292eView commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a543b2 - Browse repository at this point
Copy the full SHA 6a543b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b8f31 - Browse repository at this point
Copy the full SHA 83b8f31View commit details
Commits on Apr 30, 2023
-
Fix deadlocks caused by invalid connection state (#432)
* Add unit test for Close deadlock * Apply timeout to quit message confirmation * Avoid panic when Start has not been called * Add unit test for sendResponse deadlock * Apply timeout to sending response packet * Rename test for consistency
Configuration menu - View commit details
-
Copy full SHA for b0d0dcf - Browse repository at this point
Copy the full SHA b0d0dcfView commit details
Commits on May 5, 2023
-
fix: return errors upon panics or receiving unexpected responses (#433)
This replaces the package-wide logger, used in places like processMessages and reader, and returns instead an error. For backwards compatibility, errors returned from goroutine functions are stored in `Conn.err` and can get retrieved through `Conn.GetLastError`
Configuration menu - View commit details
-
Copy full SHA for b50d289 - Browse repository at this point
Copy the full SHA b50d289View commit details
Commits on May 6, 2023
-
add unmarshalling of generalizedTimestamp and DN (#434)
* add unmarshalling of generalizedTimestamp this uses the github.com/go-asn1-ber/asn1-ber package to parse the timestamp * fix: do not overwrite t * fix: err already declared * document time.Time is parsed * adapt error message also * unmarshal into *DN also
Configuration menu - View commit details
-
Copy full SHA for 039466e - Browse repository at this point
Copy the full SHA 039466eView commit details
Commits on May 21, 2023
-
feat: enable DirSync control in search operation (#436)
* feat: enable DirSync control in search operation * fix: fixed ineffectual assignment to err * fix: fixed should replace loop with error * fix: not include Cookie in SearchResult struct --------- Co-authored-by: shimokubo <shimokubo@osstech.co.jp>
Configuration menu - View commit details
-
Copy full SHA for cdb0754 - Browse repository at this point
Copy the full SHA cdb0754View 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.4...v3.4.5