nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, tmpfiles, updat


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, tmpfiles, updated. 1.5-branchpoint-1030-gb56c88e
Date: Sat, 25 Jan 2014 15:19:21 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, tmpfiles has been updated
       via  b56c88e2847c582f9b18ae5bbda44f033cd49c42 (commit)
       via  fb19d1fe7b522a05366f513387fef4456c336de8 (commit)
      from  351a74de3e5d3cd2048d2ec4444b090c6b7e00ac (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b56c88e2847c582f9b18ae5bbda44f033cd49c42
Author: David Levine <address@hidden>
Date:   Sat Jan 25 09:15:05 2014 -0600

    Replaced boilerplate at beginning of each nmh program with new
    nmh_init() function.  It sets up an atexit() function and signal
    handlers so that all temporary files are removed when the program
    terminates, however that happens.  It relies on a call in m_mktemp()
    to register each temporary file for removal.  See new "nmh temporary
    files" section in README.developers and comments in m_mktemp.c.

commit fb19d1fe7b522a05366f513387fef4456c336de8
Author: David Levine <address@hidden>
Date:   Fri Jan 24 21:10:03 2014 -0600

    Removed 3 renames of temporary files in mhparse.c.  They added
    unnecessary filename extensions to the temp files.  They weren't good
    from a security standpoint and added a failure mode.

-----------------------------------------------------------------------

Summary of changes:
 docs/README.developers |   24 +++++++++
 h/prototypes.h         |    7 +++
 sbr/m_mktemp.c         |  131 ++++++++++++++++++++++++++++++++++++++++++++++++
 sbr/signals.c          |   30 +++++++++++
 sbr/utils.c            |   37 ++++++++++++++
 uip/ali.c              |    8 +---
 uip/anno.c             |    8 +---
 uip/ap.c               |    8 +---
 uip/burst.c            |    8 +---
 uip/comp.c             |    8 +---
 uip/conflict.c         |    9 +---
 uip/dist.c             |    8 +---
 uip/dp.c               |    8 +---
 uip/flist.c            |    8 +---
 uip/fmtdump.c          |    8 +---
 uip/fmttest.c          |    8 +---
 uip/folder.c           |    8 +---
 uip/forw.c             |    9 +---
 uip/inc.c              |    8 +---
 uip/install-mh.c       |    6 +--
 uip/mark.c             |    8 +---
 uip/mhbuild.c          |   10 +---
 uip/mhfixmsg.c         |   10 +---
 uip/mhl.c              |    5 +-
 uip/mhlist.c           |   10 +---
 uip/mhlsbr.c           |    5 --
 uip/mhn.c              |   10 +---
 uip/mhparam.c          |    5 +--
 uip/mhparse.c          |   36 +------------
 uip/mhpath.c           |    8 +---
 uip/mhshow.c           |   10 +---
 uip/mhstore.c          |   10 +---
 uip/mhtest.c           |   10 +---
 uip/msgchk.c           |    8 +---
 uip/msh.c              |    8 +---
 uip/new.c              |    8 +---
 uip/packf.c            |   10 +---
 uip/pick.c             |   10 +---
 uip/post.c             |    9 +---
 uip/prompter.c         |    8 +---
 uip/rcvdist.c          |   10 +---
 uip/rcvpack.c          |    8 +---
 uip/rcvstore.c         |   10 +---
 uip/rcvtty.c           |    7 +--
 uip/refile.c           |    8 +---
 uip/repl.c             |    8 +---
 uip/rmf.c              |    8 +---
 uip/rmm.c              |    8 +---
 uip/scan.c             |    8 +---
 uip/send.c             |    8 +---
 uip/show.c             |    8 +---
 uip/slocal.c           |    9 +---
 uip/sortm.c            |    8 +---
 uip/viamail.c          |    9 +---
 uip/whatnow.c          |    5 +-
 uip/whatnowsbr.c       |    5 --
 uip/whom.c             |    8 +---
 57 files changed, 295 insertions(+), 387 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]