Age | Commit message (Expand) | Author |
2012-09-29 | finally remove rule member from struct envelope. | Eric Faurot |
2012-09-29 | Remove support for "as user" for local deliveries. | Eric Faurot |
2012-09-29 | Do not test client flags against TTY_FREEZE bit, reported by Tom Ryder. | Nicholas Marriott |
2012-09-29 | From Gavin Atkinson in FreeBSD SVN rev 238778: | Jonathan Gray |
2012-09-29 | Remove extra .Pp | Lawrence Teo |
2012-09-28 | framed-ip-address and framed-ip-netmask were not working. | YASUOKA Masahiko |
2012-09-28 | some smtpd.{c,h} cleanups: | Eric Faurot |
2012-09-28 | consistently use [[ ]] for tests | Robert Peichaer |
2012-09-28 | remove unnecessary quotes within [[ ]] | Robert Peichaer |
2012-09-28 | replace the last remaining backticks with $() for consistency | Robert Peichaer |
2012-09-28 | fix adress family for ipv6 bpf packet capture; ok yasuoka | Markus Friedl |
2012-09-28 | remove a comment that does not make sense any more | Robert Peichaer |
2012-09-28 | free the control message in udp_input() if the packet is passed to pipex | Markus Friedl |
2012-09-28 | Update to account for the switch to ruby 1.9 by default. Feedback from | Jeremy Evans |
2012-09-28 | replace _fsent array with a simple concatenated list | Robert Peichaer |
2012-09-28 | use xmemdup() and xcalloc() helpers | Charles Longeau |
2012-09-28 | Move mda_session to mda.c, and make it use a tree instead of a list, | Eric Faurot |
2012-09-28 | update my copyright | Mike Belopuhov |
2012-09-28 | smtpd.h/control.c cleanups: | Eric Faurot |
2012-09-28 | sync manpage with code | Camiel Dobbelaar |
2012-09-28 | Misspelled DESC line | Janne Johansson |
2012-09-28 | Add support for the Adaptec 39320LPE controller. | Brad Smith |
2012-09-27 | use xstrdup() helper | Charles Longeau |
2012-09-27 | remove some history details which have been around for long enough | Jason McIntyre |
2012-09-27 | When merging messages from an update, decrement the message counter if the | Eric Faurot |
2012-09-27 | fatal -> fatalx | Eric Faurot |
2012-09-27 | clarify the alias expansion code. | Eric Faurot |
2012-09-27 | simplify calloc() + strlcpy()/memcpy() dance with xmemdup() | Charles Longeau |
2012-09-27 | use xmalloc()/xcalloc() helpers | Charles Longeau |
2012-09-27 | replace m_zero(9) with M_ZEROIZE; original diff from markus | Jason McIntyre |
2012-09-27 | enable smsc | Jonathan Gray |
2012-09-27 | Use a smaller buffer size when not attached to a high speed/usb2 | Jonathan Gray |
2012-09-27 | simplify malloc() + strlcpy() dance with xstrdup() | Charles Longeau |
2012-09-27 | remove the zlib rfc text: these pages already point to gzip(1), which | Jason McIntyre |
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-27 | make smsc work on big endian archs | Jonathan Gray |
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-27 | Do not leak file descriptor if not a tty, reported by Sebastien Marie. | Nicholas Marriott |
2012-09-26 | fix memory leak in case of fdopen() failure | Charles Longeau |
2012-09-26 | Stop using the delivery_data union (field "to") in delivery_mda. | Eric Faurot |
2012-09-26 | Do not report link status unless the interface is up as the status is | Brad Smith |
2012-09-26 | Mention checksum offload for the 6105M controller. | Brad Smith |
2012-09-26 | Add support for VLAN sized frames. | Brad Smith |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-26 | add D-Link DGE-530T to re(4), update re(4) manpage | Ryan Freeman |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-26 | add M_ZEROIZE as an mbuf flag, so copied PFKEY messages (with embedded keys) | Markus Friedl |
2012-09-26 | maps must be numbered from 1 up, as 0 means "no map". | Eric Faurot |
2012-09-26 | fix double free() issue in error paths | Alexander Hall |