1. 16 Sep, 2013 2 commits
  2. 15 Sep, 2013 10 commits
  3. 14 Sep, 2013 1 commit
  4. 13 Sep, 2013 2 commits
  5. 12 Sep, 2013 18 commits
  6. 11 Sep, 2013 2 commits
  7. 10 Sep, 2013 3 commits
  8. 09 Sep, 2013 2 commits
    • Martin Hurton's avatar
      Merge pull request #649 from hintjens/master · 25c89cac
      Martin Hurton authored
      Fixed minor error in NULL mechanism (spec was wrong)
      25c89cac
    • 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