Skip to content

Releases: arr2036/ldapperf

Fixes for -d and -r

Choose a tag to compare

@arr2036 arr2036 released this 23 Jan 13:01

Bug fixes

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

No longer crashes

Choose a tag to compare

@arr2036 arr2036 released this 09 Dec 19:46

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

Choose a tag to compare

@arr2036 arr2036 released this 23 Sep 01:37

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

Choose a tag to compare

@arr2036 arr2036 released this 20 Sep 22:43
v0.1

Update README.md