gecko-dev/directory/c-sdk/ldap/libraries/libssldap
richm%stanfordalumni.org 89e8b56566 Bug: 348926
Description: Memleak: ldap_start_tls_s should free oidptr and dataptr
Fix Description: Just omit oidptr and dataptr and pass NULL for those arguments to ldap_extended_operation_s().
Bug: 348927
Description: Memleak: ldaptls_complete should free hostlist
Fix Description: Instead of returning directly from early error conditions, just goto the error handling code, and let that code free hostlist and do the other cleanup.  I had to make sure all relevant variables were initialized to NULL in order for cleanup to work properly.
2006-08-17 19:21:03 +00:00
..
.cvsignore Fix bug # 184219 - get cvs version of Ldap C-SDK and make of ldap c sdk failed. 2004-05-24 13:03:16 +00:00
Makefile.client fixes for bug 322576 - patches for building on HP-UX IPF 2006-01-09 20:08:59 +00:00
Makefile.in On HP-UX, we should not link against the libraries we depend on at runtime because it puts explicit version dependencies into the shared library we are creating. This makes it impossible to upgrade to a new version of nspr or nss. 2006-02-16 23:08:22 +00:00
clientinit.c Additional fix for bug # 205419 - Relicense LDAP C SDK (directory/c-sdk). 2003-10-15 17:26:10 +00:00
errormap.c Gratuitous whitespace change to represent checkin for bug 53764. 2004-03-15 06:13:51 +00:00
ldapsinit.c Bug: 348926 2006-08-17 19:21:03 +00:00
prerrstrs.h Additional fix for bug # 205419 - Relicense LDAP C SDK (directory/c-sdk). 2003-10-15 17:26:10 +00:00
secerrstrs.h Additional fix for bug # 205419 - Relicense LDAP C SDK (directory/c-sdk). 2003-10-15 17:26:10 +00:00
sslerrstrs.h Additional fix for bug # 205419 - Relicense LDAP C SDK (directory/c-sdk). 2003-10-15 17:26:10 +00:00