disk - add uuid to udev dict of parts
[dragonfly.git] / libexec / dma /
2012-01-09 Sascha Wildnerdma.8: dma(8) only uses two config files, auth.conf...
2012-01-05 Sascha Wildnerdma.8: Fix a few small issues.
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
2011-01-15 Sascha WildnerAdd __printflike's where possible and fix all related...
2010-11-05 Sascha Wildnerlibexec: Move the definition of WARNS to libexec/Makefi...
2010-09-26 Peter AvalosUpdate build for OpenSSL-1.0.0a.
2010-09-20 Matthias Schmidtdma - Cast correctly to uintmax_t when using %PRIxMAX
2010-09-20 Matthias Schmidtdma - Randomize the retry timeouts a bit
2010-09-20 Matthias Schmidtdma - Fix a crash when the SMTP server does not support...
2010-09-20 Matthias Schmidtdma - Honor LDFLAGS if specified in the environment
2010-09-20 Matthias Schmidtdma - Check the parsed recipient address for validity
2010-09-17 Matthias Schmidtdma - Fix the parsing of recipient addresses
2010-09-17 Matthias Schmidtdma - Fix double free buf
2010-09-17 Matthias Schmidtdma.8 - Change wording to match dma.conf
2010-09-17 Matthias Schmidtdma - Set correct group in Makefile.plain
2010-09-17 Matthias Schmidtdma - Fix typo
2009-10-04 Simon Schubertdma: move config files to source directory
2009-10-03 Simon Schubertdma: add a plain Makefile for other systems
2009-10-03 Simon Schubertdma: add DragonFly compat files
2009-10-03 Simon Schubertdma: don't use sockaddr_storage.ss_len
2009-10-03 Simon Schubertdma: don't use __unused
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: defer delivery if STARTTLS fails
2009-09-21 Simon Schubertdma: treat connect status messages properly
2009-09-21 Simon Schubertdma: rework config parsing
2009-09-20 Simon Schubertdma: perform MX lookups
2009-09-20 Simon Schubertdma: allow empty sender in queue files
2009-09-20 Simon Schubertdma: create spool files mode 660
2009-09-19 Sascha Wildnergcc44 warns: Put input() under YY_NO_INPUT and set...
2009-08-29 Sascha WildnerFix typo: aquire -> acquire.
2009-08-28 Simon Schubertdma: add TODO
2009-08-27 Simon Schubertdma: bump man page date
2009-08-27 Simon Schubertdma: man page cleanup
2009-08-27 Simon Schubertdma: add recipient parsing from headers
2009-08-27 Simon Schubertdma: convert to more extensible queue file format
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-08-25 Simon Schubertdma: don't set it->mailf too early
2009-07-21 Simon Schubertdma: don't block when trying to aquire a queue file
2009-07-21 Simon Schubertdma: don't block on lock/opening the mbox file, backoff...
2009-07-21 Simon Schubertdma: accept -q without argument. report argument errors.
2009-07-21 Simon Schubertdma: add comments for ESMTP support
2009-07-21 Simon Schubertdma: treat seek errors as permanent errors
2009-07-21 Simon Schubertdma: more loudly note that we should query for MX records
2009-07-21 Simon Schubertdma: fix various bugs in local mbox delivery
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: correct logic for setting the locked flag
2009-07-21 Simon Schubertdma: restructure logging
2009-07-21 Simon Schubertdma: note that the data file provides the id
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: clean up network code
2009-07-16 Simon Schubertdma: treat encrypted connections as secure
2009-07-16 Simon Schubertdma: properly close and free SSL connection state
2009-07-16 Simon Schubertdma: log mail queueing more thoroughly
2009-07-16 Simon Schubertdma: note that we will have to clean up SSL state
2009-07-16 Simon Schubertdma: unconditionally use openssl
2009-07-16 Simon Schubertdma: implement alternate identity for mailq
2009-07-16 Simon Schubertdma: correctly initialize error before delivering mail
2009-07-16 Simon Schubertdma: adjust syslog logging levels
2009-07-16 Simon Schubertdma: always send EHLO after tls setup
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: note that the -q option requires an unused argument
2009-07-16 Simon Schubertdma: fix two typos and a word order problem
2009-07-16 Simon Schubertdma: also list locked queue files
2009-07-16 Simon Schubertdma: bounce message instantly on permanent remote deliv...
2009-07-16 Simon Schubertdma: treat a QUIT error as merely a warning
2009-07-16 Simon Schubertdma: properly log last remote status message
2009-07-16 Simon Schubertdma: several fixes to make dma build on non-BSD OS's
2009-02-24 Sascha Wildnerdma(8): Raise WARNS to 6.
2009-02-08 Matthias SchmidtRevert 4dcaa51ba4d4238e035a802067366a28527cd570
2008-09-30 Sascha WildnerSilence warnings.
2008-09-19 Simon SchubertAs a safety measure, don't install dma with setuid...
2008-09-16 Matthias SchmidtCommit the remainder of Max's dma work (with minor...
2008-09-06 Sascha Wildner1) Small mdoc nit 2) regardless if -> regardless of.
2008-09-02 Matthias SchmidtRemove the now untrue statement about plain SMTP login...
2008-09-02 Matthias SchmidtAdd CRAM-MD5 authentication support for the DragonFly...
2008-05-02 Sascha WildnerSweep over our manual pages and remove .Pp before a...
next