Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (9.02 KB)

# Date Author Comment
0e2c49f6 04/06/2019 04:40 PM Eric Allman

Force MariaDB/MySQL to use a TCP connection instead of a named pipe;
refactor to centralize database initialization to make this easier;
using new interfaces, make gdp-name-add easier to use (notably password
handling).

597d9a16 04/04/2019 03:10 PM Eric Allman

Fix reading SQL passwords from files with newlines.

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.

e6bd4828 01/24/2019 08:48 AM Eric Allman

Fix compiler error on gdp_init_phase_0.

c87dd166 01/23/2019 07:56 AM Eric Allman

Update license date on all files. No functional changes.

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.

e435842c 11/28/2018 07:42 PM Eric Allman

Make gdp-hongd.cs.berkeley.edu be the default database location for the
Human-Oriented Name to GDPname directory.

Standardize on user gdp being uid 133; consistent uids are important for
volumes in containers.

191945e3 11/01/2018 11:31 AM Eric Allman

First cut on scripts to initialize the Human-Oriented Name to GDPname
Directory service.

9caa9f1c 10/24/2018 03:23 PM Eric Allman

Include GDP_NAME_ROOT in gdp-name-add to avoid confusion.

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...