Age | Commit message (Expand) | Author |
2009-08-12 | Namecache revamp. | Bob Beck |
2009-08-12 | Fix unwanted rejects by parsing (and ignoring) AUTH=<...> MAIL | Jacek Masiulaniec |
2009-08-12 | change some defaults inside amd itself, so that the rc scripts no longer | Theo de Raadt |
2009-08-11 | call reset_flags in bounce_session failure code path. | Jacek Masiulaniec |
2009-08-11 | do not repeat flag resetting code, introduce reset_flags(). | Jacek Masiulaniec |
2009-08-10 | build on amd64 also | Jonathan Gray |
2009-08-09 | Scale both receive and send buffer on the raw socket. The default 8192 | Claudio Jeker |
2009-08-08 | - simplify a bit queue_message_update() | Gilles Chehade |
2009-08-08 | sync with code change for mailq in smtpctl | Ian Darwin |
2009-08-08 | mailq is a common sendmail alias for showing the queue; make smtpctl | Ian Darwin |
2009-08-08 | better synopsis; | Jason McIntyre |
2009-08-08 | Make imsg_clear close and free any fds in the received fd queue as well as | Nicholas Marriott |
2009-08-08 | add a real synopsis to chat(8); synchronize synopsis and usage; | Igor Sobrado |
2009-08-08 | fix a small typo with no consequence in the generation of message id when | Gilles Chehade |
2009-08-08 | missing cast | Gilles Chehade |
2009-08-08 | missing header | Gilles Chehade |
2009-08-08 | import some changes from portable smtpd to reduce the delta between both. | Gilles Chehade |
2009-08-07 | smtp_session: ssl/ssl.h -> openssl/ssl.h | Gilles Chehade |
2009-08-07 | in mta: ssl/ssl.h -> openssl/ssl.h, consistent with other files | Gilles Chehade |
2009-08-07 | we were linking to libkeynote to use kn_base64_encode/decode, but honestly | Gilles Chehade |
2009-08-07 | wrap auth_userokay in a new function authenticate_user() and make sure | Gilles Chehade |
2009-08-07 | get the default ttl via sysctl instead of using IPDEFTTL | Reyk Floeter |
2009-08-07 | rename 'struct session' to 'struct rsession' because it conflicts with | Reyk Floeter |
2009-08-07 | allow to modify the IP TTL value for host checks. this can be used to | Reyk Floeter |
2009-08-07 | add missing line | Reyk Floeter |
2009-08-07 | allow to specify host attributes in an arbitrary order (parent, retry) by | Reyk Floeter |
2009-08-07 | cosmetic change - move address into an own element | Reyk Floeter |
2009-08-07 | pull aml/aml_parse.h; otherwise it would take aml_parse_objectlist | Martynas Venckus |
2009-08-06 | fix a crash in mta when forwarding a bounce, caused by a null deref | Gilles Chehade |
2009-08-06 | in smtp_session, fix logging so that when we accepted an empty envelope for | Gilles Chehade |
2009-08-06 | - change all occurences of T_DAEMON_BATCH,MESSAGE to T_BOUNCE_BATCH/MESSAGE | Gilles Chehade |
2009-08-06 | replace X-OpenSMPTD-Loop with Delivered-To | Gilles Chehade |
2009-08-06 | when writing a bounce, follow the same rule as for mta sessions and prepend | Gilles Chehade |
2009-08-06 | when a message in queue expires, generate a bounce before we remove it | Gilles Chehade |
2009-08-06 | factorize file_copy_session() and file_copy() so file_copy() can handle | Gilles Chehade |
2009-08-06 | fix a typo in bounce message t -> to | Gilles Chehade |
2009-08-06 | - introduce message_set_errormsg() to set the error description that will | Gilles Chehade |
2009-08-06 | swap the postfix example for an smtpd one; | Jason McIntyre |
2009-08-06 | This commit reworks the entire mailer daemon support to actually make it | Gilles Chehade |
2009-08-06 | ldpd must not add/delete AF_INET routes, it just have to change them | Michele Marchetto |
2009-08-06 | Implement the error handling as proposed in draft-ietf-idr-optional-transitive | Claudio Jeker |
2009-08-05 | prevent configuration of relays listening to a single addr:port tuple twice | Reyk Floeter |
2009-08-05 | support multiple 'listen on' lines in a single relay block | Reyk Floeter |
2009-08-05 | tables don't need pf if running in "l7" relay mode | Reyk Floeter |
2009-08-04 | -epm are not relevant to most (any?) setups and quiet is good anyway: remove | Jason McIntyre |
2009-08-03 | Make announce "self" work like all others (self is a bit special because | Claudio Jeker |
2009-08-02 | "ldpctl show lib" output cleanup. | Michele Marchetto |
2009-08-01 | when receiving characters with the most significant bit set over a session | Gilles Chehade |
2009-08-01 | Pass the right size of the structure "map" to the ldpd engine. | Michele Marchetto |
2009-08-01 | Correctly print interface state and neighbor uptime in ldpctl show neighbor. | Michele Marchetto |