mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
5bf96f64b0
- 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?
121 lines
2.2 KiB
Plaintext
121 lines
2.2 KiB
Plaintext
syntax: glob # for hg-git users
|
|
Makefile
|
|
Makefile.in
|
|
configure
|
|
libtool
|
|
config
|
|
config.status
|
|
config.log
|
|
aclocal.m4
|
|
autom4te.cache
|
|
*.o
|
|
*.gcno
|
|
*.ncb
|
|
*.lo
|
|
*.loT
|
|
*.la
|
|
*.html
|
|
*.pdf
|
|
*.ps
|
|
.*
|
|
*~
|
|
.*~
|
|
tools/curve_keygen.o
|
|
tools/curve_keygen
|
|
tests/test_resource
|
|
tests/test_ipc_wildcard
|
|
tests/test_stream_empty
|
|
tests/test_issue_566
|
|
tests/test_ctx_destroy
|
|
tests/test_term_endpoint
|
|
tests/test_system
|
|
tests/test_monitor
|
|
tests/test_last_endpoint
|
|
tests/test_pair_inproc
|
|
tests/test_pair_ipc
|
|
tests/test_pair_tcp
|
|
tests/test_reqrep_inproc
|
|
tests/test_reqrep_ipc
|
|
tests/test_reqrep_tcp
|
|
tests/test_shutdown_stress
|
|
tests/test_hwm
|
|
tests/test_timeo
|
|
tests/test_reqrep_device
|
|
tests/test_reqrep_drop
|
|
tests/test_sub_forward
|
|
tests/test_invalid_rep
|
|
tests/test_msg_flags
|
|
tests/test_ts_context
|
|
tests/test_connect_resolve
|
|
tests/test_immediate
|
|
tests/test_term_endpoint
|
|
tests/test_router_mandatory
|
|
tests/test_disconnect_inproc
|
|
tests/test_raw_sock
|
|
tests/test_disconnect_inproc
|
|
tests/test_ctx_options
|
|
tests/test_iov
|
|
tests/test_security
|
|
tests/test_security_curve
|
|
tests/test_probe_router
|
|
tests/test_stream
|
|
tests/test_spec_dealer
|
|
tests/test_spec_pushpull
|
|
tests/test_spec_rep
|
|
tests/test_spec_req
|
|
tests/test_spec_router
|
|
tests/test_req_correlate
|
|
tests/test_req_relaxed
|
|
tests/test_fork
|
|
tests/test_conflate
|
|
tests/test_inproc_connect
|
|
tests/test_linger
|
|
tests/test_security_null
|
|
tests/test_security_plain
|
|
tests/test_proxy
|
|
tests/test_abstract_ipc
|
|
tests/test_filter_ipc
|
|
tests/test_connect_delay_tipc
|
|
tests/test_pair_tipc
|
|
tests/test_reqrep_device_tipc
|
|
tests/test_reqrep_tipc
|
|
tests/test_router_handover
|
|
tests/test_router_mandatory_tipc
|
|
tests/test_shutdown_stress_tipc
|
|
tests/test_sub_forward_tipc
|
|
tests/test_term_endpoint_tipc
|
|
tests/test_many_sockets
|
|
tests/test_diffserv
|
|
tests/test*.log
|
|
tests/test*.trs
|
|
src/platform.hpp*
|
|
src/stamp-h1
|
|
perf/local_lat
|
|
perf/local_thr
|
|
perf/remote_lat
|
|
perf/remote_thr
|
|
perf/inproc_lat
|
|
perf/inproc_thr
|
|
doc/*.1
|
|
doc/*.3
|
|
doc/*.7
|
|
doc/*.html
|
|
doc/*.xml
|
|
src/libzmq.pc
|
|
bin/
|
|
lib/
|
|
obj/
|
|
builds/msvc/*.suo
|
|
builds/msvc/*.sdf
|
|
builds/msvc/*/*.user
|
|
builds/msvc/*/*Debug
|
|
builds/msvc/*/*Release
|
|
builds/redhat/zeromq.spec
|
|
foreign/openpgm/*
|
|
!foreign/openpgm/*.tar.bz2
|
|
!foreign/openpgm/*.tar.gz
|
|
!foreign/openpgm/Makefile.am
|
|
zeromq-*.tar.gz
|
|
zeromq-*.zip
|
|
core
|