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