ChangeSet ID: 21345 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/18 10:56:45
Modified files: dlls/wldap32 : wldap32.spec wldap32.h winldap_private.h init.c . : configure.ac configure
Log message: Hans Leidekker hans@it.vu.nl Avoid using deprecated openldap functions. Implement ldap_sslinit{A,W}, improve cldap_open{A,W}. Add stub implementation for ldap_startup and ldap_stop_tls_s.
Patch: http://cvs.winehq.org/patch.py?id=21345
Old revision New revision Changes Path 1.28 1.29 +5 -5 wine/dlls/wldap32/wldap32.spec 1.6 1.7 +11 -0 wine/dlls/wldap32/wldap32.h 1.29 1.30 +4 -0 wine/dlls/wldap32/winldap_private.h 1.6 1.7 +289 -9 wine/dlls/wldap32/init.c 1.414 1.415 +1 -1 wine/configure.ac 1.717 1.718 +10 -10 wine/configure