[smtpd/qpsmtpd] 86a1b3: Fix error checking for socket connections

[email protected] (GitHub) Tue, 30 Dec 2014 06:56:23 -0800
Newsgroups perl.qpsmtpd.dev
Message-ID <54a2bd173cb8d_2ffb3fa95fe192c0152c5@hookshot-fe2-cp1-prd.iad.github.net.mail>
----==_mimepart_54a2bd173c779_2ffb3fa95fe192c0151a6
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

  Branch: refs/heads/master
  Home:   https://github.com/smtpd/qpsmtpd
  Commit: 86a1b312dc83fbc077bedf070c42b2669fda37f0
      https://github.com/smtpd/qpsmtpd/commit/86a1b312dc83fbc077bedf070c42b2669fda37f0
  Author: Jonathan Hall <[email protected]>
  Date:   2014-12-30 (Tue, 30 Dec 2014)

  Changed paths:
    M plugins/ident/p0f

  Log Message:
  -----------
  Fix error checking for socket connections

- IO::Socket::UNIX->new should never die, therefore...
- $@ is always undef when the eval exits, so...
- use $! instead


  Commit: 5ff0bfb27f7141a97d3feeff0ddceba2f7f16c1c
      https://github.com/smtpd/qpsmtpd/commit/5ff0bfb27f7141a97d3feeff0ddceba2f7f16c1c
  Author: Jonathan Hall <[email protected]>
  Date:   2014-12-30 (Tue, 30 Dec 2014)

  Changed paths:
    M plugins/ident/p0f

  Log Message:
  -----------
  Improve error messages

- Add "p0f" to error output to aide in debugging
- Remove some no-ops which called only '... if $@', in a context
  where $@ would never be set, or never be meaningful.


  Commit: 562fa951d076e216e5d7e16839404fb1e52f3088
      https://github.com/smtpd/qpsmtpd/commit/562fa951d076e216e5d7e16839404fb1e52f3088
  Author: Jared Johnson <[email protected]>
  Date:   2014-12-30 (Tue, 30 Dec 2014)

  Changed paths:
    M plugins/ident/p0f

  Log Message:
  -----------
  Merge pull request #175 from flimzy/p0f-errors

Improve error handling in p0f plugin


Compare: https://github.com/smtpd/qpsmtpd/compare/f8d66348f649...562fa951d076
----==_mimepart_54a2bd173c779_2ffb3fa95fe192c0151a6--