s3compat: first version of s3compat system
authorAndrew Tridgell <tridge@samba.org>
Sun, 25 Apr 2010 02:59:57 +0000 (12:59 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 3 Jun 2010 01:12:27 +0000 (11:12 +1000)
commit46345bb219abfed242f1cd9dd5ffc4f65e1bb819
tree7345f8ee0dd46e03b630474e5fdc6ec4e77a2812
parenta16fe7025b4174db5a4d24a569f518fa91e3d5da
s3compat: first version of s3compat system

This is a prototype of a system to allow Samba4 to call functions from
Samba3 via a shared library. We use hide_symbols=True to avoid symbol
conflicts.
source4/s3compat/compat/includes.h [new file with mode: 0644]
source4/s3compat/s3compat.c [new file with mode: 0644]
source4/s3compat/s3dynconfig.c [new file with mode: 0644]
source4/s3compat/s3replace.c [new file with mode: 0644]
source4/s3compat/wscript_build [new file with mode: 0644]
source4/smbd/server.c
source4/smbd/wscript_build
source4/wscript
source4/wscript_build