Skip to content

Releases: arr2036/ldapperf

Fixes for -d and -r

23 Jan 13:01
Compare
Choose a tag to compare

Bug fixes

  • -d and -r no longer SEGV after tests complete.

No longer crashes

09 Dec 19:46
Compare
Choose a tag to compare

Features

  • Uses newer OpenLDAP API, unfortunately this breaks compatibility with other RFC 1823 libldaps.
  • Move to LDAP URIs instead of host/port.

Bug Fixes

  • Fix memory leak when decoding responses.
  • Work around libldap global initialisation issue (Thanks to Howard Chu/Quanah Gibson-Mount).

Fix makefile bugs

23 Sep 01:37
Compare
Choose a tag to compare

Features

  • Add script to graph the results of ldapperf runs

Bug Fixes

  • Initialise names pointer array pointer to avoid issues with realloc. Fixes #1.
  • Link explicitly to -llber to avoid undefined reference errors and ber functions.
  • Fix order of arguments to gcc in Makefile.
  • Use RFC functions over their OpenLDAP equivalents.
  • Define LDAP_DEPRECATED to access deprecated RFC functions on newer libldap versions.

Initial release

20 Sep 22:43
Compare
Choose a tag to compare
v0.1

Update README.md