| 2014-09-07 |
David Levine | On some platforms, -D_FORTIFY_SOURCE=2 warns about... |
tree | commitdiff |
| 2014-09-02 |
David Levine | Doubled size of buffers used by m_getfld(), scan, and... |
tree | commitdiff |
| 2014-08-29 |
David Levine | fmt_scan() no longer subtracts 1 from the width. This... |
tree | commitdiff |
| 2014-08-29 |
Ken Hornstein | Very very rough cut at trying to parse email addresses... |
tree | commitdiff |
| 2014-08-26 |
David Levine | Check return values of system calls in several sbr... |
tree | commitdiff |
| 2014-08-26 |
David Levine | Added size_t cast of another MB_CUR_MAX to silence... |
tree | commitdiff |
| 2014-08-25 |
David Levine | Added cast of MB_CUR_MAX to size_t to silence compiler... |
tree | commitdiff |
| 2014-08-25 |
David Levine | Dynamically allocate space for the output of fmt_scan... |
tree | commitdiff |
| 2014-08-24 |
David Levine | Added charstring "class". |
tree | commitdiff |
| 2014-08-04 |
David Levine | Removed second argument from m_Eom() in m_getfld.c... |
tree | commitdiff |
| 2014-08-04 |
David Levine | Here's a better fix to m_Eom() in m_getfld.c than commit |
tree | commitdiff |
| 2014-08-04 |
David Levine | Removed eom_action from m_getfld.c because it was only... |
tree | commitdiff |
| 2014-08-04 |
David Levine | Removed m_eomsbr() from m_getfld.c, and its scan_eom_ac... |
tree | commitdiff |
| 2014-06-17 |
David Levine | Check return value of setlocale(3) and admonish on... |
tree | commitdiff |
| 2014-06-17 |
Lyndon Nerenberg | Add missing variable initializations on fmt_scan(). |
tree | commitdiff |
| 2014-06-16 |
David Levine | Reordered #includes of sbr/terminal.c to allow compilat... |
tree | commitdiff |
| 2014-06-11 |
Ken Hornstein | Always default the username to the local username,... |
tree | commitdiff |
| 2014-05-30 |
David Levine | Clarified description in comments of context_find_by_ty... |
tree | commitdiff |
| 2014-05-26 |
David Levine | Added context_find_by_type(), helper function to search... |
tree | commitdiff |
| 2014-05-22 |
David Levine | On platforms with no MIMETYPEPROC, declare the content... |
tree | commitdiff |
| 2014-05-14 |
Paul Fox | add $(kibi) function, as complement to %(kilo) |
tree | commitdiff |
| 2014-05-14 |
Paul Fox | rename %(units) to %(kilo) |
tree | commitdiff |
| 2014-05-08 |
David Levine | Moved norm_charmap() declaration from h/prototypes... |
tree | commitdiff |
| 2014-05-07 |
Paul Fox | add "%(units)" function, to express numbers with SI... |
tree | commitdiff |
| 2014-05-05 |
David Levine | Fixed typo in comment in sbr/readconfig.c. |
tree | commitdiff |
| 2014-04-18 |
Ken Hornstein | Remove support for a "*" in alias files (which would... |
tree | commitdiff |
| 2014-04-18 |
Ken Hornstein | Remove msh(1). |
tree | commitdiff |
| 2014-04-16 |
David Levine | Reworked retrieval of username and password with SMTP... |
tree | commitdiff |
| 2014-04-10 |
David Levine | Merge remote-tracking branch 'origin/fix-locking' |
tree | commitdiff |
| 2014-04-09 |
Ken Hornstein | Merge branch 'mhshow-fixup' |
tree | commitdiff |
| 2014-04-09 |
Ken Hornstein | Now only display text and inline content by default. |
tree | commitdiff |
| 2014-04-09 |
David Levine | lkopen_dot() would block forever if another process... |
tree | commitdiff |
| 2014-04-06 |
David Levine | Instead of relying on errno to determine if locking... |
tree | commitdiff |
| 2014-04-06 |
David Levine | Don't ignore return value of lkfopendata(), most notably of |
tree | commitdiff |
| 2014-04-03 |
Ken Hornstein | Moving closer to fixing mhshow completely. Includes... |
tree | commitdiff |
| 2014-03-15 |
David Levine | Compare character with EOF using signed comparison... |
tree | commitdiff |
| 2014-03-07 |
David Levine | Fixed a few very minor issues that cppcheck noticed. |
tree | commitdiff |
| 2014-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
tree | commitdiff |
| 2014-03-03 |
Ken Hornstein | Convert unqp() to decode_qp(), and make it a public... |
tree | commitdiff |
| 2014-02-25 |
David Levine | Fixed m_getfld() to not return EOF indicator, so that... |
tree | commitdiff |
| 2014-02-24 |
Ken Hornstein | Fix up error reporting for the hook code. |
tree | commitdiff |
| 2014-02-22 |
Ken Hornstein | It compiles now! And actually sort of works, but still... |
tree | commitdiff |
| 2014-02-20 |
David Levine | Cast argument to isspace() to unsigned char instead... |
tree | commitdiff |
| 2014-02-12 |
Ken Hornstein | Move contains8bit() to a common file, and make it a... |
tree | commitdiff |
| 2014-02-09 |
David Levine | Removed potential buffer overflow from ruserpass()... |
tree | commitdiff |
| 2014-02-08 |
David Levine | Moved upcase(), update_attr(), content_charset(), and |
tree | commitdiff |
| 2014-02-04 |
Ken Hornstein | More fixes (and tests) for the base64 encoder. |
tree | commitdiff |
| 2014-02-04 |
Ken Hornstein | Fix encoder so at least one case of LF -> CR LF convers... |
tree | commitdiff |
| 2014-02-04 |
David Levine | Reordered a bit of code in signal handler. Noted in... |
tree | commitdiff |
| 2014-02-04 |
David Levine | Use rename(2), not link(2), in m_mktemps() if mkstemps... |
tree | commitdiff |
| 2014-02-02 |
David Levine | Removed some unused code that forked /bin/mkdir to... |
tree | commitdiff |
| 2014-02-02 |
David Levine | Removed all unnecessary setuid/setgid calls. Using... |
tree | commitdiff |
| 2014-02-02 |
David Levine | Added m_mktemps(), which creates a temporary file with... |
tree | commitdiff |
| 2014-02-01 |
Ken Hornstein | Merge branch 'base64-text-fixup' |
tree | commitdiff |
| 2014-01-31 |
Ken Hornstein | Fix base64 to handle text parts properly; currently... |
tree | commitdiff |
| 2014-01-26 |
David Levine | No longer look at TMP environment variable for temporar... |
tree | commitdiff |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
tree | commitdiff |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
tree | commitdiff |
| 2014-01-25 |
David Levine | Added unregister_for_removal(0) calls to the couple... |
tree | commitdiff |
| 2014-01-25 |
David Levine | Replaced nearly all unlink(3) calls with m_unlink(). |
tree | commitdiff |
| 2014-01-25 |
David Levine | Replaced boilerplate at beginning of each nmh program... |
tree | commitdiff |
| 2014-01-25 |
David Levine | Replaced use of mkstemp() with m_mktemp() in lock_file.c. |
tree | commitdiff |
| 2014-01-24 |
Ken Hornstein | Move uip/attach.c to sbr/mime_type.c; it was used by... |
tree | commitdiff |
| 2014-01-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
tree | commitdiff |
| 2014-01-22 |
David Levine | Added svector_find() function. |
tree | commitdiff |
| 2014-01-22 |
David Levine | Expose get_temp_dir(). |
tree | commitdiff |
| 2014-01-20 |
Ken Hornstein | Completely deprecate support for MM_CHARSET. |
tree | commitdiff |
| 2014-01-20 |
Ken Hornstein | Remove the --disable-locale configure option and make... |
tree | commitdiff |
| 2014-01-19 |
Ken Hornstein | Change error message so "Unknown error 0" doesn't get... |
tree | commitdiff |
| 2014-01-18 |
Ken Hornstein | Explictly return the exit code, so we can portably... |
tree | commitdiff |
| 2014-01-14 |
David Levine | In cpstripped(), check for negative return value from... |
tree | commitdiff |
| 2014-01-07 |
Ken Hornstein | Prevent message status allocation code from overflowing... |
tree | commitdiff |
| 2014-01-05 |
Ken Hornstein | Whoops, I'm supposed to NUL-terminate the string, not... |
tree | commitdiff |
| 2014-01-04 |
Ken Hornstein | Support for sending color escape sequences retrieved... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Add support for %(hascolor), and a new function for... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Garbage collect some Autoconf cruft that has been aroun... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Also make sure outc() uses TPUTS_PUTC_ARG. |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Create an autoconf test to determine the argument of... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Sigh. Fix up missing conversion from clear->ti_clear. |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | I guess we can't include both termcap and terminfo... |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | include curses.h so this (hopefully) now works on Solaris. |
tree | commitdiff |
| 2014-01-03 |
Ken Hornstein | Convert all of the terminal functions over to terminfo... |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Garbage collect unused code. |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Remove baudrate-handing code. |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Always emit an STR instruction for terminal escape... |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Fix problem with %(putlit) and %(zputlit) causing a... |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Drop support for different behavior on hardcopy termina... |
tree | commitdiff |
| 2014-01-02 |
Ken Hornstein | Move the termsbr code into the libmh library, where... |
tree | commitdiff |
| 2014-01-01 |
David Levine | Give up on fmt_compile.c for now. |
tree | commitdiff |
| 2014-01-01 |
David Levine | That didn't work. Try including termcap.h first, inste... |
tree | commitdiff |
| 2014-01-01 |
David Levine | Try including termcap.h before curses.h to see if that... |
tree | commitdiff |
| 2013-12-31 |
Ken Hornstein | It looks like some systems also need curses.h as well... |
tree | commitdiff |
| 2013-12-31 |
Ken Hornstein | Add support for outputing a few (limited) terminal... |
tree | commitdiff |
| 2013-12-31 |
Ken Hornstein | Make sure that branching instructions are traced even... |
tree | commitdiff |
| 2013-12-14 |
Pascal Stumpf | rand()/srand() are not cryptographically secure PRNGs... |
tree | commitdiff |
| 2013-12-05 |
Ken Hornstein | Garbage collect "normalize". |
tree | commitdiff |
| 2013-12-05 |
David Levine | Fixed m_getfld() bug introduced in commit |
tree | commitdiff |
| 2013-12-04 |
Ken Hornstein | Fix another warning. |
tree | commitdiff |
| 2013-12-04 |
Ken Hornstein | Fix a few warnings. |
tree | commitdiff |
| 2013-12-04 |
Ken Hornstein | Fix cut & paste mistake. |
tree | commitdiff |
| next |