149299c7d5136a8fb425ef3cf8953026a1358002 |
|
11-Oct-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
global: Use check-local in Makefile.am instead of overriding check directly
This helps with dependency problems, like running "make check" in
lib-storage without "make" first would try to compile the test programs
too early and fail. |
3cd37f77d6e2d6b6a7cbd8205f9e403fa147e130 |
|
11-Oct-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib-sql, lib-ldap: Fix link dependencies
Fixes using the gold linker. |
1b3579352544e7920fd497328b29fb3e06a85768 |
|
07-Jun-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
Fixed linking with OSX. |
0d7325fd167763a4d5e1d274f63d45863e2ca9d0 |
|
10-May-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib-ldap: Reverted previous commit for now.
We don't have libdovecot built at at this stage. But we can't build it
earlier, because it needs lib-dict-extra, which needs lib-ldap. So we have
cyclical dependencies now. |
6bff0a08e74aafabd40588123ee0d817bcd7c487 |
|
10-May-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib-ldap: Add libdovecot dependency to libdovecot-ldap
Required for linking to work on OSX. |
9e6c76cae59ece71f72e33d8fac9025ee12eaf05 |
|
02-May-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib-ldap: Added initial connection pooling code.
This is mainly about allowing multiple dict-ldaps to use the same
ldap-connection. In future we could support load balancing with multiple
concurrent LDAP connections. |
844129da33797fba15314372a0dfab4cfe8162e8 |
|
11-Apr-2016 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
lib-ldap: Add lib-ldap implementation |