- 94c78aa config system: move some options closer to relevalnt tool subdirectories by Denys Vlasenko · 3 years, 2 months ago
- 4455cff Fix mail compilation on the FreeBSD by Alex Samorukov · 4 years ago
- cd48f07 mail: launch_helper(): flush stdio before vfork, set G.helper_pid only in parent by Denys Vlasenko · 4 years ago
- b0e7cb4 mail: deobfuscate launch_helper() by Denys Vlasenko · 4 years ago
- b6237c0 mail: commonalize send_r_n() by Denys Vlasenko · 4 years ago
- 25b2680 mail: move "opts" from globals by Denys Vlasenko · 4 years ago
- 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 2 months ago
- 9a2d899 ntpd: fix refid reported in server mode, closes 13056 by Denys Vlasenko · 4 years, 5 months ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 3550bc4 sendmail: use on-stack buffer for AUTH PLAIN by Denys Vlasenko · 6 years ago
- 884ea1c sendmail: code shrink 2 by Denys Vlasenko · 6 years ago
- 8d634a0 sendfile: code shrink by Denys Vlasenko · 6 years ago
- f28b885 sendmail: support AUTH PLAIN in addition to AUTH LOGIN by Raffaello D. Di Napoli · 6 years ago
- 6f09785 sendmail: fix parsing of addresses in angle brackets by Raffaello D. Di Napoli · 6 years ago
- 2ccd352 popmaildir: placate gcc8 "warning: 'strncpy' output truncated" by Denys Vlasenko · 7 years ago
- 17058a0 libbb: switch bb_ask_noecho() to "mallocing" string return API by Denys Vlasenko · 7 years ago
- 77cb6b9 libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation by Denys Vlasenko · 7 years ago
- cefdd4b popmaildir: tweak help text by Denys Vlasenko · 7 years ago
- 1121b4e sendmail allow "=" symbol in recipient, closes 10241 by Denys Vlasenko · 7 years ago
- 3505e38 sendmail: fix segfault if "To: email1,email2" is used by Denys Vlasenko · 7 years ago
- e440b39 *: stop using atexit in non-debug build: saves ~260 in bss with musl by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 20077c1 libbb: make trim() return pointer to terminating NUL by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- c39ee04 sendmail: allow "+" symbol in recipient. Closes 9646 by Denys Vlasenko · 8 years ago
- c19f758 Convert all mailutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- b9f56e8 sendmail: make it possible to pause after connection helper is started by Denys Vlasenko · 8 years ago
- 2a4d7f4 sendmail: include -H and -S in short help text by Denys Vlasenko · 8 years ago
- 9de7509 sendmail: improve help text by Denys Vlasenko · 8 years ago
- 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
- 76b680c Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts by Denys Vlasenko · 9 years ago
- d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
- 97f2f7c Removes stray empty line from code by Maninder Singh · 9 years ago
- 4e03d41 sendmail: use FQDN in default envelope sender by Kaarle Ritvanen · 11 years ago
- 07f417b sendmail: make -f optional, document its default value by Denys Vlasenko · 11 years ago
- a42f530 sendmail: code shrink on top of previous patches by Denys Vlasenko · 12 years ago
- e82bfef sendmail: don't add multiple To: headers by Aaro Koskinen · 12 years ago
- 4a73222 sendmail: don't add To: header if it already exists by Aaro Koskinen · 12 years ago
- 236f222 sendmail: support long header fields for recipients by Aaro Koskinen · 12 years ago
- a8ba0a0 sendmail: support address lists by Aaro Koskinen · 12 years ago
- 06ad964 sendmail: support addresses inside angle brackets by Aaro Koskinen · 12 years ago
- 95e99e5 sendmail: don't mangle e-mail headers by Aaro Koskinen · 12 years ago
- 14285d1 sendmail: avoid sending mail to wrong addresses by Aaro Koskinen · 12 years ago
- 576b1d3 sendmail: use host rather than NIS domain name for HELO by Ron Yorston · 13 years ago
- 3365e9f makemime: tweak help text: -a HDR can be repeated by Denys Vlasenko · 13 years ago
- fc18671 makemime: document our current behavior. Tweak help text by Denys Vlasenko · 13 years ago
- 3bc4fc5 makemime: content-type should default to application/octet-stream by Denys Vlasenko · 13 years ago
- 578b817 sendmail: fix a mistake in previous commit by Denys Vlasenko · 13 years ago
- 41fea01 sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 lines by Denys Vlasenko · 13 years ago
- 83e34ac makemime: fix -a option not taking parameter by Denys Vlasenko · 13 years ago
- 34c469a sendmail: don't talk until 220 code is seen. Closes 3487 by Denys Vlasenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- d616ab6 reformime: do not require \r\n by Denys Vlasenko · 14 years ago
- 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 14 years ago
- 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
- 51d714c sendmail: remove forgotten commenting-out on a "if (verbose)" by Denys Vlasenko · 14 years ago
- 5707b52 mailutils/*: add verbose option to sendmail; remove -m and -j from makemime by Denys Vlasenko · 14 years ago
- c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
- 5b34300 sendmail: fix assumption that headers should have a space after the colon by Vladimir Dronnikov · 14 years ago
- c8f9a8d move read_base64 to libbb/uuencode.c by Denys Vlasenko · 14 years ago
- 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
- 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
- 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
- d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
- 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
- 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
- a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- 8dbe9bb sendmail: fix for long headers (by Vladimir) by Vladimir Dronnikov · 15 years ago
- 944d275 sendmail: update by Vladimir by Vladimir Dronnikov · 15 years ago
- b618dba sendmail: accept -i too, not only -oi by Vladimir Dronnikov · 15 years ago
- 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- a51543a reformime: small code and style fixes. no material changes in behavior. by Denys Vlasenko · 15 years ago
- 666e1d3 tweak sendmail and makemime help texts by Denys Vlasenko · 15 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 88b8f0a sendmail: update by Vladimir by Denis Vlasenko · 16 years ago
- 4abaec5 popmaildir: fix several grave bugs with using memory past end of malloc block by Denis Vlasenko · 16 years ago
- 4774179 mail.c: more robust handling of SIGCHLD init: more robust signal handling by Denis Vlasenko · 16 years ago
- 021de3f sendmail: document and fix usage of fd #4, fix check for helper failure. by Denis Vlasenko · 16 years ago
- 82b1429 - add new applet mkpasswd(1) by Bernhard Reutner-Fischer · 16 years ago
- 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
- 44f96d3 randomconfig fixes by Denis Vlasenko · 16 years ago
- 694b514 login: fix /etc/nologin support by Denis Vlasenko · 16 years ago
- 239d06b add mailutils/* by Denis Vlasenko · 16 years ago