Age | Commit message (Expand) | Author |
2016-10-16 | Remove the "phase" state variable from the smtp session. Simply check | Eric Faurot |
2016-10-13 | A logic issue in smtpd's header parsing can cause SMTP sessions to hang. | Gilles Chehade |
2016-10-03 | fix smtp session logic bug that can lead to a server crash. | Eric Faurot |
2016-09-14 | remove useless #ifndef | Eric Faurot |
2016-09-12 | listener configuration cleanup: | Eric Faurot |
2016-09-11 | remove documentation for filters, we'll document when it's ready | Gilles Chehade |
2016-09-08 | Streamline the daemon shutdown sequence. | Eric Faurot |
2016-09-06 | use closefrom() before reexec to make sure the new process only gets | Eric Faurot |
2016-09-04 | The smtpd processes are not expected to ever leave their event loop. | Eric Faurot |
2016-09-04 | Remove the "smtpctl stop" command. | Eric Faurot |
2016-09-03 | log IP/hostname for all SMTP operations. | Giovanni Bechis |
2016-09-03 | remove dead code | Gilles Chehade |
2016-09-03 | get rid of the type-checking system on internal messages. | Eric Faurot |
2016-09-03 | in lka specifically, use initgroups() so that users may share files between | Gilles Chehade |
2016-09-03 | switch from EVP_{En,De}cryptInit & EVP_{En,De}cryptFinal to their _ex | Gilles Chehade |
2016-09-02 | use imsg_read_nofd() implementation from bgpd. | Eric Faurot |
2016-09-02 | turn server preference for ciphers on by default | Gilles Chehade |
2016-09-01 | zap dead code | Eric Faurot |
2016-09-01 | Get rid of the custom msgbuf_write2() function adapted from libutil. | Eric Faurot |
2016-09-01 | remove noop function | Eric Faurot |
2016-09-01 | get rid of the imsg buffer usage profiling code. | Eric Faurot |
2016-08-31 | Remove dead code. queue_flow_control() has never been used and is | Eric Faurot |
2016-08-31 | no need for Xo/Xc here, plus minor tweak; | Jason McIntyre |
2016-08-31 | introduce "authenticated" parameter so rules may apply to authenticated | Gilles Chehade |
2016-08-31 | word fix; | Jason McIntyre |
2016-08-31 | allow overriding the subaddressing delimiter with subaddressing-delimiter | Gilles Chehade |
2016-08-30 | when configuring the daemon, assign values to the structure being conf-ed, | Gilles Chehade |
2016-08-20 | Properly initialize the message parser. fix a regression where the | Eric Faurot |
2016-08-19 | make smtpd less verbose at startup | Eric Faurot |
2016-07-29 | log ip addresses as well in authentication phase | Giovanni Bechis |
2016-07-24 | bump version | Gilles Chehade |
2016-07-22 | Create a smtp transaction context on a session only for the duration of | Eric Faurot |
2016-07-03 | add -r option to enqueuer as compat interface for mailx | Gilles Chehade |
2016-07-02 | remove misleading comment. it's not true anymore. | Eric Faurot |
2016-07-02 | datain counter is part of the transaction state | Eric Faurot |
2016-07-02 | set the msgid on the transaction | Eric Faurot |
2016-07-01 | always refer to the helo string stored on the session | Eric Faurot |
2016-07-01 | flag the local socket listener as local. | Eric Faurot |
2016-06-30 | update aliases documentation to reflect reality | Gilles Chehade |
2016-06-29 | Explicitely enclose SMTP transactions between BEGIN and COMMIT/ROLLBACK | Eric Faurot |
2016-06-23 | move transaction-specific states from struct smtp_session to struct smtp_tx | Eric Faurot |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-06-20 | with new fork+reexec, in case of failure in init of any child process | Gilles Chehade |
2016-06-17 | Also add missing date or message-id when listening on the submit port | Otto Moerbeek |
2016-06-15 | properly reset the transaction when a filter rejects a message. | Eric Faurot |
2016-06-15 | increase number of connections a local address is allowed to establish | Gilles Chehade |
2016-06-15 | 'Received' header violates RFC when receiving a TLS session, rework format | Gilles Chehade |
2016-06-14 | Fix typo; OK jung@ | Todd C. Miller |
2016-06-08 | quote space-containing values in smtpd logs or they become hard to parse | Gilles Chehade |
2016-06-07 | use io_set_nonblocking() instead of SOCK_NONBLOCKING to reduce delta with | Gilles Chehade |