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
/
envelope.c
Age
Commit message (
Expand
)
Author
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-04-19
(void) cast strlcpy(), it cannot truncate
Gilles Chehade
2014-02-04
Add support for DSN and Enhanced Status Code
Eric Faurot
2014-02-04
pki code cleanup
Eric Faurot
2013-12-26
bcopy -> memmove
Eric Faurot
2013-12-05
warn when failing to parse a field
Eric Faurot
2013-11-28
unsigned char casts for ctype
Eric Faurot
2013-11-18
change dict_poproot() prototype: do not take key placeholder parameter as
Eric Faurot
2013-11-06
Much much improved config parser and related changes.
Eric Faurot
2013-10-26
Simplify code for loading and dumping envelopes. Makes it much easier
Eric Faurot
2013-05-24
sync with OpenSMTPD 5.3.2
Eric Faurot
2013-01-31
assorted fixes spotted by Coverity.
Eric Faurot
2013-01-26
Sync with our smtpd repo:
Gilles Chehade
2012-10-12
Extend the "retry" field to 16 bits. The new quadratic retry formula
Eric Faurot
2012-10-11
- remove dead store
Gilles Chehade
2012-10-11
- remove dead store
Gilles Chehade
2012-09-26
Stop using the delivery_data union (field "to") in delivery_mda.
Eric Faurot
2012-09-19
Remove DF_ENQUEUE flag. It is mostly unused and logically broken.
Eric Faurot
2012-09-15
When enqueueing from the local socket, the input address is faked as "::1".
Eric Faurot
2012-09-02
remove warning
Charles Longeau
2012-08-24
In envelope ascii dump/load:
Charles Longeau
2012-08-21
Allow smtpd to work as a backup MX, relaying only to MXs with higher
Eric Faurot
2012-08-19
coding style: replace all occurences of u_int* with uint*
Charles Longeau
2012-08-19
Kill envelope_{dump,load}_file() and replace them with envelope_{dump,load}_b...
Charles Longeau
2012-06-03
Do not store the envelope id within the envelope, only the message id.
Eric Faurot
2012-06-01
move envelope dump/load functions to envelope.c
Eric Faurot
2012-01-15
Add ascii_{load,dump}_time() to properly deal with time_t.
Charles Longeau
2012-01-12
remove envelope_get_errormsg() and move envelope_set_errormsg()
Eric Faurot
2012-01-11
fix flags writing
Eric Faurot
2012-01-11
implement an envelope_ascii API that's not tied to a specific queue_backend
Gilles Chehade