Commit Graph

17 Commits

Author SHA1 Message Date
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
Hans Leidekker 906ca70583 wldap32: Cast-qual warnings fix. 2006-10-05 18:06:50 +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 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 9d3c5fbe61 Document the ldap_bind* functions. 2005-11-28 20:41:08 +01:00
Hans Leidekker 29c2c75e04 Avoid using deprecated openldap functions.
Correct some return values.
2005-11-18 15:05:01 +00:00
Vincent Béron bea21461ec Use HAVE_LDAP_H when checking if ldap.h is available. 2005-08-10 09:49:11 +00:00
Hans Leidekker 810a5b0fa0 Use WLDAP32_LDAP_NO_MEMORY instead of LDAP_NO_MEMORY. 2005-08-02 14:42:10 +00:00
Hans Leidekker aea0ad9172 Improve error handling for the bind functions. 2005-07-26 10:30:49 +00:00
Hans Leidekker be5bf8022d Implement ldap_sasl_bind* functions. 2005-07-24 17:10:46 +00:00
Hans Leidekker d5ebfb5456 Implement ldap_simple_bind* and ldap_unbind* functions. 2005-07-20 17:47:53 +00:00
Hans Leidekker 7a1876e5ae Implement ldap_bind* functions. 2005-07-19 20:32:46 +00:00