Further cleanup of tr_gss and usage for tids handling
authorJennifer Richards <jennifer@painless-security.com>
Fri, 13 Apr 2018 14:16:00 +0000 (10:16 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Fri, 13 Apr 2018 14:16:52 +0000 (10:16 -0400)
commit605ee6f071ad51755ba07b4e1a712814bbf4f780
treed74a216ce1a3e34f9d668fae4253ce6835ae882e
parentd253bd9f9c36c1555d02bbfe25eefe6b25ef957e
Further cleanup of tr_gss and usage for tids handling

The trust router now builds, but the monitoring parser tests do not.

  * Eliminate extra layer of auth callback when using tr_gss.c, services
    using it now need only one auth callback
  * Document tr_gss.c's intended usage
  * Flesh out the MONS_INSTANCE structure
  * Fix a couple more pedantic data typing errors
common/tr_gss.c
include/mon_internal.h
include/tr_gss.h
include/trust_router/tid.h
mon/mons.c
tid/tids.c
tr/tr_tid.c