Commit Graph

21 Commits

Author SHA1 Message Date
Hans Leidekker 5d0b23be22 wldap32: Build without -DWINE_NO_LONG_TYPES.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-15 16:34:16 +01:00
Alexandre Julliard b2009d02c3 wldap32: Convert the Unix library to the __wine_unix_call interface.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-04 17:54:34 +01:00
Hans Leidekker 8db46756ca wldap32: Get rid of the WLDAP32_ prefix.
We can now include the public header without conflicts.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-19 20:08:48 +02:00
Hans Leidekker 22b26a20dc wldap32: Move support for search functions to the Unix library.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-15 17:31:48 +02:00
Hans Leidekker 0f3f49e12c wldap32: Move support for error functions to the Unix library.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-15 17:31:45 +02:00
Dmitry Timoshkov 57cb1900b6 wldap32: Actually use private LDAP structure for internal storage.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-03 17:02:03 +02:00
Michael Stefaniuc 480236c45d wldap32: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-14 10:16:02 +02:00
Alexandre Julliard e04866f3cf wldap32: Include system headers before Windows headers. 2011-09-05 19:32:32 +02:00
Marcus Meissner b122ac9c07 wldap32: Mark internal symbols with hidden visibility. 2011-05-26 13:31:08 +02:00
Alexandre Julliard 5eb2753a44 wldap32: Use ~0u instead of ~0ul for DWORD values. 2009-01-05 12:40:28 +01:00
Hans Leidekker b981387383 wldap32: Add tests for ldap_parse_sort_control and make them pass. 2008-10-07 12:02:44 +02:00
Alexandre Julliard 469068715c wldap32: Always return WLDAP32 error values instead of redefining the ldap.h ones. 2007-11-08 13:11:34 +01:00
Hans Leidekker 54d1899210 wldap32: Win64 printf format warning fixes. 2006-10-02 14:32:27 +02:00
Alexandre Julliard 91e45c62d3 wldap32: Explicitly specify CDECL calling convention on exported functions. 2006-06-12 21:34:46 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Hans Leidekker 42af5f3950 wldap32: Fix overrun by one of static array. 2006-04-08 19:59:12 +02:00
Hans Leidekker 548d08884b Document DN and error handling functions.
Try to stick to Wine's documentation format.
2005-12-02 11:26:19 +01:00
Hans Leidekker 6c4011e768 Avoid using deprecated openldap functions.
Correct some return values.
2005-11-18 16:29:32 +00:00
Hans Leidekker df41a9a565 Implement LdapGetLastError, cldap_open*, ldap_abandon,
ldap_check_filter*, ldap_cleanup, ldap_conn_from_msg and
ldap_connect.
2005-08-22 18:56:54 +00:00
Hans Leidekker 38d350ef00 Implement ldap_err2string. 2005-08-01 10:59:09 +00:00
Hans Leidekker 4641cb8d93 Implement ldap_perror, ldap_result2error and LdapMapErrorToWin32. 2005-07-27 15:15:31 +00:00