r5152: Restructure the directory handling code, stop using void * pointers
authorJeremy Allison <jra@samba.org>
Tue, 1 Feb 2005 00:28:20 +0000 (00:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:29 +0000 (10:55 -0500)
commitcfa8150fd9932470cb8f3b5e14c0156dda67125d
tree4c4780382a5c6fb192a95ecbcfa9c22932fe3105
parent5bd03d59263ab619390062c1d023ad1ba54dce6a
r5152: Restructure the directory handling code, stop using void * pointers
that just allow the wrong pointer to be assigned :-) and make the
interface more consistent. Fix the FreeBSD directory problem. Last
thing to do is to add the "singleton" directory concept from James
Peach's code.
Jeremy.
source/include/smb.h
source/smbd/dir.c
source/smbd/filename.c
source/smbd/notify_hash.c
source/smbd/reply.c
source/smbd/trans2.c