1. 76b680c Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts by Denys Vlasenko · 9 years ago
  2. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  3. 97f2f7c Removes stray empty line from code by Maninder Singh · 9 years ago
  4. 4e03d41 sendmail: use FQDN in default envelope sender by Kaarle Ritvanen · 11 years ago
  5. 07f417b sendmail: make -f optional, document its default value by Denys Vlasenko · 11 years ago
  6. a42f530 sendmail: code shrink on top of previous patches by Denys Vlasenko · 12 years ago
  7. e82bfef sendmail: don't add multiple To: headers by Aaro Koskinen · 12 years ago
  8. 4a73222 sendmail: don't add To: header if it already exists by Aaro Koskinen · 12 years ago
  9. 236f222 sendmail: support long header fields for recipients by Aaro Koskinen · 12 years ago
  10. a8ba0a0 sendmail: support address lists by Aaro Koskinen · 12 years ago
  11. 06ad964 sendmail: support addresses inside angle brackets by Aaro Koskinen · 12 years ago
  12. 95e99e5 sendmail: don't mangle e-mail headers by Aaro Koskinen · 12 years ago
  13. 14285d1 sendmail: avoid sending mail to wrong addresses by Aaro Koskinen · 12 years ago
  14. 576b1d3 sendmail: use host rather than NIS domain name for HELO by Ron Yorston · 13 years ago
  15. 3365e9f makemime: tweak help text: -a HDR can be repeated by Denys Vlasenko · 13 years ago
  16. fc18671 makemime: document our current behavior. Tweak help text by Denys Vlasenko · 13 years ago
  17. 3bc4fc5 makemime: content-type should default to application/octet-stream by Denys Vlasenko · 13 years ago
  18. 578b817 sendmail: fix a mistake in previous commit by Denys Vlasenko · 13 years ago
  19. 41fea01 sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 lines by Denys Vlasenko · 13 years ago
  20. 83e34ac makemime: fix -a option not taking parameter by Denys Vlasenko · 13 years ago
  21. 34c469a sendmail: don't talk until 220 code is seen. Closes 3487 by Denys Vlasenko · 13 years ago
  22. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  23. d616ab6 reformime: do not require \r\n by Denys Vlasenko · 14 years ago
  24. 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 14 years ago
  25. 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
  26. 51d714c sendmail: remove forgotten commenting-out on a "if (verbose)" by Denys Vlasenko · 14 years ago
  27. 5707b52 mailutils/*: add verbose option to sendmail; remove -m and -j from makemime by Denys Vlasenko · 14 years ago
  28. c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
  29. 5b34300 sendmail: fix assumption that headers should have a space after the colon by Vladimir Dronnikov · 14 years ago
  30. c8f9a8d move read_base64 to libbb/uuencode.c by Denys Vlasenko · 14 years ago
  31. 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
  32. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  33. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  34. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  35. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  36. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  37. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  38. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  39. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  40. 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
  41. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  42. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  43. 8dbe9bb sendmail: fix for long headers (by Vladimir) by Vladimir Dronnikov · 15 years ago
  44. 944d275 sendmail: update by Vladimir by Vladimir Dronnikov · 15 years ago
  45. b618dba sendmail: accept -i too, not only -oi by Vladimir Dronnikov · 15 years ago
  46. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  47. a51543a reformime: small code and style fixes. no material changes in behavior. by Denys Vlasenko · 15 years ago
  48. 666e1d3 tweak sendmail and makemime help texts by Denys Vlasenko · 15 years ago
  49. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  50. 88b8f0a sendmail: update by Vladimir by Denis Vlasenko · 16 years ago
  51. 4abaec5 popmaildir: fix several grave bugs with using memory past end of malloc block by Denis Vlasenko · 16 years ago
  52. 4774179 mail.c: more robust handling of SIGCHLD init: more robust signal handling by Denis Vlasenko · 16 years ago
  53. 021de3f sendmail: document and fix usage of fd #4, fix check for helper failure. by Denis Vlasenko · 16 years ago
  54. 82b1429 - add new applet mkpasswd(1) by Bernhard Reutner-Fischer · 16 years ago
  55. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  56. 44f96d3 randomconfig fixes by Denis Vlasenko · 16 years ago
  57. 694b514 login: fix /etc/nologin support by Denis Vlasenko · 16 years ago
  58. 239d06b add mailutils/* by Denis Vlasenko · 16 years ago