Mercurial > masqmail
graph
-
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