Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-03 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Charles Longeau | |
logging on runtime. Based on claudio@'s work on ripd, ospfd, ospf6d, dvmrpd, ldpd, bgpd. With help/ideas/testing from gilles@ jacekm@ todd@ ok jacekm@ | |||
2008-12-04 | Declare printf-style functions with __attribute__((format(printf,x,x))) | Chad Loder | |
and fix some of the errors caught by this. Part of a general push to make yyerror() -Wformat clean throughout the tree. | |||
2008-11-17 | add missing header needed by time(), ctime_r() and tzset(). | Charles Longeau | |
ok gilles@ | |||
2008-11-01 | smtpd is a smtp server implementation for OpenBSD. It is a work in progress | Gilles Chehade | |
which still lacks many features. bringing it in tree will help working on it more easily. "at this stage it should go in" henning@, "move ahead" deraadt@ |