| Commit message (Expand) | Author | Age | Files | Lines |
* | sendmail: code shrink on top of previous patches | Denys Vlasenko | 2013-03-18 | 1 | -42/+30 |
* | sendmail: don't add multiple To: headers | Aaro Koskinen | 2013-03-18 | 1 | -3/+16 |
* | sendmail: don't add To: header if it already exists | Aaro Koskinen | 2013-03-18 | 1 | -2/+7 |
* | sendmail: support long header fields for recipients | Aaro Koskinen | 2013-03-18 | 1 | -1/+18 |
* | sendmail: support address lists | Aaro Koskinen | 2013-03-18 | 1 | -4/+29 |
* | sendmail: support addresses inside angle brackets | Aaro Koskinen | 2013-03-18 | 1 | -2/+20 |
* | sendmail: don't mangle e-mail headers | Aaro Koskinen | 2013-03-18 | 1 | -1/+3 |
* | sendmail: avoid sending mail to wrong addresses | Aaro Koskinen | 2013-03-18 | 1 | -1/+16 |
* | sendmail: use host rather than NIS domain name for HELO | Ron Yorston | 2012-04-28 | 1 | -3/+4 |
* | makemime: tweak help text: -a HDR can be repeated | Denys Vlasenko | 2011-12-20 | 1 | -3/+3 |
* | makemime: document our current behavior. Tweak help text | Denys Vlasenko | 2011-11-19 | 2 | -5/+25 |
* | makemime: content-type should default to application/octet-stream | Denys Vlasenko | 2011-11-19 | 2 | -9/+3 |
* | sendmail: fix a mistake in previous commit | Denys Vlasenko | 2011-11-19 | 1 | -1/+1 |
* | sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 lines | Denys Vlasenko | 2011-11-18 | 2 | -11/+13 |
* | makemime: fix -a option not taking parameter | Denys Vlasenko | 2011-10-28 | 1 | -1/+1 |
* | sendmail: don't talk until 220 code is seen. Closes 3487 | Denys Vlasenko | 2011-09-18 | 2 | -43/+58 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 3 | -4/+1 |
* | reformime: do not require \r\n | Denys Vlasenko | 2011-05-22 | 5 | -296/+329 |
* | libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall... | Denys Vlasenko | 2011-05-08 | 1 | -2/+2 |
* | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga | 2011-04-03 | 2 | -0/+61 |
* | sendmail: remove forgotten commenting-out on a "if (verbose)" | Denys Vlasenko | 2010-12-20 | 1 | -1/+1 |
* | mailutils/*: add verbose option to sendmail; remove -m and -j from makemime | Denys Vlasenko | 2010-12-20 | 5 | -24/+106 |
* | *: pass md5/shaN context pointer as 1st arg, not last | Denys Vlasenko | 2010-10-16 | 1 | -3/+3 |
* | sendmail: fix assumption that headers should have a space after the colon | Vladimir Dronnikov | 2010-10-05 | 1 | -4/+4 |
* | move read_base64 to libbb/uuencode.c | Denys Vlasenko | 2010-09-16 | 1 | -3/+2 |
* | libbb: merge mail and uudecode's base64 decoders | Denys Vlasenko | 2010-09-16 | 3 | -70/+2 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 5 | -5/+5 |
* | *: introduce and use xfork() and xvfork() | Pascal Bellard | 2010-07-04 | 1 | -3/+1 |
* | libbb: introduce and use BB_EXECVP_or_die() | Pascal Bellard | 2010-07-04 | 2 | -4/+2 |
* | *: make exec failure message more consistent | Denys Vlasenko | 2010-06-25 | 2 | -4/+4 |
* | *: add INSERTs to *.src files where appropriate | Denys Vlasenko | 2010-06-08 | 2 | -0/+4 |
* | remove defconfig. Now "make defconfig" simply uses defaults from Config.in | Denys Vlasenko | 2010-06-06 | 1 | -5/+5 |
* | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko | 2010-06-04 | 2 | -0/+0 |
* | *: code shrink and better "died from signal" reporting from wait4pid | Denys Vlasenko | 2010-03-18 | 1 | -1/+1 |
* | whitespace fixes | Denys Vlasenko | 2010-01-25 | 1 | -1/+1 |
* | libbb: added xfdopen_for_read/write | Denys Vlasenko | 2009-11-15 | 2 | -2/+2 |
* | *: introduce and use ffulsh_all() | Denys Vlasenko | 2009-11-02 | 1 | -1/+1 |
* | sendmail: fix for long headers (by Vladimir) | Vladimir Dronnikov | 2009-10-17 | 1 | -2/+7 |
* | sendmail: update by Vladimir | Vladimir Dronnikov | 2009-10-15 | 1 | -12/+41 |
* | sendmail: accept -i too, not only -oi | Vladimir Dronnikov | 2009-10-04 | 1 | -5/+6 |
* | remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko | 2009-09-06 | 1 | -1/+2 |
* | reformime: small code and style fixes. no material changes in behavior. | Denys Vlasenko | 2009-07-07 | 1 | -7/+12 |
* | tweak sendmail and makemime help texts | Denys Vlasenko | 2009-07-05 | 1 | -2/+59 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 2 | -5/+5 |
* | sendmail: update by Vladimir | Denis Vlasenko | 2009-03-31 | 2 | -254/+109 |
* | popmaildir: fix several grave bugs with using memory past end of malloc block | Denis Vlasenko | 2009-03-12 | 1 | -27/+25 |
* | mail.c: more robust handling of SIGCHLD | Denis Vlasenko | 2009-03-10 | 1 | -4/+7 |
* | sendmail: document and fix usage of fd #4, fix check for helper failure. | Denis Vlasenko | 2009-03-04 | 1 | -24/+27 |
* | - add new applet mkpasswd(1) | Bernhard Reutner-Fischer | 2008-12-03 | 1 | -2/+2 |
* | libbb: password/group function helpers rewritten by Tito: | Denis Vlasenko | 2008-12-02 | 1 | -1/+1 |