| 2016-10-19 |
Ralph Corderoy | Add stdbool.h plus fallback to h/nmh.h. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Fix ruserpass() to not assume `\n' present before trimming. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Alter ctype-checked to handle EOF and be hand-written. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Don't recurse in advertise() on writev(2) error, just... |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace strchr() condition with TrimSuffixC(). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Add TrimSuffixC(char *s, int c). |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Rewrite r1bindex() using strrchr(3). |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Use concat() in m_putenv. Add FIXME about memory leaks. |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Shrink the static char[] for "%d" from 8KiB to just... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Fix unlikely bug in oauth's make_query_url() of base_ur... |
tree | commitdiff |
| 2016-10-18 |
Ralph Corderoy | Replace a few calculations of string lengths with concat(). |
tree | commitdiff |
| 2016-10-17 |
Ralph Corderoy | Remove use of C's register keyword. |
tree | commitdiff |
| 2016-10-17 |
Ralph Corderoy | Don't call strlen() twice; save result. |
tree | commitdiff |
| 2016-10-17 |
Ralph Corderoy | Deference char pointer to test for empty string instead... |
tree | commitdiff |
| 2016-10-17 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup(). |
tree | commitdiff |
| 2016-10-17 |
Ralph Corderoy | Replace mh_xmalloc() with mh_xstrdup(). |
tree | commitdiff |
| 2016-10-17 |
Ralph Corderoy | Replace mh_xmalloc() with mh_xstrdup(). |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Delete client_getcpy(); don't know why it exists. |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Use mh_xstrdup() instead of getcpy() for a string constant. |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Rewrite getcpy() using mh_x*() allocation functions. |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Add const specifier to mh_xstrdup()'s src parameter. |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Rename fmt_compile.c's NEW macro to NEW_FP to avoid... |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Add mh_xstrdup() that exits on allocation failure. |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Add NEW(p) that sets p to mh_xmalloc'd memory sized... |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Add macro NEW0(p) that callocs, and use it in simple... |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Add mh_xfree(), guarding free(3) from NULLs. |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Tweak mh_xcalloc(); print size on error, follow POSIX. |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Tweak mh_xrealloc(); print size on error, follow POSIX. |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Tweak mh_xmalloc(); print size in error, allocate... |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Don't check mh_xcalloc() and friends for a NULL return. |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Fix bug where single-character headers were sometimes... |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Change all Getc() callers to use EOF, not comparisons... |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Don't increment bytes_read if returning EOF. |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Fix spelling in comment. Alter case to match identifier. |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Fix spelling in warning message; s/conext/context/. |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Simply enter_getfld()'s structure, no functional change. |
tree | commitdiff |
| 2016-10-16 |
Ralph Corderoy | Stop one lseek(2) per header fetched by m_getfld.c... |
tree | commitdiff |
| 2016-10-15 |
Ralph Corderoy | Fix error message when attempting to xmh_realloc()... |
tree | commitdiff |
| 2016-10-14 |
David Levine | Tweaked formatting of welcome message. |
tree | commitdiff |
| 2016-10-11 |
Ralph Corderoy | I've written a getline(3) from scratch based on |
tree | commitdiff |
| 2016-10-06 |
David Levine | Moved scan_input() from uip/post.c to sbr/utils.c. |
tree | commitdiff |
| 2016-10-06 |
David Levine | Replaced strtod() with strtof(). |
tree | commitdiff |
| 2016-10-06 |
David Levine | Merge branch 'welcome' |
tree | commitdiff |
| 2016-10-05 |
Ken Hornstein | Improve these comments a bit. |
tree | commitdiff |
| 2016-10-02 |
Ken Hornstein | Fix some typos in the comments. |
tree | commitdiff |
| 2016-10-02 |
Ken Hornstein | Move the read buffer shuffling to BEFORE where we call... |
tree | commitdiff |
| 2016-10-01 |
Ken Hornstein | Sigh, the return value from SSL_get_error() isn't suita... |
tree | commitdiff |
| 2016-10-01 |
Ken Hornstein | Print even more errors. |
tree | commitdiff |
| 2016-09-30 |
Ken Hornstein | Make sure we retry if possible upon a TLS read, and... |
tree | commitdiff |
| 2016-09-30 |
Eric Gillespie | Fix typos and drop declaractions of 2 undefined functions. |
tree | commitdiff |
| 2016-09-29 |
David Levine | Welcome message enhancements: |
tree | commitdiff |
| 2016-09-29 |
David Levine | Instead of relying on invo_name to decide whether to... |
tree | commitdiff |
| 2016-09-29 |
David Levine | Make sure stderr is directed to terminal, as well as... |
tree | commitdiff |
| 2016-09-28 |
David Levine | Wait for user to ack new version message. |
tree | commitdiff |
| 2016-09-28 |
David Levine | Added welcome message when nmh detects that its version... |
tree | commitdiff |
| 2016-09-26 |
David Levine | Fixed typo in -help message. |
tree | commitdiff |
| 2016-09-26 |
David Levine | Reworked BUGS section of nmh(7) man page, and added... |
tree | commitdiff |
| 2016-09-26 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
tree | commitdiff |
| 2016-09-25 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
tree | commitdiff |
| 2016-09-24 |
David Levine | Replace profile-based hack to allow getname() to handle... |
tree | commitdiff |
| 2016-09-24 |
David Levine | Wrapped some variables and arguments to prevent compile... |
tree | commitdiff |
| 2016-09-24 |
Ken Hornstein | Improve and update comments a bit, and also improve... |
tree | commitdiff |
| 2016-09-24 |
David Levine | Renamed mhbuild -headerencoding 8bit to utf-8. |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Make it so we always return the chosen mechanism, even... |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Move things around so you can still initialize netsec... |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Move some of the SASL variables outside of the ifdef... |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Merge branch 'pop-tls' |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Switch decodeBase64() second argument to an unsigned... |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Don't always output a decoded SASL token; if it's a... |
tree | commitdiff |
| 2016-09-23 |
David Levine | Added SMTPUTF8 (RFC 6531) support: |
tree | commitdiff |
| 2016-09-23 |
David Levine | Rearranged statements to avoid compile warning about... |
tree | commitdiff |
| 2016-09-23 |
Ken Hornstein | Fix some typos and warnings. |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | Garbage collect unused code. |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | Disable the original call to BIO_flush() now that we... |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | Okay, fixed a few more things. Almost there? |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | Merge branch 'pop-tls' of git.sv.gnu.org:/srv/git/nmh... |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | Change things so we can take two file descriptors,... |
tree | commitdiff |
| 2016-09-21 |
Ken Hornstein | Okay! Squashed a few bugs, now have POP OAuth tests... |
tree | commitdiff |
| 2016-09-21 |
Ken Hornstein | Add support for a base64-decoding snoop callback. |
tree | commitdiff |
| 2016-09-21 |
Ken Hornstein | We have OAauth working! But the tests don't work yet. |
tree | commitdiff |
| 2016-09-21 |
Ken Hornstein | Shuffle some stuff around, change some prototypes,... |
tree | commitdiff |
| 2016-09-20 |
Ken Hornstein | Maybe ... it works? Sort of! Needs more testing,... |
tree | commitdiff |
| 2016-09-19 |
Ken Hornstein | More work, but not there just yet. |
tree | commitdiff |
| 2016-09-19 |
Ken Hornstein | Okay, we're finally getting to implementation stage... |
tree | commitdiff |
| 2016-09-18 |
Ken Hornstein | I think I've written all of these functions; now we... |
tree | commitdiff |
| 2016-09-16 |
Ken Hornstein | Still closer, but not quite there yet. |
tree | commitdiff |
| next |