Return separate counts of TID reqs that succeed and result in error
authorJennifer Richards <jennifer@painless-security.com>
Fri, 1 Jun 2018 18:36:55 +0000 (14:36 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Fri, 1 Jun 2018 18:36:55 +0000 (14:36 -0400)
commitf69e5eb2c34220af42b456ce9322401d6041d3ce
tree3a4b93e79ce4bc335c44e035ce03e2497f36749c
parentb6ddd85ecb0552acf3105731159f42ed1578bf9b
Return separate counts of TID reqs that succeed and result in error

  * Pass result codes back from req callbacks for tr_gss connections
  * Separately count TID responses and TID error responses
  * Add monitoring handlers for the error response
  * Rename monitoring option #defines to better match the string names
  * Add more TR_GSS_RC codes
  * Update trmon documentation string
12 files changed:
common/tr_gss.c
include/mon_internal.h
include/tid_internal.h
include/tr_gss.h
mon/mon_common.c
mon/mons.c
mon/tests/test_mon_req_decode.c
mon/tests/test_mon_req_encode.c
mon/tests/test_mon_resp_encode.c
tid/tids.c
tr/tr_tid_mons.c
tr/trmon_main.c