Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
authorJeremy Allison <jra@samba.org>
Sat, 20 Nov 2010 00:29:26 +0000 (16:29 -0800)
committerJeremy Allison <jra@samba.org>
Sat, 20 Nov 2010 01:15:50 +0000 (02:15 +0100)
commit2b788aa6ce41c5c0a6892cb412cf40a7cbc73f2a
tree38d9b916b7f46705d0fe027e86ccef413b5b2374
parent8585de88815490ed3c41571030bf20bff02a67d4
Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default
module, change the signature of VFS_REALPATH to always return a
malloc'ed string.

Needed to make some privileges work I plan on doing shortly
easier to code.

Jeremy.

Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Nov 20 02:15:50 CET 2010 on sn-devel-104
14 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_cap.c
source3/modules/vfs_catia.c
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_onefs_shadow_copy.c
source3/modules/vfs_shadow_copy2.c
source3/modules/vfs_time_audit.c
source3/smbd/service.c
source3/smbd/vfs.c
source3/torture/cmd_vfs.c