| 2016-10-31 |
David Levine | Replaced BUFSIZ with NMH_BUFSIZ in a few places. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | fgets() reserves space for the NUL itself. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Clarify trunccpy()'s src and dest must not overlap. |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Remove sbr/peekc.c containing unused peekc(). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace printf("%s", foo) with fputs(foo, stdout). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Add trunccpy(), and the convenience TRUNCCPY(). |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Simplify folder_exists() to just testing stat(2)'s... |
tree | commitdiff |
| 2016-10-30 |
Ralph Corderoy | Replace printf("...\n") with puts("..."). |
tree | commitdiff |
| 2016-10-30 |
David Levine | Set first character of name[] buffer in BODY state. |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Merge branch 'master' of git.sv.gnu.org:/srv/git/nmh |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Replace puts() with putchar(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | sbr/netsec.c: Add NMH_UNUSED(nsc) twice for if !TLS_SUP... |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | netsec_set_tls(): Return a value in the !TLS_SUPPORT... |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | sbr/utils.c: Add HasSuffix(s, suffix). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use LEN() to save having to consider the -1. |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use LEN() to save having to consider the -1. |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Remove unused NCWD and NPWD #defines. |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | nmh_command_generator(): Fix indentation. |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
tree | commitdiff |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
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 | uprf(): Rewrite, using types rather than masking ints. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Add comment describing uprf(). |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Use ToUpper() instead of loop. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Add ToLower(s) and ToUpper(s). |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Alter netrc permissions error message to match code... |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Fix netrc's token()'s bug if backslash escapes EOF. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Fix netrc's token() bug of first character being backslash. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Merge .netrc's token() file-reading loops; quoted... |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Have ruserpass() return TOK_EOF and put "" in the token... |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Check advertise()'s iob[] isn't too short with assert(3). |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Use macros in advertise() to simplify source. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Document advise(), adios(), admonish(), and advertise(). |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | POSIX, 2016 Ed, removes bcopy(3). Stop referring to it. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
tree | commitdiff |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Explain isascii() test more in netsec_set_sasl_params(). |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Assume POSIX ctype.h; don't vet toupper()'s parameter. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Assume POSIX ctype.h; don't vet tolower()'s parameter. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Assume POSIX ctype.h; don't vet tolower()'s parameter. |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Assume POSIX ctype.h; don't vet tolower()'s parameter. |
tree | commitdiff |
| 2016-10-21 |
David Levine | Have m_getfld() pass back indication of missing blank... |
tree | commitdiff |
| 2016-10-21 |
Ralph Corderoy | Fix warnings caused by recent edits; don't mix declara... |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return or goto. Simplify control... |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
tree | commitdiff |
| 2016-10-20 |
Ken Hornstein | Rototill credentials code so that we only prompt for... |
tree | commitdiff |
| 2016-10-19 |
David Levine | Added locale profile component, value is passed to... |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace strlen(), malloc(), and sprintf() with concat(). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Use LEN() on string constants instead of strlen(). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace `(char *)0' et al with `NULL'. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace strlen(), malloc(), and sprintf() with concat(). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Replace sprintf() with strcpy(); it's no worse. |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Add comment describing concat(). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Use the imperfect snprintf(3) instead of sprintf(3). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Use the imperfect snprintf(3) instead of sprintf(3). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Use the imperfect snprintf(3) instead of sprintf(3). |
tree | commitdiff |
| 2016-10-19 |
Ralph Corderoy | Use the imperfect snprintf(3) instead of sprintf(3). |
tree | commitdiff |
| next |