Mercurial > masqmail
graph
-
updated ChangeLog and NEWS2011-08-27, by markus schnalke
-
updated dates and version2011-08-27, by markus schnalke
-
little typing error2011-08-27, by markus schnalke
-
Added debug level 9 for msgs to stderr during reading config2011-08-27, by markus schnalke
-
refactoring, partly also related to set_euidgid()2011-08-27, by markus schnalke
-
Security fix! Correct handling of seteuid() return value2011-08-27, by markus schnalke
-
Fixed local-part only address patterns in route conditions2011-07-13, by markus schnalke
-
Switched back from 127.0.0.1 to localhost2011-07-13, by markus schnalke
-
Bumped version number2011-06-03, by meillo
-
Added tag 0.3.2 for changeset 45a64a8751622011-06-03, by meillo
-
Updated version and date2011-06-03, by meillo
-
Updated ChangeLog and NEWS2011-06-03, by meillo
-
Fixed an important bug with folded headers!2011-06-03, by meillo
-
hinted that the debug output of folded headers prints only the2011-06-03, by meillo
-
refactoring2011-04-28, by meillo
-
cosmetic changes2011-04-28, by meillo
-
refactoring in the small2011-04-28, by meillo
-
connect_error_fail affects pipe commands too2011-04-28, by meillo
-
reworked allowed and denied addrs for routes2011-04-28, by meillo
-
heavy restructuring of masqmail.route(5) (sections)2011-04-25, by meillo
-
added comments2011-04-25, by meillo
-
small wording change2011-04-25, by meillo
-
trival wording change2011-04-25, by meillo
-
null-terminated the decoded base64 strings2011-04-24, by meillo
-
removed protocol option from route config2011-04-24, by meillo
-
reworked online_detect to the simpler online_query2011-04-24, by meillo
-
bug fix: off-by-one in pipe aliases2011-04-24, by meillo
-
added alias examples to man page2011-04-24, by meillo
-
bug fix: inverted condition2011-04-24, by meillo
-
clarified local_addresses in man page2011-04-24, by meillo
-
refactored complex conditions2011-04-24, by meillo
-
manual formating of Received: hdrs; changed hdr for local receival2010-12-09, by markus schnalke
-
replaced header_fold() with a better implementation2010-12-09, by markus schnalke
-
improved unused function header_fold()2010-12-09, by markus schnalke
-
refactoring2010-12-09, by markus schnalke
-
free memory in spool read for continuation header lines2010-12-09, by markus schnalke
-
fixed compile error; removed PROT_BSMTP; made protocol names ucase2010-12-09, by markus schnalke
-
refactoring2010-12-09, by markus schnalke
-
added a description of how I create a masqmail release2010-12-09, by markus schnalke
-
ran aclocal and autoconf2010-12-09, by markus schnalke
-
updated devel/list-versions to detect version number suffixes2010-12-09, by markus schnalke
-
bumped version number2010-12-09, by markus schnalke
-
Added tag 0.3.1 for changeset 5a93bdc261ba2010-12-08, by markus schnalke
-
updated ChangeLog, NEWS and date/version in the man pages2010-12-08, by markus schnalke
-
mark -qo (without argument) obsolete2010-12-08, by markus schnalke
-
reformating of code2010-12-08, by markus schnalke
-
FIXME comment: where to log while reading the config file?2010-12-07, by markus schnalke
-
updated ChangeLog and NEWS2010-12-07, by markus schnalke
-
further, minor, improvements to man/masqmail.82010-12-07, by markus schnalke
-
Heavily reworked man/masqmail.82010-12-07, by markus schnalke
-
recognize the program name `newaliases' too2010-12-07, by markus schnalke
-
improved man/masqmail.8 heavily2010-12-07, by markus schnalke
-
-q and -qo are non-exclusive2010-12-07, by markus schnalke
-
modes are now enforced exclusive2010-12-07, by markus schnalke
-
heavy refactoring of deliver.c2010-12-06, by markus schnalke
-
moved some code around2010-12-06, by markus schnalke
-
added -bm for mode accept (the other MTAs have it too)2010-12-06, by markus schnalke
-
minor refactorings and cleanups2010-12-06, by markus schnalke
-
for -t cmdline args are now added to the rcpt list instead of substracted2010-12-04, by markus schnalke
-
removed comment, see previous commit2010-12-03, by markus schnalke
-
fixed `To: alice, bob' with -t2010-12-03, by markus schnalke
-
parse.c: comments, better debugging, tiny refactoring2010-12-03, by markus schnalke
-
refactoring in the small2010-12-03, by markus schnalke
-
heavy refactoring in the small of parse.c2010-12-03, by markus schnalke
-
refactoring in the small2010-12-03, by markus schnalke
-
comment: problems with `To: alice, bob' and -t2010-12-03, by markus schnalke
-
removed ACC_DEL_RCPTS because it's always used with ACC_RCPT_FROM_HEAD2010-12-03, by markus schnalke
-
comments (should we really exit failure in this case?)2010-12-03, by markus schnalke
-
refactored mode_accept()2010-12-03, by markus schnalke
-
removed obsolete commented code2010-12-03, by markus schnalke
-
comments and a small refactoring2010-12-03, by markus schnalke
-
removed now obsolete exit_code2010-12-02, by markus schnalke
-
s/EXIT_SUCCESS/0/ && s/EXIT_FAILURE/1/2010-12-02, by markus schnalke
-
fixed previous commit and excluded mode_version() from main()2010-12-02, by markus schnalke
-
substituted get_progname() with a call to strrchr()2010-12-02, by markus schnalke
-
made default mode sensible2010-12-02, by markus schnalke
-
fixed -oem by removing it ;-)2010-12-01, by markus schnalke
-
fixed -oi to really be the same as -i2010-12-01, by markus schnalke
-
updated ChangeLog2010-11-04, by markus schnalke
-
removed a magic number from time_interval()2010-11-04, by markus schnalke
-
removed the obsolete pos argument from time_interval()2010-11-04, by markus schnalke
-
updated ChangeLog and NEWS2010-11-04, by markus schnalke
-
improved man/masqmail.8 in various ways but mostly for -oem2010-11-04, by markus schnalke
-
moved run_queue to a new function2010-11-04, by markus schnalke
-
moved the queue manipulation code to an new function2010-11-04, by markus schnalke
-
refactored the cmdline argument processing2010-11-04, by markus schnalke
-
refactored processing of -oXXX options2010-11-01, by markus schnalke
-
ignoring -m switch now2010-11-01, by markus schnalke
-
SMTP client: tries EHLO now always first2010-10-28, by markus schnalke
-
removed ADDR_FLAG_NOEXPAND as it is not needed anymore2010-10-27, by markus schnalke
-
renamed `alias_local_cmp' to `localpartcmp'2010-10-25, by markus schnalke
-
renamed `alias_local_caseless' to `caseless_matching'2010-10-25, by markus schnalke
-
made addr_isequal() and addr_isequal_parent() more flexible2010-10-25, by markus schnalke
-
added myself to the copyright notice of route.c2010-10-25, by markus schnalke
-
removed duplicated function prototypes2010-10-25, by markus schnalke
-
refactored alias.c heavily2010-10-25, by markus schnalke
-
minor improvements in wordings2010-10-25, by markus schnalke
-
refactoring: new function split_rcpts() replaces two others2010-10-22, by markus schnalke
-
debug msgs: improved the display of function return values2010-10-22, by markus schnalke
-
removed additional new lines at the end of debug messages2010-10-22, by markus schnalke
-
renamed the default route for the local net2010-10-22, by markus schnalke
-
improved comments slightly2010-10-21, by markus schnalke
-
next version will be 0.3.12010-07-26, by meillo
-
Added tag 0.3.0 for changeset 4f999b3ee49d2010-07-26, by meillo
-
install the files INSTALL and THANKS too2010-07-23, by meillo
-
updated date and version of man pages2010-07-23, by meillo
-
renamed contrib/ to admin/2010-07-23, by meillo
-
renamed misc/ to devel/2010-07-23, by meillo
-
removed oku's old email address2010-07-23, by meillo
-
added my copyright to files I worked on2010-07-23, by meillo
-
updated docs to STARTTLS wrappers2010-07-23, by meillo
-
added support for STARTTLS wrappers2010-07-23, by meillo
-
added a note to the long vs. int question in md5.h2010-07-23, by meillo
-
added READMEs to describe the sense of contrib/ and misc/2010-07-21, by meillo
-
added config-transition2010-07-21, by meillo
-
small improvement of guess-hostname2010-07-21, by meillo
-
added an executable bit2010-07-19, by meillo
-
added misc/list-versions2010-07-19, by meillo
-
added the contents of the old FAQ page2010-07-19, by meillo
-
removed the old manual because it is really outdated now2010-07-19, 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 newlines to the end of log and debug messages where missing2010-07-18, by meillo
-
removed commented code and replaced // by /* */2010-07-18, by meillo
-
default listen_addresses: use 127.0.0.1 instead of `localhost'2010-07-16, by meillo
-
REMOVED MAILDIR SUPPORT2010-07-16, by meillo
-
removed the --disable-smtp-server configure option2010-07-16, by meillo
-
removed --with-glib-static configure option2010-07-16, by meillo
-
added docs/howto-static-linking2010-07-16, by meillo
-
removed dns_getname() which was already commented2010-07-16, by meillo
-
reworked resolvtest; let it build; refactored in lookup.c2010-07-16, by meillo
-
generated Makefile.in to install THANKS file2010-07-16, by meillo
-
the goal is to have less config options2010-07-16, by meillo
-
added comment: TODO file may not be up-to-date2010-07-16, by meillo
-
moved the CREDITS section from README to THANKS2010-07-16, by meillo
-
There was still a /usr/sbin/masqmail path2010-07-16, by meillo
-
specified group by name; added path to --with-glib-static2010-07-15, by meillo
-
typographic fix: alignments in configure -h2010-07-15, by meillo
-
REMOVED POP3 SUPPORT2010-07-15, by meillo
-
further pop3_login stuff I forgot to remove2010-07-15, by meillo
-
forgot to remove the pop3_login option in conf.c in the last commit2010-07-15, by meillo
-
removed the pop-before-smtp (smtp-after-pop) function2010-07-15, by meillo
-
refactoring and simplifications in mservdetect2010-07-14, by meillo
-
improved mservdetect in various ways2010-07-14, by meillo
-
added two setup guides2010-07-14, by meillo
-
improved INSTALL (2nd sendmail link)2010-07-14, by meillo
-
added an example route config with encryption2010-07-14, by meillo
-
improved and simplified the example config2010-07-14, by meillo
-
added a development helper script to update the date and version in man pages2010-07-14, by meillo
-
added comments on how to compile with glib-1.22010-07-14, by meillo
-
do *not* use the openssl option -crlf in a wrapper command2010-07-14, by meillo
-
added comments to deliver.c (stuff to check)2010-07-14, by meillo
-
removed `remote_port' config option2010-07-14, by meillo
-
better debug logging of outgoing SMTP dialogs2010-07-14, by meillo
-
fixed a small typo in the debug output2010-07-14, by meillo
-
merge2010-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
-
merge2010-07-13, by meillo
-
documented the wrapper option of route files better2010-07-13, by meillo
-
merge2010-07-13, by meillo
-
added a missing #include <sys/stat.h>2010-07-13, by meillo
-
merge2010-07-13, by meillo
-
write a log message when the daemon starts up2010-07-13, by meillo
-
moved the PPP setup documentation from INSTALL to an own file2010-07-08, by meillo
-
updated and improved INSTALL2010-07-08, by meillo
-
removed the mserver feature2010-07-08, by meillo
-
disabled POP3 support by default2010-07-08, by meillo
-
guess-hostname: ordered guesses by quality2010-07-08, by meillo
-
listen per default on localhost:25 now2010-07-08, by meillo
-
added a script to guess the host's name2010-07-08, by meillo
-
next version will be 0.3.02010-07-08, by meillo
-
documented that online_pipe must contain an absolute path2010-07-08, by meillo
-
local_hosts defaults to localhost;foo;foo.example.org now2010-07-08, by meillo
-
require host_name to be set in config file2010-07-08, by meillo
-
shut down on errors reading config file2010-07-08, by meillo
-
merge2010-07-08, by meillo
-
local_hosts defaults to `localhost' now2010-07-07, by meillo
-
mail_dir defaults to /var/mail now2010-07-07, by meillo
-
default values for logdir and spooldir2010-07-07, 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
-
updated ChangeLog and NEWS2010-06-16, by meillo
-
added copyright notices to files I improved2010-06-16, by meillo
-
fixed correct processing of mails with data lines longer 4096 chars2010-06-16, by meillo
-
do not reparent the daemon to init if init is already the parent2010-06-16, by meillo
-
made a comment more exact2010-06-16, by meillo
-
fixed Debian bug 536060 (log files are closed after SIGHUP receival)2010-06-16, by meillo
-
removed dead code (a SIGCHLD handler)2010-06-16, by meillo
-
Added tag 0.2.23 for changeset c343f50125512010-05-30, by meillo
-
fixed the subject line of a test case2010-05-30, by meillo
-
updated README; added howto-report-bugs2010-05-30, by meillo
-
rename and movement of README contents2010-05-30, by meillo
-
install to /usr/local by default (was /usr)2010-05-30, by meillo
-
improved comments in test cases2010-05-30, by meillo
-
reworked the test cases completely2010-05-30, by meillo
-
better EXTRA_DIST value2010-05-29, by meillo
-
refactoring in Makefile.am2010-05-29, by meillo
-
tiny improvement in usage message2010-05-29, by meillo
-
updated docs; moved files around2010-05-29, by meillo
-
install docs and examples too2010-05-29, by meillo
-
moved man pages from docs/ to man/2010-05-29, by meillo
-
added old manual from the old website2010-05-29, by meillo
-
install man pages again, patch by Juergen Daubert2010-05-29, by meillo
-
changes probably introduced by a newer version of automake or thelike2010-05-29, by meillo
-
updated ChangeLog and NEWS2010-05-27, by meillo
-
next release will be 0.2.232010-05-27, by meillo
-
fixed inverted condition for undefined online_file2010-05-21, by meillo
-
fixed wrong paths in the md5sum file (gen-dist)2010-05-20, by meillo
-
Added tag 0.2.22 for changeset f3bdb5b382ec2010-05-20, by meillo
-
added a script to generate a release2010-05-20, by meillo
-
fixed tests/local.sh2010-05-19, by meillo
-
clarified what identifier is expected by mailrm2010-05-17, by meillo
-
documented log_dir; minor improvements2010-05-17, by meillo
-
we already have an always-bcc feature: log_user2010-05-17, by meillo
-
decided to release the next version as 0.2.22 (not as 0.3.0)2010-05-13, by meillo
-
updated ChangeLog and NEWS2010-05-10, by meillo
-
next version will be 0.3.02010-05-10, by meillo
-
removed obsolete autoHELL files2010-05-10, by meillo
-
removed trigraph warning2010-05-10, by meillo
-
updated config example and man page to new default online file2010-05-10, by meillo
-
updated the generated AutoHELL files2010-05-07, by meillo
-
fixed unexpanded $prefix in template paths2010-05-07, by meillo
-
reformating of man page sources2010-05-07, by meillo
-
flattened conditional nesting2010-05-06, by meillo
-
fixed man page2010-05-06, by meillo
-
we should probably add an always-bcc feature2010-05-06, by meillo
-
added old changlog entry for 0.2.21, sourced from debian/changelog2010-05-06, by meillo
-
clarified the situation by changing a comment2010-05-06, by meillo
-
flattened conditional nesting2010-05-06, by meillo
-
g_malloc terminates the program on failure automatically2010-05-06, by meillo
-
added myself as maintainer; updated URL of the website2010-05-06, by meillo
-
fixed typing error2010-02-08, by meillo
-
fixed spell error2010-02-08, by meillo
-
refactoring: early exit instead of deep if levels2008-12-05, by meillo
-
small cleanups2008-12-05, by meillo
-
Added tag 0.2.21-4 for changeset af25f5c39d902008-12-04, by meillo
-
Added tag 0.2.21 for changeset 08114f7dcc232008-12-04, by meillo
-
added myself to AUTHORS and the source files I improved2008-11-06, by meillo
-
fixed empty or only-whitespace connection names2008-11-06, by meillo
-
fixed delivery with empty or non-existent alias file2008-11-06, by meillo
-
fixed man pages2008-11-06, by meillo
-
code beautifying; 0 -> \0 if appropriate2008-11-06, by meillo
-
replaced number 0 with character \0 where appropriate2008-10-29, by meillo
-
code beautifying2008-10-29, by meillo
-
removed noop-code; some beautifying2008-10-29, by meillo
-
merged2008-10-27, by meillo
-
changed indention and line wrapping to a more consistent style2008-10-27, by meillo
-
removed tests from configure script2008-10-27, by meillo
-
removed tests from Makefiles2008-10-27, by meillo
-
removed docs from Makefiles; stuff about last commit2008-10-27, by meillo
-
switched tests dir to ordinary Makefile2008-09-26, by meillo
-
removed remaining reference to docs in Makefile2008-09-26, by meillo
-
removed references to distribution directories2008-09-26, by meillo
-
man pages will be maintained in troff now2008-09-26, by meillo
-
removed distribution specific data2008-09-26, by meillo