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