| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
blob | commitdiff | raw |
| 2016-10-19 |
Ralph Corderoy | Use LEN() on string constants instead of strlen(). |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
Ralph Corderoy | Replace strchr() condition with TrimSuffixC(). |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Use mh_xstrdup() instead of getcpy() for a string constant. |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Merge branch 'pop-tls' |
blob | commitdiff | raw | diff to current |
| 2016-09-11 |
Ken Hornstein | Remove the unused argument from mts_init() (as far... |
blob | commitdiff | raw | diff to current |
| 2016-06-26 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-05-02 |
David Levine | For slocal, changed default user, if -user switch isn... |
blob | commitdiff | raw | diff to current |
| 2014-09-06 |
David Levine | Check return values of system calls in uip/ and test... |
blob | commitdiff | raw | diff to current |
| 2014-04-10 |
Lyndon Nerenberg | Remove dead initialization of fp in main(). |
blob | commitdiff | raw | diff to current |
| 2014-04-10 |
David Levine | Merge remote-tracking branch 'origin/fix-locking' |
blob | commitdiff | raw | diff to current |
| 2014-04-06 |
David Levine | Instead of relying on errno to determine if locking... |
blob | commitdiff | raw | diff to current |
| 2014-02-03 |
David Levine | Restored setuid/setgid to slocal: it needs them when... |
blob | commitdiff | raw | diff to current |
| 2014-02-02 |
David Levine | Removed all unnecessary setuid/setgid calls. Using... |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-26 |
David Levine | Merge branch 'tmpfiles' |
blob | commitdiff | raw | diff to current |
| 2014-01-25 |
David Levine | Replaced nearly all unlink(3) calls with m_unlink(). |
blob | commitdiff | raw | diff to current |
| 2014-01-25 |
David Levine | Replaced boilerplate at beginning of each nmh program... |
blob | commitdiff | raw | diff to current |
| 2014-01-23 |
Ken Hornstein | Merge branch 'mhbuild-always' |
blob | commitdiff | raw | diff to current |
| 2014-01-22 |
David Levine | Always check that mktemp()/mktemp2() succeeds before... |
blob | commitdiff | raw | diff to current |
| 2014-01-20 |
Ken Hornstein | Remove the --disable-locale configure option and make... |
blob | commitdiff | raw | diff to current |
| 2013-12-13 |
David Levine | Squelch warning from cc on OpenBSD that fd argument... |
blob | commitdiff | raw | diff to current |
| 2013-12-11 |
David Levine | Removed a bunch of unreachable break statements found by |
blob | commitdiff | raw | diff to current |
| 2013-04-14 |
David Levine | Moved #include of signal.h to h/signals.h. And it... |
blob | commitdiff | raw | diff to current |
| 2013-03-24 |
David Levine | More replacements of mh_strcasecmp() with strcasecmp(). |
blob | commitdiff | raw | diff to current |
| 2013-03-21 |
Ken Hornstein | Merge branch 'newlock' |
blob | commitdiff | raw | diff to current |
| 2013-03-15 |
Ken Hornstein | Mostly complete now, but not yet functional. |
blob | commitdiff | raw | diff to current |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
blob | commitdiff | raw | diff to current |
| 2013-02-06 |
Ken Hornstein | FINALLY clean up our signed/unsigned character warning... |
blob | commitdiff | raw | diff to current |
| 2013-02-01 |
Lyndon Nerenberg | Merge branch 'master' into savannah |
blob | commitdiff | raw | diff to current |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
blob | commitdiff | raw | diff to current |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
blob | commitdiff | raw | diff to current |
| 2013-01-23 |
David Levine | Changed m_getfld() to automatically allocate a new... |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
Ken Hornstein | Merge branch 'master' into format-test |
blob | commitdiff | raw | diff to current |
| 2013-01-21 |
David Levine | Removed the static m_getfld() state instance and replaced |
blob | commitdiff | raw | diff to current |
| 2013-01-18 |
David Levine | Removed all traces of m_getfld() FLDEOF and BODYEOF... |
blob | commitdiff | raw | diff to current |
| 2013-01-10 |
Ken Hornstein | Convert all argument processing over to using X-Macros... |
blob | commitdiff | raw | diff to current |
| 2012-12-22 |
David Levine | Changed bufsz argument of m_getfld() to be in-out inste... |
blob | commitdiff | raw | diff to current |
| 2012-12-12 |
David Levine | Removed some dead code, all inside #if 0's. I tried... |
blob | commitdiff | raw | diff to current |
| 2012-11-23 |
David Levine | slocal used to support two different formats for three of |
blob | commitdiff | raw | diff to current |
| 2012-06-07 |
David Levine | Changed exit status of each nmh command's -version... |
blob | commitdiff | raw | diff to current |
| 2012-04-25 |
Ken Hornstein | Disable utmpx support for systems that lack getutxent. |
blob | commitdiff | raw | diff to current |
| 2012-04-12 |
David Levine | Undid wrapping of setjmp() and sigsetjmp() of |
blob | commitdiff | raw | diff to current |
| 2012-01-17 |
Ken Hornstein | Convert from utmp functions to utmpx functions (which... |
blob | commitdiff | raw | diff to current |
| 2012-01-17 |
David Levine | Wrapped setjmp(), sigsetjmp(), and vfork() calls to... |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-01-13 |
David Levine | Added NMH_UNUSED macro for suppressing warnings about... |
blob | commitdiff | raw | diff to current |
| 2012-01-12 |
David Levine | Removed, or added use of, unused macros to prevent... |
blob | commitdiff | raw | diff to current |
| 2012-01-11 |
David Levine | Added #include <grp.h>. It's needed on Linux, should... |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | Garbage collect autoconf support for checking for the... |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | We are making POSIX signal support a requirement; remov... |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | Switch from using RETSIGTYPE via autoconf to void,... |
blob | commitdiff | raw | diff to current |
| 2012-01-07 |
David Levine | Merge branch 'fileproc_mhlproc_to_post' |
blob | commitdiff | raw | diff to current |
| 2012-01-06 |
Ken Hornstein | Garbage-collect SLOCAL_MBOX (and make it the default). |
blob | commitdiff | raw | diff to current |
| 2012-01-06 |
Ken Hornstein | Garbage-collect RPATHS support. |
blob | commitdiff | raw | diff to current |
| 2012-01-04 |
Lyndon Nerenberg | Eliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs. |
blob | commitdiff | raw | diff to current |
| 2010-12-15 |
Scott Snyder | propagate and check return status of close() in slocal |
blob | commitdiff | raw | diff to current |
| 2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
blob | commitdiff | raw | diff to current |
| 2010-02-04 |
Earl Hood | * Bug #15213, #18635: The use of the insecure m_scratch... |
blob | commitdiff | raw | diff to current |
| 2008-04-11 |
Oliver Kiddle | move most remaining macros out of acconfig.h which... |
blob | commitdiff | raw | diff to current |
| 2008-04-05 |
Peter Maydell | Bug #20028 (Debian bug 399271): fix code assuming that... |
blob | commitdiff | raw | diff to current |
| 2007-11-04 |
Joel Reicher | Return type of (*done)() changed to void. default_done... |
blob | commitdiff | raw | diff to current |
| 2007-04-13 |
Joel Reicher | Change all chars being passed to the ctype macros ... |
blob | commitdiff | raw | diff to current |
| 2006-03-08 |
Josh Bressers | * (mh_strcasecmp): Rename the private strcasecmp functi... |
blob | commitdiff | raw | diff to current |
| 2006-01-16 |
Oliver Kiddle | remove remnants of code for MMDF |
blob | commitdiff | raw | diff to current |
| 2006-01-06 |
Josh Bressers | * patch #3968: Move the add() function from its own... |
blob | commitdiff | raw | diff to current |
| 2005-12-24 |
Peter Maydell | Rework detection and handling of ndbm: we now check... |
blob | commitdiff | raw | diff to current |
| 2005-12-15 |
Peter Maydell | Improve the checks for where to find ndbm (dbm_open... |
blob | commitdiff | raw | diff to current |
| 2005-11-08 |
Oliver Kiddle | Simon Burge: fix to handle getutent() on NetBSD |
blob | commitdiff | raw | diff to current |
| 2003-10-06 |
Glenn Burkhardt | db configuration fix for Debian; yet another location... |
blob | commitdiff | raw | diff to current |
| 2003-09-22 |
Glenn Burkhardt | status of action wasn't saved for use by 'N' result... |
blob | commitdiff | raw | diff to current |
| 2003-06-22 |
Glenn Burkhardt | allow gdbm/ndbm.h in addition to db1/ndbm.h; needs... |
blob | commitdiff | raw | diff to current |
| 2002-07-02 |
Ken Hornstein | Add/update copyright notice in all source code files. |
blob | commitdiff | raw | diff to current |
| 2000-12-14 |
Shantonu Sen | Resolve the circular dependency of libmh on libmts... |
blob | commitdiff | raw | diff to current |
| 2000-09-08 |
Shantonu Sen | Updated #include's to point to new location of mts... |
blob | commitdiff | raw | diff to current |
| 2000-05-29 |
Shantonu Sen | Updating user programs to use <h/tws> instead of <zotne... |
blob | commitdiff | raw | diff to current |
| 2000-05-28 |
Ruud de Rooij | * Added autoconf check for getutent(). |
blob | commitdiff | raw | diff to current |
| 2000-03-02 |
Dan Harkless | Changed the GECOS-field '&' translation behavior to... |
blob | commitdiff | raw | diff to current |
| 2000-02-29 |
Dan Harkless | Changed "echo > stamp-h.in" in Makefile.in to "date... |
blob | commitdiff | raw | diff to current |
| 2000-02-04 |
Dan Harkless | Whoever originally added the -help switch to all the... |
blob | commitdiff | raw | diff to current |
| 2000-01-25 |
Dan Harkless | The prototype I gave for initgroups() which was documen... |
blob | commitdiff | raw | diff to current |
| 2000-01-25 |
Dan Harkless | Put in prototype for initgroups() to get rid of "defaul... |
blob | commitdiff | raw | diff to current |
| 1999-09-12 |
Doug Morris | Lots of little code cleanups to prevent warnings -... |
blob | commitdiff | raw | diff to current |
| 1999-09-12 |
Doug Morris | fix for configure to find db1/ndbm.h in new linux systems |
blob | commitdiff | raw | diff to current |
| 1999-07-16 |
Dan Harkless | Eliminated compilation warnings. |
blob | commitdiff | raw | diff to current |
| 1999-04-30 |
Doug Morris | Initial revision |
blob | commitdiff | raw | diff to current |
|