gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated (2321a2f86 -> ae0df071d)


From: gnunet
Subject: [gnunet] branch master updated (2321a2f86 -> ae0df071d)
Date: Fri, 21 Oct 2022 04:20:38 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a change to branch master
in repository gnunet.

    from 2321a2f86 -do not execute GNS proxy test with curl-openssl
     new fb0ee05fb - add gnunet-namestore-zonefile man page
     new ae0df071d - do not convert handbook to man pages

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bootstrap                                          |  2 --
 doc/man/Makefile.am                                | 22 +-----------
 ...estore-dbtool.1 => gnunet-namestore-zonefile.1} | 40 ++++++++++++++--------
 3 files changed, 26 insertions(+), 38 deletions(-)
 copy doc/man/{gnunet-namestore-dbtool.1 => gnunet-namestore-zonefile.1} (64%)

diff --git a/bootstrap b/bootstrap
index 5601c730d..1a703b332 100755
--- a/bootstrap
+++ b/bootstrap
@@ -113,8 +113,6 @@ sphinx_update()
       cp -r _build/html ../../doc/handbook/ || exit 1
       make texinfo >/dev/null || exit 1
       cp -r _build/texinfo ../../doc/handbook/ || exit 1
-      make man >/dev/null || exit 1
-      cp -r _build/man/* ../../doc/man || exit 1
       cd $cwd
     else
       echo "ERROR: Sphinx not found! Unable to generate recent documentation."
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index be7a810f8..cad20306d 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -36,27 +36,6 @@ endif
 endif
 
 man_MANS = \
-  gnunet.1 \
-       gnunet.2 \
-       gnunet.3 \
-       gnunet.4 \
-       gnunet.5 \
-       gnunet.6 \
-       gnunet.7 \
-       gnunet.8 \
-       gnunet.9 \
-       gana.1 \
-       gana.2 \
-       gana.3 \
-       gana.4 \
-       gana.5 \
-       gnunet-dev.1 \
-       gnunet-dev.2 \
-       gnunet-dev.3 \
-       gnunet-dev.4 \
-       gnunet-dev.5 \
-       gnunet-dev.6 \
-       lsd.1 \
   gnunet.conf.5 \
   gnunet-arm.1 \
   gnunet-ats.1 \
@@ -83,6 +62,7 @@ man_MANS = \
   gnunet-namestore.1 \
   gnunet-namestore-fcfsd.1 \
   gnunet-namestore-dbtool.1 \
+       gnunet-namestore-zonefile.1 \
   gnunet-nat.1 \
   gnunet-nat-auto.1 \
   gnunet-nat-server.1 \
diff --git a/doc/man/gnunet-namestore-dbtool.1 
b/doc/man/gnunet-namestore-zonefile.1
similarity index 64%
copy from doc/man/gnunet-namestore-dbtool.1
copy to doc/man/gnunet-namestore-zonefile.1
index af882209b..2b602b8df 100644
--- a/doc/man/gnunet-namestore-dbtool.1
+++ b/doc/man/gnunet-namestore-zonefile.1
@@ -1,5 +1,5 @@
 .\" This file is part of GNUnet.
-.\" Copyright (C) 2001-2022 GNUnet e.V.
+.\" Copyright (C) 2022 GNUnet e.V.
 .\"
 .\" Permission is granted to copy, distribute and/or modify this document
 .\" under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -21,33 +21,35 @@
 .\"
 .\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
 .\"
-.Dd September 30, 2022
-.Dt GNUNET-NAMESTORE-DBTOOL 1
+.Dd Friday 21, 2022
+.Dt GNUNET-NAMESTORE-ZONEFILE 1
 .Os
 .Sh NAME
-.Nm gnunet-namestore-dbtool
-.Nd manipulate GNU Name System (GNS) namestore database
+.Nm gnunet-namestore-zonefile
+.Nd Import GNU Name System (GNS) zone data using zonefiles.
 .Sh SYNOPSIS
 .Nm
-.Op Fl i | -initialize
 .Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
-.Op Fl r | -reset
 .Op Fl h | -help
 .Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
-.Op Fl p Ar PLUGIN | Fl -plugin= Ns Ar PLUGIN
 .Op Fl v | -version
+.Op Fl z Ar EGO | Fl -zone= Ns Ar EGO
 .Sh DESCRIPTION
 .Nm
-can be used to initialize or reset the namestore database.
+can be used to manipulate records in a GNS zone.
+.Pp
+The zonefile is read from standard input.
+.Pp
+$ORIGIN entries in the zonefile will be treated as ego names (without the 
trailing ".") and created if missing.
+.Pp
+To implicity give an initial $ORIGIN, use the --ego flag.
+.Pp
+All records will be created public and with relative expiration times set to 
the value provided in $TTL entries.
 .Pp
 The options are as follows:
 .Bl -tag -width indent
-.It Fl i | -initialize
-Desired operation is initialization of a database.
-.It Fl p Ar PLUGINNAME | Fl -plugin= Ns Ar PLUGINNAME
-Use the plugin PLUGINNAME.
-.It Fl r | -reset
-Desired operation is reset and reinitialization of a database
+.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
+Use the configuration file FILENAME.
 .It Fl h | -help
 Print short help on options.
 .It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
@@ -55,6 +57,14 @@ Use LOGLEVEL for logging.
 Valid values are DEBUG, INFO, WARNING and ERROR.
 .It Fl v | -version
 Print GNUnet version number.
+.It Fl z Ar EGO | Fl -zone= Ns Ar EGO
+Specifies the name of the ego controlling the private key for the
+zone. If not provided, we will attempt to use the default identity set
+for the "namestore". Alternatively, a private key may be passed in
+Base32-encoding using the GNUNET_NAMESTORE_EGO_PRIVATE_KEY environment
+variable. The latter is useful to improve performance of tools like
+Ascension as it allows the command to skip IPC with the identity
+management subsystem.
 .El
 .\".Sh EXAMPLES
 .\".Sh FILES

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]