2010-10-27 |
markus schnalke |
removed ADDR_FLAG_NOEXPAND as it is not needed anymore
|
2010-10-25 |
markus schnalke |
renamed `alias_local_cmp' to `localpartcmp'
|
2010-10-25 |
markus schnalke |
renamed `alias_local_caseless' to `caseless_matching'
|
2010-10-25 |
markus schnalke |
made addr_isequal() and addr_isequal_parent() more flexible
|
2010-10-25 |
markus schnalke |
added myself to the copyright notice of route.c
|
2010-10-25 |
markus schnalke |
removed duplicated function prototypes
|
2010-10-25 |
markus schnalke |
refactored alias.c heavily
|
2010-10-25 |
markus schnalke |
minor improvements in wordings
|
2010-10-22 |
markus schnalke |
refactoring: new function split_rcpts() replaces two others
|
2010-10-22 |
markus schnalke |
debug msgs: improved the display of function return values
|
2010-10-22 |
markus schnalke |
removed additional new lines at the end of debug messages
|
2010-10-22 |
markus schnalke |
renamed the default route for the local net
|
2010-10-21 |
markus schnalke |
improved comments slightly
|
2010-07-26 |
meillo |
next version will be 0.3.1
|
2010-07-26 |
meillo |
Added tag 0.3.0 for changeset 4f999b3ee49d
|
2010-07-23 |
meillo |
updated ChangeLog and NEWS
0.3.0
|
2010-07-23 |
meillo |
install the files INSTALL and THANKS too
|
2010-07-23 |
meillo |
updated date and version of man pages
|
2010-07-23 |
meillo |
renamed contrib/ to admin/
|
2010-07-23 |
meillo |
renamed misc/ to devel/
|
2010-07-23 |
meillo |
removed oku's old email address
|
2010-07-23 |
meillo |
added my copyright to files I worked on
|
2010-07-23 |
meillo |
updated docs to STARTTLS wrappers
|
2010-07-23 |
meillo |
added support for STARTTLS wrappers
|
2010-07-23 |
meillo |
added a note to the long vs. int question in md5.h
|
2010-07-21 |
meillo |
added READMEs to describe the sense of contrib/ and misc/
|
2010-07-21 |
meillo |
added config-transition
|
2010-07-21 |
meillo |
small improvement of guess-hostname
|
2010-07-19 |
meillo |
added an executable bit
|
2010-07-19 |
meillo |
added misc/list-versions
|
2010-07-19 |
meillo |
added the contents of the old FAQ page
|
2010-07-19 |
meillo |
removed the old manual because it is really outdated now
|
2010-07-18 |
meillo |
added authors of contributed parts to AUTHORS
|
2010-07-18 |
meillo |
improved hmactest
|
2010-07-18 |
meillo |
replaced hmac_md5.c with an own implementation of RFC 2104
|
2010-07-18 |
meillo |
we need at least 32 bits, so let's take a long
|
2010-07-18 |
meillo |
replaced the MD5 implementation with the one of Solar Designer
|
2010-07-18 |
meillo |
added newlines to the end of log and debug messages where missing
|
2010-07-18 |
meillo |
removed commented code and replaced // by /* */
|
2010-07-16 |
meillo |
default listen_addresses: use 127.0.0.1 instead of `localhost'
|
2010-07-16 |
meillo |
REMOVED MAILDIR SUPPORT
|
2010-07-16 |
meillo |
removed the --disable-smtp-server configure option
|
2010-07-16 |
meillo |
removed --with-glib-static configure option
|
2010-07-16 |
meillo |
added docs/howto-static-linking
|
2010-07-16 |
meillo |
removed dns_getname() which was already commented
|
2010-07-16 |
meillo |
reworked resolvtest; let it build; refactored in lookup.c
|
2010-07-16 |
meillo |
generated Makefile.in to install THANKS file
|
2010-07-16 |
meillo |
the goal is to have less config options
|
2010-07-16 |
meillo |
added comment: TODO file may not be up-to-date
|
2010-07-16 |
meillo |
moved the CREDITS section from README to THANKS
|
2010-07-16 |
meillo |
There was still a /usr/sbin/masqmail path
|
2010-07-15 |
meillo |
specified group by name; added path to --with-glib-static
|
2010-07-15 |
meillo |
typographic fix: alignments in configure -h
|
2010-07-15 |
meillo |
REMOVED POP3 SUPPORT
|
2010-07-15 |
meillo |
further pop3_login stuff I forgot to remove
|
2010-07-15 |
meillo |
forgot to remove the pop3_login option in conf.c in the last commit
|