Mercurial > masqmail-0.2
graph
-
bumped version number2011-08-27, by markus schnalke
-
Added tag 0.2.30 for changeset 9c3765e1171b2011-08-27, by markus schnalke
-
changed to release version number and updated to newer autoconf 0.2.302011-08-27, by markus schnalke
-
updated version and dates2011-08-27, by markus schnalke
-
Updated ChangeLog and NEWS2011-08-27, by markus schnalke
-
Security fix! Correct handling of seteuid() return value2011-08-27, by markus schnalke
-
Bumped version number2011-06-03, by meillo
-
Added tag 0.2.29 for changeset 49ebdea079c62011-06-03, by meillo
-
Updated ChangeLog and NEWS2011-06-03, by meillo
-
Fixed an important bug with folded headers!2011-06-03, by meillo
-
next version will be 0.2.292010-07-23, by meillo
-
Added tag 0.2.28 for changeset 3dc9bf11858c2010-07-23, by meillo
-
removed links to oku's old email address2010-07-23, by meillo
-
added my copyright to files I worked on2010-07-23, by meillo
-
updated date and version in man pages2010-07-23, by meillo
-
updated masqmail.route(5) to STARTLS wrappers2010-07-23, by meillo
-
added support for STARTTLS wrappers2010-07-22, by meillo
-
added misc/list-versions2010-07-19, by meillo
-
next version will be 0.2.282010-07-19, by meillo
-
Added tag 0.2.27 for changeset 18a5c335afda2010-07-18, by meillo
-
added authors of contributed parts to AUTHORS2010-07-18, by meillo
-
improved hmactest2010-07-18, by meillo
-
replaced hmac_md5.c with an own implementation of RFC 21042010-07-18, by meillo
-
we need at least 32 bits, so let's take a long2010-07-18, by meillo
-
replaced the MD5 implementation with the one of Solar Designer2010-07-18, by meillo
-
Added tag 0.2.26 for changeset e197e6f4dd942010-07-18, by meillo
-
adjusted masqmail's path to /usr/local/...2010-07-16, by meillo
-
do *not* use the openssl option -crlf in a wrapper command2010-07-14, by meillo
-
added a development helper script to update the date and version in man pages2010-07-14, by meillo
-
next version will be 0.2.262010-07-14, by meillo
-
Documentation improvements in the INSTALL file and some man pages2010-07-14, by meillo
-
Fix handling of --with-liblockfile=no or --without-liblockfile2010-07-14, by meillo
-
documented the wrapper option of route files better2010-07-13, by meillo
-
added a missing #include <sys/stat.h>2010-07-13, by meillo
-
write a log message when the daemon starts up2010-07-13, by meillo
-
Added tag 0.2.25 for changeset 115d3c92493b2010-07-07, by meillo
-
moved rmail from bin (man1) to sbin (man8)2010-07-07, by meillo
-
improved the Makefile (check diff for details)2010-07-07, by meillo
-
small fix in Makefile if dirs do not exist2010-07-07, by meillo
-
remove all installed dirs on `make uninstall'2010-07-07, by meillo
-
credited Paolo's contributions2010-07-07, by meillo
-
updated ChangeLog and NEWS2010-07-07, by meillo
-
updated dates and versions in man pages2010-07-06, by meillo
-
typo fixes in masqmail.route(5)2010-07-06, by meillo
-
added a script that checks the documentation coverage of config options2010-07-06, by meillo
-
/^\\fB/ in man pages indicates an option2010-07-06, by meillo
-
documented, yet undocumented, set_h_reply_to_domain config option2010-07-06, by meillo
-
added mailq.wmbiffrc by Paolo2010-07-06, by meillo
-
check max length of addresses in SMTP dialog2010-07-06, by meillo
-
fixed defer_all code2010-07-06, by meillo
-
documented, yet undocumented, defer_all config option2010-07-06, by meillo
-
documented, yet undocumented, spool_dir config option2010-07-06, by meillo
-
small clarity improvement2010-07-06, by meillo
-
fixed the use of max_size instead of max_size_delete2010-07-06, by meillo
-
documented undocumented get config options2010-07-06, by meillo
-
small typographic fix (`file' is a value)2010-07-06, by meillo
-
moved the SIZE check to a better location2010-07-06, by meillo
-
refactored SMTP_HELO and SMTP_EHLO cases2010-07-06, by meillo
-
updated ChangeLog and NEWS2010-07-01, by meillo
-
don't install the tests2010-07-01, by meillo
-
Added tag 0.2.24 for changeset e01fed4846e42010-07-01, by meillo
-
next version will be 0.2.252010-07-01, by meillo
-
Todo: int may have only 16bit2010-07-01, by meillo
-
better formating in debug log2010-07-01, by meillo
-
added support for SMTP SIZE 0 (unlimited)2010-07-01, by meillo
-
some annotations related to mail sending with SMTP SIZE2010-07-01, by meillo
-
annotations at msg_calc_size()2010-07-01, by meillo
-
added server-side SMTP SIZE support (patch by Paolo)2010-07-01, by meillo
-
new warnmsg.tpl.it (Thanks to Paolo)2010-06-30, by meillo
-
allow `:' unquoted too; updated masqmail.conf.5 (Thanks to Paolo)2010-06-30, by meillo
-
better debugging output (thanks to Paolo)2010-06-30, by meillo
-
Paolo's code and vanilla code differs2010-06-30, by meillo
-
typographic fixes for masqmail.conf.5 (thanks to Paolo)2010-06-30, by meillo
-
simplified a bit-operation based condition2010-06-29, by meillo
-
changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better understanding2010-06-29, by meillo
-
improved comments related to -t option2010-06-29, by meillo
-
exchange of the if parts to simplify the condition2010-06-29, by meillo
-
never create headers from recipients2010-06-29, by meillo
-
masqmail now *always* removes Bcc: headers2010-06-29, by meillo
-
add `undisclosed recipients' header if no recipient headers available2010-06-29, by meillo
-
remove all mercurial files from distribution2010-06-25, by meillo
-
improved man page in respect to the -t option2010-06-23, by meillo
-
removed the ACC_NO_RECVD_HDR because it is never set2010-06-23, by meillo
-
removed executable bits2010-06-22, by meillo
-
the same typos in another file2010-06-22, by meillo
-
fixed tiny typo2010-06-22, by meillo
-
added man page for rmail(1)2010-06-21, by meillo
-
man page of mservdetect talked about /usr/bin/masqmail :-O2010-06-21, by meillo
-
small typo fix2010-06-21, by meillo
-
masqmail's homepage moved prog.marmaro.de/masqmail -> marmaro.de/prog/masqmail 0.2.242010-06-21, by meillo
-
updated ChangeLog and NEWS2010-06-21, by meillo
-
forgot again to commit the updated Makefile.in2010-06-21, by meillo
-
updated docs (online_file, mserver_iface)2010-06-21, by meillo
-
correct masqmail path in rmail script; remove docs on uninstall2010-06-21, by meillo
-
added some words about exim to docs/uucp-setup2010-06-19, by meillo
-
what about the `rmail' alias?2010-06-19, by meillo
-
added a document that describes UUCP relevant stuff2010-06-19, by meillo
-
added a comment on how to make group uucp trusted too2010-06-19, by meillo
-
added rmail script from postfix2010-06-19, by meillo
-
mservdetect should be listed in man section 1 if it resides in /.../bin/2010-06-19, by meillo
-
is_ingroup(): check for the primary group of a user too2010-06-19, by meillo
-
using is_privileged_user() to check here too2010-06-19, by meillo
-
refactoring2010-06-19, by meillo
-
moved check for NULL into destroy_message()2010-06-19, by meillo
-
refactoring plus one small bugfix2010-06-19, by meillo
-
man/Makefile.in was not up to date2010-06-19, by meillo
-
next version will be 0.2.242010-06-19, by meillo