age |
author |
description |
Wed, 30 May 2012 11:49:40 +0200 |
markus schnalke |
Updated AUTHORS and THANKS files. |
Wed, 30 May 2012 11:38:03 +0200 |
markus schnalke |
Create the spool and log dirs on program startup if missing. |
Wed, 30 May 2012 11:24:33 +0200 |
markus schnalke |
Fixed forgotten resetting of identity. |
Wed, 30 May 2012 10:38:29 +0200 |
markus schnalke |
Updated tests to the changes on spool dir. |
Wed, 30 May 2012 10:27:10 +0200 |
markus schnalke |
Remove `input' dir in spool dir. Spooled files are in spool dir directly now. |
Wed, 30 May 2012 09:38:38 +0200 |
markus schnalke |
Changed lockdir to /var/lock/masqmail; Create lockdir and piddir on startup. |
Tue, 29 May 2012 22:15:55 +0200 |
markus schnalke |
Updated INSTALL to the new --with-piddir option. |
Tue, 29 May 2012 21:35:17 +0200 |
markus schnalke |
The pid files goes to /var/run/masqmail.pid now. Added --with-piddir. |
Tue, 29 May 2012 21:33:49 +0200 |
markus schnalke |
Changed the location of the route query file in the docs. |
Wed, 29 Feb 2012 18:16:50 +0100 |
markus schnalke |
Added comments and debug messages. |
Wed, 29 Feb 2012 18:14:32 +0100 |
markus schnalke |
Fixed the globalias mechanism. |
Wed, 29 Feb 2012 14:36:07 +0100 |
markus schnalke |
Debug message cosmetic. |
Wed, 29 Feb 2012 14:23:16 +0100 |
markus schnalke |
Minor refactoring and added a newline to the debug output. |
Wed, 29 Feb 2012 14:22:44 +0100 |
markus schnalke |
Finally found the newline that was to much in spool_read_header(). |
Wed, 29 Feb 2012 13:33:40 +0100 |
markus schnalke |
Fixed segfault, caused by a stupid g_strchug/g_strstrip implementation. |
Wed, 29 Feb 2012 12:06:33 +0100 |
markus schnalke |
Ensure lvals, rvals and components of address strucs are stripped. |
Wed, 29 Feb 2012 12:05:47 +0100 |
markus schnalke |
Minor comment rework. |
Wed, 29 Feb 2012 11:03:46 +0100 |
markus schnalke |
Broke long lines. |
Wed, 29 Feb 2012 10:41:51 +0100 |
markus schnalke |
Broke long lines. |
Wed, 29 Feb 2012 10:37:21 +0100 |
markus schnalke |
Minor refactoring. |
Wed, 29 Feb 2012 10:34:27 +0100 |
markus schnalke |
Refactoring. |
Wed, 29 Feb 2012 10:28:23 +0100 |
markus schnalke |
Broke long lines. |
Wed, 29 Feb 2012 10:21:58 +0100 |
markus schnalke |
Broke long lines. |
Wed, 29 Feb 2012 09:46:34 +0100 |
markus schnalke |
Broke long lines. |
Tue, 21 Feb 2012 16:11:28 +0100 |
markus schnalke |
Ensure lval and rval are always stripped. Plus minor refactoring. |
Tue, 21 Feb 2012 16:11:00 +0100 |
markus schnalke |
Various minor refactoring. |
Tue, 21 Feb 2012 15:44:55 +0100 |
markus schnalke |
resolve_ip() appeared to be broken, in connect.c. I fixed it. |
Tue, 21 Feb 2012 15:02:07 +0100 |
markus schnalke |
Minor refactoring. |
Tue, 21 Feb 2012 14:44:00 +0100 |
markus schnalke |
Typographic rework in man page and line-breaking. |
Sat, 18 Feb 2012 19:59:02 +0100 |
markus schnalke |
Fixed debugging output during read_conf(). |