James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
5 years ago |
Denys Vlasenko
|
8d634a08c4
sendfile: code shrink
|
6 years ago |
Raffaello D. Di Napoli
|
f28b8857a9
sendmail: support AUTH PLAIN in addition to AUTH LOGIN
|
6 years ago |
Denys Vlasenko
|
17058a06c4
libbb: switch bb_ask_noecho() to "mallocing" string return API
|
6 years ago |
Denys Vlasenko
|
77cb6b99a4
libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation
|
6 years ago |
Denys Vlasenko
|
e440b39416
*: stop using atexit in non-debug build: saves ~260 in bss with musl
|
7 years ago |
Denys Vlasenko
|
d60752f8c9
build system: -fno-builtin-printf
|
9 years ago |
Denys Vlasenko
|
41fea01066
sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 lines
|
13 years ago |
Denys Vlasenko
|
34c469ae04
sendmail: don't talk until 220 code is seen. Closes 3487
|
13 years ago |
Denys Vlasenko
|
80c5b6893d
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads
|
13 years ago |
Denys Vlasenko
|
5707b52fd4
mailutils/*: add verbose option to sendmail; remove -m and -j from makemime
|
14 years ago |
Denys Vlasenko
|
c8f9a8d3c0
move read_base64 to libbb/uuencode.c
|
14 years ago |
Denys Vlasenko
|
9fe98f701d
libbb: merge mail and uudecode's base64 decoders
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Pascal Bellard
|
926031b764
*: introduce and use xfork() and xvfork()
|
14 years ago |
Pascal Bellard
|
21e8e8da64
libbb: introduce and use BB_EXECVP_or_die()
|
14 years ago |
Denys Vlasenko
|
41ddd9f606
*: make exec failure message more consistent
|
14 years ago |
Denys Vlasenko
|
8131eea3dc
*: introduce and use ffulsh_all()
|
15 years ago |
Denis Vlasenko
|
4774179cb9
mail.c: more robust handling of SIGCHLD
|
15 years ago |
Denis Vlasenko
|
021de3f029
sendmail: document and fix usage of fd #4, fix check for helper failure.
|
15 years ago |
Bernhard Reutner-Fischer
|
82b1429966
- add new applet mkpasswd(1)
|
16 years ago |
Denis Vlasenko
|
239d06bd47
add mailutils/*
|
16 years ago |