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