- 27 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: apply naming style
-
- 14 May, 2018 1 commit
-
-
Simon Giesecke authored
Solution: explicitly compare function pointer against NULL
-
- 22 Mar, 2018 1 commit
-
-
Luca Boccassi authored
Solution: override unused parameter for NULL wrapper
-
- 02 Feb, 2018 1 commit
-
-
sigiesec authored
Solution: applied clang-format
-
- 16 Nov, 2017 1 commit
-
-
Luca Boccassi authored
Solution: set 0 linger on the sockets immediately after creating them rather than immediately before closing them. Running through helgrind/drd highlights a few race conditions, one of which is the setting of linger vs checking it when closing the socket. Work around it by setting it immediately to fix the test hangs.
-
- 09 Oct, 2017 1 commit
-
-
Luca Boccassi authored
Solution: add ZMQ_ZAP_ENFORCE_DOMAIN to hide backward incompatible change and make it disabled by default. In a future release that breaks API compatibility we can then switch the default to enabled in order to achieve full RFC compatibility. Fixes #2762
-
- 19 Sep, 2017 3 commits
- 18 Sep, 2017 4 commits
-
-
sigiesec authored
Solution: added tests
-
sigiesec authored
Solution: added test & some improvements of test utils
-
sigiesec authored
Solution: emit events as expected by tests, and refuse connections when ZAP is required but no handler started Addresses #2711 partially
-
sigiesec authored
Solution: added test case for NULL/PLAIN/CURVE
-
- 07 Sep, 2017 1 commit
-
-
Doron Somech authored
-
- 06 Sep, 2017 1 commit
-
-
sigiesec authored
Solution: replace by "routing id"
-
- 21 Aug, 2017 1 commit
-
-
Simon Giesecke authored
Solution: add diagnostic output
-
- 20 Aug, 2017 2 commits
-
-
Simon Giesecke authored
Problem: test_zap_unsuccessful_status_500 and test_curve_security_with_bogus_client_credentials sometimes fail, particulary on slow/valgrind runs Solutio: relax test assertion
-
sigiesec authored
Problem: no tests for client-side events for successful handshake and authentication failure in handshake Solution: added tests for CURVE, add emitting of client-side event in curve_client_t; add ZAP code 300/500 tests for all mechanisms; suppress sending an error message for ZAP code 300
-
- 19 Aug, 2017 1 commit
-
-
Luca Boccassi authored
Solution: use LIBZMQ_UNUSED where necessary
-
- 18 Aug, 2017 1 commit
-
-
sigiesec authored
Solution: redesign ZMQ_HANDSHAKE_FAILED_* events, introduce new class of ZMQ_HANDSHAKE_FAILED_AUTH events
-
- 17 Aug, 2017 3 commits