Parse hostname/port for AAA server addresses
authorJennifer Richards <jennifer@painless-security.com>
Thu, 24 May 2018 17:34:20 +0000 (13:34 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Thu, 24 May 2018 17:34:20 +0000 (13:34 -0400)
  * Add methods to create a TR_AAA_SERVER from a hostname:port string
    - also a version starting from a TR_NAME, which is a bit of a
      misuse of the TR_NAME
  * Update code to use the new methods instead
  * tr_aaa_server_new() no longer sets the hostname
  * tr_aaa_server_set_port() only uses default port when port == 0,
    otherwise allows any value
  * refactor tr_cfg_parse_one_aaa_server() to better use talloc
  * Raise error in tr_tids_req_handler() if AAA server allocation fails


No differences found