lib/util use modules_path(), data_path() and shlib_ext() from source3
authorAndrew Bartlett <abartlet@samba.org>
Mon, 6 Jun 2011 04:37:06 +0000 (14:37 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 6 Jun 2011 07:37:51 +0000 (17:37 +1000)
commitde46ad9084aff4384f33660acf91da3b81554a88
tree42cdab1c24a8a38ba07d46f33d0b596f69d47bcc
parent876b1b3d198e2306c36423bfb1449870c74181fd
lib/util use modules_path(), data_path() and shlib_ext() from source3

This brings these helpful utility functions in common, as they are not
based on either loadparm system.

(The 'modules dir' parameter from Samba4 will shortly be removed, so
there is no loss in functionality)

Andrew Bartlett
15 files changed:
lib/util/util.h
lib/util/util_paths.c [new file with mode: 0644]
lib/util/wscript_build
libgpo/gpext/gpext.c
source3/Makefile.in
source3/include/proto.h
source3/intl/lang_tdb.c
source3/lib/module.c
source3/lib/util.c
source3/smbd/mangle_hash.c
source4/lib/ldb-samba/ldb_wrap.c
source4/param/util.c
source4/torture/drs/rpc/dssync.c
source4/torture/drs/rpc/msds_intid.c
source4/torture/rpc/dsgetinfo.c