summaryrefslogtreecommitdiffstats
path: root/source/exports
Commit message (Collapse)AuthorAgeFilesLines
* build: auto-generate symbols for libsmbsharemodes.Michael Adam2008-08-201-3/+0
| | | | Michael
* build: autogenerate symbols for libsmbclient.soMichael Adam2008-08-201-4/+0
| | | | Michael
* build: fix build of libaddns shared lib. symbols file was missing.Michael Adam2008-07-111-0/+5
| | | | | | | This symbols file is checked because mksyms script currently does not support headers without exportet symbols... Michael
* Revert "build: add symbol versioning when we build with gnu ld"Karolin Seeger2008-06-272-15/+0
| | | | | | | | | | | | This reverts commit cb5492978b6b157f529806afb2f5fc6202888129. For more information, please have a look at the discussion on samba-technical starting with [1]. [1] http://lists.samba.org/archive/samba-technical/2008-June/059511.html Karolin (cherry picked from commit 1e5aeb96f92fef8056ec9010e125f4d0d31dd90e)
* init_shared_module -> init_samba_moduleVolker Lendecke2008-06-231-1/+1
|
* Attempt to fix the darwin buildVolker Lendecke2008-06-211-1/+1
|
* build: add symbol versioning when we build with gnu ldStefan Metzmacher2008-05-232-0/+15
| | | | | | | There's --enable-symbol-versioning=no to disable it. metze (cherry picked from commit cb5492978b6b157f529806afb2f5fc6202888129)
* build: autogenerate exports/libwbclient.symsStefan Metzmacher2008-05-231-4/+0
| | | | | metze (cherry picked from commit 8e0fcd583a643a8f4240698efcbb177463534a82)
* build: autogenerate exports/libtalloc.symsStefan Metzmacher2008-05-231-6/+0
| | | | | metze (cherry picked from commit ce9d8ea9818d91bd91f95149f3b0a7ed4f2dae3b)
* build: autogenerate exports/libnetapi.symsStefan Metzmacher2008-05-231-3/+0
| | | | | metze (cherry picked from commit dc09e04d524dcc92a29da0864666fd4258a81b76)
* Create symbols to export in libtdb dynamically from tdb.h.Michael Adam2008-02-141-4/+0
| | | | | | | | This adds a general mechanism to create version-scripts for linking shared libraries from one or several header files, similar to mkproto.sh/awk. Michael
* Add support for building and using shared and static libtdb library.Michael Adam2008-02-141-0/+4
| | | | | | | | This should work with m4_include(lib/tdb/libtdb.m4) like already done with talloc, but currently this does not work (yet) - tdb code has to be merged from s4 before that. Michael
* Only export talloc related symbols in libtalloc.so.Michael Adam2008-02-131-1/+4
| | | | Michael
* Add forgotten file exports/libtalloc.syms ... Thanks Günther!Michael Adam2008-02-131-0/+3
| | | | Michael
* Add files for new LGPL libwbclient DSO implementing the Winbind client APIGerald (Jerry) Carter2007-12-211-0/+4
| | | | | | | (based on the winbind_struct_protocol.h). The API in incomplete, but sufficient to merge. See wbclienbt.h for the i interface functions.
* More minor libnetapi fixes.Günther Deschner2007-12-211-3/+0
| | | | Guenther
* Build fixes for libnetapi.Günther Deschner2007-12-211-0/+3
| | | | Guenther
* For the fun of it, build netapi.so|.a.Günther Deschner2007-12-211-0/+3
| | | | Guenther
* r25432: Merge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduceJames Peach2007-10-101-0/+1
| | | | spurious tree differences.
* r23689: Squashed commit of the following:Gerald Carter2007-10-102-0/+7
commit 0d4bbd197198a94bf4e29e0ccd175a40a60097f3 Author: Gerald (Jerry) Carter <jerry@samba.org> Date: Mon Jul 2 20:08:19 2007 -0500 Introduce GNU ld linker export-script for hiding non-public symbols in shared libraries. Based on initial patch from Julien Cristau <jcristau@debian.org> and suggestions from James Peach <jpeach@samba.org>. Currently the libsmbsharemodes libraries still exports *. Signed off on my Derrell as well.