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)
commit784adfbcbb7f3e85b81b3df5a5c8823663bac8d5
tree3c083a392d79976b9972be87d8f1b07ef6e43059
parentf35a9c5af6226b2292dbb49b9c20bf6b4d5f3bdc
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.
(This used to be commit cfa8150fd9932470cb8f3b5e14c0156dda67125d)
source3/include/smb.h
source3/smbd/dir.c
source3/smbd/filename.c
source3/smbd/notify_hash.c
source3/smbd/reply.c
source3/smbd/trans2.c