plan9fox/sys
cinap_lenrek 5de1f3d9cf ndb/dns: handle txt rr strings as binary, remove nullrr ndb code
txt and caa rr strings might contain binary control characters
such as newlines and double quotes which mess up the output
in ndb(6) format.
so handle them as binary blobs internally and escape special
characters as \DDD where D is a octal digit when printing.

txtrr() will unescape them when reading into internal
binary representation.

remove the undocumented nullrr ndb attribute parsing code.
2021-11-03 20:09:02 +00:00
..
doc /sys/doc/troff.ms: give correct path for -m flag (thanks kyle) 2021-11-01 11:28:52 +00:00
games/lib fortunes: unremove 2021-07-08 15:47:49 +00:00
include libndb: move mkptrname() into libndb to avoid duplication 2021-11-03 19:38:36 +00:00
lib rootstub: create /sys/lib/tls/acmed directory 2021-10-27 17:05:07 +00:00
man libndb: move mkptrname() into libndb to avoid duplication 2021-11-03 19:38:36 +00:00
src ndb/dns: handle txt rr strings as binary, remove nullrr ndb code 2021-11-03 20:09:02 +00:00