Module: wine Branch: master Commit: 02e52db7aa627b980dec3dfd4053e20a380ee555 URL: https://gitlab.winehq.org/wine/wine/-/commit/02e52db7aa627b980dec3dfd4053e20...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Sep 16 14:37:23 2022 +0200
libs: Import code from upstream openldap 2.5.13.
Minimal set of files to compile libldap and liblber client libraries.
---
configure | 2 + configure.ac | 1 + libs/ldap/COPYRIGHT | 63 + libs/ldap/LICENSE | 47 + libs/ldap/Makefile.in | 59 + libs/ldap/include/ac/assert.h | 57 + libs/ldap/include/ac/bytes.h | 78 + libs/ldap/include/ac/ctype.h | 33 + libs/ldap/include/ac/dirent.h | 54 + libs/ldap/include/ac/errno.h | 32 + libs/ldap/include/ac/fdset.h | 42 + libs/ldap/include/ac/localize.h | 44 + libs/ldap/include/ac/param.h | 39 + libs/ldap/include/ac/signal.h | 80 + libs/ldap/include/ac/socket.h | 269 +++ libs/ldap/include/ac/stdarg.h | 28 + libs/ldap/include/ac/stdlib.h | 48 + libs/ldap/include/ac/string.h | 118 ++ libs/ldap/include/ac/time.h | 39 + libs/ldap/include/ac/unistd.h | 72 + libs/ldap/include/lber.h | 691 +++++++ libs/ldap/include/lber_pvt.h | 222 +++ libs/ldap/include/lber_types.h | 63 + libs/ldap/include/ldap.h | 2817 +++++++++++++++++++++++++++++ libs/ldap/include/ldap_avl.h | 165 ++ libs/ldap/include/ldap_cdefs.h | 248 +++ libs/ldap/include/ldap_config.h | 74 + libs/ldap/include/ldap_defaults.h | 71 + libs/ldap/include/ldap_features.h | 56 + libs/ldap/include/ldap_int_thread.h | 290 +++ libs/ldap/include/ldap_log.h | 211 +++ libs/ldap/include/ldap_pvt.h | 588 ++++++ libs/ldap/include/ldap_pvt_thread.h | 342 ++++ libs/ldap/include/ldap_pvt_uc.h | 161 ++ libs/ldap/include/ldap_queue.h | 593 ++++++ libs/ldap/include/ldap_schema.h | 359 ++++ libs/ldap/include/ldap_utf8.h | 106 ++ libs/ldap/include/ldif.h | 171 ++ libs/ldap/include/lutil.h | 375 ++++ libs/ldap/include/lutil_lockf.h | 34 + libs/ldap/include/openldap.h | 39 + libs/ldap/include/portable.h | 1200 +++++++++++++ libs/ldap/include/sasl.h | 120 ++ libs/ldap/liblber/bprint.c | 296 +++ libs/ldap/liblber/decode.c | 1026 +++++++++++ libs/ldap/liblber/encode.c | 651 +++++++ libs/ldap/liblber/io.c | 725 ++++++++ libs/ldap/liblber/lber-int.h | 225 +++ libs/ldap/liblber/memory.c | 831 +++++++++ libs/ldap/liblber/nt_err.c | 96 + libs/ldap/liblber/options.c | 237 +++ libs/ldap/liblber/sockbuf.c | 988 ++++++++++ libs/ldap/libldap/abandon.c | 458 +++++ libs/ldap/libldap/add.c | 262 +++ libs/ldap/libldap/avl.c | 671 +++++++ libs/ldap/libldap/bind.c | 117 ++ libs/ldap/libldap/charray.c | 275 +++ libs/ldap/libldap/compare.c | 197 ++ libs/ldap/libldap/controls.c | 552 ++++++ libs/ldap/libldap/cyrus.c | 1335 ++++++++++++++ libs/ldap/libldap/delete.c | 174 ++ libs/ldap/libldap/error.c | 395 ++++ libs/ldap/libldap/extended.c | 418 +++++ libs/ldap/libldap/fetch.c | 148 ++ libs/ldap/libldap/filter.c | 1114 ++++++++++++ libs/ldap/libldap/free.c | 107 ++ libs/ldap/libldap/getattr.c | 157 ++ libs/ldap/libldap/getdn.c | 3333 ++++++++++++++++++++++++++++++++++ libs/ldap/libldap/getentry.c | 124 ++ libs/ldap/libldap/getvalues.c | 210 +++ libs/ldap/libldap/init.c | 782 ++++++++ libs/ldap/libldap/lbase64.c | 108 ++ libs/ldap/libldap/ldap-int.h | 925 ++++++++++ libs/ldap/libldap/ldap-tls.h | 88 + libs/ldap/libldap/ldap_thr_debug.h | 197 ++ libs/ldap/libldap/ldif.c | 919 ++++++++++ libs/ldap/libldap/modify.c | 232 +++ libs/ldap/libldap/modrdn.c | 272 +++ libs/ldap/libldap/open.c | 673 +++++++ libs/ldap/libldap/options.c | 1012 +++++++++++ libs/ldap/libldap/os-ip.c | 1265 +++++++++++++ libs/ldap/libldap/pagectrl.c | 270 +++ libs/ldap/libldap/print.c | 62 + libs/ldap/libldap/references.c | 147 ++ libs/ldap/libldap/request.c | 1714 ++++++++++++++++++ libs/ldap/libldap/result.c | 1401 +++++++++++++++ libs/ldap/libldap/sasl.c | 867 +++++++++ libs/ldap/libldap/sasl_w.c | 350 ++++ libs/ldap/libldap/schema.c | 3400 +++++++++++++++++++++++++++++++++++ libs/ldap/libldap/search.c | 544 ++++++ libs/ldap/libldap/sortctrl.c | 552 ++++++ libs/ldap/libldap/string.c | 177 ++ libs/ldap/libldap/tavl.c | 523 ++++++ libs/ldap/libldap/thr_nt.c | 253 +++ libs/ldap/libldap/tls2.c | 1674 +++++++++++++++++ libs/ldap/libldap/tls_w.c | 659 +++++++ libs/ldap/libldap/unbind.c | 319 ++++ libs/ldap/libldap/url.c | 1652 +++++++++++++++++ libs/ldap/libldap/utf-8.c | 562 ++++++ libs/ldap/libldap/util-int.c | 1026 +++++++++++ libs/ldap/libldap/vlvctrl.c | 361 ++++ 101 files changed, 48309 insertions(+)