Merge branch 'milestone/monitoring' into jennifer/request_id
[trust_router.git] / common / tr_msg.c
2018-05-03 Jennifer RichardsMerge branch 'milestone/monitoring' into jennifer/reque...
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 RichardsAdd a 'request_id' to TID requests and responses
2018-04-21 Jennifer RichardsMerge remote-tracking branch 'origin/v3.3.0' into jenni...
2018-04-19 Jennifer RichardsSplit trp_ptable into trp_ptable, trp_peer, and _encode...
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-12 Jennifer RichardsCheckpoint commit: refactoring the request code in...
2017-09-11 Jennifer RichardsRemove Jansson dependence in tr_name.h
2017-06-12 Jennifer RichardsClean up the code a bit
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-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-11 Jennifer RichardsBegin adding IPv6 support. Active GSS connections now...
2016-11-07 Jennifer RichardsFix community table sweep / removal. Trust router now...
2016-10-25 Jennifer RichardsFix segfault issues. Comm updates now sent, but ignored.
2016-10-13 Jennifer RichardsRefactoring to enable community flooding. Partially...
2016-09-29 Jennifer RichardsSend all msgs in trpc outgoing queue, not just the...
2016-09-27 Jennifer RichardsMove community/realm out of inforec and into update...
2016-09-09 Jennifer RichardsMerge branch 'master' into jennifer/trp-devel
2016-09-01 Jennifer RichardsFix several bugs preventing TID requests from functioning.
2016-08-10 Jennifer RichardsMerge branch 'master' into jennifer/trp-devel
2016-07-20 Jennifer RichardsConnect to hard-coded peer and exchange route info...
2016-06-30 Jennifer RichardsAdd next_hop field to route update record, filled in...
2016-06-28 Jennifer RichardsTrust router: open TRP connection to self, send multipl...
2016-06-27 Jennifer RichardsMake outgoing connections. Connect to self as a test.
2016-06-25 Jennifer RichardsDecode JSON TRP messages, then send to main thread.
2016-06-20 Jennifer RichardsUse accessor functions for TRP objects.
2016-06-17 Jennifer RichardsMove TRP messaging to tr_msg.c. Fix old bug.
2016-06-16 Jennifer RichardsFree json object after encoding.
2015-03-11 Sam HartmanMerge branch 'logging_changes' of https://github.com...
2015-03-10 Sam HartmanAdd expiration and path to messages
2015-03-10 Sam HartmanReal syslog support for trust router
2015-03-10 Sam HartmanAdd key expiration to output message
2015-03-09 Adam BishopReplace calls to fprintf with new tr_* macros
2014-09-19 Margaret WassermanMerge remote-tracking branch 'origin/tr-peering' into...
2014-07-22 Sam HartmanIn with the scabs, out with the tr_msg union!
2014-07-15 Sam HartmanTrack num_servers correctly
2014-07-15 Sam HartmanTID_RESP: array of servers rather than linked list
2014-07-15 Sam HartmanMake tid types opaque
2014-07-03 Sam Hartmancopyright update
2014-07-03 Sam HartmanInclude constraints in tid_req messages
2013-09-17 Margaret WassermanAdd accessors for TR_MSG structure.
2013-07-02 Margaret WassermanDo not require server list in error response.
2013-05-06 Margaret WassermanAdd orig_coi to the reponse, fix bugs with coi-to-apc...
2013-04-30 Margaret WassermanMerge branch 'master' of moonshot.suchdamage.org:/srv...
2013-04-17 Sam hartmanfixes for building on Centos; mostly -Werror clean...
2013-04-10 Margaret WassermanFixes to bugs discovered during initial tidc/radius...
2013-04-01 Margaret WassermanAdded keyname to server block in request/response.
2013-03-25 Margaret WassermanFixed warnings, fixed bugs in key generation code. stable
2013-03-25 Margaret WassermanMerge branch 'master' of moonshot.suchdamage.org:/srv...
2013-03-20 Sam HartmanEnable warnings; fix many of them
2013-03-20 Sam Hartmanrename include files into trust_router
2013-03-20 Margaret WassermanClean up compiler warnings about pointer types.
2013-03-20 Margaret WassermanAdditional message encoding/decoding fields and functions.
2013-01-23 Margaret WassermanInternal changes to reflect merge of tpq and tid protocols.
2013-01-09 Margaret WassermanUpdated DH code, added code to tpqc to send DH info...
2012-12-17 Margaret WassermanReorganize common code (for msgs, names...) to be used...