Skip to content

Releases: quanah/net-ldapapi

Net::LDAPapi v3.0.7

10 Oct 17:13
Compare
Choose a tag to compare

3.0.7 Thu Oct 10 10:06:00 PST 2019
- Fix undeclared variables introduced in fixes for Issue #51

Net::LDAPapi v3.0.6

08 Oct 15:43
Compare
Choose a tag to compare

3.0.6 Mon Oct 07 10:03:00 PST 2019
- Fix memory leaks (Issue #51)

Net::LDAPapi v3.0.5

01 Dec 19:39
Compare
Choose a tag to compare

3.0.5 Fri Dec 01 10:03:00 PST 2017
- Fix cookie handling with MMR configuration
- Fix ASN1 encoding of sync cookie

v3.0.4 release of Net::LDAPapi

01 Dec 03:50
Compare
Choose a tag to compare

3.0.4 Mon Nov 30 19:00:00 PST 2015
- Fix undef comparison
- Misc variable initializations to quiet warnings
- Fixed sasl mechanisms initializtion
- Examples cleanup
- LDAPv3 extended operation support
- New developer mode test suite
- Fixed #3: ldap_set_rebind_proc XS being called with invalid arguments from set_rebind_proc
- Fixed #6: ldap_sasl_bind has wrong prototype in LDAPapi.xs
- Fixed #8: search_s() clobbers ATTRS parameter
- Fixed #11: result() blocking when called with output from rename()
- Fixed #20: ldap_result() doesn't honour passed timeout value
- Fixed #21: ldap_set_option(LDAP_OPT_TIMEOUT, 1) on OpenLDAP returns -1
- Fixed #28: Server control responses get eaten after a NULL character in the berval
- Fixed #30: ldap_search_ext() and ldap_search_ext_s() segfault when used with timeout
- Fixed #31: ldap_result() and ldap_url_search_st() timeout parameters have a granularity of 1 second
- Fixed #40: Server control requests get eaten after a NULL character in the berval