trust_router.git
2018-04-30 Jennifer RichardsFix JSON reference counting errors
2018-04-26 Jennifer RichardsCorrectly display RP realms in the 'show communities...
2018-04-24 Jennifer RichardsAdd missing %.*s so debug message includes GSS name
2018-04-21 Jennifer RichardsBump versions to 3.4.0~1 (did not update ABI version...
2018-04-21 Jennifer RichardsMerge remote-tracking branch 'origin/v3.3.0' into jenni...
2018-04-21 Jennifer RichardsFix lines that were swapped accidentally v3.3.0
2018-04-20 Jennifer RichardsCheck in changes that were accidentally omitted
2018-04-20 Jennifer RichardsClean up monitoring format/naming
2018-04-20 Jennifer RichardsRename acceptor_realm/name to _hostname/service, add...
2018-04-20 Jennifer RichardsRead GSS credentials for monitoring service
2018-04-20 Jennifer RichardsBump version number (but not shared library version...
2018-04-20 Jennifer RichardsBump version number (but not shared library version...
2018-04-20 Jennifer RichardsBreak tr_config.c into smaller chunks
2018-04-20 Jennifer RichardsSupport 'show serial' monitoring request
2018-04-20 Jennifer RichardsFix CoI to APC mapping
2018-04-20 Jennifer RichardsUpdate tids->hostname after configuration reload
2018-04-19 Jennifer RichardsAdd encoders for tr_filters, include in peer and rp_cli...
2018-04-19 Jennifer RichardsAdd support for "show rp_clients" monitoring request
2018-04-19 Jennifer RichardsSeparate tr_rp and tr_rp_client into separate modules
2018-04-19 Jennifer RichardsAdd support for "show realms" monitoring request
2018-04-19 Jennifer RichardsImprove structure of realm listings in 'show communitie...
2018-04-19 Jennifer RichardsAdd support for show communities monitoring request
2018-04-19 Jennifer RichardsAdd support for show peers monitoring request
2018-04-19 Jennifer RichardsRefactor trp_route_encoders for better style
2018-04-19 Jennifer RichardsSplit trp_ptable into trp_ptable, trp_peer, and _encode...
2018-04-19 Jennifer RichardsSupport "show routes" monitoring request
2018-04-19 Jennifer RichardsSeparate trp_route and trp_rtable, move timespec_to_str...
2018-04-19 Jennifer RichardsMake trmon into a usable command-line interface
2018-04-19 Jennifer RichardsPeriodically call tids_sweep_procs() during trust route...
2018-04-19 Jennifer RichardsAdd better error checking for waitpid in tids_sweep_procs
2018-04-19 Jennifer RichardsUse pipe instead of exit status to determine whether...
2018-04-18 Jennifer RichardsTrack and clean up monitoring processes by pid, fix...
2018-04-18 Jennifer RichardsTrack TID processes and add TID req counts for success...
2018-04-18 Jennifer RichardsAdd TID_REQ_COUNT handler
2018-04-18 Jennifer RichardsCollect return codes from monitoring handlers and indic...
2018-04-18 Jennifer RichardsGet rid of CLion warnings about undefined PACKAGE_...
2018-04-18 Jennifer RichardsReplace static monitor handler tables with dynamic...
2018-04-17 Jennifer RichardsFirst functional monitoring server - can return the...
2018-04-17 Jennifer RichardsFirst steps toward actually handling monitoring requests
2018-04-17 Jennifer RichardsUse TR_MSG instead of encoded strings in GSS request...
2018-04-17 Jennifer RichardsClean up TR_MSG, hopefully getting talloc context handl...
2018-04-16 Jennifer RichardsFix makefile, full make now succeeds
2018-04-16 Jennifer RichardsRefactor tidc/monc to better share code
2018-04-16 Jennifer RichardsMake better use of talloc for TR_MSG handling
2018-04-16 Jennifer RichardsEnclose macro arguments in parentheses
2018-04-13 Jennifer RichardsFirst pass at a trmon command-line interface; fix a...
2018-04-13 Jennifer RichardsFurther work on tids and monitoring, tids appears to...
2018-04-13 Jennifer RichardsParse monitoring port from internal configuration
2018-04-13 Jennifer RichardsRefactor to eliminate repeated code in tr_cfg_parse_int...
2018-04-13 Jennifer RichardsMove internal config parser to a separate file
2018-04-13 Jennifer RichardsAdd stub of handler for monitoring requests
2018-04-13 Jennifer RichardsRemove several unused parameters and clean up some...
2018-04-13 Jennifer RichardsFurther cleanup of tr_gss and usage for tids handling
2018-04-12 Jennifer RichardsFix accidentally changed variable name in function...
2018-04-12 Jennifer RichardsCheckpoint commit: refactoring the request code in...
2018-04-12 Jennifer RichardsRename tr_gss.[ch] to tr_gss_names.[ch]
2018-04-11 Jennifer RichardsFactor out identical tids_listen/trps_listen functions...
2018-04-11 Jennifer RichardsChange tr_mon_ prefix to mon_, no functional changes
2018-04-11 Jennifer RichardsAdd encoder for monitoring responses
2018-04-11 Jennifer RichardsAdd req encode/decode tests to make system, move from...
2018-04-11 Jennifer RichardsAdd CMakeLists.txt for CLion integration
2018-04-11 Jennifer RichardsFirst pass at monitoring request encoder/decoder and...
2018-02-23 Jennifer RichardsBump package and ABI version numbers 3.3.0 v3.3.0
2018-02-22 Jennifer RichardsFix segfault when sweeping realms and communities
2017-11-17 Jennifer RichardsCorrect / update example configuration files v3.0.3
2017-11-17 Jennifer RichardsUse default AAA servers if we have no route for a TID...
2017-11-13 Jennifer RichardsUpdate example configuration file to include APC org...
2017-11-07 Jennifer RichardsUpdate version in trust_router.spec
2017-11-07 Jennifer RichardsBump version in configure.ac to 3.0.3
2017-11-07 Jennifer RichardsReturn NULL if dh struct cannot be allocated completely
2017-09-12 Jennifer RichardsNeed libtool also
2017-09-12 Jennifer RichardsAdd automake and m4 to buildrequires
2017-09-12 Jennifer RichardsAdd BuildRequires: autoconf
2017-09-12 Jennifer RichardsRaise priority of error messages when cannot open a... v3.0.2
2017-09-11 Jennifer RichardsUpdate version number (now 3.0.2)
2017-09-11 Jennifer RichardsCopy hostname so it stays valid after config loading... jennifer/config_loader
2017-09-11 Jennifer RichardsBring test programs up to date - all now pass
2017-09-11 Jennifer RichardsHandle null TR_GSS_NAMES when checking for match
2017-09-11 Jennifer RichardsRemove Jansson dependence in tr_name.h
2017-09-09 Jennifer RichardsValidate arguments in helper function, fix whitespace...
2017-09-09 Jennifer RichardsRemove unused code.
2017-09-08 Jennifer RichardsRearrange config file loading to allow splitting across...
2017-07-18 Jennifer RichardsBump version in trust_router.spec, configure.ac v3.0.1
2017-07-18 Jennifer RichardsReduce amount of debug output
2017-07-17 Jennifer RichardsOutput key expiration time on a successful request v3.0.0
2017-07-17 Jennifer RichardsAdd accessor for TID_SRVR_BLK's key_expiration
2017-07-14 Jennifer RichardsInitialize refcount for IDP realms
2017-07-14 Jennifer RichardsFix tids/trps ports in default configuration for redhat...
2017-07-14 Jennifer RichardsApply all filters applicable to a GSS name to a TID req
2017-07-11 Jennifer RichardsBump version in trust_router.spec, configure.ac
2017-07-11 Jennifer RichardsFix loop termination condition in trps_filter_outbound_...
2017-06-30 Jennifer RichardsCorrect the default TID and TRP ports in internal.cfg
2017-06-23 Jennifer RichardsGive warnings if expiration interval is clipped to...
2017-06-22 Jennifer RichardsFix memory leak in community parsing
2017-06-16 Jennifer RichardsFix a few bugs in the filtering. Filtering works.
2017-06-16 Jennifer RichardsPrint community table as a debug message
2017-06-15 Jennifer RichardsFix log message to reflect broader filtering capabilities
2017-06-15 Jennifer RichardsFix JSON type for TRP peer "filters" block
2017-06-15 Jennifer RichardsProvide necessary macros from Jansson 2.5+ when using...
2017-06-14 Jennifer RichardsImplement all TRP and TID fields for filtering
next