summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2008-07-07build: add structuring comments for libraries and libtalloc section.Michael Adam1-0/+13
Michael (This used to be commit 3de000890447dd15962fbd6a9b1b3504b9bd1175)
2008-07-07build: fix installlibtalloc to not install symlink if the library is not thereMichael Adam1-1/+4
Michael (This used to be commit 52ccb52c8e42e748fcc05337849945ddc30d5efa)
2008-07-07build: move libtalloc related targets together.Michael Adam1-16/+17
Michael (This used to be commit 01b1e642d72ecccac5277b5f071aab8f6df04c0d)
2008-07-07build: add a cleanlibtalloc target.Michael Adam1-3/+11
Michael (This used to be commit 5d3c6c3c1c08747c521292ef09648ad528c2dca9)
2008-07-07build: add an uninstalllibtalloc targetMichael Adam1-0/+6
Michael (This used to be commit 4b6ef6202cd9b6e1e8949c43d0c45c04d4b97438)
2008-07-07build: fix creation of link libtalloc.so on some systems.Michael Adam1-0/+1
ln -s -f seem to be unknown on some solaris versions (e.g.). so if there is an old libtalloc.so around, this will fail. use rm -f prior to creating the link to circumvent this. Michael (This used to be commit d913b1e7316e84c1430f9d577f49d3c3e4e7719b)
2008-07-07build: fix the installlibtalloc target to install SONAME and \.so versions ↵Michael Adam1-1/+3
of shared lib. Michael (This used to be commit 49919889892f258cc669b08417e7569e8f5efaf4)
2008-07-07build: fix creation of talloc shared lib.Michael Adam1-4/+7
link the libtalloc.so.1 file and create libtalloc.so as a link Michael (This used to be commit 946537e6bec904d4a7937eeb6085dfac19c3e2b5)
2008-07-07build: add ability to use library files of the form NAME.so.VERSION to ↵Michael Adam1-1/+1
create version script name. Michael (This used to be commit b8d13f8773f61863b71bfc9df468f0018b0db0d1)
2008-07-01net_vampire: add code to vampire to a Kerberos keytab file using DRSUAPI.Günther Deschner1-0/+1
Guenther (This used to be commit 0ef420c3a478a8adce7483f14b45e9995bfa5e5d)
2008-06-27Revert "build: add symbol versioning when we build with gnu ld"Karolin Seeger1-8/+8
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) (This used to be commit d06baf0e744d779b836783f61ec97d3a6d380eb5)
2008-06-27net_vampire: separate keytab code from samsync code.Günther Deschner1-0/+1
Guenther (This used to be commit 69d8442bf3248f97ad23def424901d7fa87bfe48)
2008-06-26drsuapi: rerun make idl and add drsblobs generated files.Günther Deschner1-1/+2
Guenther (This used to be commit 6725b751d88b4bacac5171efe4f5193bc1125f19)
2008-06-26drsuapi: add drsblobs.idl from samba4.Günther Deschner1-1/+2
Guenther (This used to be commit 58dc161ac91d018dfb02acac2aa2a45841478412)
2008-06-24net_vampire: add basic libnet_dssync() infrastructure.Günther Deschner1-0/+1
Guenther (This used to be commit 9486e532da602da587769d4ff8a1a2825e541a30)
2008-06-24net_vampire: add code to vampire a SAM database to a keytab file.Günther Deschner1-0/+1
Guenther (This used to be commit ee6e422c0e035aa4779fa718bb6f142827cc2de0)
2008-06-23net_vampire: move out display routines to one file.Günther Deschner1-0/+1
Guenther (This used to be commit 64b48a07e714d7eb97dd49c11d9ca62951d79524)
2008-06-23net_vampire: move out passdb routines to one file.Günther Deschner1-0/+1
Guenther (This used to be commit 74d431270d9b4cc1524f79fa2ad743420afef417)
2008-06-18Fix 'make distclean'. delheaders: no longer exists as a dependency.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 8b26afdcddc75d3b9a97309757a97314b406cb59)
2008-06-17net_vampire: move ldif code out of net_rpc_samsync.cGünther Deschner1-0/+1
Guenther (This used to be commit 1d5758ec3a5160e5649242c42f6e4a7b39eb6199)
2008-06-13samsync: add samsync_fix_delta_array()Günther Deschner1-0/+1
This code is vastly based on samba4 code. Guenther (cherry picked from commit 5b68be96996a710988b1fd1c176cd5dff0f2c6af) (This used to be commit 2c53d87de4ecc5ac9c43bc7488a03bceecf35140)
2008-06-09shrink ldbtoolsVolker Lendecke1-20/+11
Thanks to Björn Jacke for noticing :-) (cherry picked from commit 8faee1cee829d749835a66d219170ccfd85151d0) (This used to be commit 49f99fcf12523c4a8ef450b66eeb677dc0036939)
2008-06-03netapi: add NetLocalGroupAdd() skeleton.Günther Deschner1-0/+1
Guenther (This used to be commit 528544d4ce8fa27940a2f5e3c989cf37ef888f94)
2008-06-03netapi: add libnetapi_samr_open_domain().Günther Deschner1-1/+2
Guenther (This used to be commit a99906f661faa104da4b40707597ceb4542548f8)
2008-06-03libnetapi: add dummy implementation for NetGroupAdd() and NetGroupDel().Günther Deschner1-1/+2
Guenther (This used to be commit d690f9e9f8b8a0aeda311913589ae48805f7e3b8)
2008-05-24build: combine LIB_WITHOUT_PROTO_OBJ and LIB_WITH_PROTO_OBJ into LIB_OBJMichael Adam1-10/+7
No need for this split any more. Michael (This used to be commit 534e87de2eed10db0c8fc5dd8ab7dd2621b09408)
2008-05-24build: remove PROTO_OBJ from Makefile.in - it is not needed any moreMichael Adam1-20/+0
Michael (This used to be commit 3bb1c07890c01303e83a900c58651a990b19fc85)
2008-05-24drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner1-0/+1
Guenther (This used to be commit bd13c87bac54d4bbae7b3cd7c9dc991d143d4d89)
2008-05-24drsuapi: fix the build.Günther Deschner1-6/+6
Guenther (This used to be commit 92412648c3fc18ba0bfc56b76c6d3816f627628f)
2008-05-24Revert "drsuapi: fix the build."Günther Deschner1-7/+6
This reverts commit b2421c81164da2a5ea4bb2391e4f2c410938db42. (This used to be commit f853f3b0aceb7e8454f9f7de38237eecec4317fd)
2008-05-24drsuapi: fix the build.Günther Deschner1-6/+7
Guenther (This used to be commit b2421c81164da2a5ea4bb2391e4f2c410938db42)
2008-05-23drsuapi: add all code required for our drsuapi rpc client.Günther Deschner1-2/+12
Guenther (This used to be commit 7c93190843e77764be4d0f6d4f0b93061c192c98)
2008-05-23build: add symbol versioning when we build with gnu ldStefan Metzmacher1-8/+8
There's --enable-symbol-versioning=no to disable it. metze (cherry picked from commit cb5492978b6b157f529806afb2f5fc6202888129) (This used to be commit a739652d94300881479262648592223536fc8eec)
2008-05-23build: autogenerate exports/libwbclient.symsStefan Metzmacher1-4/+12
metze (cherry picked from commit 8e0fcd583a643a8f4240698efcbb177463534a82) (This used to be commit 17ce13775423efffd8ddfb967e1e09b2f41849af)
2008-05-23build: autogenerate exports/libtalloc.symsStefan Metzmacher1-5/+10
metze (cherry picked from commit ce9d8ea9818d91bd91f95149f3b0a7ed4f2dae3b) (This used to be commit dc0a4f7dc502cb285bce9de2ef72a722f91c43b9)
2008-05-23build: pass .syms extention via @SYMSEXT@ from configureStefan Metzmacher1-3/+3
metze (cherry picked from commit efb23fdce72db48b4c149fb3dd4a6f4aa3eebbbe) (This used to be commit 3bf5a047e3d478b3356df7aa5c4f4a9d0b763639)
2008-05-23build: add a "make shlibs" target to build all the shared libraries.Michael Adam1-0/+2
Michael (This used to be commit 5a99f59d7514edadbab081dc0c5c28a6ea26972a)
2008-05-23build: autogenerate exports/libnetapi.symsStefan Metzmacher1-1/+6
metze (cherry picked from commit dc09e04d524dcc92a29da0864666fd4258a81b76) (This used to be commit c3797d6a2cc2e4c5b0678dc92924c26b18bd2678)
2008-05-22torture: add a test program rpc_open_tcp() to test the rpc_pipe_open_tcp() func.Michael Adam1-0/+20
This is still very raw and has yet to be integrated into the test suite. Michael (This used to be commit 3ec3ab4e5309c63bbf2fa5efa5d2c47856560a0f)
2008-05-22rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam1-3/+4
Michael (This used to be commit f7db445c828c0eef2c08b538bd07d485dc248689)
2008-05-21Compile endpoint mapper pidl outputVolker Lendecke1-0/+2
(This used to be commit fe8f9e427af3eb42d63fde96c4fe20a255facb95)
2008-05-21Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into docbookJelmer Vernooij1-89/+18
Conflicts: source/Makefile.in (This used to be commit 01987778a123f853fccdcb7fe9566143e2d7c490)
2008-05-21Add double-colon where it makes sense.Jelmer Vernooij1-66/+64
(This used to be commit 256200e951476ff31c95a7d5621a50ba297ea6e4)
2008-05-20net: Split out "net share"Kai Blin1-1/+1
(This used to be commit 25d4c6f692cf50d675a1de7c6eaeed271f349289)
2008-05-20net: Split out "net afs"Kai Blin1-1/+1
(This used to be commit 3f10527f79dddff703d31588cad3e9f37176565b)
2008-05-20net: Split out "net file"Kai Blin1-1/+1
(This used to be commit 84a116be9c849900678e6e0a4b012e819e697c78)
2008-05-20net: Split out "net group"Kai Blin1-1/+1
(This used to be commit 3ddd9c09e3b51df01ac34a9a1537e8954d2b1167)
2008-05-20net: Split out "net user"Kai Blin1-1/+1
(This used to be commit 4ca08a5acc90c77d56f8f3e38443f23f43f034e8)
2008-05-20net: Move "net join" handling into a separate file.Kai Blin1-1/+1
(This used to be commit d0237a736858a48494583ce7f960ea980768aa6c)
2008-05-20net: Split out common help functions.Kai Blin1-1/+1
(This used to be commit efc863e3758501a4c62dc9762eb0aded2dad01ff)