openldap/libraries
2005-08-11 17:11:41 +00:00
..
liblber Fix printf formats for LDAP_MEMORY_TRACE 2005-08-02 14:08:30 +00:00
libldap solve a deadlock during unbind: ldap_send_unbind() is called by ldap_free_connection() only, and just in case the last arg is not 0; but most of the times ldap_free_connection() is called with ld_req_mutex locked, so it shouldn't be locked again from inside ldap_send_unbind() 2005-08-11 17:11:41 +00:00
libldap_r ITS#3847 silence warnings 2005-07-11 10:39:32 +00:00
liblunicode Happy New Year! 2005-01-01 20:49:32 +00:00
liblutil lmPasswd_to_key() arg1 was passed char*. Change it to that from unsigned char*. 2005-07-25 21:01:06 +00:00
librewrite assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
Makefile.in Happy New Year! 2005-01-01 20:49:32 +00:00