Age | Commit message (Expand) | Author |
2008-12-05 | - smtpctl utility to control the smtpd, don't expect too much yet as it is | Gilles Chehade |
2008-12-05 | - last part of the new queue code: the runner process (unprivileged and | Gilles Chehade |
2008-12-05 | add ethertype and tcpdump support for VLAN stacking (QinQ) with | Stuart Henderson |
2008-12-04 | - in session_read(), set EV_WRITE if we are going to send a "transaction | Gilles Chehade |
2008-12-04 | Declare printf-style functions with __attribute__((format(printf,x,x))) | Chad Loder |
2008-12-04 | cosmetic changes: | Reyk Floeter |
2008-12-04 | - allow smtpd to build again | Gilles Chehade |
2008-12-04 | move smtpd build to smtpd subdir so we can traverse to newaliases and makemap | Todd T. Fries |
2008-12-04 | some basic cleanup; | Jason McIntyre |
2008-12-04 | - when in state S_DATACONTENT, do not disable EV_READ if the last line we | Gilles Chehade |
2008-12-04 | - when doing the session timeout lookup, do not remove the last session | Gilles Chehade |
2008-12-04 | - fix event masking for DATA and make DATA look more like MAIL and RCPT | Gilles Chehade |
2008-12-04 | obvious 'missing space' typo in message, ok gilles@ krw@ | Ian Darwin |
2008-12-03 | - smtpd's db maps are incompatible with sendmail's and needs a distinct | Gilles Chehade |
2008-12-03 | smtpd's aliases db is incompatible with sendmail's and requires a distinct | Gilles Chehade |
2008-12-03 | clarify GPIO device specification. with input from jmc; ok mbalmer@ jmc@ | Kevin Steves |
2008-12-03 | delete unused prototype, from lint; ok mbalmer@ | Kevin Steves |
2008-12-03 | - these were used to debug the previous queue scheduler, they are no longer | Gilles Chehade |
2008-12-03 | - remove log_debug() that's no longer needed | Gilles Chehade |
2008-12-03 | - fix event masking issues in smtp process which could lead to a fatal() if | Gilles Chehade |
2008-12-03 | there is no longer a default GPIO device; ok mbalmer@ jmc@ | Kevin Steves |
2008-12-03 | Some more ambigous -> ambiguous pointed out by mbalmer (there are | Stuart Henderson |
2008-12-03 | typo; from Anathae Townsend | Jason McIntyre |
2008-12-02 | correct spelling (ambigous -> ambiguous) | Stuart Henderson |
2008-12-02 | Initial support for neighbor expiry. | Michele Marchetto |
2008-12-02 | tweak previous; | Jason McIntyre |
2008-12-01 | bzero local variable; ok uwe | Theo de Raadt |
2008-12-01 | there is zero reason for this parse.y to look different from the others; ok uwe | Theo de Raadt |
2008-12-01 | - in mxsort, fix type of loop counter, it will never be < 0 if it is | Gilles Chehade |
2008-12-01 | introduce btd(8) and btctl(8), tweak bt.conf(5) | Todd T. Fries |
2008-12-01 | introduce bt.conf(5), ok uwe@ | Todd T. Fries |
2008-11-30 | Fix output. | Marc Balmer |
2008-11-29 | revert my last change - | Reyk Floeter |
2008-11-29 | fix typo in 'draft-ietf-ipsec-isakmp-xauth-06.txt' | Reyk Floeter |
2008-11-29 | Allow the words "on", "off", or "toggle" to be used instead of the | Marc Balmer |
2008-11-28 | Add support for escaped characters to the search filter parsing function. | aschrijver |
2008-11-27 | Ugly workaround to bring up interfaces which were down when we found them | Uwe Stuehler |
2008-11-26 | Attempt to reconnect for about 10 seconds while btd is starting up | Uwe Stuehler |
2008-11-26 | SDP works, but it needs to be redone (and non-blocking) | Uwe Stuehler |
2008-11-26 | Device attach and detach (does not work because SDP is not implemented yet) | Uwe Stuehler |
2008-11-26 | Reorder variables, add my copyright. | Marc Balmer |
2008-11-26 | Use the new gpio(4) semantics and change the command line syntax to a | Marc Balmer |
2008-11-26 | Implement config reloading (still only work in progress) | Uwe Stuehler |
2008-11-26 | pin_len -> pin_size | Uwe Stuehler |
2008-11-25 | - more prototype moving to smtpd.h | Gilles Chehade |
2008-11-25 | - move prototype to smtpd.h | Gilles Chehade |
2008-11-25 | - move prototypes to smtpd.h | Gilles Chehade |
2008-11-25 | - plug memory leak | Gilles Chehade |
2008-11-25 | - recent change in parse.y caused htons() to be called twice on the port | Gilles Chehade |
2008-11-25 | Get rid of dependencies on ports libraries (among other things) | Uwe Stuehler |