summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2008-02-28Remove unused display_ds_domain_controller_info() function.Günther Deschner1-3/+2
2008-02-27remove unused unixinfo.idl and generated filesStefan Metzmacher1-6/+2
2008-02-26Add libnet_join.idl to the IDL files to be processed by "make idl".Michael Adam1-1/+1
2008-02-21Fix the build on irix: Prevent empty line in TDB_OBJMichael Adam1-2/+2
2008-02-20Fix build with static libs: place tdb static lib after tdb-util objects.Michael Adam1-2/+3
2008-02-19build: change selftest_prefix from ./ to ./st .Michael Adam1-3/+3
2008-02-19Makefile.in: Rework registry-related object collections.Michael Adam1-45/+40
2008-02-19Use linbet_conf code in loadparm's registry handling.Michael Adam1-22/+36
2008-02-19Remove unused marshalling for LSA_LOOKUP_SIDS/2/3.Günther Deschner1-1/+1
2008-02-19Yippie! LSARPC server-side migration to pidl finished.Günther Deschner1-1/+1
2008-02-18Create missing link for libnetapi.so.0Michael Adam1-0/+1
2008-02-17Add very basic ntsvcs client to rpcclient.Günther Deschner1-2/+2
2008-02-17Build the generated ntsvcs server (not at all useable yet).Günther Deschner1-1/+2
2008-02-17Use pidl for NTSVCS.Günther Deschner1-2/+4
2008-02-17Remove rpc_parse/parse_net.c and some last unused netlogon headers.Günther Deschner1-3/+3
2008-02-17Finally let our samlogon routines call rpccli_netr_LogonSamLogon internally andGünther Deschner1-6/+10
2008-02-17Add krb5pac IDL from samba4.Günther Deschner1-2/+4
2008-02-17Add missing dependency to libtdb to libnss_wins.soMichael Adam1-2/+2
2008-02-16YES! NETLOGON rpc server side migration to pidl finished.Günther Deschner1-1/+1
2008-02-16Add init_netr_SamInfo3 routine.Günther Deschner1-1/+2
2008-02-15Move the implementation of _winreg_RestoreKey to reg_api.cMichael Adam1-5/+6
2008-02-15Add libtdb dependency to libsmbclient, libsmbsharemodes and libnetapi.Michael Adam1-6/+6
2008-02-15Use -ltdb instead of bin/libtdb.so for linking.Michael Adam1-1/+1
2008-02-15Fix the build on IRIX by placing the object files before the shared libs in l...Michael Adam1-4/+4
2008-02-15Remove libwbclient.a from standard (static) libsmbclient object list.Michael Adam1-11/+13
2008-02-15Add orphaned target smbiconv to "make everything" targets.Michael Adam1-1/+1
2008-02-15Fix linkage of bin/smbiconv by adding needed libs and objects.Michael Adam1-3/+3
2008-02-15Remove useless build-target bin/samtest. (The objects exist no more.)Michael Adam1-4/+0
2008-02-15Fix build of cifs.spnego with libtdb.Michael Adam1-2/+2
2008-02-15Use -ltdb instead of bin/libtdb.so for linking.Michael Adam1-1/+1
2008-02-15Fix build of smbumount with shared libtdb.Michael Adam1-2/+2
2008-02-15Fix building smbmount with shared libtdb.Michael Adam1-2/+2
2008-02-14Remove the regfio objects from the ldb commandlin tools object list - unused.Michael Adam1-1/+1
2008-02-14Clean up LIBTDB-related Makefile variables a bitMichael Adam1-9/+1
2008-02-14Create symbols to export in libtdb dynamically from tdb.h.Michael Adam1-3/+11
2008-02-14Add support for building and using shared and static libtdb library.Michael Adam1-102/+136
2008-02-13Link in libnetapi as shared or static library (same mechanism as talloc).Michael Adam1-10/+14
2008-02-13Only use the needed objects for libnetapi.aMichael Adam1-2/+2
2008-02-13auth_winbind: use wbcAuthenticateUserEx()Stefan Metzmacher1-3/+2
2008-02-13Add libreplace objects to libtalloc.so.Michael Adam1-1/+1
2008-02-13Goodbye parse_samr.c, rest in peace - but never come back!Günther Deschner1-1/+0
2008-02-13Fix build: Add missing prerequisites for libwbclient.soMichael Adam1-4/+4
2008-02-13libwbclient: include wb_common.o in libwbclient.aStefan Metzmacher1-10/+12
2008-02-13Fix install: Add creation of include dir to installlibtalloc target.Michael Adam1-0/+1
2008-02-13Add linking -ltalloc to libwbclient.so. Noted by Metze.Michael Adam1-2/+2
2008-02-13Remove some unneded variables: we always build and install some talloc libs.Michael Adam1-3/+3
2008-02-13Put talloc lib targets into variables and uses these.Michael Adam1-5/+7
2008-02-13Add support for linking talloc library statically or dynamically into samba.Michael Adam1-4/+4
2008-02-13Use data from lib/talloc/libtalloc.m4 instead of hard coded data.Michael Adam1-3/+4
2008-02-13Add support for building libtalloc.a and libtalloc.so.Michael Adam1-4/+27