- 12 Jan, 2014 3 commits
-
-
Martin Hurton authored
The get_credential () member function returns credential for the last peer we received message for. The idea is that this function is used to implement user-level API.
-
Alessandro Ghedini authored
Fixes #811
-
Alessandro Ghedini authored
-
- 08 Jan, 2014 3 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
- 07 Jan, 2014 1 commit
-
-
Stefan Radomski authored
Also moved the fd field from message content to message itself
-
- 06 Jan, 2014 3 commits
-
-
Martin Hurton authored
-
Stefan Radomski authored
-
Stefan Radomski authored
This patch allows client applications to retrieve the remote endpoint from a message that originated from a tcp socket
-
- 02 Jan, 2014 3 commits
-
-
AJ Lewis authored
This reverts commit f27eb67e, reversing changes made to a3ae0d4c. https://zeromq.jira.com/browse/LIBZMQ-576 Conflicts: src/stream_engine.cpp Conflicts were around additional defaults to the constructor after the 'terminating' default. The additional defaults were left alone, and the 'terminating' default was removed.
-
Pieter Hintjens authored
-
Pieter Hintjens authored
- corporate copyright statements sit in AUTHORS file
-
- 01 Jan, 2014 3 commits
-
-
Pieter Hintjens authored
- This seems redundant; is there a use case for NOT providing the IPC credentials to the ZAP authenticator? - More, why is IPC authentication done via libzmq instead of ZAP? Is it because we're missing the transport type on the ZAP request?
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Minor layout fix Whitespace fix
-
- 24 Dec, 2013 1 commit
-
-
Wouter Overmeire authored
-
- 22 Dec, 2013 1 commit
-
-
Alex Grönholm authored
-
- 20 Dec, 2013 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 19 Dec, 2013 1 commit
-
-
Pieter Hintjens authored
-
- 15 Dec, 2013 1 commit
-
-
Trevor Bernard authored
-
- 11 Dec, 2013 1 commit
-
-
KIU Shueng Chuan authored
-
- 06 Dec, 2013 3 commits
-
-
Brandon Carpenter authored
Another take on LIBZMQ-568 to allow filtering IPC connections, this time using ZAP. This change is backward compatible. If the ZMQ_ZAP_IPC_CREDS option is set, the user, group, and process IDs of the peer process are appended to the address (separated by colons) of a ZAP request; otherwise, nothing changes. See LIBZMQ-568 and zmq_setsockopt documentation for more information.
-
Brandon Carpenter authored
-
Brandon Carpenter authored
Add explicit check for primary group.
-
- 04 Dec, 2013 3 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.
-
- 03 Dec, 2013 1 commit
-
-
Martin Hurton authored
-
- 01 Dec, 2013 1 commit
-
-
Brian Knox authored
-
- 30 Nov, 2013 1 commit
-
-
Martin Hurton authored
-
- 28 Nov, 2013 1 commit
-
-
KIU Shueng Chuan authored
-
- 25 Nov, 2013 2 commits
-
-
Richard Newton authored
-
Chris Laws authored
-
- 11 Nov, 2013 3 commits
-
-
KIU Shueng Chuan authored
the size of the critical section is reduced by only entering the critical section right before the bind().
-
KIU Shueng Chuan authored
-
psl-felipefarinon authored
-
- 10 Nov, 2013 2 commits
-
-
Matt Connolly authored
Update signaler make_fdpair to set file descriptors to -1 when too many files are open using socketpair.
-
Bruno D. Rodrigues authored
Fix socket creation above sistem limits for all 'other' OS not covered by eventfd, windows or vms; enhanced test to create sockets up to a bigger limit to really test hitting the OS limit
-