dma(8): Upgrade to v0.7.
[dragonfly.git] / libexec / dma / dma.c
2012-01-03 Sascha Wildnerdma(8): Upgrade to v0.7.
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2010-09-20 Matthias Schmidtdma - Randomize the retry timeouts a bit
2009-10-03 Simon Schubertdma: sort includes
2009-10-03 Simon Schubertdma: use st_mtim to make source more POSIXy
2009-09-21 Simon Schubertdma: rework config parsing
2009-08-29 Sascha WildnerFix typo: aquire -> acquire.
2009-08-27 Simon Schubertdma: add recipient parsing from headers
2009-08-27 Simon Schubertdma: beautify queue listing output
2009-08-27 Simon Schubertdma: add queue-only mode (no instant delivery attempt)
2009-08-27 Simon Schubertdma: move sender into queue
2009-08-27 Simon Schubertdma: initialize queue structures
2009-08-27 Simon Schubertdma: factor out mail handling code
2009-07-21 Simon Schubertdma: accept -q without argument. report argument errors.
2009-07-21 Simon Schubertdma: fix mail bouncing
2009-07-21 Simon Schubertdma: always log error exits
2009-07-21 Simon Schubertdma: drop CVS ids
2009-07-21 Simon Schubertdma: rewrite file management
2009-07-21 Simon Schubertdma: restructure logging
2009-07-21 Simon 'corecode... dma: rework queue handling
2009-07-21 Simon 'corecode... dma: Move comment.
2009-07-21 Simon 'corecode... dma: Re-arrange argument consistency checks.
2009-07-21 Simon 'corecode... dma: better tag handling
2009-07-16 Simon Schubertdma: add required headers if they are not present
2009-07-16 Simon Schubertdma: use ANSI string continuations
2009-07-16 Simon Schubertdma: pass over the code and improve error handling
2009-07-16 Simon Schubertdma: log mail queueing more thoroughly
2009-07-16 Simon Schubertdma: unconditionally use openssl
2009-07-16 Simon Schubertdma: implement alternate identity for mailq
2009-07-16 Simon Schubertdma: adjust syslog logging levels
2009-07-16 Simon Schubertdma: prevent races from sharing fd between children
2009-07-16 Simon Schubertdma: restructure set_username
2009-07-16 Simon Schubertdma: constify bounce reason and avoid strdup
2009-07-16 Simon Schubertdma: ignore a whole slew of sendmail options
2009-07-16 Simon Schubertdma: better logic for guessing username
2009-07-16 Simon Schubertdma: add the MAILNAME and MAILNAMEFILE config options
2009-07-16 Simon Schubertdma: add FULLBOUNCE config option
2009-07-16 Simon Schubertdma: provide proper bounce error message
2009-07-16 Simon Schubertdma: lock temp files on creation
2009-07-16 Simon Schubertdma: various code hardening
2009-07-16 Simon Schubertdma: also list locked queue files
2009-07-16 Simon Schubertdma: several fixes to make dma build on non-BSD OS's
2009-02-08 Matthias SchmidtRevert 4dcaa51ba4d4238e035a802067366a28527cd570
2008-09-30 Sascha WildnerSilence warnings.
2008-09-16 Matthias SchmidtCommit the remainder of Max's dma work (with minor...
2008-02-04 Matthias Schmidto Remove per-user config file support
2008-02-03 Matthias SchmidtAllow -q to take an argument (which is ignored) and...
2008-02-02 Matthias SchmidtAdd the DragonFly Mail Agent dma(8) to the base.