better error handling
[mmh] / uip / slocal.c
2016-05-01 Philipp Takacsbetter error handling
2016-04-22 Philipp TakacsMerge branch 'm_getfld2-meillo' into master
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
2015-12-13 Philipp TakacsRevert "add free_field as standard for struct field"
2015-11-27 Philipp Takacsadd free_field as standard for struct field
2015-11-12 markus schnalkem_getfld2: ERR2 means a read error, thus name it IOERR2
2015-11-09 markus schnalkeConvert most of the tools from m_getfld() to m_getfld2()
2015-11-03 markus schnalkeRemove dead code: FLDEOF and BODYEOF are never set
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2015-03-07 Philipp Takacsremove declaration of child_id in slocal:usr_pipe
2015-02-22 Philipp Takacsremove longjmp in signalhandler of slocal
2015-01-16 Philipp TakacsReplace done with exit at uip
2014-09-25 markus schnalkesbr/trim.c: New helper function trim(). Strips whitespa...
2012-06-27 markus schnalkeslocal: Do not at all interact with the context or...
2012-06-04 markus schnalkeRemoved configure flag --disable-locale and have it...
2012-05-05 markus schnalkeRequire at least 2 chars for `no' variants of switches.
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
2012-03-28 markus schnalkeFixed programming mistakes, detected by cppcheck.
2012-03-27 markus schnalkeWe have only numeric timezone support (e.g. +0200)...
2012-03-27 markus schnalkeRemoved the undocumented `select' option of slocal...
2012-03-27 markus schnalkeWe are making POSIX signal support a requirement.
2012-03-27 markus schnalkeSwitch from using RETSIGTYPE via autoconf to void.
2012-03-26 markus schnalkeRemove RPATH code though. Discussions on nmh-workers...
2012-03-26 markus schnalkeThere's no need for killpg(). We can use kill() instead.
2012-03-24 markus schnalkeclosefds() doesn't seem relevant or large enough to...
2012-03-22 markus schnalkeRemove the rcvstoreproc/rcvpackproc vars.
2012-03-22 markus schnalkeslocal: Don't remove $PATH from env. Now execvp() searc...
2012-03-22 markus schnalkeslocal: must not read profile (indirectly through m_mkt...
2012-03-22 markus schnalkeslocal: use mhetcdir instead of NMHETCDIR.
2012-03-21 markus schnalkeRemoved support for UUCP bang path addresses.
2012-03-21 markus schnalkeMade the RPATHS config option the default and removed...
2012-03-21 markus schnalkeSlocal uses rcvpack now. Code beautification in slocal.
2012-03-21 markus schnalkeRenamed the mbx_* functions to mbox_*, because mbx...
2012-03-21 markus schnalkeIf rcvpack missed file argument, it prints to stdout...
2012-03-09 markus schnalkeMoved conflict, rcv*, slocal, spost from libdir to...
2012-02-08 markus schnalkeMerged h/mts.h into h/prototypes.h.
2012-02-04 markus schnalkeRemoved the suppress dups feature from slocal for simpl...
2012-02-04 markus schnalkeRemoved mts.conf; the maildelivery option went into...
2012-02-03 markus schnalkeRemoved unused parameter from mbx_copy().
2012-01-30 markus schnalkeRest of the MMDF-style mail drop support removal.
2012-01-28 markus schnalkeRemoved support for MMDF-style mail drops.
2012-01-05 markus schnalkeExplicit checks for return values of strcmp().
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
2012-01-02 markus schnalkeRenames: s/+outbox/+sent/ and s/cc:/Cc:/
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-05 markus schnalkeRenamed r1bindex() to mhbasename(), to make its functio...
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2010-12-15 Scott Snyderpropagate and check return status of close() in slocal
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2008-04-11 Oliver Kiddlemove most remaining macros out of acconfig.h which...
2008-04-05 Peter MaydellBug #20028 (Debian bug 399271): fix code assuming that...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-01-16 Oliver Kiddleremove remnants of code for MMDF
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2005-12-24 Peter MaydellRework detection and handling of ndbm: we now check...
2005-12-15 Peter MaydellImprove the checks for where to find ndbm (dbm_open...
2005-11-08 Oliver KiddleSimon Burge: fix to handle getutent() on NetBSD
2003-10-06 Glenn Burkhardtdb configuration fix for Debian; yet another location...
2003-09-22 Glenn Burkhardtstatus of action wasn't saved for use by 'N' result...
2003-06-22 Glenn Burkhardtallow gdbm/ndbm.h in addition to db1/ndbm.h; needs...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-05-28 Ruud de Rooij* Added autoconf check for getutent().
2000-03-02 Dan HarklessChanged the GECOS-field '&' translation behavior to...
2000-02-29 Dan HarklessChanged "echo > stamp-h.in" in Makefile.in to "date...
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
2000-01-25 Dan HarklessThe prototype I gave for initgroups() which was documen...
2000-01-25 Dan HarklessPut in prototype for initgroups() to get rid of "defaul...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-09-12 Doug Morrisfix for configure to find db1/ndbm.h in new linux systems
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision