Merge pull request #62 from painless-security/jennifer/report_incoming_ipaddr
[trust_router.git] / common /
2018-05-04 mrw42Merge pull request #62 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #59 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #48 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #57 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #56 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #55 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #54 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #53 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #51 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #50 from painless-security/jennifer...
2018-04-26 Jennifer RichardsCorrectly display RP realms in the 'show communities...
2018-04-26 Jennifer RichardsLog incoming IP address when accepting a connection
2018-04-25 Jennifer RichardsUse TR_LIST for TR_GSS_NAMES
2018-04-25 Jennifer RichardsChange most while loops over TR_LISTs to for loops
2018-04-25 Jennifer RichardsAdd a few comments
2018-04-24 Jennifer RichardsUse TR_LIST for domain/realm constraint matches
2018-04-24 Jennifer RichardsUse TR_LIST for TR_FILTER's 'flines' member
2018-04-24 Jennifer RichardsUse TR_LIST for TR_FLINE's 'fspec' member
2018-04-23 Jennifer RichardsAdd a generic TR_LIST type, use for TR_FILTER's 'lines...
2018-04-21 Jennifer RichardsRefactor TR_FLINE using GPtrArray
2018-04-21 Jennifer RichardsRefactor TR_FSPEC using GPtrArray
2018-04-21 Jennifer RichardsRefactor TR_FILTER using a GPtrArray of filter lines
2018-04-21 Jennifer RichardsReimplement TR_GSS_NAMES using GPtrArray
2018-04-21 Jennifer RichardsAdd const modifier to TR_NAME functions
2018-04-21 Jennifer RichardsMerge remote-tracking branch 'origin/v3.3.0' into jenni...
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 RichardsBreak tr_config.c into smaller chunks
2018-04-20 Jennifer RichardsSupport 'show serial' monitoring request
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 RichardsSplit trp_ptable into trp_ptable, trp_peer, and _encode...
2018-04-19 Jennifer RichardsSeparate trp_route and trp_rtable, move timespec_to_str...
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 RichardsRefactor tidc/monc to better share code
2018-04-16 Jennifer RichardsMake better use of talloc for TR_MSG handling
2018-04-13 Jennifer RichardsFirst pass at a trmon command-line interface; fix a...
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 RichardsFurther cleanup of tr_gss and usage for tids handling
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-02-22 Jennifer RichardsFix segfault when sweeping realms and communities
2017-11-07 Jennifer RichardsReturn NULL if dh struct cannot be allocated completely
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 RichardsReduce amount of debug output
2017-07-14 Jennifer RichardsInitialize refcount for IDP realms
2017-07-14 Jennifer RichardsApply all filters applicable to a GSS name to a TID req
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 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
2017-06-13 Jennifer RichardsAllow inforec filter to have access to realm and community
2017-06-12 Jennifer RichardsUse new tr_filter_apply() function for TID_REQ filtering
2017-06-12 Jennifer RichardsCode for testing the filters now works
2017-06-12 Jennifer RichardsClean up the code a bit
2017-06-08 Jennifer RichardsIn-progress commit.
2017-06-07 Jennifer RichardsIn-progress check-in.
2017-06-06 Jennifer RichardsProperly track JSON reference to make code match comment.
2017-06-06 Jennifer RichardsAdd/move some comments.
2017-06-06 Jennifer RichardsClean up formatting, no functional changes.
2017-06-06 Jennifer RichardsFix misleading indentation
2017-01-11 Jennifer RichardsMerge branch 'master' into jennifer/trp-devel
2017-01-10 Jennifer RichardsRestore interface compatibility with libtr_tid.so.2
2016-12-21 Jennifer RichardsPatches to fix distribution builds.
2016-12-20 Jennifer RichardsUpdate test programs. All now succeed.
2016-12-20 Jennifer RichardsProperly set expiry on new community inforecs.
2016-12-19 Jennifer RichardsFix bugs in community flooding and TID forwarding.
2016-12-19 Jennifer RichardsDecode the error_path field in TID responses.
2016-12-06 Jennifer RichardsFix bugs related to handling TID responses. Fix a few...
2016-12-01 Jennifer RichardsFix segfaults related to copying DH parameters.
2016-11-30 Jennifer RichardsSupport multiple AAA servers. Compiles but untested.
2016-11-23 Jennifer RichardsAdd timed blocking to tr_mq_pop().
2016-11-23 Jennifer RichardsAdd tr_dup_dh_params() to make copy of DH parameters.
2016-11-17 Jennifer RichardsMerge fix from debian build machine.
2016-11-17 Jennifer RichardsAdd missing cast.
2016-11-11 Jennifer RichardsBegin adding IPv6 support. Active GSS connections now...
2016-11-07 Jennifer RichardsFix community table sweep / removal. Trust router now...
2016-10-27 Jennifer RichardsDon't send communities in triggered updates. Comms...
2016-10-26 Jennifer RichardsHandle community updates when received. Builds, not...
2016-10-25 Jennifer RichardsFix segfault issues. Comm updates now sent, but ignored.
next