Normalize port naming (tids_, trps_, and mons_port) and use signed int
authorJennifer Richards <jennifer@painless-security.com>
Fri, 25 May 2018 15:57:51 +0000 (11:57 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Fri, 25 May 2018 15:57:51 +0000 (11:57 -0400)
commitfe3b5cb31ab0d19c2ead6465f82ceb749bf05b75
tree8f86aabf7a9e436b4271a22449864c599465a334
parent887460bd1bab873bb5c3d783f61bd5745ada3cb2
Normalize port naming (tids_, trps_, and mons_port) and use signed int

This cleans up the port names in various functions and data structures.
Tries to get rid of ambiguous "port" fields. A few changes will be in
the next commit which has some functional updates as well.
26 files changed:
common/tr_config_internal.c
common/tr_gss_client.c
common/tr_socket.c
include/mon_internal.h
include/tid_internal.h
include/tr_config.h
include/tr_gss_client.h
include/tr_socket.h
include/trp_internal.h
include/trp_peer.h
include/trust_router/tid.h
include/trust_router/trp.h
mon/monc.c
mon/mons.c
tid/tid_req.c
tid/tidc.c
tid/tids.c
tr/tr_mon.c
tr/tr_tid.c
tr/trmon_main.c
trp/test/ptbl_test.c
trp/trp_conn.c
trp/trp_peer.c
trp/trp_peer_encoders.c
trp/trp_upd.c
trp/trpc.c