summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-12Collect all init_lsa_string varients in one place.Günther Deschner1-1/+3
2008-02-12w00t! SAMR server-side conversion to pidl is finished.Günther Deschner1-1/+1
2008-02-12Move some samr init functions around (to allow easier identification of newGünther Deschner1-1/+1
2008-02-08Fix building with "make -j2" or greater by building shared libs first.Michael Adam1-3/+3
2008-02-06Add support for LDAP debug output in Samba log file.Michael Adam1-1/+1
2008-01-31Enable build of pidl generated netlogon server.Günther Deschner1-1/+2
2008-01-31Let _samr_Close() use pidl generated server code.Günther Deschner1-1/+2
2008-01-29Remove include/rpc_ds.h and all references to it completly.Günther Deschner1-1/+1
2008-01-29Remove unused rpc_ds marshalling code that is unused now.Günther Deschner1-1/+1
2008-01-29Finally delete rpccli_ds_enum_domain_trusts() completly.Günther Deschner1-1/+1
2008-01-29Fix the build. Avoid unrequired ndr_print_ads_struct dependencies.Günther Deschner1-4/+4
2008-01-25Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner1-4/+6
2008-01-25Add generated dssetup code after make idl.Günther Deschner1-1/+2
2008-01-24Add winbindd debugging ndr_print helpers.Günther Deschner1-0/+1
2008-01-24Re-run make idl and use generated ndr based on samba4 security.idl (except fo...Günther Deschner1-1/+2
2008-01-21Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.cMichael Adam1-3/+4
2008-01-21Move reg_frontend_hilvl.c to reg_dispatcher.cMichael Adam1-2/+2
2008-01-21Extend/fix comments.Michael Adam1-1/+1
2008-01-21Extract regkey_open_internal() from reg_frontend.c to new reg_util_legacy.cMichael Adam1-0/+1
2008-01-21Rename reg_db.c to reg_backend_db.cMichael Adam1-3/+3
2008-01-21Rename reg_shares.c to reg_backend_shares.cMichael Adam1-1/+1
2008-01-21Rename reg_smbconf.c to reg_backend_smbconf.cMichael Adam1-2/+2
2008-01-21Rename reg_printing.c to reg_backend_printing.cMichael Adam1-1/+1
2008-01-21Makefile.in: Group together registry related object variables.Michael Adam1-22/+25
2008-01-21Makefile.in: extract registry backend objects to common variable.Michael Adam1-9/+16
2008-01-21reg_eventlog.o and reg_perfcount.o are no longer neede for reg_smbconf.Michael Adam1-2/+0
2008-01-20Remove the dynamic registry overlay.Michael Adam1-2/+1
2008-01-20Add a registry backend perflib that replaces the former dynamic overlay.Michael Adam1-0/+1
2008-01-20Add a registry backend current_version that replaces the former dynamic overlay.Michael Adam1-0/+1
2008-01-20Add a registry backend hkpt_params that replaces the former dynamic overlay.Michael Adam1-0/+1
2008-01-20Add a registry backend tcpip_params that replaces the former dynamic overlay.Michael Adam1-0/+1
2008-01-20Add a registry backend prod_options that replaces the former dynamic overlay.Michael Adam1-0/+1