| 2017-09-22 |
Ralph Corderoy | runpty.c: Handle fork(2) failure first, rather than... |
commit | commitdiff | tree | snapshot |
| 2017-09-22 |
Ralph Corderoy | runpty.c: Factor duplicate code into new open_master_pty(). |
commit | commitdiff | tree | snapshot |
| 2017-09-22 |
Ralph Corderoy | runpty.c: Replace fprintf()+exit() pairs with new die(). |
commit | commitdiff | tree | snapshot |
| 2017-09-21 |
Ralph Corderoy | Detect function-pointer `done' being set twice in a... |
commit | commitdiff | tree | snapshot |
| 2017-09-21 |
Ralph Corderoy | man: Replace csh `%' prompt in examples with sh's `$'. |
commit | commitdiff | tree | snapshot |
| 2017-09-21 |
Ralph Corderoy | mh-draft.man: Use ASCII double-quote for itself in... |
commit | commitdiff | tree | snapshot |
| 2017-09-21 |
Ralph Corderoy | man: Add backslash before backquote so it appears as... |
commit | commitdiff | tree | snapshot |
| 2017-09-19 |
Ralph Corderoy | man: Fix backquote used in error for single quote. |
commit | commitdiff | tree | snapshot |
| 2017-09-19 |
Ralph Corderoy | mhlsbr.c: Delete file-static function pointer mhl_action. |
commit | commitdiff | tree | snapshot |
| 2017-09-19 |
Ralph Corderoy | mhlsbr.c: Delete `jmp_buf mhlenv', never setjmp(3)'d. |
commit | commitdiff | tree | snapshot |
| 2017-09-18 |
Ralph Corderoy | Strip parenthesis from `return (state = OK);' and similar. |
commit | commitdiff | tree | snapshot |
| 2017-09-18 |
Ralph Corderoy | pop_init(): After proxy's execve(2) failure, exit(1... |
commit | commitdiff | tree | snapshot |
| 2017-09-18 |
Ralph Corderoy | sendfiles: Always die with exit status of 1 rather... |
commit | commitdiff | tree | snapshot |
| 2017-09-18 |
Ralph Corderoy | Remove preprocessor conditionals on `lint'. |
commit | commitdiff | tree | snapshot |
| 2017-09-18 |
Ralph Corderoy | Replace `_exit(-1)' with `_exit(1)'. |
commit | commitdiff | tree | snapshot |
| 2017-09-18 |
Ralph Corderoy | whom.c: Don't call rename(2) with source that's uniniti... |
commit | commitdiff | tree | snapshot |
| 2017-09-18 |
Ralph Corderoy | whom.c: Re-work fork/exec logic to clarify interaction... |
commit | commitdiff | tree | snapshot |
| 2017-09-18 |
Ralph Corderoy | If fork(2) fails then die; don't fall through to execv... |
commit | commitdiff | tree | snapshot |
| 2017-09-18 |
Ralph Corderoy | whom.c: Don't increment atoi(3)'s return value as it... |
commit | commitdiff | tree | snapshot |
| 2017-09-18 |
Ralph Corderoy | whom.c: Don't store atoi(getenv("mhdist")) when value... |
commit | commitdiff | tree | snapshot |
| 2017-09-17 |
Ralph Corderoy | mhlsbr.c: Don't strchr(3) non-string NUL-less buffer. |
commit | commitdiff | tree | snapshot |
| 2017-09-17 |
Ralph Corderoy | mhlsbr.c: Don't read(2) from fileno(3) of stdout. |
commit | commitdiff | tree | snapshot |
| 2017-09-15 |
Ralph Corderoy | Invert ternary condition to remove one negative. |
commit | commitdiff | tree | snapshot |
| 2017-09-15 |
Ralph Corderoy | mime_type.c: Fix regexp in comment that describes follo... |
commit | commitdiff | tree | snapshot |
| 2017-09-13 |
Ralph Corderoy | addrsbr.c: Alter ismymbox() to return bool, not int. |
commit | commitdiff | tree | snapshot |
| 2017-09-13 |
Ralph Corderoy | smtp.c: Have function returning char pointer return... |
commit | commitdiff | tree | snapshot |
| 2017-09-13 |
Ralph Corderoy | ext_hook(): Flip if-statement condition so then-block... |
commit | commitdiff | tree | snapshot |
| 2017-09-13 |
Ralph Corderoy | new.c: Order two return statements to match comment. |
commit | commitdiff | tree | snapshot |
| 2017-09-13 |
Ralph Corderoy | Edit out a few more tautological `the foo(5) man page'. |
commit | commitdiff | tree | snapshot |
| 2017-09-13 |
Ralph Corderoy | nmh_completion(): Simplify, removing local variable. |
commit | commitdiff | tree | snapshot |
| 2017-09-13 |
Ralph Corderoy | Remove casts of NULL to a data pointer. |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | Remove more outer wrapping parenthesis from return... |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | dmktime(): Break assignments so `*=' and `+=' can be... |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | Replace `return (0)' and similar with `return 0'. |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | Hoick FENDNULL(key) out of the search loop. |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | mh_oauth_cred_fn()'s return value no longer needs dupli... |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | mh_oauth_cred_fn(): Always freshly allocate result. |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | exmaildir(): Don't leak memory allocated by path(). |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | mime_type(): Don't leak memory allocated by get_file_in... |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Ralph Corderoy | lock_file.c: close(2) file descriptor on failure, avoid... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | mhfixmsg.c: Fix memory leak of temporary filename if... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | mhfixmsg.c: Fix memory leaks of boundary string on... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | rmf.c: free(3) return value from m_mailpath() calls. |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | path.c: Add comments declaring return values must be... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | path.c: Remove path()'s test for expath() returning... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | path.c: Re-format path() to make it more clear what... |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Ralph Corderoy | slocal.c: Alter trim() to return static array, not... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | Remove test for `\0' in `*s && isfoo(*s)' for ctype... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | find_cache(): Remove test that's always false. |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | readline(3) wrapper: Move free(3) of line to where... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | fmt_compile.c: Alter FINDCOMP(): the caller must supply... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | argsplit(): Incorrect type used in sizeof calculation... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Flip logic throughout, reducing nesting. |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Don't return filename from quote onwar... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | get_file_info(): Don't dereference out of scope char... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | Replace parallel MIME-preference arrays with struct... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | pidstatus(): Rewrite to print stopped and continued... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | pidstatus(): Delete commented-out code testing for... |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Ralph Corderoy | Replace printf("%s\n", foo) and similar with puts(foo). |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Flip if-conditions so returns move from... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | icalendar.l: Refer to base64.h relative to root of... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | test/getcanon.c: exit(3) with 0 or 1, not -1 or symboli... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | test/getfullname.c: Move return case first in if-else... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | Refer to #include files from the root of nmh's source. |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | icalparse.y: Remove else-block that returns by merging... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | seq_setprev.c: Flip if-condition so return moves from... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | folder_pack.c: Flip if-condition so return moves from... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | seq_setunseen.c: Flip if-condition so return moves... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | mhstoresbr.c: Flip if-condition so return moves from... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | read_switch_multiword.c: Flip if-condition so return... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Don't atoi("0") if zone is NULL. |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Fix parse-failure's error-message's dayligh... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | datetime.c: Replace some int with bool. |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | Only call fork(2) once, not up to five times on failure. |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Ralph Corderoy | content_error(): Add missing va_end(3). |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ken Hornstein | Send a QUIT instead of RSET at session end when doing... |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ken Hornstein | Add a -credentials argument when we call post. |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ralph Corderoy | popsbr.c: Remove impossible case from switch statement. |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ralph Corderoy | mhbuildsbr.c: Attempt fork(2) multiple times, as intended. |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ralph Corderoy | base64.c: Don't out-of-bounds printf("%s", &encoded... |
commit | commitdiff | tree | snapshot |
| 2017-09-08 |
Ralph Corderoy | content_error(): Don't strlen(invo_name) that might... |
commit | commitdiff | tree | snapshot |
| 2017-09-07 |
Ralph Corderoy | replsbr.c: In parent, free child's argv[] built before... |
commit | commitdiff | tree | snapshot |
| 2017-09-07 |
Ralph Corderoy | getpass.c: Don't fileno(NULL) when fopen("/dev/tty... |
commit | commitdiff | tree | snapshot |
| 2017-09-07 |
Ralph Corderoy | mhbuildsbr.c: Don't free(3) string then print it; do... |
commit | commitdiff | tree | snapshot |
| 2017-09-07 |
Ralph Corderoy | smtp.c: Use read-end of pipe, not random integer. |
commit | commitdiff | tree | snapshot |
| 2017-09-05 |
David Levine | Revised expected output with -prefer in test/mhlist... |
commit | commitdiff | tree | snapshot |
| 2017-09-05 |
Ralph Corderoy | man: Fix some of the font-changing macros' parameters. |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Paul Fox | Add -noprefer switch to mhshow, mhstore, and mhlist |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Paul Fox | Change the priority ordering for multiple -prefer switches |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | man: Use `.IR' for `foo(1)', not the few `.BR'. |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | man: Change the tautological `the foo(1) man page'... |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | oauth: Replace `if...return false; return true' with... |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | oauth.c: Remove unused assignments of function return... |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | Replace FALSE and TRUE with C99's false and true. |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Ralph Corderoy | print_intro(): Change parameter brief from int to bool. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | flist.c: Use bool instead of int for some of the flags. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | Replace boolean with bool everywhere. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | mh.h: Always define NMH_UNUSED as a cast to void. |
commit | commitdiff | tree | snapshot |
| 2017-09-03 |
Ralph Corderoy | mh.h: Move the gcc-4.3-conditional macro definitions. |
commit | commitdiff | tree | snapshot |
| next |