Revision 1202888
Go back to digest for 5th December 2010Bug Fixes in KDE-PIM
Volker Krause committed changes in /trunk/KDE/kdepim/libkdepim:
Add skeleton for in-process LDAP. Unfortunately this simple single-threaded
approach does not work, all the lower level LDAP calls are blocking. A
failing connect thus is able to lock the entire application. So, LdapSession
will have to become a thread tomorrow.
File Changes
Added 4 files
- /trunk/KDE/kdepim/libkdepim/ldap
- /ldapqueryjob.cpp
- /ldapqueryjob.h
- /ldapsession.cpp
- /ldapsession.h
Modified 2 files
- /trunk/KDE/kdepim/libkdepim
- /CMakeLists.txt
- /ldap/ldapclient.cpp
6 files changed in total