1. 27 Jan, 2020 1 commit
  2. 02 Feb, 2018 1 commit
  3. 19 Aug, 2017 2 commits
  4. 18 Aug, 2017 1 commit
  5. 16 Aug, 2017 1 commit
  6. 24 Apr, 2017 1 commit
    • Jim Garlick's avatar
      gssapi: move new options to DRAFT section · 9fbf2e2e
      Jim Garlick authored
      Problem: The new GSSAPI NAMESPACE options should have been
      added to the DRAFT section of the API so they can be changed
      until stabilized.
      
      Solution:
      - Move defines to the DRAFT section of zmq.h
      - Duplicate them in zmq_draft.h, as is the local custom
      - Compile only if defined (ZMQ_BUILD_DRAFT_API)
      - Refactor internals slightly to avoid #ifdef hell
      9fbf2e2e
  7. 21 Apr, 2017 1 commit
    • Jim Garlick's avatar
      gssapi: add NAMETYPE socket options · 0b185e82
      Jim Garlick authored
      Problem: principals are looked up unconditionally
      with the GSS_C_NT_HOSTBASED_SERVICE name type.
      
      Solution: Add two new socket options to set the name type
      for ZMQ_GSSAPI_PRINCIPAL and ZMQ_GSSAPI_SERVICE_PRINCIPAL:
      
      ZMQ_GSSAPI_PRINCIPAL_NAMETYPE
      ZMQ_GSSAPI_SERVICE_PRINCIPAL_NAMETYPE
      
      They take an integer argument which must be one of
      ZMQ_GSSAPI_NT_HOSTBASED (0) - default
      ZMQ_GSSAPI_NT_USER_NAME (1)
      ZMQ_GSSAPI_NT_KRB5_PRINCIPAL (2)
      
      These correspond to GSSAPI name types of:
      GSS_C_NT_HOSTBASED_SERVICE
      GSS_C_NT_USER_NAME
      GSS_KRB5_NT_PRINCIPAL_NAME
      
      Fixes #2542
      0b185e82
  8. 14 May, 2016 1 commit
  9. 04 Mar, 2016 1 commit
    • OBATA Akio's avatar
      Problem: Fix build with Heimdal krb5 · 09e868b7
      OBATA Akio authored
      Solution:
      * Check gssapi/gssapi_generic.h header file, it is not in Heimdal.
      * Check libgssapi too, libgssapi_krb5 is not separated in Heimdal.
      09e868b7
  10. 28 Jan, 2016 1 commit
  11. 03 Sep, 2015 1 commit
  12. 02 Jun, 2015 1 commit
  13. 22 Jan, 2015 1 commit
  14. 05 May, 2014 1 commit
  15. 25 Apr, 2014 1 commit
  16. 24 Apr, 2014 12 commits
  17. 02 Jan, 2014 1 commit
  18. 29 Jun, 2013 2 commits
  19. 12 Mar, 2013 1 commit
    • Pieter Hintjens's avatar
      Removed corporate advertisements from source file headers · f0f16505
      Pieter Hintjens authored
      Copyrights had become ads for Sustrik's corporate sponsors, going against the original
      agreement to share copyrights with the community (that agreement was: one line stating
      iMatix copyright + one reference to AUTHORS file). The proliferation of corporate ads
      is also unfair to the many individual authors. I've removed ALL corporate title from
      the source files so the copyright statements can now be centralized in AUTHORS and
      source files can be properly updated on an annual basis.
      f0f16505
  20. 09 Nov, 2012 1 commit
  21. 20 Mar, 2012 1 commit
    • Pieter Hintjens's avatar
      Fixed issues #337, #341, and #340 · 6e71a54b
      Pieter Hintjens authored
      * Implemented new ctx API (_new, _destroy, _get, _set)
      * Removed 'typesafe' macros from zmq.h
      * Added support for MAX_SOCKETS (was tied into change for #337)
      * Created new man pages
      6e71a54b
  22. 16 Feb, 2012 1 commit
  23. 09 Nov, 2011 1 commit
  24. 01 Nov, 2011 1 commit
  25. 31 Oct, 2011 1 commit
  26. 15 Sep, 2011 1 commit
  27. 30 May, 2011 1 commit