diff options
author | David Timber <mieabby@gmail.com> | 2021-12-14 14:14:54 +0800 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2021-12-14 14:14:54 +0800 |
commit | 80a062ef30a2f945f6634ca9a0bf2b886a54e3ae (patch) | |
tree | 5425fb4a41ccceb04e15444865c9cbb94cc89dd5 /doc | |
parent | 15ba357fa1b309171b4a6def367b7f82724f2e55 (diff) |
Doc progress, reimpl txtrec scripts in Python ...
* Delete prne_own_recon_param() as it served no purpose
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sws.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -467,12 +467,11 @@ proone-htbtclient. MariaDB for DB backend. * /scripts/extsymsize.sh: (undocumented) * /src/build-utils.sh: file alignment tool used by Makefile recipe * /src/data/proto/print-raw.sh: (undocumented) +* /src/data/sql/hi-create.sql: MariaDB schema for hostinfo daemon +* /src/proone-txtrec-del.py: CNC TXT REC deletion tool +* /src/proone-txtrec-set.py: CNC TXT REC set up tool * /src/run-tests.sh: (undocumented) * /src/test-resolv.sh: test suite for resolv worker -* /src/txtrec-del.sh: CNC TXT REC deletion tool -* /src/txtrec-enc.sh: CNC TXT REC data encoding tool -* /src/txtrec-set.sh: CNC TXT REC set up tool -* /src/data/sql/hi-create.sql: MariaDB schema for hostinfo daemon ## Footnotes [^1]: i.e. representing values in code: `int value = 123;` |