Merge pull request #72 from painless-security/jennifer/peer_label_for_updates
[trust_router.git] / common /
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.
2016-10-19 Jennifer RichardsGather/send community updates. Refactoring. Builds...
2016-10-19 Jennifer RichardsRemove stray semicolon.
2016-10-13 Jennifer RichardsFix several minor bugs affecting config file reading.
2016-10-13 Jennifer RichardsRemove forgotten merge cruft.
2016-10-13 Jennifer RichardsFix pointer error.
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-26 Jennifer RichardsAdd fields to TR_COMM records. Add accessor functions.
2016-09-26 Jennifer RichardsAdd macros to simplify usage of several _add() functions.
2016-09-19 Jennifer RichardsFix build for t_constraint.c test binary.
2016-09-19 Jennifer RichardsAdd copyright statement missing from recently added...
2016-09-19 Jennifer RichardsClean up compiler warnings.
2016-09-10 Jennifer RichardsChange spec "match" field back to a single string inste... v2.0
2016-09-09 Jennifer RichardsFixes so that all binaries build cleanly.
2016-09-09 Jennifer RichardsMerge branch 'master' into jennifer/trp-devel
2016-09-07 Jennifer RichardsBug fixes to make TID forwarding work between trust...
2016-09-02 Jennifer RichardsMerge branch 'jennifer/trp-devel' of repository.project...
2016-09-02 Jennifer RichardsAdd option for "remote" IDP realms. Compiles but not...
2016-09-02 Jennifer RichardsAdd option for "remote" IDP realms. Compiles but not...
2016-09-01 Jennifer RichardsFix several bugs preventing TID requests from functioning.
2016-08-25 Jennifer RichardsForgot to check in a couple of files.
2016-08-25 Jennifer RichardsUse default set of filters for RP clients with none...
2016-08-23 Jennifer RichardsPeer organizations now parsed and added to peer table.
2016-08-22 Jennifer RichardsParsing of local organizations now functional.
2016-08-22 Jennifer RichardsParsing new-style config files partially working.
2016-08-19 Jennifer RichardsParse RP clients from new-style configuration files.
2016-08-18 Jennifer RichardsNew-style configuration file loading partially implemented.
2016-08-12 Jennifer RichardsReimplementing tr_config.c to use new config file forma...
2016-08-10 Jennifer RichardsCreate/destroy TR_APC structures.
2016-08-10 Jennifer RichardsMerge branch 'master' into jennifer/trp-devel
2016-08-10 Jennifer RichardsAttempt to route TID requests using routing table....
2016-08-04 Jennifer RichardsIntroduce "remote" routes that we know about but cannot...
2016-08-04 Jennifer RichardsWildcard route requests now working.
2016-08-02 Jennifer RichardsFix memory freeing bugs. Seems stable, even through...
2016-07-20 Jennifer RichardsConnect to hard-coded peer and exchange route info...
2016-07-18 Jennifer RichardsGenerate scheduled updates. Untested, but builds.
2016-07-14 Jennifer RichardsSweep for expired routes. Sweeps every two seconds...
2016-06-30 Jennifer RichardsAdd next_hop field to route update record, filled in...
2016-06-30 Jennifer RichardsDo a signed compare suitable for sorting TR_NAMEs.
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-24 Jennifer RichardsSuccessful messages via mq to main thread.
2016-06-24 Jennifer RichardsAuthenticate GSS context in separate thread. (Not fully...
2016-06-23 Jennifer RichardsAdd accessor functions and check in header file.
2016-06-22 Jennifer RichardsTest multithreaded functionality of tm_mq.
2016-06-22 Jennifer RichardsImplement message queue and test program.
2016-06-21 Jennifer RichardsMinor patches from Adam Bishop to fix build issues...
2016-06-20 Jennifer RichardsUse accessor functions for TRP objects.
2016-06-20 Jennifer RichardsMerge branch 'jennifer/march2016-patches'
2016-06-20 Jennifer RichardsApply Adam Bishop's March 2016 patches.
2016-06-20 Jennifer RichardsSpecify string argument to tr_name() as const.
2016-06-17 Jennifer RichardsMove TRP messaging to tr_msg.c. Fix old bug.
2016-06-16 Jennifer RichardsFree json object after encoding.
2016-05-26 Jennifer RichardsAdd TRP handling events, plus change to cfg layout.
2016-05-26 Jennifer RichardsProvide function to convert log severity to string.
2016-05-24 Jennifer RichardsLoad config files in lexical order.
2016-05-23 Jennifer RichardsResolve circular header dependencies.
2016-05-23 Jennifer RichardsFix function name.
2016-05-21 Jennifer RichardsFix debug/error messages.
2016-05-21 Jennifer RichardsReload configuration dynamically when files change.
2016-05-17 Jennifer RichardsUse strncmp instead of strcmp in tr_name_cmp().
2016-05-06 Jennifer RichardsProtect against freeing config file list twice.
2016-05-06 Jennifer RichardsProcess command-line args, add config dir option.
2016-04-20 Jennifer RichardsReject trust router config files that begin with '.'
2015-03-17 Sam HartmanMove logging to tr_internal
2015-03-11 Sam HartmanFix logging configuration
2015-03-11 Sam HartmanMerge branch 'logging_changes' of https://github.com...
2015-03-11 Adam BishopDon't call openlog() implicitly
2015-03-10 Sam HartmanAdd expiration and path to messages
2015-03-10 Sam HartmanReal syslog support for trust router
2015-03-10 Sam HartmanConfiguration of key expiration for APC
2015-03-10 Sam HartmanAdd key expiration to output message
2015-03-09 Adam BishopWorkaround for glibc bug 14347
2015-03-09 Adam BishopReplace calls to fprintf with new tr_* macros
2014-12-11 Adam BishopAdd logging values to the TR config struct, code to...
2014-12-11 Adam BishopAdd functions to log trust query results handled by...
2014-11-04 Margaret WassermanRemove period from default configuration message.
2014-11-04 Margaret WassermanAdd default aaa server to config printout, remove redun...
2014-10-07 Sam Hartmantr_config: remove free calls
2014-09-23 Margaret WassermanMerge Stefan's changes for TIDS init scripts for Centos. 1.4
2014-09-23 Margaret WassermanDon't check IDP membership when defaulting, minor fixes. tr-peering
2014-09-19 Margaret WassermanFixes to make build work after merging.
2014-09-19 Margaret WassermanMerge remote-tracking branch 'origin/tr-peering' into...
2014-09-19 Margaret WassermanCommit changes to allow a default server and to improve...
2014-07-22 Sam HartmanAPI improvements needed by freeradius
2014-07-22 Sam HartmanIn with the scabs, out with the tr_msg union!
2014-07-15 Sam HartmanTrack num_servers correctly
next