Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (5.56 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).

ad583a18 03/19/2019 01:46 PM Eric Allman

Arrange for gdp-name-xlate to print the human name from HONGD if it can
find it. Also, add gdp-hongd-dump.sh to print entire contents of HONGD
using the parameters used by the C library.

c6ccd9ef 01/29/2019 01:42 PM Eric Allman

Do primitive caching of default creation service name.

866c2ca2 01/23/2019 01:17 PM Eric Allman

Pass flags to GDP library initialization routines. Add flags to disable
Zeroconf and suppress initialization of HONGDS, which is unused in some
programs.

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

Update license date on all files. No functional changes.

ac30c435 01/10/2019 01:34 PM Eric Allman

More tweaks to gdp-name-xlate to help me with maintenance chores.

dec37a7b 01/07/2019 12:53 PM Eric Allman

Improvements to gdp-name-xlate.

b2d65f3d 01/05/2019 04:56 PM Eric Allman

Make gdp-name-xlate work more sanely in the new world.

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

328ab6a8 01/23/2018 05:34 PM Eric Allman

Changes for signed/unsigned conflicts and other type nits. C++ is much
more picky about these than C, but this is probably justified. Sadly,
some of the changes are pretty ugly.

eb4547d2 09/08/2017 10:06 AM Eric Allman

Add -f flag to gdp-name-xlate to print the base name of the file in
which log data and indices will be stored. Intended only for internal
scripts.

ac96b51b 07/24/2017 12:08 PM Eric Allman

Add some flags to make gdp-name-xlate more useful in scripts.

897accec 02/06/2017 10:41 AM Eric Allman

Update licenses to 2017.

11796a80 08/19/2016 02:32 PM Eric Allman

Let gdp-name-xlate take a hex input string.

6bd5476b 12/01/2015 01:22 PM Eric Allman

Update license. No code changes.

055d3009 11/21/2015 01:20 PM Eric Allman

Include copyright in all files. There are scripts to do bulk
replacement of the copyright if desired.

685cb66d 02/26/2015 10:55 PM Eric Allman

Minor tweak in gdp-name-xlate output.

6d7ad27e 02/25/2015 03:30 PM Eric Allman

Add gdp-name-xlate utility program (for test/debug use only).