summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2011-04-14bye bye queue_hash() you can now rest in peace.Gilles Chehade
2011-04-14- implement missing operations for fsqueue:Gilles Chehade
2011-04-14no functionnal changeGilles Chehade
2011-04-14- implement fsqueue_message_create() and fsqueue_message_commit()Gilles Chehade
2011-04-14remove annoying log_debug()Gilles Chehade
2011-04-14fsqueue now provides fsqueue_message_fd_r() and fsqueue_message_fd_rw() toGilles Chehade
2011-04-14fsqueue_message_delete() should use fsqueue_hash() not queue_hash() as i'mGilles Chehade
2011-04-14fsqueue queue backend will implement a filesystem queue:Gilles Chehade
2011-04-14smtpd makes too many assumptions about the structure and layout of itsGilles Chehade
2011-04-13following an idea from jacekm@, smtpd now uses a ram-queue instead of doingGilles Chehade
2011-04-02add stat counters for the lookup agentEric Faurot
2011-04-02saner and hopefully correct implementation for dname_from_fqdn().Eric Faurot
2011-03-31cleanup and simplification following the asr update.Eric Faurot
2011-03-29remove unused code now that reverse lookups are done through asr.Eric Faurot
2011-03-29make use the cname query interface from asr for reverse lookupsEric Faurot
2011-03-27add a function to factorize resetting of dnssession events.Eric Faurot
2011-03-27add missing CVS markers and update copyright year.Eric Faurot
2011-03-26missing file in previous commitEric Faurot
2011-03-26Fix the MX lookup process:Eric Faurot
2011-03-26check that we actually have a stdio stream opened for the message beforeGilles Chehade
2011-03-26Tweak the asr API to make things a bit smoother on the user side.Eric Faurot
2011-03-26Merge a reverse lookup query implementation into asr.Eric Faurot
2011-03-26have the client API receive a stdio stream rather than a fd to the messageGilles Chehade
2011-03-26use an index for iterating into the mx list.Eric Faurot
2011-03-23The asr structure must always be freed in asr_done(). This is aEric Faurot
2011-03-23Simplify resolver initialization. This is done only onceEric Faurot
2011-03-23remove unused states in enumEric Faurot
2011-03-21do not close msgfd in bounce_session(), it is closed by client_close()Gilles Chehade
2011-03-21- reset smtp_client pointer to NULL after client_close()Gilles Chehade
2011-03-21fix a memory leak in client.c and properly close envelope inGilles Chehade
2011-03-15let smtpd use user-provided Diffie-Hellman parameters for ephemeral keyGilles Chehade
2011-03-09smtpctl show stats displays inet4/inet6 repartition for incoming sessionsGilles Chehade
2011-03-09make similar code .. more similarTodd T. Fries
2011-03-09*** empty log message ***Todd T. Fries
2011-03-03fix ss_to_text() and ss_to_ptr() so IP addresses are logged correctlyGilles Chehade
2010-12-19If MX lookup fails, fallback to using the host itself. This has always beenGilles Chehade
2010-12-18document "certificate" a little better;Jason McIntyre
2010-12-12use memcpy instead of a cast/deref dance that was reading pastJonathan Gray
2010-12-03be more strict on socket lifetime (fixes a fd leak).Eric Faurot
2010-11-29replace the fork-based-non-blocking-resolver-hack by shiny async resolverGilles Chehade
2010-11-28remove unused functionsGilles Chehade
2010-11-28remove all unused headersGilles Chehade
2010-11-28remove unused headersGilles Chehade
2010-11-28a bit of .h cleanups, no functionnal changeGilles Chehade
2010-11-24add *maxactive statsTodd T. Fries
2010-11-24we can't accept up to MAX_LOCALPART_SIZE (128 bytes) for the user partGilles Chehade
2010-11-15Do not fatal if an attempt to open a message envelope results in ENOENT.Joel Sing
2010-10-29smtpd no longer knows a map called "secrets" which holds credentials forGilles Chehade
2010-10-28teach smtpd how to handle per-rule delays for message expiry, this allowsGilles Chehade
2010-10-18Mention that commands may be abbreviated, as done in other *ctl manuals.Stuart Henderson