openldap/libraries/libldap
Julio Sánchez Fernández 50dafec453 Fixed an irritating problem with nss_ldap and pam_ldap. Since these
modules are dynamically loaded, they summon libldap when needed.
However, depending on the security libraries available when the
shared libldap was built, the latter brings up other dependencies.
On some platforms, it seems that no solution is available: no
indirect dynamic dependencies.  But for some platforms where this
is supported (in particular, Linux), the shared libldap must
contain info on what other dynamic libraries it needs.  We were
failing to put this info into the shared library.  This patch
seems to fix it.
2000-03-13 17:55:41 +00:00
..
abandon.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
add.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
addentry.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
apitest.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
apitest.dsp Changes to support NT single debug 1999-11-01 22:17:06 +00:00
apitest.dsw Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
bind.c Initial implementation of Kerberos password verification for 2000-01-08 18:42:11 +00:00
cache.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
charray.c Fix bugs in UTF-8 code. Apply to getdn and charray. 2000-01-23 23:07:24 +00:00
charset.c Add <ac/param.h> to wrap <sys/param.h> 1999-11-01 17:21:24 +00:00
cldap.c Do not attempt to obtain sizeof(sin_addr.s_addr) or &sin_addr.s_addr 1999-10-30 04:58:06 +00:00
compare.c Fix typo in ldap_compare_ext. Found by dspeck@novell.com. 1999-11-19 02:01:50 +00:00
controls.c Put *free(NULL) asserts behind LDAP_MEMORY_DEBUG 2000-02-11 21:11:44 +00:00
delete.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
digest.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
disptmpl.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
dn.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
dnssrv.c Added support for connecting to LDAP servers located using DNS 2000-01-03 02:33:22 +00:00
dsparse.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
error.c Always return ld->ld_errno thru *errcodep if given to ldap_parse_result 1999-10-08 00:51:35 +00:00
extended.c Fix decoding of sasl bind and extended operation responses. 1999-12-12 03:16:46 +00:00
free.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
friendly.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
getattr.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
getdn.c Fix bugs in UTF-8 code. Apply to getdn and charray. 2000-01-23 23:07:24 +00:00
getdxbyname.c Added support for connecting to LDAP servers located using DNS 2000-01-03 02:33:22 +00:00
getentry.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
getfilter.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
getvalues.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
init.c Useronly logic was inverted, we were ignoring the whole ldap.conf, 2000-03-13 12:31:35 +00:00
kbind.c Initial implementation of Kerberos password verification for 2000-01-08 18:42:11 +00:00
ldap-int.h Eliminate second session protocol version field. 2000-02-18 19:57:38 +00:00
ldap.conf Add OpenLDAP RCSid to conf files 1999-09-09 04:43:30 +00:00
ldapfilter.conf Add OpenLDAP RCSid to conf files 1999-09-09 04:43:30 +00:00
ldapfriendly Initial revision 1998-08-09 00:43:13 +00:00
ldapsearchprefs.conf Add OpenLDAP RCSid to conf files 1999-09-09 04:43:30 +00:00
ldaptemplates.conf Add OpenLDAP RCSid to conf files 1999-09-09 04:43:30 +00:00
libldap.dsp Add utf-8 to MSVC projects and remove lint. 2000-01-25 20:22:17 +00:00
libldap.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
ltest.dsp Changes to support NT single debug 1999-11-01 22:17:06 +00:00
ltest.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
Makefile.in Fixed an irritating problem with nss_ldap and pam_ldap. Since these 2000-03-13 17:55:41 +00:00
messages.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
modify.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
modrdn.c Fix ldap_rename parameter order (ITS#387) 1999-12-04 17:19:11 +00:00
open.c Eliminate second session protocol version field. 2000-02-18 19:57:38 +00:00
options.c Eliminate second session protocol version field. 2000-02-18 19:57:38 +00:00
os-ip.c Initial implementation of Kerberos password verification for 2000-01-08 18:42:11 +00:00
os-local.c Merged in preliminary support for Cyrus SASL library; 2000-01-02 01:21:25 +00:00
print.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
references.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
request.c Add missing parens so that last commit behaves as desired. 2000-03-10 18:16:22 +00:00
result.c ldap_result was losing messages when multiple msgids were queued, 1999-11-30 13:32:06 +00:00
sasl.c Changed (!strcmp(...)==0) to (strcmp(...)==0); obviously 2000-02-01 23:34:16 +00:00
sbind.c Initial implementation of Kerberos password verification for 2000-01-08 18:42:11 +00:00
schema.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
search.c Ignore space in filter: ( !(foo=bar)) 2000-02-21 20:57:48 +00:00
sort.c Use LDAP_CONST, not const, in public function declarations. 2000-02-01 01:11:26 +00:00
srchpref.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
string.c Fix bugs in UTF-8 code. Apply to getdn and charray. 2000-01-23 23:07:24 +00:00
test.c Initial implementation of Kerberos password verification for 2000-01-08 18:42:11 +00:00
tls.c In ldap_pvt_tls_init() treat subsequent invocations as no-ops, not error. 2000-01-15 19:03:16 +00:00
tmplout.c Fix Winsock-related warning and/or bugs. 1999-10-28 07:17:08 +00:00
tmpltest.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
ufn.c Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers. 1999-09-08 19:06:24 +00:00
unbind.c Merged in preliminary support for Cyrus SASL library; 2000-01-02 01:21:25 +00:00
url.c remove UNSPECIFIED_TLS... HOST implies ldap:// 2000-01-14 01:08:15 +00:00
utf-8.c typedef ber_int_t ldap_ucs4_t 2000-01-27 01:04:17 +00:00
util-int.c Added support for connecting to LDAP servers located using DNS 2000-01-03 02:33:22 +00:00