summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Add very basic ntsvcs client to rpcclient.Günther Deschner2008-02-171-2/+2
* Build the generated ntsvcs server (not at all useable yet).Günther Deschner2008-02-171-1/+2
* Use pidl for NTSVCS.Günther Deschner2008-02-171-2/+4
* Remove rpc_parse/parse_net.c and some last unused netlogon headers.Günther Deschner2008-02-171-3/+3
* Finally let our samlogon routines call rpccli_netr_LogonSamLogon internally andGünther Deschner2008-02-171-6/+10
* Add krb5pac IDL from samba4.Günther Deschner2008-02-171-2/+4
* Add missing dependency to libtdb to libnss_wins.soMichael Adam2008-02-171-2/+2
* YES! NETLOGON rpc server side migration to pidl finished.Günther Deschner2008-02-161-1/+1
* Add init_netr_SamInfo3 routine.Günther Deschner2008-02-161-1/+2
* Move the implementation of _winreg_RestoreKey to reg_api.cMichael Adam2008-02-151-5/+6
* Add libtdb dependency to libsmbclient, libsmbsharemodes and libnetapi.Michael Adam2008-02-151-6/+6
* Use -ltdb instead of bin/libtdb.so for linking.Michael Adam2008-02-151-1/+1
* Fix the build on IRIX by placing the object files before the shared libs in l...Michael Adam2008-02-151-4/+4
* Remove libwbclient.a from standard (static) libsmbclient object list.Michael Adam2008-02-151-11/+13
* Add orphaned target smbiconv to "make everything" targets.Michael Adam2008-02-151-1/+1
* Fix linkage of bin/smbiconv by adding needed libs and objects.Michael Adam2008-02-151-3/+3
* Remove useless build-target bin/samtest. (The objects exist no more.)Michael Adam2008-02-151-4/+0
* Fix build of cifs.spnego with libtdb.Michael Adam2008-02-151-2/+2
* Use -ltdb instead of bin/libtdb.so for linking.Michael Adam2008-02-151-1/+1
* 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