]> git.ipfire.org Git - people/ms/dma.git/shortlog
people/ms/dma.git
2011-11-16  Simon Schubertimplement the "*" catch-all alias
2011-11-16  Simon Schubertaccess config files at CONF_PATH, add makefile target...
2011-11-16  Simon Schubertimplement masquerading using the MASQUERADE config...
2011-11-15  Simon Schubertrelease dma 0.4
2011-11-15  Simon SchubertREADME: elaborate, use markdown
2011-11-15  Simon SchubertMakefile: add symlink for mailq
2011-11-15  Simon SchubertMakefile: create spool directories in a separate target
2011-11-15  Simon SchubertAdd symlink for sendmail which is expected by many...
2011-11-15  Simon SchubertMerge commit 'refs/merge-requests/4' of git://gitorious...
2011-11-15  Simon SchubertMerge commit 'refs/merge-requests/3' of git://gitorious...
2011-11-14  Simon SchubertLICENSE: add
2011-11-14  Simon SchubertMakefile: put libraries at the end when linking
2011-07-09  Simon Schubertrelease dma 0.3
2011-07-09  Simon Schubertparse_addrs: fix parsing for multiple <addresses>
2011-07-08  Simon Schubertmake dma compile again on DragonFly
2011-07-05  Peter PentchevIn OpenSSL 1.0, TLSv1_client_method() returns a const...
2011-02-23  Peter PentchevFix a minor memory leak discovered by cppcheck.
2011-01-25  Peter PentchevFix straight SSL/TLS delivery to remote MX's.
2011-01-08  Simon Schubertreadmail: accept mail without newline at the end
2010-12-17  Peter PentchevMake add_host() really return an error code.
2010-12-13  Simon Schubertdns_get_mx_list: handle errors properly
2010-12-12  Simon Schubertdma-mbox-create: add error/status logging
2010-12-12  Simon Schuberterrlog: preserve errno
2010-11-01  Simon Schubertdma-mbox-create: group mail only needs to write to...
2010-11-01  Simon Schuberttodo: we create mboxes properly now
2010-10-31  Simon Schubertrelease dma 0.2
2010-10-31  Simon Schubertmake ppa: proper name
2010-10-31  Simon Schubertmake ppa: force lower version number
2010-10-31  Simon Schubertdebian: fix lintian warnings and errors
2010-10-31  Simon Schubertdebian: remove unused files
2010-10-31  Simon Schubertdebian: build with consistent flags
2010-10-31  Simon Schubertimplement mbox creation via setuid helper
2010-10-31  Simon Schubertdrop privileges when run by root
2010-10-31  Simon Schubertwritequeuef: create files with g+rw
2010-10-31  Simon Schubertsetlogident: openlog() wants a static variable
2010-10-31  Simon SchubertRevert "debian: better mark as UNRELEASED"
2010-10-31  Simon Schubertpartially adopt 34-manpage-defaults.patch: AUTHPATH...
2010-10-29  Simon SchubertTODO: suggest way to run a queue flush on boot
2010-10-29  Simon Schubertadd ppa makefile recipe
2010-10-29  Simon Schubertdebian: better mark as UNRELEASED
2010-10-29  Simon Schubertrelease dma 0.1
2010-10-29  Simon Schubertsanitize hostname a bit more
2010-10-29  Simon Schubertdebian: remove postinst
2010-10-29  Simon SchubertMakefile: /etc doesn't need a PREFIX
2010-10-28  Simon Schubertdebian: we're a native package
2010-10-28  Simon Schubertaliases: skip empty lines
2010-10-28  Simon Schubertpolish up debian control files
2010-10-28  Simon Schubertmake install: don't chmod/chown all mail files by default
2010-10-28  Simon Schubertdebian: mop up patch series
2010-10-28  Simon Schubertuse HOST_NAME_MAX instead of MAXHOSTNAMELEN
2010-10-28  Simon Schubertdrop 36-sa_nocldwait.patch: already applied
2010-10-28  Simon Schubertdrop SA_NOCLDWAIT: not required when using SIG_IGN
2010-10-28  Simon Schubertdrop 35-delivery-retry.patch: better version aready...
2010-10-28  Simon Schubertdrop 34-manpage-defaults.patch: we don't have VIRTPATH...
2010-10-28  Simon Schubertdrop 33-opportunistic-tls.patch: already applied
2010-10-28  Simon Schubertdrop 32-comment-uncomment.patch: already applied
2010-10-28  Simon Schubertdrop 31-sigalrm-backoff.patch: we use SIGHUP instead
2010-10-28  Simon Schubertdrop 30-ldflags.patch: already applied
2010-10-28  Simon Schubertdrop 29-double-free.patch: already applied
2010-10-28  Simon Schubertdrop 28-valid-recipient.patch: already applied
2010-10-28  Simon Schubertdrop 27-int-size.patch: already applied
2010-10-28  Simon Schubertdrop 25-unsupported-starttls.patch: already applied
2010-10-28  Simon Schubertdrop 24-random-message-id.patch: better solution in...
2010-10-28  Simon Schubertdrop 23-dirent-d_type.patch: better solution already...
2010-10-28  Simon Schubertdrop 20-parse-recipient.patch: already present
2010-10-28  Simon Schubertmerge mailname and mailnamefile; drop 17-mailname.patch
2010-10-28  Simon Schubertconvert most asprintf to statically allocated buffers
2010-10-28  Simon Schubertdrop 11-double-bounce.patch: incorrect fix
2010-10-28  Simon Schubertdrop 10-liblockfile.patch: only required for MUAs
2010-10-28  Simon Schubertdrop 09-typos.patch: already present
2010-10-28  Simon Schubertdrop 04-debian-setgid.patch: already present
2010-10-28  Simon Schubertadopt 03-debian-locations.patch; do not set a default...
2010-10-28  Simon Schubertadd a version tag
2010-10-28  Simon SchubertMerge branch 'master' of git://gitorious.org/dma-roam...
2010-10-28  Simon Schubertadd README
2010-10-16  Peter PentchevRelease dma-0.0.2010.06.17-6.
2010-10-16  Peter PentchevSwitch to bzip2 compression for the Debian tarball.
2010-10-16  Peter PentchevConvert a couple of shell output assignments to :=
2010-10-16  Peter PentchevReally fix the build on the GNU Hurd.
2010-10-07  Peter PentchevRelease dma-0.0.2010.06.17-5 pending RE approval.
2010-10-07  Peter PentchevMark the SA_NOCLDWAIT patch as forwarded upstream.
2010-10-07  Peter PentchevOnly use SA_NOCLDWAIT if it is available.
2010-10-07  Peter PentchevAdd the 36-sa_nocldwait patch - fix the Hurd FTBFS.
2010-10-06  Peter PentchevPrepare a bugfix release with minimal changes.
2010-10-06  Peter PentchevNote the switch to Gitorious.
2010-10-06  Peter PentchevStart a new revision with the u_char PowerPC fix.
2010-07-27  Peter PentchevRelease dma-0.0.2010.06.17-3.
2010-07-27  Peter PentchevDisable default delivery by default, reword the README...
2010-07-27  Peter PentchevBump Standards-Version to 3.9.1 with no changes and...
2010-07-26  Peter PentchevArgh, commit a three-weeks-old change: update the Frenc...
2010-06-30  Simon Schubertdeliver_local: use do_timeout and blocking locking
2010-06-30  Simon Schubertincrease remote connection timeout to match RFC5321
2010-06-30  Simon Schubertread_remote: rewrite for better readability
2010-06-30  Simon Schubertadd SIGALRM/timeout infrastructure
2010-06-30  Peter PentchevReword the changelog and release this.
2010-06-30  Peter PentchevDo not set features = DEFER by default - a commented...
2010-06-29  Peter PentchevStart a new unreleased version by updating the Japanese...
2010-06-29  Peter PentchevGeorge Danchev granted me DM-Upload-Allowed on dma...
2010-06-28  Simon Schubertrandomize delivery backoff times
2010-06-28  Simon Schubertcompile with -Wall
next