]> arthur.barton.de Git - netatalk.git/commit
Change didname database to a hash instead of btree. Since we're using a
authorjmarcus <jmarcus>
Mon, 21 Jan 2002 04:48:14 +0000 (04:48 +0000)
committerjmarcus <jmarcus>
Mon, 21 Jan 2002 04:48:14 +0000 (04:48 +0000)
commitc3ebdbc0834268f9ca598a6208c1659f34f759ef
tree0acc9cef5d73a26f7739f9de2795ef3066efb325
parent29a9a84d8e1432d0940cc3d524c699cfe69a2dfa
Change didname database to a hash instead of btree.  Since we're using a
red-black tree within afpd to keep directories in line, this is sort of
redundant.  Also, the compare function seems to be buggy.

This is still a todo item, but as of now, the hash seems to work well, and
increase database resiliency.  This commit obsoletes the didname verify
tool in bin.  I'm going to leave the tool in for now pending further
investigation of this problem.
libatalk/cnid/cnid_open.c