r7665: - added a ildap_*() interface to our internal ldap library. This
authorAndrew Tridgell <tridge@samba.org>
Fri, 17 Jun 2005 02:45:40 +0000 (02:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:19 +0000 (13:18 -0500)
commitab1e121b76a953f89592df8ec471603715b57dfc
tree427a34a97db4c7b58e9131da14f29b82f0082507
parent2068037ba910a323ddd2aa7261dfe757e3f9821f
r7665: - added a ildap_*() interface to our internal ldap library. This
  interface is very similar to the traditional ldap interface, and will
  be used as part of a ldb backend based on the current ldb_ldap backend

- fixed some allocation issues in ldb_msg.c
(This used to be commit b34a29dcf26f68a2f47380a6c74a4095fdfd2fbe)
source4/libcli/ldap/config.mk
source4/libcli/ldap/ldap.h
source4/libcli/ldap/ldap_client.c
source4/libcli/ldap/ldap_ildap.c [new file with mode: 0644]
source4/libcli/ldap/ldap_msg.c