Module: wine Branch: master Commit: d08d6f51040e18982612658a885af659fbfa4afe URL: https://gitlab.winehq.org/wine/wine/-/commit/d08d6f51040e18982612658a885af65...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Sep 20 13:06:43 2022 +0200
wldap32: Use the bundled liblber and libldap.
---
configure | 198 ++--------- configure.ac | 29 +- dlls/wldap32/Makefile.in | 7 +- dlls/wldap32/add.c | 15 +- dlls/wldap32/ber.c | 166 ++++----- dlls/wldap32/bind.c | 161 ++++----- dlls/wldap32/compare.c | 33 +- dlls/wldap32/control.c | 34 +- dlls/wldap32/delete.c | 15 +- dlls/wldap32/dn.c | 55 +-- dlls/wldap32/error.c | 91 +++-- dlls/wldap32/extended.c | 38 +- dlls/wldap32/init.c | 18 +- dlls/wldap32/libldap.c | 683 ------------------------------------ dlls/wldap32/libldap.h | 624 --------------------------------- dlls/wldap32/main.c | 6 - dlls/wldap32/misc.c | 131 +++---- dlls/wldap32/modify.c | 23 +- dlls/wldap32/modrdn.c | 9 +- dlls/wldap32/option.c | 80 ++--- dlls/wldap32/page.c | 38 +- dlls/wldap32/parse.c | 88 ++--- dlls/wldap32/rename.c | 20 +- dlls/wldap32/search.c | 57 ++- dlls/wldap32/tests/ber.c | 2 +- dlls/wldap32/value.c | 40 +-- dlls/wldap32/winldap_private.h | 776 +++++++++++++++++++++++++++++------------ include/config.h.in | 12 - 28 files changed, 1087 insertions(+), 2362 deletions(-)