summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* netapi: add NetShareAdd skeleton.Günther Deschner2008-08-291-1/+2
* Move idmap_cache.c from winbindd/ to lib/Volker Lendecke2008-08-261-2/+2
* build: make sure to create CODEPAGEDIR and MODULESDIR.Günther Deschner2008-08-261-1/+1
* cifs.upcall: move default install location to EPREFIX/sbinJeff Layton2008-08-211-4/+4
* build: add [clean_]libsmbclient_examples targets to top level MakefileMichael Adam2008-08-211-0/+11
* build: auto-generate symbols for libsmbsharemodes.Michael Adam2008-08-201-2/+5
* build: autogenerate symbols for libsmbclient.soMichael Adam2008-08-201-2/+5
* build: remove duplicated and hardcoded definition of LIBSMBSHAREMODESMichael Adam2008-08-201-2/+0
* build: rename LIBNETAPI_OBJ1 to LIBNETAPI_OBJ0 for consistency.Michael Adam2008-08-201-4/+4
* build: fix linking cifs.upcall when nscd_flush_cache() is found.Michael Adam2008-08-191-1/+1
* configure: Add --with-modulesdir to accompany --with-libdir.Michael Adam2008-08-151-9/+12
* Makefile: print codepagedir in "make showlayout".Michael Adam2008-08-151-0/+1
* build: fix a typo in the installlibtalloc rule.Michael Adam2008-08-151-1/+1
* Revert "Add a gpfs_prefetch module"Michael Adam2008-08-141-5/+0
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-1/+1
* Add a gpfs_prefetch moduleVolker Lendecke2008-08-131-0/+5
* use variables for files used in multiple placesHerb Lewis2008-08-121-17/+19
* Add simple async wrappers around send, recv and connectVolker Lendecke2008-08-081-0/+1
* libnetapi: fix build of shared library after libnet_join changes.Michael Adam2008-08-061-1/+2
* Make DSO_EXPORTS_CMD regexp more POSIX compliantZach Loafman2008-07-221-1/+1
* Add --enable-picky-developerZach Loafman2008-07-221-2/+2
* netapi: add ConvertSidToStringSid() for convenience of the callers.Günther Deschner2008-07-171-1/+2
* This patchset comprises a number of cleanups for the cifs upcallJeremy Allison2008-07-161-10/+10
* Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman2008-07-161-101/+108
|\
| * build: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WINBIND_EXTRA_LIBS@ in r...Michael Adam2008-07-141-1/+2
| * build: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_NSS_PTHREAD@ in rules.Michael Adam2008-07-141-1/+2
| * build: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIND_NSS_EXTRA_LIBS@ in r...Michael Adam2008-07-141-1/+2
| * build: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.Michael Adam2008-07-141-1/+1
| * build: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS@ in rules.Michael Adam2008-07-141-1/+2
| * build: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_SHARED@Michael Adam2008-07-141-6/+6
| * build: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@ in rules.Michael Adam2008-07-141-52/+53
| * build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules.Michael Adam2008-07-141-62/+63
| * build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.Michael Adam2008-07-141-47/+48
| * build: use $(WINBIND_LIBS) instead of @WINBIND_LIBS@ in rules.Michael Adam2008-07-141-21/+21
* | Static libsmbclient library needs to include all objectsDerrell Lipman2008-07-161-2/+2
|/
* build: fix build of libaddns shared lib : it needs socket_wrapper.Michael Adam2008-07-111-1/+1
* build: remove SHLIBS variable, and distribute deps for shlibs and test_shlibs...Michael Adam2008-07-101-16/+10
* build: create a new uninstalllibs target and use it in "make uninstall"Michael Adam2008-07-101-1/+8
* build: distribute the libs target over the library-specific sections.Michael Adam2008-07-101-2/+7
* build: use the libs target instead of the LIBRARIES variable as dependecy for...Michael Adam2008-07-101-1/+1
* build: distribute the cleanlibs target over the library-specific sections.Michael Adam2008-07-101-7/+8
* build: introduce a installibs target and use it in "make install"Michael Adam2008-07-101-4/+8
* build: move definition of LIBADDNS_OBJ back up to LIBADDNS_OBJ0Michael Adam2008-07-081-1/+1
* build: fix build of smbget by moving LIBSMBCLIENT_OBJ* defs up againMichael Adam2008-07-081-22/+22
* build: fix creation of libsmbclient.a - don't link in libtalloc.aMichael Adam2008-07-071-5/+7
* build: fix creation of libaddns.a - don't link in libtalloc.aMichael Adam2008-07-071-2/+2
* build: fix creation of libsmbsharemodes.a - don't link in libtdb.a.Michael Adam2008-07-071-3/+5
* build: set SONAME version of libraries from configure, not using library-vers...Michael Adam2008-07-071-7/+7
* build: combine the cleanlibfoo targets to one cleanlibs targetMichael Adam2008-07-071-1/+9
* build: fix shlibs target after internal changes, add libs target.Michael Adam2008-07-071-3/+13