summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
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)
2008-05-19build: remove the proto_exists target - it is not needed anymore.Michael Adam1-11/+3
Michael (This used to be commit 35f4df7ab86a1b0a920003398043f0b77c75b0a8)
2008-05-19build: remove the "delheaders" target.Michael Adam1-6/+3
Michael (This used to be commit 0fe47c3c76eb15fee62115f7f21b77bd9e3236c7)
2008-05-19build: remove "headers" and "proto" make targets.Michael Adam1-10/+6
Replace "proto" target by a message. Michael (This used to be commit 16fb26d73a2bf3520e3b4e6c6bead7321bf41fd3)
2008-05-18build: remove reference to mkproto.sh from MakefileMichael Adam1-2/+0
No generated prototypes anymore... Michael (This used to be commit 4c7362f2b7ec5e6a60c96925e2c877c5a99a51bc)
2008-05-18libnet: freeze libnet_proto.h from "make proto"Michael Adam1-9/+1
Michael (This used to be commit b455cd1a619a1f1922e2e7bc07f1af246e3201e6)
2008-05-18build: freeze passwd_proto.h from "make proto"Michael Adam1-7/+1
Michael (This used to be commit 00cff301071fe2670e8358195b937de49aa2aa14)
2008-05-18net: freeze net_proto.h from "make proto"Michael Adam1-8/+1
Michael (This used to be commit 673b24052a6864579683e9adb56522a12447abca)
2008-05-18ntlm_auth: freeze ntlm_auth_proto.h from "make proto"Michael Adam1-8/+2
Michael (This used to be commit 35a517315b83aa7ccea34ec725b15c04ceb5e70e)
2008-05-18smbclient: freeze client_proto.h from "make proto"Michael Adam1-8/+2
Michael (This used to be commit f8c0710165ee1ede46d7ed34daa5564d20d3f069)
2008-05-18swat: freeze swat_proto.h from "make proto"Michael Adam1-8/+0
Michael (This used to be commit 372c58cc220efc01af4b90b82b75191296a62e81)
2008-05-18winbindd: freeze winbindd_proto.hMichael Adam1-8/+2
Michael (This used to be commit 467b8f0f4d58fc00d07264c651016087bd00b233)
2008-05-18build: freeze proto.hMichael Adam1-9/+2
Michael (This used to be commit ff7f0cad2eb108daa61a910cd9171ab0811a5f60)
2008-05-09cldap: move out cldap object to fix the build.Günther Deschner1-2/+5
Guenther (This used to be commit 56be9c98d24e64bf855439df21766d30f448f407)
2008-04-30pam_winbind: Fix Bug #5430 (patch from fumiyas@osstech.co.jp).Günther Deschner1-1/+1
Guenther (This used to be commit d8372f73b93d3f323310f5456fef204884c303bb)
2008-04-30build: fix make everything.Günther Deschner1-9/+16
Guenther (This used to be commit d2cd011f4379ed2972c8e4c96f6757961fdceaee)
2008-04-30Next round fixing bug 5420, build on IRIXVolker Lendecke1-2/+1
The IRIX make does not like lines with only whitespace. With LIBNETAPI_LIBS evaluating to nothing this happens there. (This used to be commit 225fbe743c34fa7658f8f2e9daf6f51ec1b6e944)
2008-04-30build: fix some build dependencies.Günther Deschner1-3/+6
Guenther (This used to be commit 067a6931a23631dfb902fb4a180f3c44a5455d51)
2008-04-22libsmbconf: rename text backend smbconf_txt_simple to smbconf_txt.Michael Adam1-1/+1
Michael (This used to be commit dd9fe5aec43e60d554f2580a0699fe6e4cfb5d3c)
2008-04-21winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner1-8/+10
Guenther (This used to be commit 2d6a1c5da64195784b0b102edb268356a24d84b5)
2008-04-17build: add missing dependency for libtdb.so to pam_smbpassMichael Adam1-1/+1
Thanks to Andreas Schneider for noticing. Michael (This used to be commit db708d4004adcd4a75c28d630dbd43b03e40f205)
2008-04-17IDL: build generated nbt code.Günther Deschner1-3/+6
Guenther (This used to be commit 554dcfdab03f9d06f319a3234d56cf44dc38c9da)
2008-04-17IDL: Build nbt.idl always.Günther Deschner1-1/+1
Guenther (This used to be commit 933abaeb321428aa7092a5d87af77b981be6359e)