View Issue Details

IDProjectCategoryView StatusLast Update
0007487GNUnetnamestore servicepublic2024-03-12 14:35
Reporterschanzen Assigned Toschanzen  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Target Version0.19.1 
Summary0007487: gnunet-namestore-zonefile error parsing zones
DescriptionThe tool currently fails with multilabel FQDNs. Also, the conversion from NS to GNS2DNS is broken as we would have to load the whole file first to synthesize the record with any glue in the zonefile.

I think we should modify this tool into a "gnunet-namestore-convert" which converts from DNS zonefiles to GNS record formats that works with "gnunet-namestore --from-stdin". This then allows a pipe like

$ gnunet-namestore --from-stdin < gnunet-namestore-convert my.zone.file

In this conversion, we then fix the FQDN and synthesize issue and can simplify the logic (no NAMESTORE dependency).
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-11-20 11:58 schanzen New Issue
2022-12-05 11:23 schanzen Target Version 0.18.2 => 0.19.0
2022-12-08 06:43 schanzen Target Version 0.19.0 =>
2022-12-08 06:45 schanzen Target Version => 0.19.1
2024-03-12 14:35 schanzen Assigned To => schanzen
2024-03-12 14:35 schanzen Status new => assigned