summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Fix build of smbumount with shared libtdb.Michael Adam2008-02-151-2/+2
* Fix building smbmount with shared libtdb.Michael Adam2008-02-151-2/+2
* Remove the regfio objects from the ldb commandlin tools object list - unused.Michael Adam2008-02-141-1/+1
* Clean up LIBTDB-related Makefile variables a bitMichael Adam2008-02-141-9/+1
* Create symbols to export in libtdb dynamically from tdb.h.Michael Adam2008-02-141-3/+11
* Add support for building and using shared and static libtdb library.Michael Adam2008-02-141-102/+136
* Link in libnetapi as shared or static library (same mechanism as talloc).Michael Adam2008-02-131-10/+14
* Only use the needed objects for libnetapi.aMichael Adam2008-02-131-2/+2
* auth_winbind: use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-131-3/+2
* Add libreplace objects to libtalloc.so.Michael Adam2008-02-131-1/+1
* Goodbye parse_samr.c, rest in peace - but never come back!Günther Deschner2008-02-131-1/+0
* Fix build: Add missing prerequisites for libwbclient.soMichael Adam2008-02-131-4/+4
* libwbclient: include wb_common.o in libwbclient.aStefan Metzmacher2008-02-131-10/+12
* Fix install: Add creation of include dir to installlibtalloc target.Michael Adam2008-02-131-0/+1
* Add linking -ltalloc to libwbclient.so. Noted by Metze.Michael Adam2008-02-131-2/+2
* Remove some unneded variables: we always build and install some talloc libs.Michael Adam2008-02-131-3/+3
* Put talloc lib targets into variables and uses these.Michael Adam2008-02-131-5/+7
* Add support for linking talloc library statically or dynamically into samba.Michael Adam2008-02-131-4/+4
* Use data from lib/talloc/libtalloc.m4 instead of hard coded data.Michael Adam2008-02-131-3/+4
* Add support for building libtalloc.a and libtalloc.so.Michael Adam2008-02-131-4/+27
* Collect all init_lsa_string varients in one place.Günther Deschner2008-02-121-1/+3
* w00t! SAMR server-side conversion to pidl is finished.Günther Deschner2008-02-121-1/+1
* Move some samr init functions around (to allow easier identification of newGünther Deschner2008-02-121-1/+1
* Fix building with "make -j2" or greater by building shared libs first.Michael Adam2008-02-081-3/+3
* Add support for LDAP debug output in Samba log file.Michael Adam2008-02-061-1/+1
* Enable build of pidl generated netlogon server.Günther Deschner2008-01-311-1/+2
* Let _samr_Close() use pidl generated server code.Günther Deschner2008-01-311-1/+2
* Remove include/rpc_ds.h and all references to it completly.Günther Deschner2008-01-291-1/+1
* Remove unused rpc_ds marshalling code that is unused now.Günther Deschner2008-01-291-1/+1
* Finally delete rpccli_ds_enum_domain_trusts() completly.Günther Deschner2008-01-291-1/+1
* Fix the build. Avoid unrequired ndr_print_ads_struct dependencies.Günther Deschner2008-01-291-4/+4
* Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner2008-01-251-4/+6
* Add generated dssetup code after make idl.Günther Deschner2008-01-251-1/+2
* Add winbindd debugging ndr_print helpers.Günther Deschner2008-01-241-0/+1
* Re-run make idl and use generated ndr based on samba4 security.idl (except fo...Günther Deschner2008-01-241-1/+2
* Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.cMichael Adam2008-01-211-3/+4
* Move reg_frontend_hilvl.c to reg_dispatcher.cMichael Adam2008-01-211-2/+2
* Extend/fix comments.Michael Adam2008-01-211-1/+1
* Extract regkey_open_internal() from reg_frontend.c to new reg_util_legacy.cMichael Adam2008-01-211-0/+1
* Rename reg_db.c to reg_backend_db.cMichael Adam2008-01-211-3/+3
* Rename reg_shares.c to reg_backend_shares.cMichael Adam2008-01-211-1/+1
* Rename reg_smbconf.c to reg_backend_smbconf.cMichael Adam2008-01-211-2/+2
* Rename reg_printing.c to reg_backend_printing.cMichael Adam2008-01-211-1/+1
* Makefile.in: Group together registry related object variables.Michael Adam2008-01-211-22/+25
* Makefile.in: extract registry backend objects to common variable.Michael Adam2008-01-211-9/+16
* reg_eventlog.o and reg_perfcount.o are no longer neede for reg_smbconf.Michael Adam2008-01-211-2/+0
* Remove the dynamic registry overlay.Michael Adam2008-01-201-2/+1
* Add a registry backend perflib that replaces the former dynamic overlay.Michael Adam2008-01-201-0/+1
* Add a registry backend current_version that replaces the former dynamic overlay.Michael Adam2008-01-201-0/+1
* Add a registry backend hkpt_params that replaces the former dynamic overlay.Michael Adam2008-01-201-0/+1