| 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 |
| 2016-10-24 |
Ralph Corderoy | Alter HasSuffixC()'s char * to be const. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | utils.c: Add HasPrefix(s, prefix). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | Rename EndsWithC() to HasSuffixC(). |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | mh-folders.man: Remove empty `.I' immediately followed... |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | build_nmh: If cloning with git, make a shallow clone. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | showbuildenv: Drop lsb_release(1); /etc/lsb_release... |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | build_nmh: Use `gzip -d' rather than assume tar has -z. |
commit | commitdiff | tree | snapshot |
| 2016-10-24 |
Ralph Corderoy | build_nmh: Have a silent curl still show errors. |
commit | commitdiff | tree | snapshot |
| 2016-10-23 |
David Levine | Fixed output of commit hash by git log command. |
commit | commitdiff | tree | snapshot |
| 2016-10-23 |
David Levine | Check for existence of tools/showbuildenv. |
commit | commitdiff | tree | snapshot |
| 2016-10-23 |
David Levine | Redirect verbose build_nmh messages so they're visible... |
commit | commitdiff | tree | snapshot |
| 2016-10-23 |
David Levine | Enhanced build_nmh to support standalone use. |
commit | commitdiff | tree | snapshot |
| 2016-10-23 |
Ralph Corderoy | man: Use lowercase for command name at start of sentence. |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | uprf(): Rewrite, using types rather than masking ints. |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Add comment describing uprf(). |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Use ToLower() instead of loop. |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Use ToUpper() instead of loop. |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Use ToUpper() instead of loop. |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Add ToLower(s) and ToUpper(s). |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | putcomp(): Use local to avoid repeating tautological... |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Alter netrc permissions error message to match code... |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Fix netrc's token()'s bug if backslash escapes EOF. |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Fix netrc's token() bug of first character being backslash. |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Merge .netrc's token() file-reading loops; quoted... |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Have ruserpass() return TOK_EOF and put "" in the token... |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Check advertise()'s iob[] isn't too short with assert(3). |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Use macros in advertise() to simplify source. |
commit | commitdiff | tree | snapshot |
| 2016-10-22 |
Ralph Corderoy | Document advise(), adios(), admonish(), and advertise(). |
commit | commitdiff | tree | snapshot |
| next |