Changes in this set of patches rework the tcp/ip code used to provide communication access to the RPCs used by TrouSerS. As a consequence, TrouSerS now have better support to IPv6.
* new feature: if a client program doesn't specify hostname information when creating the context, it's possible to override the default hostname by using the TSS_TCSD_HOSTNAME environment variable. Richard Maciel (4): Add functions to fetch hostname and port info to clients New socket creation code to RPC calls New code to retrieve hostname to object contexts Fix access control function src/include/Makefile.am | 2 +- src/include/rpc_tcstp_tsp.h | 4 +- src/include/tsp_tcsi_param.h | 19 +++++ src/tcs/rpc/tcstp/rpc.c | 49 ++++++------- src/tspi/Makefile.am | 3 +- src/tspi/obj_context.c | 13 ++-- src/tspi/rpc/tcstp/rpc.c | 102 ++++++++++++++------------- src/tspi/tsp_tcsi_param.c | 161 +++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 272 insertions(+), 81 deletions(-) create mode 100644 src/include/tsp_tcsi_param.h create mode 100644 src/tspi/tsp_tcsi_param.c -- 1.8.1.4 ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ TrouSerS-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-tech
