Sat, 07 Feb 2015 11:17:53 +0100 |
markus schnalke |
Bumps version number and updates Changelog and NEWS
0.3.5
|
Sat, 07 Feb 2015 11:14:09 +0100 |
markus schnalke |
Adds a correct cast
|
Thu, 20 Nov 2014 20:36:20 +0100 |
markus schnalke |
Added route conditions based on the From header
|
Wed, 03 Apr 2013 21:45:57 +0200 |
markus schnalke |
Bugfix: Read as long as there *is* content.
|
Mon, 04 Jun 2012 20:02:31 +0200 |
markus schnalke |
Typo fix in man page. Reported via Debian.
|
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().
|
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'
|
Sun, 04 Sep 2011 11:55:51 +0200 |
markus schnalke |
Closed a memory leak.
|
Sun, 04 Sep 2011 11:40:35 +0200 |
markus schnalke |
removed DLVR_LAN which is now unused
|
Sun, 04 Sep 2011 11:33:31 +0200 |
markus schnalke |
found further appearences of ``localnet'' in the code
|
Sun, 04 Sep 2011 11:25:38 +0200 |
markus schnalke |
reworked the route concept; removed the idea of the localnet
|
Sun, 04 Sep 2011 10:23:00 +0200 |
markus schnalke |
trivial reformating in man page source
|
Sun, 04 Sep 2011 10:14:36 +0200 |
markus schnalke |
minor improvement of output of devel/are-options-documented
|
Thu, 14 Jul 2011 14:12:32 +0200 |
markus schnalke |
Minor refactoring
|
Thu, 14 Jul 2011 12:00:46 +0200 |
markus schnalke |
Removed unused deliver_finish_list()
|
Thu, 14 Jul 2011 11:38:23 +0200 |
markus schnalke |
Removed unused second arg of msg_spool_read()
|
Thu, 14 Jul 2011 11:31:52 +0200 |
markus schnalke |
Argument of read_queue() was unused, thus removed
|
Thu, 14 Jul 2011 11:15:27 +0200 |
markus schnalke |
Minor refactoring
|
Thu, 14 Jul 2011 10:06:36 +0200 |
markus schnalke |
Minor clarifications in man pages (do_queue)
|
Sat, 03 Sep 2011 18:53:54 +0200 |
markus schnalke |
added local_rcpts() and remote_rcpts() for later use
|
Sat, 03 Sep 2011 18:32:37 +0200 |
markus schnalke |
improved comments and debug messages
|
Sat, 03 Sep 2011 18:25:02 +0200 |
markus schnalke |
refactoring: ``insourced'' create_msg_out_list()
|
Wed, 31 Aug 2011 09:39:40 +0200 |
markus schnalke |
bumped version number
|
Wed, 31 Aug 2011 09:38:43 +0200 |
markus schnalke |
Added tag 0.3.3 for changeset 60bb2dbe2866
|
Wed, 31 Aug 2011 09:14:38 +0200 |
markus schnalke |
In the tests: replaced logname(1) with $LOGNAME
0.3.3
|
Wed, 31 Aug 2011 08:46:00 +0200 |
markus schnalke |
removed -dev postfix on version number
|
Wed, 31 Aug 2011 08:40:24 +0200 |
markus schnalke |
updated ChangeLog and NEWS
|
Mon, 29 Aug 2011 19:32:38 +0200 |
markus schnalke |
Minor fixes in man pages, reported by lintian(1)
|
Sat, 27 Aug 2011 18:38:55 +0200 |
markus schnalke |
updated ChangeLog and NEWS
|
Sat, 27 Aug 2011 18:35:19 +0200 |
markus schnalke |
updated dates and version
|
Sat, 27 Aug 2011 18:34:52 +0200 |
markus schnalke |
little typing error
|
Sat, 27 Aug 2011 16:54:14 +0200 |
markus schnalke |
Added debug level 9 for msgs to stderr during reading config
|
Sat, 27 Aug 2011 16:21:17 +0200 |
markus schnalke |
refactoring, partly also related to set_euidgid()
|
Sat, 27 Aug 2011 16:19:07 +0200 |
markus schnalke |
Security fix! Correct handling of seteuid() return value
|
Wed, 13 Jul 2011 10:30:52 +0200 |
markus schnalke |
Fixed local-part only address patterns in route conditions
|
Wed, 13 Jul 2011 10:24:45 +0200 |
markus schnalke |
Switched back from 127.0.0.1 to localhost
|
Fri, 03 Jun 2011 13:30:28 +0200 |
meillo |
Bumped version number
|
Fri, 03 Jun 2011 13:10:19 +0200 |
meillo |
Added tag 0.3.2 for changeset 45a64a875162
|
Fri, 03 Jun 2011 12:09:09 +0200 |
meillo |
Updated version
0.3.2
|
Fri, 03 Jun 2011 11:03:11 +0200 |
meillo |
Updated version and date
|
Fri, 03 Jun 2011 11:01:39 +0200 |
meillo |
Updated ChangeLog and NEWS
|
Fri, 03 Jun 2011 09:47:27 +0200 |
meillo |
Fixed an important bug with folded headers!
|
Fri, 03 Jun 2011 09:40:03 +0200 |
meillo |
hinted that the debug output of folded headers prints only the
|
Thu, 28 Apr 2011 16:48:23 +0200 |
meillo |
refactoring
|
Thu, 28 Apr 2011 16:43:38 +0200 |
meillo |
cosmetic changes
|
Thu, 28 Apr 2011 16:42:28 +0200 |
meillo |
refactoring in the small
|
Thu, 28 Apr 2011 13:29:26 +0200 |
meillo |
connect_error_fail affects pipe commands too
|
Thu, 28 Apr 2011 09:55:06 +0200 |
meillo |
reworked allowed and denied addrs for routes
|
Mon, 25 Apr 2011 15:17:30 +0200 |
meillo |
heavy restructuring of masqmail.route(5) (sections)
|
Mon, 25 Apr 2011 15:15:34 +0200 |
meillo |
added comments
|
Mon, 25 Apr 2011 15:14:04 +0200 |
meillo |
small wording change
|
Mon, 25 Apr 2011 15:13:32 +0200 |
meillo |
trival wording change
|
Sun, 24 Apr 2011 20:13:47 +0200 |
meillo |
null-terminated the decoded base64 strings
|
Sun, 24 Apr 2011 19:37:56 +0200 |
meillo |
removed protocol option from route config
|
Sun, 24 Apr 2011 19:14:38 +0200 |
meillo |
reworked online_detect to the simpler online_query
|
Sun, 24 Apr 2011 19:02:09 +0200 |
meillo |
bug fix: off-by-one in pipe aliases
|
Sun, 24 Apr 2011 19:01:22 +0200 |
meillo |
added alias examples to man page
|
Sun, 24 Apr 2011 15:11:37 +0200 |
meillo |
bug fix: inverted condition
|
Sun, 24 Apr 2011 15:10:48 +0200 |
meillo |
clarified local_addresses in man page
|
Sun, 24 Apr 2011 15:10:11 +0200 |
meillo |
refactored complex conditions
|
Thu, 09 Dec 2010 18:28:11 -0300 |
markus schnalke |
manual formating of Received: hdrs; changed hdr for local receival
|
Thu, 09 Dec 2010 18:01:46 -0300 |
markus schnalke |
replaced header_fold() with a better implementation
|
Thu, 09 Dec 2010 17:50:25 -0300 |
markus schnalke |
improved unused function header_fold()
|
Thu, 09 Dec 2010 15:42:02 -0300 |
markus schnalke |
refactoring
|
Thu, 09 Dec 2010 14:59:42 -0300 |
markus schnalke |
free memory in spool read for continuation header lines
|
Thu, 09 Dec 2010 13:53:48 -0300 |
markus schnalke |
fixed compile error; removed PROT_BSMTP; made protocol names ucase
|
Thu, 09 Dec 2010 13:20:14 -0300 |
markus schnalke |
refactoring
|
Thu, 09 Dec 2010 11:41:49 -0300 |
markus schnalke |
added a description of how I create a masqmail release
|
Thu, 09 Dec 2010 10:58:40 -0300 |
markus schnalke |
ran aclocal and autoconf
|
Thu, 09 Dec 2010 10:57:40 -0300 |
markus schnalke |
updated devel/list-versions to detect version number suffixes
|
Thu, 09 Dec 2010 10:57:01 -0300 |
markus schnalke |
bumped version number
|
Wed, 08 Dec 2010 19:03:09 -0300 |
markus schnalke |
Added tag 0.3.1 for changeset 5a93bdc261ba
|
Wed, 08 Dec 2010 18:19:24 -0300 |
markus schnalke |
No, we don't have that many bugs any more, I believe. ;-)
0.3.1
|
Wed, 08 Dec 2010 18:06:44 -0300 |
markus schnalke |
updated ChangeLog, NEWS and date/version in the man pages
|
Wed, 08 Dec 2010 18:00:22 -0300 |
markus schnalke |
mark -qo (without argument) obsolete
|
Wed, 08 Dec 2010 17:17:38 -0300 |
markus schnalke |
reformating of code
|
Tue, 07 Dec 2010 19:21:44 -0300 |
markus schnalke |
FIXME comment: where to log while reading the config file?
|
Tue, 07 Dec 2010 19:20:11 -0300 |
markus schnalke |
updated ChangeLog and NEWS
|
Tue, 07 Dec 2010 17:21:07 -0300 |
markus schnalke |
further, minor, improvements to man/masqmail.8
|
Tue, 07 Dec 2010 17:10:07 -0300 |
markus schnalke |
Heavily reworked man/masqmail.8
|
Tue, 07 Dec 2010 17:09:07 -0300 |
markus schnalke |
recognize the program name `newaliases' too
|
Tue, 07 Dec 2010 14:19:04 -0300 |
markus schnalke |
improved man/masqmail.8 heavily
|
Tue, 07 Dec 2010 14:07:25 -0300 |
markus schnalke |
-q and -qo are non-exclusive
|
Tue, 07 Dec 2010 14:04:56 -0300 |
markus schnalke |
modes are now enforced exclusive
|
Mon, 06 Dec 2010 18:07:01 -0300 |
markus schnalke |
heavy refactoring of deliver.c
|
Mon, 06 Dec 2010 17:46:24 -0300 |
markus schnalke |
moved some code around
|
Mon, 06 Dec 2010 17:41:50 -0300 |
markus schnalke |
added -bm for mode accept (the other MTAs have it too)
|
Mon, 06 Dec 2010 17:34:15 -0300 |
markus schnalke |
minor refactorings and cleanups
|
Fri, 03 Dec 2010 21:05:34 -0300 |
markus schnalke |
for -t cmdline args are now added to the rcpt list instead of substracted
|
Fri, 03 Dec 2010 19:35:34 -0300 |
markus schnalke |
removed comment, see previous commit
|
Fri, 03 Dec 2010 19:33:54 -0300 |
markus schnalke |
fixed `To: alice, bob' with -t
|
Fri, 03 Dec 2010 19:25:43 -0300 |
markus schnalke |
parse.c: comments, better debugging, tiny refactoring
|
Fri, 03 Dec 2010 19:13:25 -0300 |
markus schnalke |
refactoring in the small
|
Fri, 03 Dec 2010 13:05:59 -0300 |
markus schnalke |
heavy refactoring in the small of parse.c
|
Fri, 03 Dec 2010 13:02:45 -0300 |
markus schnalke |
refactoring in the small
|
Fri, 03 Dec 2010 12:55:44 -0300 |
markus schnalke |
comment: problems with `To: alice, bob' and -t
|
Fri, 03 Dec 2010 11:40:58 -0300 |
markus schnalke |
removed ACC_DEL_RCPTS because it's always used with ACC_RCPT_FROM_HEAD
|
Fri, 03 Dec 2010 11:37:01 -0300 |
markus schnalke |
comments (should we really exit failure in this case?)
|
Fri, 03 Dec 2010 11:30:24 -0300 |
markus schnalke |
refactored mode_accept()
|
Fri, 03 Dec 2010 11:30:01 -0300 |
markus schnalke |
removed obsolete commented code
|
Fri, 03 Dec 2010 10:43:38 -0300 |
markus schnalke |
comments and a small refactoring
|
Thu, 02 Dec 2010 17:13:03 -0300 |
markus schnalke |
removed now obsolete exit_code
|
Thu, 02 Dec 2010 17:11:25 -0300 |
markus schnalke |
s/EXIT_SUCCESS/0/ && s/EXIT_FAILURE/1/
|
Thu, 02 Dec 2010 16:52:39 -0300 |
markus schnalke |
fixed previous commit and excluded mode_version() from main()
|
Thu, 02 Dec 2010 16:45:26 -0300 |
markus schnalke |
substituted get_progname() with a call to strrchr()
|
Thu, 02 Dec 2010 16:22:55 -0300 |
markus schnalke |
made default mode sensible
|
Wed, 01 Dec 2010 18:27:46 -0300 |
markus schnalke |
fixed -oem by removing it ;-)
|
Wed, 01 Dec 2010 17:29:52 -0300 |
markus schnalke |
fixed -oi to really be the same as -i
|
Thu, 04 Nov 2010 14:57:53 -0300 |
markus schnalke |
updated ChangeLog
|
Thu, 04 Nov 2010 14:56:47 -0300 |
markus schnalke |
removed a magic number from time_interval()
|
Thu, 04 Nov 2010 14:45:42 -0300 |
markus schnalke |
removed the obsolete pos argument from time_interval()
|
Thu, 04 Nov 2010 14:36:47 -0300 |
markus schnalke |
updated ChangeLog and NEWS
|
Thu, 04 Nov 2010 13:43:44 -0300 |
markus schnalke |
improved man/masqmail.8 in various ways but mostly for -oem
|
Thu, 04 Nov 2010 13:00:19 -0300 |
markus schnalke |
moved run_queue to a new function
|
Thu, 04 Nov 2010 12:32:11 -0300 |
markus schnalke |
moved the queue manipulation code to an new function
|
Thu, 04 Nov 2010 11:02:42 -0300 |
markus schnalke |
refactored the cmdline argument processing
|
Mon, 01 Nov 2010 14:53:26 -0300 |
markus schnalke |
refactored processing of -oXXX options
|
Mon, 01 Nov 2010 13:30:02 -0300 |
markus schnalke |
ignoring -m switch now
|
Thu, 28 Oct 2010 16:40:02 -0300 |
markus schnalke |
SMTP client: tries EHLO now always first
|
Wed, 27 Oct 2010 11:31:14 -0300 |
markus schnalke |
removed ADDR_FLAG_NOEXPAND as it is not needed anymore
|
Mon, 25 Oct 2010 17:48:08 -0300 |
markus schnalke |
renamed `alias_local_cmp' to `localpartcmp'
|
Mon, 25 Oct 2010 17:46:13 -0300 |
markus schnalke |
renamed `alias_local_caseless' to `caseless_matching'
|
Mon, 25 Oct 2010 17:42:48 -0300 |
markus schnalke |
made addr_isequal() and addr_isequal_parent() more flexible
|
Mon, 25 Oct 2010 15:41:48 -0300 |
markus schnalke |
added myself to the copyright notice of route.c
|
Mon, 25 Oct 2010 15:37:07 -0300 |
markus schnalke |
removed duplicated function prototypes
|
Mon, 25 Oct 2010 15:35:28 -0300 |
markus schnalke |
refactored alias.c heavily
|
Mon, 25 Oct 2010 14:02:18 -0300 |
markus schnalke |
minor improvements in wordings
|
Fri, 22 Oct 2010 11:56:47 -0300 |
markus schnalke |
refactoring: new function split_rcpts() replaces two others
|
Fri, 22 Oct 2010 11:15:24 -0300 |
markus schnalke |
debug msgs: improved the display of function return values
|
Fri, 22 Oct 2010 11:09:57 -0300 |
markus schnalke |
removed additional new lines at the end of debug messages
|
Fri, 22 Oct 2010 11:06:09 -0300 |
markus schnalke |
renamed the default route for the local net
|
Thu, 21 Oct 2010 18:52:50 -0300 |
markus schnalke |
improved comments slightly
|
Mon, 26 Jul 2010 22:02:47 +0200 |
meillo |
next version will be 0.3.1
|
Mon, 26 Jul 2010 21:54:30 +0200 |
meillo |
Added tag 0.3.0 for changeset 4f999b3ee49d
|
Fri, 23 Jul 2010 22:00:01 +0200 |
meillo |
updated ChangeLog and NEWS
0.3.0
|
Fri, 23 Jul 2010 21:57:59 +0200 |
meillo |
install the files INSTALL and THANKS too
|
Fri, 23 Jul 2010 12:08:41 +0200 |
meillo |
updated date and version of man pages
|
Fri, 23 Jul 2010 11:49:44 +0200 |
meillo |
renamed contrib/ to admin/
|
Fri, 23 Jul 2010 11:46:08 +0200 |
meillo |
renamed misc/ to devel/
|
Fri, 23 Jul 2010 11:36:13 +0200 |
meillo |
removed oku's old email address
|
Fri, 23 Jul 2010 11:27:17 +0200 |
meillo |
added my copyright to files I worked on
|
Fri, 23 Jul 2010 11:18:20 +0200 |
meillo |
updated docs to STARTTLS wrappers
|
Fri, 23 Jul 2010 10:57:53 +0200 |
meillo |
added support for STARTTLS wrappers
|
Fri, 23 Jul 2010 10:53:04 +0200 |
meillo |
added a note to the long vs. int question in md5.h
|
Wed, 21 Jul 2010 22:14:09 +0200 |
meillo |
added READMEs to describe the sense of contrib/ and misc/
|
Wed, 21 Jul 2010 22:12:55 +0200 |
meillo |
added config-transition
|
Wed, 21 Jul 2010 22:10:13 +0200 |
meillo |
small improvement of guess-hostname
|
Mon, 19 Jul 2010 14:11:53 +0200 |
meillo |
added an executable bit
|
Mon, 19 Jul 2010 14:01:13 +0200 |
meillo |
added misc/list-versions
|
Mon, 19 Jul 2010 14:10:14 +0200 |
meillo |
added the contents of the old FAQ page
|
Mon, 19 Jul 2010 14:06:08 +0200 |
meillo |
removed the old manual because it is really outdated now
|
Sun, 18 Jul 2010 22:40:09 +0200 |
meillo |
added authors of contributed parts to AUTHORS
|
Sun, 18 Jul 2010 22:25:21 +0200 |
meillo |
improved hmactest
|
Sun, 18 Jul 2010 22:20:36 +0200 |
meillo |
replaced hmac_md5.c with an own implementation of RFC 2104
|
Sun, 18 Jul 2010 22:02:54 +0200 |
meillo |
we need at least 32 bits, so let's take a long
|
Sun, 18 Jul 2010 21:58:15 +0200 |
meillo |
replaced the MD5 implementation with the one of Solar Designer
|
Sun, 18 Jul 2010 21:49:15 +0200 |
meillo |
added newlines to the end of log and debug messages where missing
|
Sun, 18 Jul 2010 21:41:48 +0200 |
meillo |
removed commented code and replaced // by /* */
|
Sat, 17 Jul 2010 00:34:40 +0200 |
meillo |
default listen_addresses: use 127.0.0.1 instead of `localhost'
|
Fri, 16 Jul 2010 16:38:50 +0200 |
meillo |
REMOVED MAILDIR SUPPORT
|
Fri, 16 Jul 2010 15:38:53 +0200 |
meillo |
removed the --disable-smtp-server configure option
|
Fri, 16 Jul 2010 14:48:17 +0200 |
meillo |
removed --with-glib-static configure option
|
Fri, 16 Jul 2010 14:43:55 +0200 |
meillo |
added docs/howto-static-linking
|
Fri, 16 Jul 2010 13:08:29 +0200 |
meillo |
removed dns_getname() which was already commented
|
Fri, 16 Jul 2010 12:53:07 +0200 |
meillo |
reworked resolvtest; let it build; refactored in lookup.c
|
Fri, 16 Jul 2010 12:39:14 +0200 |
meillo |
generated Makefile.in to install THANKS file
|
Fri, 16 Jul 2010 10:08:06 +0200 |
meillo |
the goal is to have less config options
|
Fri, 16 Jul 2010 10:06:32 +0200 |
meillo |
added comment: TODO file may not be up-to-date
|
Fri, 16 Jul 2010 10:01:49 +0200 |
meillo |
moved the CREDITS section from README to THANKS
|
Fri, 16 Jul 2010 09:43:11 +0200 |
meillo |
There was still a /usr/sbin/masqmail path
|
Thu, 15 Jul 2010 23:44:48 +0200 |
meillo |
specified group by name; added path to --with-glib-static
|
Thu, 15 Jul 2010 14:37:49 +0200 |
meillo |
typographic fix: alignments in configure -h
|
Thu, 15 Jul 2010 14:24:40 +0200 |
meillo |
REMOVED POP3 SUPPORT
|