libs: Import code from upstream openldap 2.5.13.
commit02e52db7aa627b980dec3dfd4053e20a380ee555
authorHans Leidekker <hans@codeweavers.com>
Fri, 16 Sep 2022 12:37:23 +0000 (16 14:37 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 15 Nov 2022 20:21:27 +0000 (15 21:21 +0100)
tree144c9832dc043a2c367cfff2d80950bf6445dda6
parent0b09db5902abad62ca7b9a3393b3090544fc5258
libs: Import code from upstream openldap 2.5.13.

Minimal set of files to compile libldap and liblber client libraries.
101 files changed:
configure
configure.ac
libs/ldap/COPYRIGHT [new file with mode: 0644]
libs/ldap/LICENSE [new file with mode: 0644]
libs/ldap/Makefile.in [new file with mode: 0644]
libs/ldap/include/ac/assert.h [new file with mode: 0644]
libs/ldap/include/ac/bytes.h [new file with mode: 0644]
libs/ldap/include/ac/ctype.h [new file with mode: 0644]
libs/ldap/include/ac/dirent.h [new file with mode: 0644]
libs/ldap/include/ac/errno.h [new file with mode: 0644]
libs/ldap/include/ac/fdset.h [new file with mode: 0644]
libs/ldap/include/ac/localize.h [new file with mode: 0644]
libs/ldap/include/ac/param.h [new file with mode: 0644]
libs/ldap/include/ac/signal.h [new file with mode: 0644]
libs/ldap/include/ac/socket.h [new file with mode: 0644]
libs/ldap/include/ac/stdarg.h [new file with mode: 0644]
libs/ldap/include/ac/stdlib.h [new file with mode: 0644]
libs/ldap/include/ac/string.h [new file with mode: 0644]
libs/ldap/include/ac/time.h [new file with mode: 0644]
libs/ldap/include/ac/unistd.h [new file with mode: 0644]
libs/ldap/include/lber.h [new file with mode: 0644]
libs/ldap/include/lber_pvt.h [new file with mode: 0644]
libs/ldap/include/lber_types.h [new file with mode: 0644]
libs/ldap/include/ldap.h [new file with mode: 0644]
libs/ldap/include/ldap_avl.h [new file with mode: 0644]
libs/ldap/include/ldap_cdefs.h [new file with mode: 0644]
libs/ldap/include/ldap_config.h [new file with mode: 0644]
libs/ldap/include/ldap_defaults.h [new file with mode: 0644]
libs/ldap/include/ldap_features.h [new file with mode: 0644]
libs/ldap/include/ldap_int_thread.h [new file with mode: 0644]
libs/ldap/include/ldap_log.h [new file with mode: 0644]
libs/ldap/include/ldap_pvt.h [new file with mode: 0644]
libs/ldap/include/ldap_pvt_thread.h [new file with mode: 0644]
libs/ldap/include/ldap_pvt_uc.h [new file with mode: 0644]
libs/ldap/include/ldap_queue.h [new file with mode: 0644]
libs/ldap/include/ldap_schema.h [new file with mode: 0644]
libs/ldap/include/ldap_utf8.h [new file with mode: 0644]
libs/ldap/include/ldif.h [new file with mode: 0644]
libs/ldap/include/lutil.h [new file with mode: 0644]
libs/ldap/include/lutil_lockf.h [new file with mode: 0644]
libs/ldap/include/openldap.h [new file with mode: 0644]
libs/ldap/include/portable.h [new file with mode: 0644]
libs/ldap/include/sasl.h [new file with mode: 0644]
libs/ldap/liblber/bprint.c [new file with mode: 0644]
libs/ldap/liblber/decode.c [new file with mode: 0644]
libs/ldap/liblber/encode.c [new file with mode: 0644]
libs/ldap/liblber/io.c [new file with mode: 0644]
libs/ldap/liblber/lber-int.h [new file with mode: 0644]
libs/ldap/liblber/memory.c [new file with mode: 0644]
libs/ldap/liblber/nt_err.c [new file with mode: 0644]
libs/ldap/liblber/options.c [new file with mode: 0644]
libs/ldap/liblber/sockbuf.c [new file with mode: 0644]
libs/ldap/libldap/abandon.c [new file with mode: 0644]
libs/ldap/libldap/add.c [new file with mode: 0644]
libs/ldap/libldap/avl.c [new file with mode: 0644]
libs/ldap/libldap/bind.c [new file with mode: 0644]
libs/ldap/libldap/charray.c [new file with mode: 0644]
libs/ldap/libldap/compare.c [new file with mode: 0644]
libs/ldap/libldap/controls.c [new file with mode: 0644]
libs/ldap/libldap/cyrus.c [new file with mode: 0644]
libs/ldap/libldap/delete.c [new file with mode: 0644]
libs/ldap/libldap/error.c [new file with mode: 0644]
libs/ldap/libldap/extended.c [new file with mode: 0644]
libs/ldap/libldap/fetch.c [new file with mode: 0644]
libs/ldap/libldap/filter.c [new file with mode: 0644]
libs/ldap/libldap/free.c [new file with mode: 0644]
libs/ldap/libldap/getattr.c [new file with mode: 0644]
libs/ldap/libldap/getdn.c [new file with mode: 0644]
libs/ldap/libldap/getentry.c [new file with mode: 0644]
libs/ldap/libldap/getvalues.c [new file with mode: 0644]
libs/ldap/libldap/init.c [new file with mode: 0644]
libs/ldap/libldap/lbase64.c [new file with mode: 0644]
libs/ldap/libldap/ldap-int.h [new file with mode: 0644]
libs/ldap/libldap/ldap-tls.h [new file with mode: 0644]
libs/ldap/libldap/ldap_thr_debug.h [new file with mode: 0644]
libs/ldap/libldap/ldif.c [new file with mode: 0644]
libs/ldap/libldap/modify.c [new file with mode: 0644]
libs/ldap/libldap/modrdn.c [new file with mode: 0644]
libs/ldap/libldap/open.c [new file with mode: 0644]
libs/ldap/libldap/options.c [new file with mode: 0644]
libs/ldap/libldap/os-ip.c [new file with mode: 0644]
libs/ldap/libldap/pagectrl.c [new file with mode: 0644]
libs/ldap/libldap/print.c [new file with mode: 0644]
libs/ldap/libldap/references.c [new file with mode: 0644]
libs/ldap/libldap/request.c [new file with mode: 0644]
libs/ldap/libldap/result.c [new file with mode: 0644]
libs/ldap/libldap/sasl.c [new file with mode: 0644]
libs/ldap/libldap/sasl_w.c [new file with mode: 0644]
libs/ldap/libldap/schema.c [new file with mode: 0644]
libs/ldap/libldap/search.c [new file with mode: 0644]
libs/ldap/libldap/sortctrl.c [new file with mode: 0644]
libs/ldap/libldap/string.c [new file with mode: 0644]
libs/ldap/libldap/tavl.c [new file with mode: 0644]
libs/ldap/libldap/thr_nt.c [new file with mode: 0644]
libs/ldap/libldap/tls2.c [new file with mode: 0644]
libs/ldap/libldap/tls_w.c [new file with mode: 0644]
libs/ldap/libldap/unbind.c [new file with mode: 0644]
libs/ldap/libldap/url.c [new file with mode: 0644]
libs/ldap/libldap/utf-8.c [new file with mode: 0644]
libs/ldap/libldap/util-int.c [new file with mode: 0644]
libs/ldap/libldap/vlvctrl.c [new file with mode: 0644]