]> arthur.barton.de Git - netatalk.git/commit
Add a utility to check the consistency of didname.db. Using the stock
authorjmarcus <jmarcus>
Mon, 10 Dec 2001 07:04:27 +0000 (07:04 +0000)
committerjmarcus <jmarcus>
Mon, 10 Dec 2001 07:04:27 +0000 (07:04 +0000)
commit678edc93bd3769252781754e12c7feb22bdf5bf8
treebf8910ecb921097f218158a13208ede215151418
parent93a330c28d780102bf255c66d38ddb27925f2df3
Add a utility to check the consistency of didname.db.  Using the stock
db_verify that comes with Berkeley DB will fail since CNID DB uses a
custom comparison routine to sort the didname BTree.
ChangeLog
bin/Makefile.am
bin/cnid/Makefile.am [new file with mode: 0644]
bin/cnid/cnid_didname_verify.c [new file with mode: 0644]