mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog
[metze/samba/wip.git] / source / Makefile.in
2008-11-06 Jeff Laytonmount.cifs: use lock/unlock_mtab scheme from util-linux...
2008-10-27 Michael Adambuild: fix bug #5765 - fix installlibs on solaris by...
2008-10-27 Michael Adambuild: fix bug #5677 - fix test_{shlibs,nss_modules...
2008-09-24 Holger HetterichSMB traffic analyzer vfs module from Holger Hetterich...
2008-09-18 Günther Deschnerbuild: don't install the cifs.upcall binary twice.
2008-09-12 Jeff Laytoncifs.upcall: move default install location to EPREFIX...
2008-08-26 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-08-20 Michael Adambuild: rename LIBNETAPI_OBJ1 to LIBNETAPI_OBJ0 for...
2008-08-19 Michael Adambuild: fix linking cifs.upcall when nscd_flush_cache...
2008-08-17 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-08-16 Jeremy AllisonThis patchset comprises a number of cleanups for the...
2008-08-15 Michael Adambuild: fix a typo in the installlibtalloc rule.
2008-08-15 Derrell LipmanStatic libsmbclient library needs to include all objects
2008-08-15 Michael Adambuild: fix build of libaddns shared lib : it needs...
2008-08-14 Zach LoafmanMake DSO_EXPORTS_CMD regexp more POSIX compliant
2008-08-14 Michael Adambuild: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WI...
2008-08-14 Michael Adambuild: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_N...
2008-08-14 Michael Adambuild: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIN...
2008-08-14 Michael Adambuild: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.
2008-08-14 Michael Adambuild: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS...
2008-08-14 Michael Adambuild: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_...
2008-08-14 Michael Adambuild: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@...
2008-08-14 Michael Adambuild: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS...
2008-08-14 Michael Adambuild: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.
2008-08-14 Michael Adambuild: use $(WINBIND_LIBS) instead of @WINBIND_LIBS...
2008-08-14 Michael Adambuild: remove SHLIBS variable, and distribute deps...
2008-08-14 Michael Adambuild: create a new uninstalllibs target and use it...
2008-08-14 Michael Adambuild: distribute the libs target over the library...
2008-08-14 Michael Adambuild: use the libs target instead of the LIBRARIES...
2008-08-14 Michael Adambuild: distribute the cleanlibs target over the library...
2008-08-14 Michael Adambuild: introduce a installibs target and use it in...
2008-08-14 Michael Adambuild: move definition of LIBADDNS_OBJ back up to LIBAD...
2008-08-14 Michael Adambuild: fix build of smbget by moving LIBSMBCLIENT_OBJ...
2008-08-14 Michael Adambuild: fix creation of libsmbclient.a - don't link...
2008-08-14 Michael Adambuild: fix creation of libaddns.a - don't link in libta...
2008-08-14 Michael Adambuild: fix creation of libsmbsharemodes.a - don't link...
2008-08-14 Michael Adambuild: set SONAME version of libraries from configure...
2008-08-14 Michael Adambuild: combine the cleanlibfoo targets to one cleanlibs...
2008-08-14 Michael Adambuild: fix shlibs target after internal changes, add...
2008-08-14 Michael Adambuild: remove the SONAME_VER variable - not used anymore.
2008-08-14 Michael Adambuild: fix typo in use of cleanlibsmbclient target
2008-08-14 Michael Adambuild: add a cleanlibaddns target and use it in "make...
2008-08-14 Michael Adambuild: handle libaddns by SMB_LIBRARY() and correctly...
2008-08-14 Michael Adambuild: move LIBADDNS_OBJ0 up again -- needed for NET_OB...
2008-08-14 Michael Adambuild: move libaddns related bits to the libaddns secti...
2008-08-14 Michael Adambuild: create cleanlibsmbsharemodes target and use...
2008-08-14 Michael Adambuild: handle libsmbsharemodes by SMB_LIBRARY() and...
2008-08-14 Michael Adambuild: move libsmbsharemodes related vars and targets...
2008-08-14 Michael Adambuild: add structuring comment for libbigballofmud
2008-08-14 Michael Adambuild: add cleanlibsmbclient target and use it in make...
2008-08-14 Michael Adambuild: handle libsmbclient by SMB_LIBRARY() and correct...
2008-08-14 Michael Adambuild: slightly change and extend the logic of SMB_LIBR...
2008-08-14 Michael Adambuild: rename (un)installclientlib to (un)installlibsmb...
2008-08-14 Michael Adambuild: move libsmbclient related variables and targets...
2008-08-14 Michael Adambuild: move definition of SHLIBS to libraries section
2008-08-14 Michael Adambuild: add a cleanlibwbclient target to Makefile.in...
2008-08-14 Michael Adambuild: add uninstalllibwbclient to Makefile.in and...
2008-08-14 Michael Adambuild: fix the installlibwbclient target to use defined...
2008-08-14 Michael Adambuild: fix creation of libwbclient shared lib by cratin...
2008-08-14 Michael AdamRevert "build: fix creation of libsmbsharemodes.a ...
2008-08-14 Michael AdamRevert "build: fix creation of libsmbclient.a - don...
2008-08-14 Michael AdamRevert "build: fix creation of libaddns.a - don't link...
2008-08-14 Michael AdamRevert "build: fix build on systems with picky make...
2008-08-14 Michael AdamRevert "build: use $(POPT_LIBS) instad of @POPT_LIBS...
2008-08-14 Michael AdamRevert "build: use $(LIBTALLOC_LIBS) instead of @LIBTAL...
2008-08-14 Michael AdamRevert "build: use $(LIBTDB_LIBS) instead of @LIBTDB_LI...
2008-08-14 Michael AdamRevert "build: link in $(WINBIND_LIBS) instead of ...
2008-08-14 Michael AdamRevert "build: use $(LIBNETAPI_LIBS) instead of @LIBNET...
2008-08-14 Michael AdamRevert "build: use $(LDAP_LIBS) instead of @LDAP_LIBS...
2008-08-14 Michael AdamRevert "build: use $(WINBIND_NSS_EXTRA_LIBS) instead...
2008-08-14 Michael AdamRevert "build: use $(WINBIND_NSS_PTHREAD) instead of...
2008-08-14 Michael AdamRevert "build: use $(PAM_WINBIND_EXTRA_LIBS) instead...
2008-08-14 Michael Adambuild: move libwbclient related target to libwbclient...
2008-08-14 Michael Adambuild: move libtdb target further down following common...
2008-08-14 Michael Adambuild: fix uninstalllibnetapi target - handle symlink...
2008-08-14 Michael Adambuild: fix installlibnetapi target - install symlink...
2008-08-14 Michael Adambuild: add a cleanlibnetapi target and use it in make...
2008-08-14 Michael Adambuild: fix creation of the libnetapi shared lib: create...
2008-08-14 Michael Adambuild: move libnetapi related definitions and targets...
2008-08-14 Michael Adambuild: add an uninstalllibtdb target.
2008-08-14 Michael Adambuild: fix the installlibtdb target to install the...
2008-08-14 Michael Adambuild: create a cleanlibtdb target and use it in target...
2008-08-14 Michael Adambuild: fix creation of the libtdb shared library.
2008-08-14 Michael Adambuild: move libtdb related definitions and targets...
2008-08-14 Michael Adambuild: move all libtalloc related definitions into...
2008-08-14 Michael Adambuild: move top level targets for the libs into the...
2008-08-14 Michael Adambuild: add more structuring comments to Makefile.in
2008-08-14 Michael Adambuild: add a "make shlibs" target to build all the...
2008-08-14 Michael Adambuild: add structuring comments for libraries and libta...
2008-08-14 Michael Adambuild: fix installlibtalloc to not install symlink...
2008-08-14 Michael Adambuild: move libtalloc related targets together.
2008-08-14 Michael Adambuild: add a cleanlibtalloc target.
2008-08-14 Michael Adambuild: add an uninstalllibtalloc target
2008-08-14 Michael Adambuild: fix creation of link libtalloc.so on some systems.
2008-08-14 Michael Adambuild: fix the installlibtalloc target to install SONAM...
2008-08-14 Michael Adambuild: fix creation of talloc shared lib.
2008-08-14 Michael Adambuild: add ability to use library files of the form...
2008-08-14 Jelmer VernooijAdd double-colon where it makes sense.
2008-08-14 Michael AdamRevert "build: fix bug #5608: link creation for libtall...
2008-07-14 Michael Adambuild: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WI...
next