Mercurial > p > roundup > code
diff CHANGES.txt @ 6571:cd408eb748dd
Add small utility script for dumping dbm based databases.
Use it to dump dbm based files like db/sessions (records session keys)
or db/otks (records one time key for password recovery, data for rate
limiting logins and rest interface and other short duration data).
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 23 Dec 2021 02:20:53 -0500 |
| parents | 2c2dbfc332ba |
| children | 2e568d6f72a4 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Dec 21 18:53:55 2021 -0500 +++ b/CHANGES.txt Thu Dec 23 02:20:53 2021 -0500 @@ -104,6 +104,8 @@ issue23#msg24 could jump to the element with id msg24 in issue 23. Before this patch you would have two links issue23 and msg24 separated by # (John Rouillard). +- added small utility script to dump dbm based tracker databases + (e.g. db/sessions). (John Rouillard) 2021-07-13 2.1.0
