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
2011-05-09
fix segfault in newaliases after global env move.
Eric Faurot
2011-05-07
there is already a function to set the portno.
Eric Faurot
2011-05-06
move dns session specific structs and prototypes out of smtpd.h.
Eric Faurot
2011-05-04
When enqueueing offline mail, use a wait list to keep the number of
Eric Faurot
2011-05-01
the smtpd env is meant to be global, so do not pass it all around.
Eric Faurot
2011-04-17
cleanups, cosmethic changes, functions that should be static are now static
Gilles Chehade
2011-04-17
remove unused IMSG_ defines
Gilles Chehade
2011-04-17
a structure describing an envelope should be called struct envelope, not
Gilles Chehade
2011-04-17
no functionnal change, getting rid of deprecated prototypes
Gilles Chehade
2011-04-16
I accidentally changed group ownership of fsqueue to _smtpd, it used to be
Gilles Chehade
2011-04-15
whenever an envelope is reinserted into the ramqueue after a trip to mda or
Gilles Chehade
2011-04-15
teach walk_queue() about the new disk-queue layout
Gilles Chehade
2011-04-15
valid_message_id() and valid_message_uid() are no longer needed
Gilles Chehade
2011-04-15
kill message_id and message_uid
Gilles Chehade
2011-04-15
temporarily add fsqueue_hash() prototype until runner is fully converted to
Gilles Chehade
2011-04-14
bye bye queue_hash() you can now rest in peace.
Gilles Chehade
2011-04-14
- implement missing operations for fsqueue:
Gilles Chehade
2011-04-14
no functionnal change
Gilles Chehade
2011-04-14
- implement fsqueue_message_create() and fsqueue_message_commit()
Gilles Chehade
2011-04-14
remove annoying log_debug()
Gilles Chehade
2011-04-14
fsqueue now provides fsqueue_message_fd_r() and fsqueue_message_fd_rw() to
Gilles Chehade
2011-04-14
fsqueue_message_delete() should use fsqueue_hash() not queue_hash() as i'm
Gilles Chehade
2011-04-14
fsqueue queue backend will implement a filesystem queue:
Gilles Chehade
2011-04-14
smtpd makes too many assumptions about the structure and layout of its
Gilles Chehade
2011-04-13
following an idea from jacekm@, smtpd now uses a ram-queue instead of doing
Gilles Chehade
2011-04-02
add stat counters for the lookup agent
Eric Faurot
2011-04-02
saner and hopefully correct implementation for dname_from_fqdn().
Eric Faurot
2011-03-31
cleanup and simplification following the asr update.
Eric Faurot
2011-03-29
remove unused code now that reverse lookups are done through asr.
Eric Faurot
2011-03-29
make use the cname query interface from asr for reverse lookups
Eric Faurot
2011-03-27
add a function to factorize resetting of dnssession events.
Eric Faurot
2011-03-27
add missing CVS markers and update copyright year.
Eric Faurot
2011-03-26
missing file in previous commit
Eric Faurot
2011-03-26
Fix the MX lookup process:
Eric Faurot
2011-03-26
check that we actually have a stdio stream opened for the message before
Gilles Chehade
2011-03-26
Tweak the asr API to make things a bit smoother on the user side.
Eric Faurot
2011-03-26
Merge a reverse lookup query implementation into asr.
Eric Faurot
2011-03-26
have the client API receive a stdio stream rather than a fd to the message
Gilles Chehade
2011-03-26
use an index for iterating into the mx list.
Eric Faurot
2011-03-23
The asr structure must always be freed in asr_done(). This is a
Eric Faurot
2011-03-23
Simplify resolver initialization. This is done only once
Eric Faurot
2011-03-23
remove unused states in enum
Eric Faurot
2011-03-21
do 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-21
fix a memory leak in client.c and properly close envelope in
Gilles Chehade
2011-03-15
let smtpd use user-provided Diffie-Hellman parameters for ephemeral key
Gilles Chehade
2011-03-09
smtpctl show stats displays inet4/inet6 repartition for incoming sessions
Gilles Chehade
2011-03-09
make similar code .. more similar
Todd T. Fries
2011-03-09
*** empty log message ***
Todd T. Fries
2011-03-03
fix ss_to_text() and ss_to_ptr() so IP addresses are logged correctly
Gilles Chehade
[next]