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
/
imsg.c
Age
Commit message (
Expand
)
Author
2010-04-07
Remove XXX comment and just close received fd if calloc() fails.
Nicholas Marriott
2009-08-08
Make imsg_clear close and free any fds in the received fd queue as well as
Nicholas Marriott
2009-06-08
revert this change by eric@:
David Gwynne
2009-06-07
Change the way fds passed over a socket are retreived on the receiving side.
Eric Faurot
2009-06-07
Make the imsg protocol network-safe.
Eric Faurot
2009-06-06
change the imsg header fields a bit to prepare for upcoming changes.
Eric Faurot
2009-06-06
shuffle code around to achieve 0 length diff nirvana between all the
Pierre-Yves Ritschard
2009-06-06
remove unnecessary and scary pid check in imsg_init.
Pierre-Yves Ritschard
2009-06-06
Sync with relayd:
Pierre-Yves Ritschard
2009-06-05
make smtpd's imsg lib ready, just like relayd and ospfd.
Pierre-Yves Ritschard
2008-12-04
Declare printf-style functions with __attribute__((format(printf,x,x)))
Chad Loder
2008-11-01
smtpd is a smtp server implementation for OpenBSD. It is a work in progress
Gilles Chehade