]> arthur.barton.de Git - netatalk.git/commit
bugfix: dirlookup() return dirsearch error if any (AFPERR_PARAM).
authordidg <didg>
Fri, 24 Jan 2003 07:08:42 +0000 (07:08 +0000)
committerdidg <didg>
Fri, 24 Jan 2003 07:08:42 +0000 (07:08 +0000)
commitdae33a574ac2963d8bd279eaf96e08b5b48afc03
treeb0dbf4cc109928438fc202e8aa5728d98787c64e
parentc13e74e09d0cbaf4dca17185fd35efefcda7b32f
bugfix: dirlookup() return dirsearch error if any (AFPERR_PARAM).
cname():
we always need to call movecwd, even if we extended the cache eg:
cname dir1\0dir2\0\0 have to chdir to dir1. It wasn't the case if dir2 was not
in the cache.

do the right stuff when the user don't have right access to a directory. Some
calls are unfixable (afp_xxxcomment) or will always fail (afp_delete) but it'd
be ok.
etc/afpd/Makefile.am
etc/afpd/afs.c
etc/afpd/appl.c
etc/afpd/desktop.c
etc/afpd/directory.c
etc/afpd/directory.h
etc/afpd/enumerate.c
etc/afpd/file.c
etc/afpd/filedir.c