Erik Skultety 9b45c9f049 virnetsocket: Provide socket address format in a more standard form
Our socket address format is in a rather non-standard format and that is
because sasl library requires the IP address and service to be delimited by a
semicolon. The string form is a completely internal matter, however once the
admin interfaces to retrieve client identity information are merged, we should
return the socket address string in a common format, e.g. format defined by
URI rfc-3986, i.e. the IP address and service are delimited by a colon and
in case of an IPv6 address, square brackets are added:

Examples:
    127.0.0.1:1234
    [::1]:1234

This patch changes our default format to the one described above, while adding
separate methods to request the non-standard SASL format using semicolon as a
delimiter.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
2016-05-03 15:52:50 +02:00
..
2014-09-03 09:36:13 -06:00
2016-03-18 17:29:53 +01:00
2015-05-21 18:13:18 +02:00
2016-04-12 14:58:43 +02:00
2016-04-12 14:58:43 +02:00
2015-10-21 15:03:35 +02:00
2015-04-23 17:08:48 -04:00
2015-06-25 09:11:15 +02:00
2016-03-18 17:29:53 +01:00
2016-03-30 10:21:44 +03:00
2016-03-30 10:21:44 +03:00
2015-04-27 16:03:31 +02:00
2015-05-21 18:13:18 +02:00
2016-05-02 07:18:25 +02:00
2016-04-13 13:00:53 +02:00
2016-02-11 11:35:02 +01:00
2015-04-14 19:33:02 +02:00
2015-04-14 19:33:02 +02:00
2016-02-23 10:36:13 +01:00
2016-05-02 07:18:25 +02:00
2015-10-21 15:03:35 +02:00
2015-04-23 17:08:48 -04:00