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
8a52b16e0d
wldap32: Use CRT memory allocators.
...
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
1114f2970d
wldap32: Move support for ber functions to the Unix library.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-14 17:04:35 +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
Carlo Bramini
c7e46b781a
wldap32: Use return value of sprintf() instead of hardcoding the number of written characters.
...
Signed-off-by: Carlo Bramini <carlo_bramini@users.sourceforge.net>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-14 11:07:09 -06:00
Alexandre Julliard
e04866f3cf
wldap32: Include system headers before Windows headers.
2011-09-05 19:32:32 +02:00
Alexandre Julliard
5eb2753a44
wldap32: Use ~0u instead of ~0ul for DWORD values.
2009-01-05 12:40:28 +01:00
Alexandre Julliard
25c708911b
wldap32: Map Unix error codes to Windows ones for all functions.
2008-10-20 12:22:13 +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
Michael Stefaniuc
ca2a6673c9
wldap32: Don't produce unreachable code during conditional compilation. Found bySmatch.
2007-07-24 11:26:08 +02: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
3492a14641
wldap32: Document the miscellaneous functions.
2006-04-14 19:36:54 +02:00
Hans Leidekker
bf2f5a8f17
wldap32: Implement some page handling functions.
...
Implement ldap_create_page_control{A,W} and
ldap_parse_page_control{A,W}.
Move the page handling functions into their own file.
2005-12-31 13:34:19 +01:00
Hans Leidekker
b2c62c9455
wldap32: Added configure checks for some potentially missing functions.
2005-12-21 18:42:00 +01:00
Hans Leidekker
43284a51c1
Stub implementations for functions handling paged search results.
...
Add some missing declarations.
2005-12-01 18:46:53 +01:00
Hans Leidekker
6c4011e768
Avoid using deprecated openldap functions.
...
Correct some return values.
2005-11-18 16:29:32 +00:00
Hans Leidekker
d15d1c4cea
Implement ldap_escape_filter_element*.
2005-09-07 09:24:50 +00:00
Hans Leidekker
484e8e28b9
Fix the build without openldap headers.
2005-09-02 11:09:14 +00:00
Hans Leidekker
880b1d3d51
Implement ldap_count_entries, ldap_count_references,
...
ldap_first_attribute*, ldap_first_entry, ldap_first_reference,
ldap_next_attribute*, ldap_next_entry and ldap_next_reference.
2005-08-30 08:52:39 +00:00
Hans Leidekker
d672c65ac3
Implement ldap_count_values*, ldap_get_values*, ldap_msgfree and
...
ldap_value_free_len.
2005-08-29 14:13:05 +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
dde4f14fd5
Fix the build without openldap headers.
2005-08-15 20:50:58 +00:00
Hans Leidekker
050b9ebf22
Implement ldap_result.
2005-08-15 14:46:42 +00:00
Hans Leidekker
2be395db76
Implement LdapUnicodeToUTF8, LdapUTF8ToUnicode,
...
ldap_dn2ufn*, ldap_explode_dn*, ldap_get_dn*,
ldap_memfree*, ldap_ufn2dn* and ldap_value_free*.
2005-08-03 10:58:14 +00:00