After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 775703 - [RFE] gresolver: add support for URI record type
[RFE] gresolver: add support for URI record type
Status: RESOLVED OBSOLETE
Product: glib
Classification: Platform
Component: gio
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2016-12-06 12:29 UTC by Sumit Bose
Modified: 2018-05-24 19:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sumit Bose 2016-12-06 12:29:22 UTC
RFC 7553 (https://tools.ietf.org/html/rfc7553) specifies a new DNS resource record type URI. Although glib provides a general lookup call (g_resolver_lookup_records()/g_resolver_lookup_records_async()) there is currently no GResolverRecordType defined for URI lookups.

A typical use-case for URI record is to look up information about Kerberos servers

$ host -t URI _kerberos.fedoraproject.org
_kerberos.fedoraproject.org has URI record 10 1 "krb5srv:m:kkdcp:https://id.fedoraproject.org/KdcProxy/"


which is currently in the draft https://tools.ietf.org/html/draft-mccallum-kitten-krb-service-discovery-03.
Comment 1 GNOME Infrastructure Team 2018-05-24 19:18:13 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/1228.