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
Age
Commit message (
Expand
)
Author
2012-09-29
some mfa_session cleanups.
Eric Faurot
2012-09-29
finally remove rule member from struct envelope.
Eric Faurot
2012-09-29
Remove support for "as user" for local deliveries.
Eric Faurot
2012-09-28
some smtpd.{c,h} cleanups:
Eric Faurot
2012-09-28
use xmemdup() and xcalloc() helpers
Charles Longeau
2012-09-28
Move mda_session to mda.c, and make it use a tree instead of a list,
Eric Faurot
2012-09-28
smtpd.h/control.c cleanups:
Eric Faurot
2012-09-27
use xstrdup() helper
Charles Longeau
2012-09-27
When merging messages from an update, decrement the message counter if the
Eric Faurot
2012-09-27
fatal -> fatalx
Eric Faurot
2012-09-27
clarify the alias expansion code.
Eric Faurot
2012-09-27
simplify calloc() + strlcpy()/memcpy() dance with xmemdup()
Charles Longeau
2012-09-27
use xmalloc()/xcalloc() helpers
Charles Longeau
2012-09-27
simplify malloc() + strlcpy() dance with xstrdup()
Charles Longeau
2012-09-26
fix memory leak in case of fdopen() failure
Charles Longeau
2012-09-26
Stop using the delivery_data union (field "to") in delivery_mda.
Eric Faurot
2012-09-26
last stage of rfc changes, using consistent Rs/Re blocks, and moving the
Jason McIntyre
2012-09-26
maps must be numbered from 1 up, as 0 means "no map".
Eric Faurot
2012-09-26
fix double free() issue in error paths
Alexander Hall
2012-09-26
log final user and method used for local deliveries.
Eric Faurot
2012-09-25
make const arguments const, and static functions static.
Eric Faurot
2012-09-25
need inttypes.h
Eric Faurot
2012-09-24
spaces -> tabs
Eric Faurot
2012-09-21
Do not pass the username to forwards_get() which does not have to care about
Eric Faurot
2012-09-21
wrap expandtree into a "struct expand".
Eric Faurot
2012-09-21
move struct lka_session definition in lka_session.c
Eric Faurot
2012-09-21
Add a log_envelope() function that log envelope status in a uniform way.
Eric Faurot
2012-09-21
Move ruleset_match() prototype to smtpd.h and make the envelope const.
Eric Faurot
2012-09-20
constify parameters that are supposed to be const.
Eric Faurot
2012-09-20
envelope type is necessarily D_MDA here.
Eric Faurot
2012-09-19
use lower case for envelope fields.
Eric Faurot
2012-09-19
Set envelope expirancy in lka before sending the envelope to mfa.
Eric Faurot
2012-09-19
Remove DF_ENQUEUE flag. It is mostly unused and logically broken.
Eric Faurot
2012-09-19
expandnodes must be bzero()'d before parsing to be sure there is no bogus
Eric Faurot
2012-09-19
rename variables for consistency
Eric Faurot
2012-09-19
remove IS_RELAY and IS_MAILBOX macros.
Eric Faurot
2012-09-19
Remove aliases_exists() and aliases_virtual_exists(). The corresponding
Eric Faurot
2012-09-19
start cleaning the expansion code:
Eric Faurot
2012-09-18
make use of expandtree_free_nodes() in lka_session_destroy().
Eric Faurot
2012-09-18
- add xmemdup() helper.
Eric Faurot
2012-09-18
simple lka cleanups:
Eric Faurot
2012-09-18
this structure is not useful and ill-named. remove it.
Eric Faurot
2012-09-18
a few cleanups:
Eric Faurot
2012-09-18
remove C_NET. it's not used and there is no plan for it at the moment.
Eric Faurot
2012-09-17
Add map_create() and map_add() helpers. Simplify the config parser by a
Eric Faurot
2012-09-17
Fix format expansion in smtpd.conf, it has confused a lot of people and it
Gilles Chehade
2012-09-17
increment the session counter when a session is created.
Eric Faurot
2012-09-17
fix pasto
Eric Faurot
2012-09-17
revert previous and unlink aliases.5 and forward.5 from the build: these
Jason McIntyre
2012-09-17
various tweaks; ok gilles
Jason McIntyre
[next]