| 2016-11-12 |
Ralph Corderoy | Replace copy(s, d) with POSIX-1.2008's stpcpy(d, s). |
tree | commitdiff |
| 2016-11-02 |
Ken Hornstein | Add support for certificate verification when using... |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Remove sbr/peekc.c containing unused peekc(). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Add trunccpy(), and the convenience TRUNCCPY(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | nmh.h: Add getline() prototype, conditional on HAVE_GET... |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | sbr/utils.c: Add HasSuffix(s, suffix). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Alter HasSuffixC()'s char * to be const. |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | utils.c: Add HasPrefix(s, prefix). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Rename EndsWithC() to HasSuffixC(). |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Add ToLower(s) and ToUpper(s). |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Check advertise()'s iob[] isn't too short with assert(3). |
tree | commitdiff |
| 2016-10-20 |
Ken Hornstein | Rototill credentials code so that we only prompt for... |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Add LEN(s) definition. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Add EndsWithC(char *s, int c) and call it in some initi... |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Add stdbool.h plus fallback to h/nmh.h. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Add TrimSuffixC(char *s, int c). |
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 | 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 | Put parameter names in h/utils.h memory function protot... |
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-06 |
David Levine | Moved scan_input() from uip/post.c to sbr/utils.c. |
tree | commitdiff |
| 2016-10-06 |
David Levine | Merge branch 'welcome' |
tree | commitdiff |
| 2016-10-02 |
Ken Hornstein | Fix some typos in the comments. |
tree | commitdiff |
| 2016-10-01 |
David Levine | mhfixmsg now replaces RFC 2047 encoding with RFC 2231... |
tree | commitdiff |
| 2016-09-30 |
Eric Gillespie | Fix typos and drop declaractions of 2 undefined functions. |
tree | commitdiff |
| 2016-09-29 |
David Levine | Updated comments in h/prototypes.h. |
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-28 |
David Levine | Added welcome message when nmh detects that its version... |
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-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 |
David Levine | Added SMTPUTF8 (RFC 6531) support: |
tree | commitdiff |
| 2016-09-22 |
Ken Hornstein | Alright, things compile now, but don't link yet; need... |
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 | 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 |
| 2016-09-16 |
Ken Hornstein | Okay, a bit closer. |
tree | commitdiff |
| 2016-09-15 |
Ken Hornstein | Fleshed out some more, but we're not there just yet. |
tree | commitdiff |
| 2016-09-14 |
Ken Hornstein | A bit more code. |
tree | commitdiff |
| 2016-09-13 |
Ken Hornstein | Save this for now. |
tree | commitdiff |
| 2016-09-13 |
Ken Hornstein | More functions documented. |
tree | commitdiff |
| 2016-09-12 |
Ken Hornstein | Beginnings of a new library API. |
tree | commitdiff |
| 2016-09-11 |
Ken Hornstein | Add a "file-nopermcheck" credential entry. |
tree | commitdiff |
| 2016-09-11 |
Ken Hornstein | Remove the unused argument from mts_init() (as far... |
tree | commitdiff |
| 2016-09-09 |
Ken Hornstein | Closer, but not there yet. |
tree | commitdiff |
| 2016-09-06 |
Ken Hornstein | Merge branch 'xoauth' |
tree | commitdiff |
| 2016-08-21 |
Ken Hornstein | Very close, but it doesn't passes the tests just yet. |
tree | commitdiff |
| 2016-08-20 |
Ken Hornstein | Retrieve appropriate profile entries and pass them... |
tree | commitdiff |
| 2016-08-14 |
David Levine | Attempt to decode base64-encoded strings in -snoop... |
tree | commitdiff |
| 2016-08-14 |
David Levine | Attempt to decode base64-encoded strings in -snoop... |
tree | commitdiff |
| 2016-07-22 |
David Levine | Fixed comments describing decodeBase64(). |
tree | commitdiff |
| 2016-07-22 |
David Levine | Fixed comments describing decodeBase64(). |
tree | commitdiff |
| 2016-07-21 |
David Levine | Factored out base64 decoding code into decodeBase64(). |
tree | commitdiff |
| 2016-07-21 |
David Levine | Factored out base64 decoding code into decodeBase64(). |
tree | commitdiff |
| 2016-07-08 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-07-05 |
David Levine | Added context_find_prefix(). |
tree | commitdiff |
| 2016-07-04 |
David Levine | Added context_find_prefix(). |
tree | commitdiff |
| 2016-06-26 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-06-12 |
David Levine | Added const to filename args of cpydata(). Then added... |
tree | commitdiff |
| 2016-06-12 |
David Levine | Added const to arg of m_backup(). |
tree | commitdiff |
| 2016-06-12 |
David Levine | Added consts to adios(), advise(), and advertise()... |
tree | commitdiff |
| 2016-06-12 |
David Levine | Added consts to adios(), advise(), and advertise()... |
tree | commitdiff |
| 2016-06-12 |
David Levine | Added const to filename args of cpydata(). Then added... |
tree | commitdiff |
| 2016-06-12 |
David Levine | Added const to arg of m_backup(). |
tree | commitdiff |
| 2016-06-12 |
David Levine | Added const to first arg of adios(). |
tree | commitdiff |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
tree | commitdiff |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
tree | commitdiff |
| 2016-04-10 |
Eric Gillespie | support multiple oauth users; mhlogin now requires... |
tree | commitdiff |
| 2016-04-03 |
Eric Gillespie | Rename and document functions that read from stdin. |
tree | commitdiff |
| 2016-03-25 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-03-24 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-03-18 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
tree | commitdiff |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
tree | commitdiff |
| 2016-02-25 |
David Levine | Added -[no]crlflinebreaks switches to mhfixmsg(1). |
tree | commitdiff |
| 2015-02-23 |
David Levine | Merge remote-tracking branch 'origin/convertargs' |
tree | commitdiff |
| 2015-02-14 |
David Levine | Removed #include of signal.h because it's in h/signals.h. |
tree | commitdiff |
| 2015-02-13 |
David Levine | Removed a few more msh (MS_MSH and mshproc) and vmh... |
tree | commitdiff |
| 2015-02-08 |
Paul Fox | add new message separator header to mhshow |
tree | commitdiff |
| 2015-02-08 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
tree | commitdiff |
| 2015-02-05 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
tree | commitdiff |
| 2015-02-04 |
Paul Fox | implement -prefer, for multipart/alternative preferences |
tree | commitdiff |
| 2015-01-19 |
David Levine | Merge remote-tracking branch 'origin' into convertargs |
tree | commitdiff |
| next |