summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpd.h
AgeCommit message (Expand)Author
2008-12-21- AUTH PLAIN may receive credentials as a parameter to AUTH or on aGilles Chehade
2008-12-20- import first bricks of SMTP AUTH support. currently only AUTH PLAIN isGilles Chehade
2008-12-19- smtpd handled mbox locking failures as "regular" temporary failures whichGilles Chehade
2008-12-18Introduce safe_fclose, which tries to push file to the disk asJacek Masiulaniec
2008-12-18Declarations for functions used only in smtp_session.c were movedJacek Masiulaniec
2008-12-18Check fwrite return code at DATA stage.Jacek Masiulaniec
2008-12-17Introduce /purge, where all msgs scheduled for deletion are put byJacek Masiulaniec
2008-12-13IMSG_* namespace cleanup.Jacek Masiulaniec
2008-12-13Declare alias_parse in smtpd.h, and fix callers that pass it wrongJacek Masiulaniec
2008-12-12Format string checking for bsnprintf.Jacek Masiulaniec
2008-12-11- missing prototypeGilles Chehade
2008-12-07Replace evbuffer_add_printf calls with wrapper function, session_respond,Jacek Masiulaniec
2008-12-07- getaddrinfo() uses negative values for its error defines, our use of anGilles Chehade
2008-12-06Get rid of anonymous unions. Discussed with and ok gilles@Paul de Weerd
2008-12-05- last part of the new queue code: the runner process (unprivileged andGilles Chehade
2008-12-04Declare printf-style functions with __attribute__((format(printf,x,x)))Chad Loder
2008-12-04- fix event masking for DATA and make DATA look more like MAIL and RCPTGilles Chehade
2008-12-03- fix event masking issues in smtp process which could lead to a fatal() ifGilles Chehade
2008-11-25- more prototype moving to smtpd.hGilles Chehade
2008-11-25- move prototype to smtpd.hGilles Chehade
2008-11-25- move prototypes to smtpd.hGilles Chehade
2008-11-25- recent change in parse.y caused htons() to be called twice on the portGilles Chehade
2008-11-25- F_IMSG_SENT is no longer used, killGilles Chehade
2008-11-17- until now a client could issue a command from an extension even though itGilles Chehade
2008-11-17- remove prototypes for the atomic API, we don't use it anymoreGilles Chehade
2008-11-11- queue process no longer schedules messages which do not have flagGilles Chehade
2008-11-10- open the message file earlier after a successful MAIL command instead ofGilles Chehade
2008-11-10- define MAX_LINE_SIZE which is the maximum length of a line we allow fromGilles Chehade
2008-11-10rename h_errno field into getaddrinfo_error, to avoid confusion with errno.Charles Longeau
2008-11-10fix store_write_header() prototype.Charles Longeau
2008-11-10spaces fixed while reading codeTheo de Raadt
2008-11-10- make READ_BUF_SIZE a power of 2Gilles Chehade
2008-11-05add a few missing id tags; there are a bunch of files, and developersIgor Sobrado
2008-11-01smtpd is a smtp server implementation for OpenBSD. It is a work in progressGilles Chehade