summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/parse.y
AgeCommit message (Expand)Author
2008-12-20- import first bricks of SMTP AUTH support. currently only AUTH PLAIN isGilles Chehade
2008-12-18- condition lists is wrongly described, unbreak the following syntax:Gilles Chehade
2008-12-11- last snprintf -> bsnprintfGilles Chehade
2008-12-11- snprintf -> bsnprintfGilles Chehade
2008-12-10That the "aliases" and "virtual" maps satisfy m_src == S_DB is checkedJacek Masiulaniec
2008-12-06Unbreak -Werror.Jacek Masiulaniec
2008-12-06- it is now possible to specify an interface instead of an address or aGilles Chehade
2008-12-04Declare printf-style functions with __attribute__((format(printf,x,x)))Chad Loder
2008-12-04obvious 'missing space' typo in message, ok gilles@ krw@Ian Darwin
2008-11-25- recent change in parse.y caused htons() to be called twice on the portGilles Chehade
2008-11-22- allow the optionnal ssmtp keywork in "relay via" rules, while at itGilles Chehade
2008-11-13- rephrase the "cannot load cert" warning that is output at startup when aGilles Chehade
2008-11-10- define MAX_LINE_SIZE which is the maximum length of a line we allow fromGilles Chehade
2008-11-10spaces fixed while reading codeTheo de Raadt
2008-11-10- move '=>' into the lex loop, requested by and with help from deraadt@Gilles Chehade
2008-11-10- snprintf() can return -1, make sure every call is checked properlyGilles Chehade
2008-11-10- recognize '=>' as one token instead of trying to match '=' and '>'. thisGilles Chehade
2008-11-05add a few missing id tags; there are a bunch of files, and developersIgor Sobrado
2008-11-01- put back all copyright holdersGilles Chehade
2008-11-01smtpd is a smtp server implementation for OpenBSD. It is a work in progressGilles Chehade