Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

gdp / apps / gdp-name-add.8 @ master

History | View | Annotate | Download (4.21 KB)

# Date Author Comment
c9af3429 04/02/2019 05:51 PM Eric Allman

Add -d flag to apps/gdp-log-add to delete HONGD entries. Requires
recent updates for additional SQL permissions.

b364b308 01/03/2019 05:07 PM Eric Allman

Rationalize lots of documentation. Fix inconsistencies in some
parameter names (e.g., swarm.gdp.gdp-create.server,
swarm.gdp.creation-service.name, and swarm.gdp.create.service). Some
minor code changes for consistency changes, but mostly docs.

35aacf70 12/23/2018 02:48 PM Eric Allman

Add -p and -P flags to gdp-name-add (for database passwords),
rationalize some of the administrative parameter names, and update
documentation accordingly.

0c195bbd 12/04/2018 05:26 PM Eric Allman

Make all references to the Human-Oriented Name to GDPname Directory
Service Database use "hongdb" in the name rather than "namedb" for
consistency.

80da996e 10/24/2018 12:53 PM Eric Allman

Mega-change: new object creation API with updated metadata; internal
name is hash of metadata, not hash of human name; query and maintain
human-oriented name to GDPname directory (HONGD).

59c6c7e0 07/26/2018 10:50 AM Eric Allman

First cut at external => internal name mapping using MySQL. It is
currently not an error if the mapping doesn't exist --- it just falls
back to the old SHA256 behavior --- and there is no automated addition
of the mapping to the database when you create a log. To make this work...