]> arthur.barton.de Git - netatalk.git/commit - etc/afpd/hash.c
Use a hash rather than a linear search for directories. Note now we always use
authordidg <didg>
Sat, 30 Apr 2005 21:33:41 +0000 (21:33 +0000)
committerdidg <didg>
Sat, 30 Apr 2005 21:33:41 +0000 (21:33 +0000)
commite8bbed26dae8f9a20594285a82a2c08181bef90a
treeda0ab4aa6b38c7299bac9deda5c6c2faa60b3622
parentecfc96169ab669b578e53fa8e13592934fe37788
Use a hash rather than a linear search for directories. Note now we always use
unix name for lookup. If the char codepage is wrong you won't get the same
error as before.
etc/afpd/Makefile.am
etc/afpd/catsearch.c
etc/afpd/directory.c
etc/afpd/directory.h
etc/afpd/enumerate.c
etc/afpd/hash.c [new file with mode: 0644]
etc/afpd/hash.h [new file with mode: 0644]
etc/afpd/volume.c
etc/afpd/volume.h