Further work on tids and monitoring, tids appears to work again
authorJennifer Richards <jennifer@painless-security.com>
Fri, 13 Apr 2018 20:03:52 +0000 (16:03 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Fri, 13 Apr 2018 20:03:52 +0000 (16:03 -0400)
commit3b59db3c5565b707e745d58f7ec1df1bdc7c1895
tree8aab0d1430d551ea3adbc4a6c6b9adc9ad044ab3
parent44c8ebb43831dbda399c34980c410565af60dcf2
Further work on tids and monitoring, tids appears to work again

  * Actually encode the TID response!
  * Do not directly send responses from tids_req_handler(), set the
    properties in the response and return with an error code
  * Add hostname to MONS_INSTANCE
  * Update tids hostname after configuration change
  * Add a tid_resp_cpy() function to duplicate a TID_RESP into a struct
    that already exists
include/mon_internal.h
include/tid_internal.h
mon/mons.c
tid/tid_resp.c
tid/tids.c
tr/tr_mon.c
tr/tr_tid.c
tr/tr_trp.c