| 2016-11-02 |
David Levine | Removed NMH_UNUSED(hostname) because it no longer exists. |
commit | commitdiff | tree | snapshot |
| 2016-11-02 |
Ken Hornstein | Add some Autoconf support for older OpenSSL libraries... |
commit | commitdiff | tree | snapshot |
| 2016-11-02 |
Ralph Corderoy | State netsec_set_tls()'s noverify is unused if no TLS. |
commit | commitdiff | tree | snapshot |
| 2016-11-02 |
Ken Hornstein | Update docs a bit. |
commit | commitdiff | tree | snapshot |
| 2016-11-02 |
Ken Hornstein | Add support for certificate verification when using... |
commit | commitdiff | tree | snapshot |
| 2016-11-02 |
Ken Hornstein | Print out more TLS information if -snoop is turned on. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | test/folder: Add test-coverage; lots of check_exit. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | Split one-line condition+body to get gcov results. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | uip/dist.c: Increase coverage. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | uip/send: -saslmech lacking argument indexed outside... |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | man: Fix spelling mistakes. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | Fix spelling mistake in comment. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | Fix spelling mistakes in UI text. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | test: Remove the " # gcov" comment from check_exit... |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | uip/comp.c: Increase coverage. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | uip/burst.c: Increase coverage. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | uip/anno.c: Increase coverage. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | anno: Stop segmentation violation on `-number 0'. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | uip/ali.c: Increase coverage. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | ali: Fix a memory leak spotted by valgrind. |
commit | commitdiff | tree | snapshot |
| 2016-11-01 |
Ralph Corderoy | mhbuild's fgetstr(): simplify source, logic untouched. |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
David Levine | Remove test files that aren't removed by check(). |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
David Levine | Replaced BUFSIZ with NMH_BUFSIZ in a few places. |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
David Levine | Don't set CT type if reformat failed. |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
Ralph Corderoy | Uncapitalise a few more mentions of commands in man... |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
Ralph Corderoy | mh-mkstemp.man: Detail exit status as 255 rather than -1. |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
Ralph Corderoy | Use new check_exit in `# gcov' tests. |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
Ralph Corderoy | test/common.sh.in: Add test_exit() for $? checking. |
commit | commitdiff | tree | snapshot |
| 2016-10-31 |
David Levine | Replaced use of ! with || true, for ultimate Bourne... |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | test-nocreate: Don't use run_test and run_prog together. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | fgets() reserves space for the NUL itself. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Gain coverage with `mhparam localmbox'. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Remove mhparam's p_find()'s ability to take NULL argument. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Get coverage of quite a few of the `ambiguous switch... |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Split gcov target into multiple sub-targets. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Clarify trunccpy()'s src and dest must not overlap. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s", foo) with fputs(foo, stdout). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace strlen(foo) > 0 with *foo. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Add outputs from Makefile.am's gcov target. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Remove sbr/peekc.c containing unused peekc(). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace fprintf(fp, "%s", foo) with fputs(foo, fp). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s", foo) with fputs(foo, stdout). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s\n", foo) with puts(foo). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Add trunccpy(), and the convenience TRUNCCPY(). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Fix test-header-parsing test script. |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Simplify folder_exists() to just testing stat(2)'s... |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace printf("...\n") with puts("..."). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
Ralph Corderoy | Replace v?fprintf(stdout, ...) with v?printf(...). |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
David Levine | Added (y|n) domain to a couple of build_nmh config... |
commit | commitdiff | tree | snapshot |
| 2016-10-30 |
David Levine | Set first character of name[] buffer in BODY state. |
commit | commitdiff | tree | snapshot |
| 2016-10-26 |
David Levine | Removed configure options now that it determines them... |
commit | commitdiff | tree | snapshot |
| 2016-10-26 |
David Levine | Moved build_nmh to top level directory. |
commit | commitdiff | tree | snapshot |
| 2016-10-26 |
David Levine | Reworked output handling. |
commit | commitdiff | tree | snapshot |
| 2016-10-25 |
David Levine | Reworked default SASL support to enable if header and... |
commit | commitdiff | tree | snapshot |
| 2016-10-25 |
David Levine | Added -r to gcov invocation. |
commit | commitdiff | tree | snapshot |
| 2016-10-25 |
David Levine | Add -O0 instead of -O2 to CFLAGS with build_nmh -d... |
commit | commitdiff | tree | snapshot |
| 2016-10-25 |
David Levine | Don't add -D_FORTIFY_SOURCE to AM_CPPFLAGS with -O0. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Replace fputc() with putchar(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
David Levine | Changed build_nmh sasl and tls defaults to be configure's. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Replace putc() with putchar(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Replace putc() with putchar(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Replace putc() with putchar(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
David Levine | Removed unnecessary definition of tls_support. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Replace puts() with putchar(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Replace puts() with putchar(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
David Levine | Reworked default TLS support to enable if header and... |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
David Levine | Removed OAUTH support detection from because configure... |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | sbr/netsec.c: Add NMH_UNUSED(nsc) twice for if !TLS_SUP... |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | netsec_set_tls(): Return a value in the !TLS_SUPPORT... |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
David Levine | More enhancements to build_nmh. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | nmh.h: Add getline() prototype, conditional on HAVE_GET... |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Fix flex 2.6.1's output regarding signed/unsigned compa... |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | mhical.c: display(): Replace memcpy() with struct assig... |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | fix_filename_param(): Remove redundant strlen(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | fix_filename_param(): Replace strncmp() with HasSuffix(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | sbr/utils.c: Add HasSuffix(s, suffix). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use LEN() to save having to consider the -1. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use LEN() to save having to consider the -1. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use LEN() to save having to consider the -1. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Remove unused NCWD and NPWD #defines. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | nmh_command_generator(): Fix indentation. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
commit | commitdiff | tree | snapshot |
| next |