1. 10 Aug, 2018 1 commit
  2. 28 May, 2018 2 commits
  3. 27 May, 2018 1 commit
  4. 26 May, 2018 2 commits
  5. 22 May, 2018 1 commit
  6. 22 Mar, 2018 1 commit
  7. 02 Feb, 2018 1 commit
  8. 18 Sep, 2017 2 commits
  9. 20 Aug, 2017 1 commit
    • sigiesec's avatar
      Problem: no tests for client-side events for successful handshake and… · bd0675b9
      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
      bd0675b9
  10. 18 Aug, 2017 2 commits
  11. 17 Aug, 2017 2 commits
  12. 16 Aug, 2017 4 commits
  13. 15 Aug, 2017 1 commit
    • Simon Giesecke's avatar
      Problem: Possible buffer overruns related to metadata in various mechanisms (#2683) · 4a18f620
      Simon Giesecke authored
      * Problem: no test case with CURVE encryption and large identity
      
      Solution: added test case (currently crashing)
      
      * Problem: possible buffer overflow in mechanism_t::add_property
      
      Solution: add target buffer length parameter and check the buffer is sufficiently large
      
      * Problem: test cases accidentally excluded from build
      
      Solution: remove #if/#endif
      
      * Problem: possible buffer overruns related to metadata at various locations
      
      Solution: allocate buffer large enough for actual metadata, reduce code duplication
      
      * Problem: syntax error related to pointer type conversion
      
      Solution: change argument type of make_command_with_basic_properties to const char *
      
      * Problem: large metadata may cause an assertion in produce_initiate
      
      Solution: Allow metadata of arbitrary size in produce_initiate
      4a18f620
  14. 10 Aug, 2017 1 commit
  15. 04 Aug, 2017 1 commit
  16. 30 Mar, 2017 1 commit
  17. 29 Mar, 2017 2 commits
  18. 14 May, 2016 1 commit
  19. 21 Feb, 2016 1 commit
    • Osiris's avatar
      Problem: Several problems found by Coverity Static Analyzer · b3d5fa63
      Osiris authored
      Solution: The Coverity Static Code Analyzer was used on libzmq code and found
      many issues with uninitialized member variables, some redefinition of variables
      hidding previous instances of same variable name and a couple of functions
      where return values were not checked, even though all other occurrences were
      checked (e.g. init_size() return).
      b3d5fa63
  20. 18 Feb, 2016 1 commit
  21. 28 Jan, 2016 1 commit
  22. 02 Jun, 2015 1 commit
  23. 22 Jan, 2015 1 commit
  24. 14 May, 2014 2 commits
  25. 07 May, 2014 1 commit
    • Martin Hurton's avatar
      NULL: Implement ERROR handling · 934560b5
      Martin Hurton authored
      NULL mechanism sends ERROR command rather than READY command when ZAP
      handler rejects the ZAP request (status code != "200"). The body of
      ERROR command contains the status code as returned by ZAP handler.
      934560b5
  26. 06 May, 2014 1 commit
  27. 01 May, 2014 1 commit
  28. 29 Apr, 2014 1 commit
  29. 12 Jan, 2014 1 commit
  30. 02 Jan, 2014 1 commit