index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
smtpd.h
Age
Commit message (
Expand
)
Author
2013-07-19
We are basically at 5.4 now
Eric Faurot
2013-07-19
Implement a scheduler_proc backend
Eric Faurot
2013-07-19
Many MTA improvements:
Eric Faurot
2013-07-19
Assorted queue improvements:
Eric Faurot
2013-07-19
Add a table_proc backend for delegating table lookups to another
Eric Faurot
2013-07-19
Move the filter infrastructure forward.
Eric Faurot
2013-07-19
scheduler improvements:
Eric Faurot
2013-07-19
New implementation for smtpctl and the command line parser. Allows
Eric Faurot
2013-07-19
Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization
Eric Faurot
2013-07-19
Introduce expand string modifiers
Eric Faurot
2013-07-19
Remove useless sc_pid from struct smtpd.
Eric Faurot
2013-07-19
get rid of sa_set_port() and its awfully contorted implementation
Eric Faurot
2013-06-04
we are at 5.3.3 now.
Eric Faurot
2013-05-24
sync with OpenSMTPD 5.3.2
Eric Faurot
2013-04-12
replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for
Eric Faurot
2013-03-06
as done in ospf{,6}d/relayd, sync yyerror in various other daemons with
Stuart Henderson
2013-02-15
add missing bits for lmtp support (from Ashish SHUKLA).
Eric Faurot
2013-02-14
- log smtpd version at startup
Gilles Chehade
2013-02-14
- smtpctl trace expand, enables tracing of aliases expansion
Gilles Chehade
2013-02-10
When getting the next batch of envelope to schedule, use an array to
Eric Faurot
2013-02-05
unbreak broken smtpctl table update
Gilles Chehade
2013-01-31
assorted fixes spotted by Coverity.
Eric Faurot
2013-01-31
do not need to tweak the socket sndbuf, now that the envelopes are passed
Eric Faurot
2013-01-28
use a stripped-down mta_envelope structure in the mta process.
Eric Faurot
2013-01-28
- introduce 'smtpctl trace lookup' to trace lookup process
Gilles Chehade
2013-01-26
Sync with our smtpd repo:
Gilles Chehade
2012-11-23
Replace the qwalk API (to retreive on disk envelopes at runtime) with
Eric Faurot
2012-11-20
Allow "smtpctl show queue" to run in "online" mode if the smtpd server
Eric Faurot
2012-11-12
Cleanups and improvements:
Eric Faurot
2012-11-02
Add a "kick counter" that gets incremented on each command, to detect
Eric Faurot
2012-11-02
Consistency and robustness improvements in mda:
Eric Faurot
2012-11-02
Make counters more informative in the scheduler:
Eric Faurot
2012-10-28
Limit the number of messages that can be enqueued on a single SMTP
Eric Faurot
2012-10-16
MAX_RULEBUFFER_LEN is too small, bump it.
Eric Faurot
2012-10-14
introduce map_file.c which will deprecate map_stdio.c
Gilles Chehade
2012-10-12
Extend the "retry" field to 16 bits. The new quadratic retry formula
Eric Faurot
2012-10-11
- map_create() takes a map_src not a map_kind
Gilles Chehade
2012-10-11
- replace "from all" and "for all" with "from any" and "for any"
Gilles Chehade
2012-10-10
F_BACKUP and ROUTE_BACKUP must be sync-ed for now, otherwise smtpd won't
Gilles Chehade
2012-10-10
teach smtpctl how to display envelopes and messages using their id.
Gilles Chehade
2012-10-10
For each alias node, mark if it has been expanded from an alias map or
Eric Faurot
2012-10-09
- allow a listen statement to impose tls on its clients;
Gilles Chehade
2012-10-08
disk space is cheap but we still want to limit the default size of a body
Gilles Chehade
2012-10-07
Implement a simple wait queue API. The idea is to allow multiple "waiters"
Eric Faurot
2012-10-07
convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@)
Charles Longeau
2012-10-03
we reintroduced a bug that was fixed 2 years ago with the aliases rewrite:
Gilles Chehade
2012-10-03
disallow root deliveries for "deliver to filename" and "deliver to mda"
Gilles Chehade
2012-09-30
- add decision to the rule so that we can actually perform a reject match
Gilles Chehade
2012-09-29
some mfa_session cleanups.
Eric Faurot
2012-09-29
finally remove rule member from struct envelope.
Eric Faurot
[next]