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
/
smtp.c
Age
Commit message (
Expand
)
Author
2009-03-15
since we are going to share code in smtp sessions and mta sessions, we need
Gilles Chehade
2009-03-15
save 4 bytes per message by moving the datafp field of struct message to
Gilles Chehade
2009-02-23
add missing headers needed by time()
Charles Longeau
2009-02-22
add missing headers
Charles Longeau
2009-02-22
replace MAX* constants by sizeof where possible
Oleg Safiullin
2009-02-18
previous commit was incomplete, this fixes ssmtp
Gilles Chehade
2009-02-18
smtp_accept() now requests from lka that it performs the hostname lookup
Gilles Chehade
2009-02-17
after a message has been commited to queue, do not incondtionnally clear
Gilles Chehade
2009-02-15
New config.c that allows for process cloning. Done by pyr@ for
Jacek Masiulaniec
2009-01-30
improve statistics for smtp process. not only collect the current sessions
Gilles Chehade
2009-01-30
clear the F_EVLOCK flag earlier to prevent the error event handler from
Gilles Chehade
2009-01-30
bump descriptors limit to the max and set the maximum connections count to
Gilles Chehade
2009-01-30
fix a very annoying events masking issue which would cause a fatal() to be
Gilles Chehade
2009-01-29
Implement "smtpctl show stats"; ok gilles@
Jacek Masiulaniec
2009-01-28
when pausing listeners, do not simply disable their events as new
Gilles Chehade
2009-01-04
- smtp can now pause/resume the accepting of incoming messages
Gilles Chehade
2009-01-04
aliases/forwards expansion was not done correctly and a race could
Gilles Chehade
2009-01-01
remove unnecessary includes; ok gilles@
Jacek Masiulaniec
2008-12-26
parse.y doesn't allow listen backlog configuration, so "bzero default" is used.
Jacek Masiulaniec
2008-12-22
s->s_msg.session_hostname must hold resolved hostname as well; ok gilles@
Jacek Masiulaniec
2008-12-21
- missing prototype + smtp.c was misusing session_auth_pickup()
Gilles Chehade
2008-12-21
- AUTH PLAIN may receive credentials as a parameter to AUTH or on a
Gilles Chehade
2008-12-13
IMSG_* namespace cleanup.
Jacek Masiulaniec
2008-12-03
- fix event masking issues in smtp process which could lead to a fatal() if
Gilles Chehade
2008-11-24
- not really a bug since we don't use other descriptor flags, but in
Gilles Chehade
2008-11-17
add missing header needed by time(), ctime_r() and tzset().
Charles Longeau
2008-11-13
- rephrase the "cannot load cert" warning that is output at startup when a
Gilles Chehade
2008-11-11
some small improvements. ok gilles
Ted Unangst
2008-11-11
- queue process no longer schedules messages which do not have flag
Gilles Chehade
2008-11-05
add a few missing id tags; there are a bunch of files, and developers
Igor Sobrado
2008-11-01
smtpd is a smtp server implementation for OpenBSD. It is a work in progress
Gilles Chehade