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