age |
author |
description |
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(). |
Sat, 18 Feb 2012 19:57:39 +0100 |
markus schnalke |
Fixed conf.c: read_lval(). |
Sat, 18 Feb 2012 19:39:11 +0100 |
markus schnalke |
Removed log_max_pri limit. It makes no sense. |
Sat, 18 Feb 2012 19:32:40 +0100 |
markus schnalke |
Refactoring in conf.c: read_rval(). |
Sat, 18 Feb 2012 18:48:19 +0100 |
markus schnalke |
Various refactoring and code layouting in the second half of conf.c. |
Sat, 18 Feb 2012 18:07:55 +0100 |
markus schnalke |
Heavy refactoring in parts of conf.c. |
Sat, 18 Feb 2012 17:53:04 +0100 |
markus schnalke |
Refactoring and code layouting. |
Sat, 18 Feb 2012 13:50:02 +0100 |
markus schnalke |
Refactoring and code layouting. |
Sat, 18 Feb 2012 13:43:30 +0100 |
markus schnalke |
Refactoring and code layouting. |
Sat, 18 Feb 2012 13:37:40 +0100 |
markus schnalke |
Refactoring and code layouting. |
Sat, 18 Feb 2012 12:35:12 +0100 |
markus schnalke |
Added a glob-pattern aliasing facility. |
Sat, 18 Feb 2012 11:43:06 +0100 |
markus schnalke |
Ignore pointer sign warnings. |
Thu, 16 Feb 2012 13:34:44 +0100 |
markus schnalke |
Refactoring in tables.c. |
Thu, 16 Feb 2012 11:22:31 +0100 |
markus schnalke |
Beautifying. |
Thu, 16 Feb 2012 11:12:39 +0100 |
markus schnalke |
Port number are unsigned. This corrects the logfile output. |
Wed, 18 Jan 2012 09:54:24 +0100 |
markus schnalke |
Bumped version number. |
Wed, 18 Jan 2012 09:52:40 +0100 |
markus schnalke |
Added tag 0.3.4 for changeset 35c5239ebcc1 |
Wed, 18 Jan 2012 09:31:45 +0100 |
markus schnalke |
Updated version number.0.3.4 |
Wed, 18 Jan 2012 09:31:35 +0100 |
markus schnalke |
Updated ChangeLog and NEWS. |
Sat, 14 Jan 2012 21:36:58 +0100 |
markus schnalke |
Removed ident. This had been discussed on the mailing list in Oct 2011. |
Sat, 14 Jan 2012 18:44:48 +0100 |
markus schnalke |
Various cleanups to remove compiler warnings. |
Sat, 14 Jan 2012 18:20:03 +0100 |
markus schnalke |
Removed unused variables. |
Sat, 14 Jan 2012 18:14:07 +0100 |
markus schnalke |
local_hosts now understands glob patterns like `*example.org'. |
Sat, 14 Jan 2012 17:27:21 +0100 |
markus schnalke |
Improved log/debug messages. |
Sat, 14 Jan 2012 11:47:57 +0100 |
markus schnalke |
Fixed bug in matching of allowed recipients. |
Tue, 25 Oct 2011 14:31:28 +0200 |
markus schnalke |
Fixed a problem with psb->remote_host, introduced in changeset 412385b57dc4 |
Tue, 25 Oct 2011 13:51:43 +0200 |
markus schnalke |
Refactoring: early failure exit. |
Tue, 25 Oct 2011 13:50:27 +0200 |
markus schnalke |
Broke long lines. |
Thu, 20 Oct 2011 10:23:47 +0200 |
markus schnalke |
Minor refactoring change (else-if). |
Thu, 20 Oct 2011 10:22:40 +0200 |
markus schnalke |
Added cast to avoid compiler warning. |
Thu, 20 Oct 2011 10:20:59 +0200 |
markus schnalke |
Reformated multiline comments to have leading asterisks on each line |
Thu, 22 Sep 2011 15:07:40 +0200 |
markus schnalke |
Switched to `type *name' style |
Wed, 14 Sep 2011 12:20:40 +0200 |
markus schnalke |
Minor clarification in configure help output |
Wed, 14 Sep 2011 12:19:02 +0200 |
markus schnalke |
Enabled auth support per default |
Wed, 14 Sep 2011 12:07:34 +0200 |
markus schnalke |
Removed support for openssl linking |
Wed, 14 Sep 2011 11:50:45 +0200 |
markus schnalke |
minor rework |
Sun, 04 Sep 2011 17:43:09 +0200 |
markus schnalke |
Using --with-libcrypto is not recommended |
Sun, 04 Sep 2011 17:41:02 +0200 |
markus schnalke |
Added explanation about --enable-ident |
Sun, 04 Sep 2011 17:40:13 +0200 |
markus schnalke |
minor refactoring |
Sun, 04 Sep 2011 12:19:41 +0200 |
markus schnalke |
Eventually switched the default group from `trusted' to `mail' |