Hans Leidekker : wldap32: Move support for search functions to the Unix library.

Alexandre Julliard julliard at winehq.org
Thu Apr 15 16:57:44 CDT 2021


Module: wine
Branch: master
Commit: 22b26a20dc97865f3edc203eae224228131862f4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=22b26a20dc97865f3edc203eae224228131862f4

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Thu Apr 15 12:20:05 2021 +0200

wldap32: Move support for search functions to the Unix library.

Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wldap32/dn.c      |   2 +-
 dlls/wldap32/error.c   |   2 +-
 dlls/wldap32/libldap.c |  98 ++++++++++-
 dlls/wldap32/libldap.h |  36 ++++
 dlls/wldap32/misc.c    | 250 +++++++++++++--------------
 dlls/wldap32/parse.c   |  10 +-
 dlls/wldap32/search.c  | 458 +++++++++++++------------------------------------
 dlls/wldap32/value.c   |   4 +-
 8 files changed, 379 insertions(+), 481 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=22b26a20dc97865f3edc203eae224228131862f4



More information about the wine-cvs mailing list