• Pieter Hintjens's avatar
    Added ZMQ_ZAP_DOMAIN socket option · 6725c464
    Pieter Hintjens authored
    * This is passed to the ZAP handler in the 'domain' field
    
    * If not set, or empty, then NULL security does not call the ZAP handler
    
    * This resolves the phantom ZAP request syndrome seen with sockets where
      security was never intended (e.g. in test cases)
    
    * This means if you install a ZAP handler, it will not get any requests
      for new connections until you take some explicit action, which can be
      setting a username/password for PLAIN, a key for CURVE, or the domain
      for NULL.
    6725c464
Name
Last commit
Last update
..
Makefile.am Loading commit data...
test_conflate.cpp Loading commit data...
test_connect_delay.cpp Loading commit data...
test_connect_resolve.cpp Loading commit data...
test_ctx_options.cpp Loading commit data...
test_disconnect_inproc.cpp Loading commit data...
test_fork.cpp Loading commit data...
test_hwm.cpp Loading commit data...
test_invalid_rep.cpp Loading commit data...
test_iov.cpp Loading commit data...
test_last_endpoint.cpp Loading commit data...
test_linger.cpp Loading commit data...
test_monitor.cpp Loading commit data...
test_msg_flags.cpp Loading commit data...
test_pair_inproc.cpp Loading commit data...
test_pair_ipc.cpp Loading commit data...
test_pair_tcp.cpp Loading commit data...
test_probe_router.cpp Loading commit data...
test_req_request_ids.cpp Loading commit data...
test_req_strict.cpp Loading commit data...
test_reqrep_device.cpp Loading commit data...
test_reqrep_inproc.cpp Loading commit data...
test_reqrep_ipc.cpp Loading commit data...
test_reqrep_tcp.cpp Loading commit data...
test_router_mandatory.cpp Loading commit data...
test_security_curve.cpp Loading commit data...
test_security_null.cpp Loading commit data...
test_security_plain.cpp Loading commit data...
test_shutdown_stress.cpp Loading commit data...
test_spec_dealer.cpp Loading commit data...
test_spec_pushpull.cpp Loading commit data...
test_spec_rep.cpp Loading commit data...
test_spec_req.cpp Loading commit data...
test_spec_router.cpp Loading commit data...
test_stream.cpp Loading commit data...
test_sub_forward.cpp Loading commit data...
test_system.cpp Loading commit data...
test_term_endpoint.cpp Loading commit data...
test_timeo.cpp Loading commit data...
testutil.hpp Loading commit data...