701a11e110c7a9857f908827612767fa0a9fdd37 |
|
13-Feb-2018 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib-storage: Include mail-index.h from mail-storage.h
This makes it a bit more acceptable to use mail-index.h API, without having
to go through the lib-storage layer. This is also needed by the next patch
to avoid duplicating the same enum in both lib-index and lib-storage layer. |
b200bc3875fa06d42c8619865cc306c3297fcacc |
|
06-Jul-2016 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
Add PIE and RELRO to binaries |
7f50258fb5e71ca7965d8527f879114c39d0a0fb |
|
25-Feb-2013 |
Timo Sirainen <tss@iki.fi> |
MODULE_LIBS is now part of LIBDOVECOT. No need to explicitly link it everywhere. |
d80a9e1ca1594e60cb8eb620e05fbb4b15d6e87e |
|
12-Oct-2012 |
Timo Sirainen <tss@iki.fi> |
--without-shared-libs: Link Dovecot libraries with --whole-archive flag for binaries.
This removes the need for the ugly unused_objects lists for binaries, which
were needed to avoid plugins from failing because they were missing some
functions.
Apparently there's no easy way to use --whole-archive properly with libtool,
so there's now a rather ugly cc-wrapper.sh that does it. Also this is done
only when GNU ld is deted. Most people are going to use --with-shared-libs
though, so I don't think any of this is going to be a real problem. |
89d8953ec951bd165f9150b7afa28eb94defcad1 |
|
11-Aug-2012 |
Timo Sirainen <tss@iki.fi> |
Makefile: Removed mountpoint.o from unused_objects, since it's now included via lib-master. |
b71ec9499d47c92e5fd08683106c01e9face17eb |
|
04-Mar-2012 |
Timo Sirainen <tss@iki.fi> |
Makefile: Link with SSL_LIBS whenever linking libssl_iostream.la |
6340dee9c34a084a9ecfcc18ae9e62db41c992a7 |
|
29-Sep-2010 |
Timo Sirainen <tss@iki.fi> |
pop3: Fixed virtual plugin when compiling --without-shared-libs |
53f37d41e1abb068131320f39f870fc92e81f560 |
|
08-Apr-2010 |
Timo Sirainen <tss@iki.fi> |
configure: Removed --enable-header-install. It's now always enabled.
There didn't seem to be much point in keeping it optional anymore. They're
now more useful than before because shared libraries are also installed.
--HG--
branch : HEAD |
ca44a6ba994aaa3231a20ef6e046dfd97a8dcd2d |
|
18-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
Makefiles: Separated LIBDOVECOT and LIBDOVECOT_DEPS.
--HG--
branch : HEAD |
ee99e9730164f6652804047e901d219b0c213843 |
|
05-May-2009 |
Mark Washenberger <none@none> |
Flattened header namespace on install.
--HG--
branch : HEAD |
08d6658a4e2ec8104cd1307f6baa75fdb07a24f8 |
|
05-May-2009 |
Mark Washenberger <none@none> |
Renamed headers to prevent collision if they were flattened on an install.
--HG--
branch : HEAD |
d4683d85dc96fc6b2432ec9811aacc5f82c8648a |
|
17-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
When using --disable-shared-libs, link with some unused .o files to get plugins working.
--HG--
branch : HEAD |
8dec8eab222cb7a0b4ef5e066cb1d7dac8a526d1 |
|
14-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Added configure --without-shared-libs to link built binaries against static libraries.
The libraries are still built and installed, so this is mainly useful for
making life easier for developers.
--HG--
branch : HEAD |
1b04762685272a53643ac2179939537a44c7c044 |
|
12-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
imap and pop3 now use mail-storage-service API.
--HG--
branch : HEAD |
8d3278a82b964217d95c340ec6f82037cdc59d19 |
|
10-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Added lib-master and mail-storage-service code that makes it easier to build new Dovecot binaries.
Currently only the standalone applications (e.g. deliver) uses this.
--HG--
branch : HEAD |
bd6abf27d1d29a2407f990163e9fe0d0c478a15a |
|
06-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Link -liconv to libdovecot.so if necessary.
--HG--
branch : HEAD |
d3b29d4b61f1549244a7509b798be6f806cf7d4e |
|
04-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Build libdovecot.so and libdovecot-storage.so.
Based on patch by Stephan Bosch.
--HG--
branch : HEAD |
ad0f1d2f2e7f1d42b2de403b04a0ffe1675109cc |
|
02-Feb-2009 |
Timo Sirainen <tss@iki.fi> |
Plugin setting backwards compatibility support and other fixes.
--HG--
branch : HEAD |
a64adf62fa33f2463a86f990217b0c9078531a40 |
|
28-Jan-2009 |
Timo Sirainen <tss@iki.fi> |
Initial commit for config rewrite.
--HG--
branch : HEAD |
0509a69385578179aa3d8fa5b97b15c9365b1ed0 |
|
19-Dec-2008 |
Timo Sirainen <tss@iki.fi> |
Make sure mail_log plugin works with deliver and pop3.
--HG--
branch : HEAD |
88604ff42d91266ac8cae7837057127db57e229b |
|
01-Nov-2008 |
Timo Sirainen <tss@iki.fi> |
$STORAGE_LIBS now contains all the libraries that libstorage needs.
There's no point in listing the same required libraries everywhere.
--HG--
branch : HEAD |
c2ee17c9c263efdc9c0a339c4836c3d43f5cd3d9 |
|
28-Oct-2008 |
Sascha Wilde <wilde@intevation.de> |
shared namespaces: new %%h variable, expanding to the traget users home.
--HG--
branch : HEAD |
2bfd6c88ee0472467168a9f0ce16ff417ef8edd6 |
|
12-Jun-2008 |
Timo Sirainen <tss@iki.fi> |
If we need -lcrypto for randomness, put it to $LIBS instead of $RAND_LIBS
since it needs to be linked to all binaries anyway.
--HG--
branch : HEAD |
9bb36acb0e215fda23052ab4e4acf7078bd574a7 |
|
02-Jan-2008 |
Timo Sirainen <tss@iki.fi> |
Changed library linking order.
--HG--
branch : HEAD |
53604f73123d06b7ff222c306aa17a4d0f62e7b6 |
|
23-Dec-2007 |
cras@kaali <cras@kaali> |
str_sanitize.o no longer needs to be in unused_objects.
--HG--
branch : HEAD |
63028fe2b7ddb65a6753ad81dafa5afca0e947a9 |
|
13-May-2007 |
Timo Sirainen <tss@iki.fi> |
Removed empty mail storage callbacks.
--HG--
branch : HEAD |
bbe42963032af89fac1318844da08c742525cc87 |
|
22-Feb-2007 |
Timo Sirainen <tss@iki.fi> |
Added --with-headers configure option to install .h files.
--HG--
branch : HEAD |
0805cfbd8bcb5e4455b57b7e2ab243b9c6b2df23 |
|
02-Feb-2007 |
Timo Sirainen <tss@iki.fi> |
Make sure str-sanitize.o is linked so mail_log plugin works.
--HG--
branch : HEAD |
84c8de119f2a07785796c0ff6aca20486ea576c5 |
|
10-Dec-2006 |
Timo Sirainen <tss@iki.fi> |
Only imap binary was actually working.
--HG--
branch : HEAD |
a27e065f1a1f91c7fbdf7c2ea1c387441af0cbb3 |
|
16-Nov-2006 |
Timo Sirainen <tss@iki.fi> |
Initial code for separation of mailbox accessing and directory layout
handling. It's not yet possible to change the default layouts though.
--HG--
branch : HEAD |
c86392a82185a4854ae1e69a857daa7f2f201e90 |
|
27-Jun-2006 |
Timo Sirainen <tss@iki.fi> |
Changed the mail_plugins/mail_plugin_dir settings to be passed as the same
environments. If MAIL_PLUGIN_DIR environment isn't given, use the built-in
default.
--HG--
branch : HEAD |
0aac625db5e6e179c8ee7420a12ab300d6b178ed |
|
17-Jun-2006 |
Timo Sirainen <tss@iki.fi> |
Added -export-dynamic.
--HG--
branch : HEAD |
0763a7b2c6ddfd2c0833a77a579b14ddcd4a416c |
|
08-Jun-2006 |
Timo Sirainen <tss@iki.fi> |
Link mountpoint.o manually to get mountpoint_get() included into binary, so
quota plugin can use it.
--HG--
branch : HEAD |
c000aa8509e03b4f7b0574f910d38a7e5e7e002a |
|
30-Dec-2005 |
Timo Sirainen <tss@iki.fi> |
Register proxy dictionary support and link libdict. Currently it's used only
by quota plugin, but later it'll be useful for more things..
--HG--
branch : HEAD |
8f0683e9a86f0b16fae99c4555e06b25af573bd3 |
|
06-Jan-2005 |
Timo Sirainen <tss@iki.fi> |
lib-imap isn't needed in includes.
--HG--
branch : HEAD |
5355df8b66da35698449a10c2c83633a64995298 |
|
21-Oct-2004 |
Timo Sirainen <tss@iki.fi> |
Upgrades to autoconf 2.5 and automake >1.4.
--HG--
branch : HEAD |
aeb6ec20fe8c9cc124db14af72c335fd5df25909 |
|
09-Jul-2003 |
Timo Sirainen <tss@iki.fi> |
RAND_LIBS are needed nowadays for imap/pop3.
--HG--
branch : HEAD |
9e708a17f984ef7690ff2468ec19ad62c95b1ac2 |
|
14-May-2003 |
Timo Sirainen <tss@iki.fi> |
Added support for dynamically loadable imap/pop3 modules.
--HG--
branch : HEAD |
87e74a3969c8380e53bebc7805dbec20fffeed49 |
|
12-May-2003 |
Timo Sirainen <tss@iki.fi> |
Dependency fixes
--HG--
branch : HEAD |
2f491feddd32864330a2c02ecbbaea76bc4dcdd0 |
|
28-Apr-2003 |
Timo Sirainen <tss@iki.fi> |
Use STORAGE_LIBS.
--HG--
branch : HEAD |
5d6fb36fde5a44b6326840dffb8e5e76788b9ab5 |
|
17-Mar-2003 |
Timo Sirainen <tss@iki.fi> |
more fixes..
--HG--
branch : HEAD |
af475bb53710efaac513258f7701922aad36d115 |
|
17-Mar-2003 |
Timo Sirainen <tss@iki.fi> |
iconv fixes
--HG--
branch : HEAD |
b3a6b09331ebcc910981cf7e83624107fe1832f7 |
|
17-Mar-2003 |
Timo Sirainen <tss@iki.fi> |
Better iconv() checking.
--HG--
branch : HEAD |
e3a317209a903361987b60ccd763de72dfa174b9 |
|
30-Jan-2003 |
Timo Sirainen <tss@iki.fi> |
Support for CAPA command (rfc2449).
--HG--
branch : HEAD |
548f87789cf9865572b7b86f7be5a9bbfa132f3f |
|
27-Jan-2003 |
Timo Sirainen <tss@iki.fi> |
Initial code for POP3 server. RETR isn't working right yet, there's some
syncing problems to figure out (pop3 wants to keep the mailbox locked) and
the whole pop3-login process is still missing.
--HG--
branch : HEAD |