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
2012-03-07
various reliability fixes:
Gilles Chehade
2012-01-31
fix an issue observed this week-end while flooding ajacoutot@ :
Gilles Chehade
2012-01-29
Rewrite io code in smtp and mta using the iobuf/ioev interface to have
Eric Faurot
2012-01-28
add optional display handler to scheduler_backend, if not NULL the handler
Gilles Chehade
2012-01-28
remove useless state
Eric Faurot
2012-01-28
- introduce the scheduler_backend API
Gilles Chehade
2012-01-24
Add a parameter to the queue backend init() call to specify wether the
Eric Faurot
2012-01-18
Add new filters callbacks for:
Charles Longeau
2012-01-13
queue_message_purge() and queue_message_delete() are actually the same
Eric Faurot
2012-01-13
remove the status field from struct envelope, move it to the smtp
Eric Faurot
2012-01-13
Stop using envelope->status to report delivery outcome to the
Eric Faurot
2012-01-12
use mbox backend for mbox delivery.
Eric Faurot
2012-01-12
Remove dead code for config reloading for now. It is not functionnal
Eric Faurot
2012-01-12
remove envelope_get_errormsg() and move envelope_set_errormsg()
Eric Faurot
2012-01-11
remove stateful iteration from ramqueue, if we ever need to reintroduce it
Gilles Chehade
2012-01-11
implement an envelope_ascii API that's not tied to a specific queue_backend
Gilles Chehade
2012-01-11
Simplify runner/queue by getting rid of Q_PURGE. Instead, let smtpd
Eric Faurot
2012-01-11
remove dead prototype
Eric Faurot
2011-12-27
Q_BOUNCE is not used anymore
Eric Faurot
2011-12-18
Sync comments with latest cleanup changes
Charles Longeau
2011-12-14
finally kill queue_shared.c and move what is left to bounce.c
Eric Faurot
2011-12-14
split auth_backend.c for consistency
Eric Faurot
2011-12-14
move show_queue() and related functions from queue_shared.c
Eric Faurot
2011-12-14
make queue_fsqueue backend consistent with the backend scheme.
Eric Faurot
2011-12-13
*finally* make use of certificate authority file if available !
Gilles Chehade
2011-12-13
split user_backend.c into user.c and user_pwd.c to be consistent with the
Eric Faurot
2011-12-13
- introduce delivery backend API (delivery.c)
Gilles Chehade
2011-12-12
add a session_enter_state() function to change the state of an smtp
Eric Faurot
2011-12-12
remove comments about dead "struct delivery"
Charles Longeau
2011-12-11
utility function for parsing and validating SMTP response lines
Eric Faurot
2011-12-11
Make the mta code a bit more straightforward:
Eric Faurot
2011-12-08
rename struct user to struct mta_user to avoid namespace conflict elsewhere
Todd T. Fries
2011-11-28
fix STATE_COUNT count
Charles Longeau
2011-11-21
get rid of the "enqueue/" queue; use "incoming/" instead.
Eric Faurot
2011-11-16
remove unused functions
Eric Faurot
2011-11-16
Do not unlink an offline message until it has been correctly enqueued.
Eric Faurot
2011-11-15
Qwalk, our API to linearly walk over the persistent queue, did not take the
Gilles Chehade
2011-11-14
when receiving an unexpected imsg, print its name.
Charles Longeau
2011-11-14
The spool and offline directories are backend-independent, so they
Eric Faurot
2011-11-07
Let the smtpd process handle the enqueueing of offline messages at
Eric Faurot
2011-10-26
- fix smtpctl pause/resume so the ramqueue scheduling is done correctly
Gilles Chehade
2011-10-23
a few important fixes:
Eric Faurot
2011-10-23
relay_as is not used anuwhere
Eric Faurot
2011-10-23
introduce Q_CORRUPT and queue_backend operation to move a message from
Gilles Chehade
2011-10-23
fsqueue no longer stores envelopes by dumping the structure, instead use a
Gilles Chehade
2011-10-22
Add a log_trace() call to toggle logging of specific debugging info in
Eric Faurot
2011-10-09
show messages sent between processes in debug mode
Eric Faurot
2011-09-19
Quick fix to avoid fatal() when we receive a line which have a length of exac...
Charles Longeau
2011-09-18
a single ramqueue message may be shared by many ramqueue envelopes to be
Gilles Chehade
2011-09-12
- introduce filtermask in struct smtpd
Gilles Chehade
[next]