| 2017-08-09 |
Ralph Corderoy | m_getfld() and friends: Add commentary. |
commit | commitdiff | tree | snapshot |
| 2017-08-09 |
David Levine | Fixed scan to handle empty files without violating... |
commit | commitdiff | tree | snapshot |
| 2017-08-06 |
Ralph Corderoy | cpstripped(): Rewrite multi-byte version. |
commit | commitdiff | tree | snapshot |
| 2017-08-05 |
Ralph Corderoy | cpstripped(), single-byte: Simplify logic. |
commit | commitdiff | tree | snapshot |
| 2017-08-05 |
Ralph Corderoy | cpstripped: Split into two versions, each with a single... |
commit | commitdiff | tree | snapshot |
| 2017-08-05 |
Ralph Corderoy | test/getcwidth: Add --ctype to dump locale's iswprint... |
commit | commitdiff | tree | snapshot |
| 2017-08-05 |
Ralph Corderoy | test/getcwidth: Expand --dump beyond Unicode's BMP. |
commit | commitdiff | tree | snapshot |
| 2017-08-03 |
Ralph Corderoy | NEWS: Move "new features" that might bite a user to... |
commit | commitdiff | tree | snapshot |
| 2017-08-03 |
Ralph Corderoy | NEWS: Re-order 1.7's sections, as discussed on nmh... |
commit | commitdiff | tree | snapshot |
| 2017-08-03 |
Ken Hornstein | Cleared pending-release-notes for the next release. |
commit | commitdiff | tree | snapshot |
| 2017-08-03 |
Ken Hornstein | Updates for 1.7 release. |
commit | commitdiff | tree | snapshot |
| 2017-08-02 |
Ken Hornstein | Update for new branch |
commit | commitdiff | tree | snapshot |
| 2017-08-02 |
Ken Hornstein | Use correct error code for SSL context retrieval. |
commit | commitdiff | tree | snapshot |
| 2017-08-01 |
Ken Hornstein | Document bug fix |
commit | commitdiff | tree | snapshot |
| 2017-08-01 |
Ken Hornstein | Merge branch 'fix-post-bcc' |
commit | commitdiff | tree | snapshot |
| 2017-08-01 |
Ken Hornstein | Implemented test for this patch. |
commit | commitdiff | tree | snapshot |
| 2017-08-01 |
Ralph Corderoy | Move m_getfld's MS_* mbox-type macros to the only user. |
commit | commitdiff | tree | snapshot |
| 2017-08-01 |
David Levine | Restricted application of the adjustment in m_Eom(). |
commit | commitdiff | tree | snapshot |
| 2017-07-31 |
David Levine | Hacked m_Eom() to fix test-eom-align. |
commit | commitdiff | tree | snapshot |
| 2017-07-29 |
David Levine | Restored local variable to m_Eom(), to not truncate... |
commit | commitdiff | tree | snapshot |
| 2017-07-29 |
David Levine | Removed a local variable from m_Eom(). |
commit | commitdiff | tree | snapshot |
| 2017-07-29 |
David Levine | Simplified m_strn() per Ralph's suggestions. |
commit | commitdiff | tree | snapshot |
| 2017-07-29 |
David Levine | Use m_strn() to allow restoration of buffer size to... |
commit | commitdiff | tree | snapshot |
| 2017-07-29 |
Ralph Corderoy | dtimezone(): Explain abs(3) is undefined on INT_MIN. |
commit | commitdiff | tree | snapshot |
| 2017-07-29 |
David Levine | Added m_str() and m_strn() functions to convert int... |
commit | commitdiff | tree | snapshot |
| 2017-07-29 |
Ralph Corderoy | Simplify dtimezone()'s logic by working with unsigned... |
commit | commitdiff | tree | snapshot |
| 2017-07-25 |
Ken Hornstein | Finished implementation, but tests need to be written. |
commit | commitdiff | tree | snapshot |
| 2017-07-23 |
David Levine | Added some specific tests to test-eom-align. |
commit | commitdiff | tree | snapshot |
| 2017-07-17 |
Ralph Corderoy | Bump up size of two static char[] so gcc knows they... |
commit | commitdiff | tree | snapshot |
| 2017-07-17 |
David Levine | Increase size of buffer to avoid warning from gcc ... |
commit | commitdiff | tree | snapshot |
| 2017-07-16 |
David Levine | Replaced snprintf() to convert an int with m_name(). |
commit | commitdiff | tree | snapshot |
| 2017-07-16 |
David Levine | Enhanced mhical syntax error message to provide some... |
commit | commitdiff | tree | snapshot |
| 2017-07-15 |
David Levine | Fixed flex fixups to not break LFLAGS. |
commit | commitdiff | tree | snapshot |
| 2017-07-15 |
David Levine | Added flex fixup for Fedora 26's flex 2.6.1. |
commit | commitdiff | tree | snapshot |
| 2017-06-23 |
Ken Hornstein | Start of work to fix lack of address rewriting for bcc |
commit | commitdiff | tree | snapshot |
| 2017-06-17 |
David Levine | Rearranged statements to eliminate memory allocation. |
commit | commitdiff | tree | snapshot |
| 2017-06-17 |
David Levine | Show display program name and arguments in error messag... |
commit | commitdiff | tree | snapshot |
| 2017-06-17 |
David Levine | Don't bypass scan_content() when expanding pseudoheaders. |
commit | commitdiff | tree | snapshot |
| 2017-06-10 |
Ralph Corderoy | sbr/netsec.c: Report popped TLS error code, don't pop... |
commit | commitdiff | tree | snapshot |
| 2017-06-10 |
Ralph Corderoy | uip/inc.c: Don't increment variable of type bool. |
commit | commitdiff | tree | snapshot |
| 2017-06-01 |
David Levine | Fixed double fclose(). |
commit | commitdiff | tree | snapshot |
| 2017-06-01 |
Ken Hornstein | Remove ancient SENDMAILBUG code. |
commit | commitdiff | tree | snapshot |
| 2017-06-01 |
Ken Hornstein | Comment cleanup; removed ancient reference to 4.2BSD... |
commit | commitdiff | tree | snapshot |
| 2017-05-31 |
Ken Hornstein | Normalize connection shutdown handling. |
commit | commitdiff | tree | snapshot |
| 2017-05-31 |
Ken Hornstein | Use original error code from OpenSSL. |
commit | commitdiff | tree | snapshot |
| 2017-05-29 |
Ralph Corderoy | sbr/brkstring.c: Use strchr(3) in brkany(), not own... |
commit | commitdiff | tree | snapshot |
| 2017-05-29 |
Ralph Corderoy | sizeof char is always 1, so don't bother to divide... |
commit | commitdiff | tree | snapshot |
| 2017-05-29 |
Ralph Corderoy | Use DIM(a) macro a few more times; array's dimension... |
commit | commitdiff | tree | snapshot |
| 2017-05-29 |
Ralph Corderoy | uip/scansbr.c: Add PUTC() macro, similar to FPUTS(). |
commit | commitdiff | tree | snapshot |
| 2017-05-29 |
Ralph Corderoy | uip/scansbr.c: Stop `scan -file' copying mailbox to... |
commit | commitdiff | tree | snapshot |
| 2017-05-28 |
Ralph Corderoy | h/mts.h: Replace char pointer mmdlm1 with macro MMDF_DELIM. |
commit | commitdiff | tree | snapshot |
| 2017-05-28 |
Ralph Corderoy | sbr/mts.c: Delete mmdlm2; use same-valued mmdlm1 instead. |
commit | commitdiff | tree | snapshot |
| 2017-05-28 |
Ralph Corderoy | sbr/mts.c: Make MMDF's delimeters fixed at compile... |
commit | commitdiff | tree | snapshot |
| 2017-05-27 |
Ralph Corderoy | uip/forw.c, uip/repl.c: Remove -file's "msh" comment. |
commit | commitdiff | tree | snapshot |
| 2017-05-26 |
Ralph Corderoy | uip/mhparse.c: Fix body starting a byte too soon when... |
commit | commitdiff | tree | snapshot |
| 2017-05-26 |
Ralph Corderoy | Remove mention of msh in comments and to-do list. |
commit | commitdiff | tree | snapshot |
| 2017-05-26 |
Ralph Corderoy | Makefile.am: Add test/inc/test-eom-align to XFAIL_TESTS. |
commit | commitdiff | tree | snapshot |
| 2017-05-25 |
Ralph Corderoy | Don't cast lseek(2)'s offset to off_t when it's 0. |
commit | commitdiff | tree | snapshot |
| 2017-05-25 |
Ralph Corderoy | uip/slocal.c: Tidy `verbose' logic in usr_file(). |
commit | commitdiff | tree | snapshot |
| 2017-05-25 |
Ralph Corderoy | uip/popsbr.c: Delete unused pop_list(), etc. |
commit | commitdiff | tree | snapshot |
| 2017-05-25 |
Ralph Corderoy | sbr/utils.c: Delete dead-code open_form(); not called. |
commit | commitdiff | tree | snapshot |
| 2017-05-25 |
Ralph Corderoy | uip/comp.c: Delete single-use NULLMP macro. |
commit | commitdiff | tree | snapshot |
| 2017-05-25 |
Ralph Corderoy | sbr/fmt_compile.c: Delete single-use NEWFMT macro. |
commit | commitdiff | tree | snapshot |
| 2017-05-25 |
Ralph Corderoy | Remove support for ./.foo.map index for ./foo mailbox. |
commit | commitdiff | tree | snapshot |
| 2017-05-25 |
Ralph Corderoy | test/runpty.c: Add more detail to "timed out" message. |
commit | commitdiff | tree | snapshot |
| 2017-05-25 |
Ralph Corderoy | uip/prompter.c: Make getln() static; only called locally. |
commit | commitdiff | tree | snapshot |
| 2017-05-25 |
Ralph Corderoy | uip/prompter.c: Delete obfuscating ERASE, etc., macros. |
commit | commitdiff | tree | snapshot |
| 2017-05-25 |
Ralph Corderoy | uip/prompter.c: Delete unused macros CKILL and CERASE. |
commit | commitdiff | tree | snapshot |
| 2017-05-24 |
Ralph Corderoy | uip/inc.c: Delete POP3's -pack option for msh users. |
commit | commitdiff | tree | snapshot |
| 2017-05-24 |
Ralph Corderoy | uip/dropsbr.c: Delete unused mbx_write() and map_read(). |
commit | commitdiff | tree | snapshot |
| 2017-05-23 |
Ralph Corderoy | Replace some "FALLTHRU" comments with control flow. |
commit | commitdiff | tree | snapshot |
| 2017-05-23 |
Ralph Corderoy | config/config.c: Fix indentation of "FALLTHRU" comment. |
commit | commitdiff | tree | snapshot |
| 2017-05-23 |
Ralph Corderoy | sbr/m_getfld.c: Fix and improve `delim' comment. |
commit | commitdiff | tree | snapshot |
| 2017-05-23 |
David Levine | Fixed a couple of typos. |
commit | commitdiff | tree | snapshot |
| 2017-05-20 |
Ralph Corderoy | test/inc/test-eom-align: Show size of test email as... |
commit | commitdiff | tree | snapshot |
| 2017-05-20 |
Ralph Corderoy | test/inc/test-eom-align: Fix tests; they've never worked. |
commit | commitdiff | tree | snapshot |
| 2017-05-20 |
Ralph Corderoy | test/common.sh.in: test_skip(): Remove unused variable. |
commit | commitdiff | tree | snapshot |
| 2017-05-20 |
Ralph Corderoy | test/runpty.c: Add missing exit(3) after child fails... |
commit | commitdiff | tree | snapshot |
| 2017-05-20 |
Ralph Corderoy | uip/aliasbr.c: Remove dead code used for Unix groups. |
commit | commitdiff | tree | snapshot |
| 2017-05-18 |
Ken Hornstein | Remove support for aliases based on Unix groups. |
commit | commitdiff | tree | snapshot |
| 2017-05-18 |
Ralph Corderoy | uip/mhshowsbr.c: Increase buffer size for showing-conte... |
commit | commitdiff | tree | snapshot |
| 2017-05-18 |
Ken Hornstein | After further reflection, I decided I didn't like that... |
commit | commitdiff | tree | snapshot |
| 2017-05-18 |
Ken Hornstein | Apparently on Linux if a slave pty is closed, instead... |
commit | commitdiff | tree | snapshot |
| 2017-05-18 |
Ken Hornstein | Switch from using script(1) to a new custom utility... |
commit | commitdiff | tree | snapshot |
| 2017-05-17 |
Ralph Corderoy | uip/mhbuildsbr.c: Fix long-line truncation when BUFSIZ... |
commit | commitdiff | tree | snapshot |
| 2017-05-17 |
Ralph Corderoy | test/common.sh.in: Clarify it's the first failure by... |
commit | commitdiff | tree | snapshot |
| 2017-05-17 |
Ralph Corderoy | test/mhbuild/test-cte: Move run_prog() to just before... |
commit | commitdiff | tree | snapshot |
| 2017-05-17 |
Ralph Corderoy | test/mhbuild/test-cte: Add missing check() for earlier... |
commit | commitdiff | tree | snapshot |
| 2017-05-17 |
Ralph Corderoy | test/common.sh.in: Clarify test name in failure message. |
commit | commitdiff | tree | snapshot |
| 2017-05-17 |
Ken Hornstein | Make sure we are in the correct directory when we do... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | sbr/check_charset.c: Fix warning on unspecified struct... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | Rewrite norm_charmap(), moving code into data. |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | Merge commit '3d0e5b6a4383a5228732edd6cb1532375b771262' |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | Merge sbr/norm_charmap.c into sbr/check_charset.c. |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | Part 1 of merging sbr/norm_charmap.c into sbr/check_cha... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | sbr/unquote.c: Move prototype from h/prototypes.h to... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | sbr/mime_type.c: Move prototype from h/prototypes.h... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | sbr/message_id.c: Move duplicate prototypes to new... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | sbr/makedir.c: Move prototype from h/prototypes.h to... |
commit | commitdiff | tree | snapshot |
| 2017-05-16 |
Ralph Corderoy | sbr/m_popen.c: Move prototypes from h/prototypes.h... |
commit | commitdiff | tree | snapshot |
| next |