- 06 Dec, 2013 3 commits
-
-
Brandon Carpenter authored
-
Pieter Hintjens authored
Fix failing test case in test_filter_ipc.
-
Brandon Carpenter authored
Add explicit check for primary group.
-
- 05 Dec, 2013 3 commits
-
-
Pieter Hintjens authored
use enum retired_fd instead of -1
-
Pieter Hintjens authored
Updated documentation for zmq_disconnect() and zmq_setsockopt().
-
Pieter Hintjens authored
Add IPC accept filter support
-
- 04 Dec, 2013 4 commits
-
-
KIU Shueng Chuan authored
using -1 causes a warning on Windows platform because SOCKET is unsigned.
-
Brandon Carpenter authored
Adds ZMQ_IPC_ACCEPT_FILTER_{PID,UID,GID} socket options to add processs, user, and group IDs to the IPC filter sets. Fixes LIBZMQ-568.
-
Brandon Carpenter authored
Adds sets of process (Linux only), user, and group IDs for filtering connections from peer processes over IPC transport. If all of the filter sets are empty, every connection is accepted. Otherwise, credentials for a connecting process are checked against the filter sets and the connection is only accepted if a match is found. This commit is part of LIBZMQ-568 and only adds the filter sets and implements the filter in the IPC accept method. The interface for adding IDs to filter sets are included in a separate commit. IPC accept filtering is supported only on Linux and OS X.
-
Shane Hubred authored
-
- 03 Dec, 2013 2 commits
-
-
Richard Newton authored
Code cleanup
-
Martin Hurton authored
-
- 01 Dec, 2013 3 commits
-
-
Pieter Hintjens authored
changing zmq_proxy_steerable to not use null terminated strings
-
Brian Knox authored
-
Pieter Hintjens authored
Fix issue #763
-
- 30 Nov, 2013 1 commit
-
-
Martin Hurton authored
-
- 28 Nov, 2013 2 commits
-
-
Pieter Hintjens authored
make win32 signaler support ephemeral ports
-
KIU Shueng Chuan authored
-
- 25 Nov, 2013 5 commits
-
-
Pieter Hintjens authored
Fix windows build for type of service.
-
Richard Newton authored
-
Pieter Hintjens authored
Add ability to set Differential Services Code Point socket option
-
Chris Laws authored
-
Chris Laws authored
-
- 24 Nov, 2013 1 commit
-
-
Pieter Hintjens authored
Move linger test to issue repo.
-
- 25 Nov, 2013 1 commit
-
-
Shannen Saez authored
See https://github.com/zeromq/issues/pull/7Signed-off-by: Shannen Saez <shannenlaptop@gmail.com>
-
- 24 Nov, 2013 2 commits
-
-
Richard Newton authored
Moved version macros to top for better visibility
-
Pieter Hintjens authored
-
- 19 Nov, 2013 3 commits
-
-
Richard Newton authored
Fixed test_many_sockets
-
Pieter Hintjens authored
-
Pieter Hintjens authored
* failed on systems where process could not allocate 1024 sockets by default * include path for platform.hpp was wrong; fixed it
-
- 15 Nov, 2013 2 commits
-
-
Pieter Hintjens authored
Fixed typo in documentation about zmq_proxy_steerable()
-
Mathias Hablützel authored
-
- 13 Nov, 2013 2 commits
-
-
Pieter Hintjens authored
Added links to RFCs for socket patterns
-
Pieter Hintjens authored
-
- 11 Nov, 2013 6 commits
-
-
Pieter Hintjens authored
remove all asserts during critical section for win32 make_fdpair codepath
-
Ian Barber authored
handle bind error in make_fdpair() win32 codepath
-
KIU Shueng Chuan authored
the size of the critical section is reduced by only entering the critical section right before the bind().
-
Ian Barber authored
Revert "Make FD_SETSIZE = ZMQ_MAX_SOCKETS_DFLT + 1 so there is room for ...
-
KIU Shueng Chuan authored
-
Richard Newton authored
-