[SECNET PATCH 00/12] Obvious fixes from Mark's xdh series

Ian Jackson ijackson at chiark.greenend.org.uk
Sat May 18 01:21:45 BST 2019


In 2017 I wrote:

  Thanks very much for your work.  I've reviewed
  origin/master..mdw/mdw/xdh (see full list below).
  (TBH much of the time I just looked at the commit messges.)

  Most of it I am entirely happy with.  For the parts I had
  queries/comments/whatever I have sent emails with review comments.

  In the interests of getting some of your series out of your tree and
  into mine, feel free to make a pre- series that contains only fixes

See
https://www.chiark.greenend.org.uk/pipermail/sgo-software-discuss/2017/000486.html

I looked at this branch and decided to take at least these 12 commits,
which cherry picked cleanly onto my current master.  Barring
objections I will include them in a forthcoming release.

Mark Wooding (12):
  util.c: Don't byte-swap IPv4 addresses, even if we don't have IPv6.
  .dir-locals.el: Settings for Python code.
  README.make-secnet-sites: Provide some documentation for this tool.
  secnet.8: Fix wrong information.
  make-secnet-sites: Remove duplicate `address' entry in sitelevel.
  make-secnet-sites: Don't allow setting new VPN-level props when
    restricted.
  NOTES: Describe the current allocation of capability bits.
  rsa.c transform-cbcmac.c: Fix configuration error messages.
  site.c: Make sure there's enough buffer space for the signature
    terminator.
  site.c: Don't overwrite `st->sharedsecret' if it's null.
  README: Note that I've hacked on the code.
  site.c: Cope with failure of transform `setkey' method.

 .dir-locals.el           |   5 +-
 NOTES                    |  13 ++-
 README                   |   2 +-
 README.make-secnet-sites | 234 +++++++++++++++++++++++++++++++++++++++++++++++
 make-secnet-sites        |  12 ++-
 rsa.c                    |   2 +-
 secnet.8                 |   1 -
 site.c                   |  26 ++++--
 transform-cbcmac.c       |   2 +-
 util.c                   |   2 +-
 10 files changed, 279 insertions(+), 20 deletions(-)
 create mode 100644 README.make-secnet-sites

-- 
2.11.0




More information about the sgo-software-discuss mailing list