openldap/libraries
Hallvard Furuseth bbe015f65b ITS#6197 - normalize & speed up ldap_err2string/ldap_perror():
Use same result code -> string mapping for both, removing ldap_int_error():
- Classify unknown error codes as API/extension/etc like _err2string did.
- Pass all strings through _(), i.e. the optional gettext, as _perror did.

Also use a switch instead of linear search for the code->string mapping.
Hopefully the compiler will optimize that.  Though the extra gettext,
if anyone uses it, probably counters that speedup.
2009-07-07 20:05:09 +00:00
..
liblber ITS#6080 again: simplify ber_strnlen, don't use strnlen, revert _GNU_SOURCE 2009-05-01 03:10:25 +00:00
libldap ITS#6197 - normalize & speed up ldap_err2string/ldap_perror(): 2009-07-07 20:05:09 +00:00
libldap_r ITS#6188 add stub for ldap_pvt_thread_pool_retract() 2009-06-25 23:15:38 +00:00
liblunicode
liblutil ITS#5696 des_set_key -> des_set_key_and_parity 2009-07-03 22:19:52 +00:00
librewrite ITS#6005 librewrite must use the same mem allocators as slapd 2009-03-07 23:21:26 +00:00
Makefile.in