ChangeSet ID: 19731 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/22 13:56:54
Modified files: dlls/wldap32 : wldap32.spec winldap_private.h misc.c init.c error.c
Log message: Hans Leidekker hans@it.vu.nl Implement LdapGetLastError, cldap_open*, ldap_abandon, ldap_check_filter*, ldap_cleanup, ldap_conn_from_msg and ldap_connect.
Patch: http://cvs.winehq.org/patch.py?id=19731
Old revision New revision Changes Path 1.20 1.21 +10 -10 wine/dlls/wldap32/wldap32.spec 1.21 1.22 +8 -0 wine/dlls/wldap32/winldap_private.h 1.3 1.4 +57 -0 wine/dlls/wldap32/misc.c 1.5 1.6 +24 -0 wine/dlls/wldap32/init.c 1.2 1.3 +6 -0 wine/dlls/wldap32/error.c