Add --enable-picky-developer
[ira/wip.git] / source3 / Makefile.in
2008-07-22 Zach LoafmanAdd --enable-picky-developer
2008-07-17 Günther Deschnernetapi: add ConvertSidToStringSid() for convenience...
2008-07-17 Jeremy AllisonThis patchset comprises a number of cleanups for the...
2008-07-16 Derrell LipmanMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-07-16 Derrell LipmanStatic libsmbclient library needs to include all objects
2008-07-14 Michael Adambuild: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WI...
2008-07-14 Michael Adambuild: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_N...
2008-07-14 Michael Adambuild: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIN...
2008-07-14 Michael Adambuild: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.
2008-07-14 Michael Adambuild: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS...
2008-07-14 Michael Adambuild: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_...
2008-07-14 Michael Adambuild: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@...
2008-07-14 Michael Adambuild: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS...
2008-07-14 Michael Adambuild: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.
2008-07-14 Michael Adambuild: use $(WINBIND_LIBS) instead of @WINBIND_LIBS...
2008-07-11 Michael Adambuild: fix build of libaddns shared lib : it needs...
2008-07-10 Michael Adambuild: remove SHLIBS variable, and distribute deps...
2008-07-10 Michael Adambuild: create a new uninstalllibs target and use it...
2008-07-10 Michael Adambuild: distribute the libs target over the library...
2008-07-10 Michael Adambuild: use the libs target instead of the LIBRARIES...
2008-07-10 Michael Adambuild: distribute the cleanlibs target over the library...
2008-07-10 Michael Adambuild: introduce a installibs target and use it in...
2008-07-08 Michael Adambuild: move definition of LIBADDNS_OBJ back up to LIBAD...
2008-07-08 Michael Adambuild: fix build of smbget by moving LIBSMBCLIENT_OBJ...
2008-07-07 Michael Adambuild: fix creation of libsmbclient.a - don't link...
2008-07-07 Michael Adambuild: fix creation of libaddns.a - don't link in libta...
2008-07-07 Michael Adambuild: fix creation of libsmbsharemodes.a - don't link...
2008-07-07 Michael Adambuild: set SONAME version of libraries from configure...
2008-07-07 Michael Adambuild: combine the cleanlibfoo targets to one cleanlibs...
2008-07-07 Michael Adambuild: fix shlibs target after internal changes, add...
2008-07-07 Michael Adambuild: remove the SONAME_VER variable - not used anymore.
2008-07-07 Michael Adambuild: fix typo in use of cleanlibsmbclient target
2008-07-07 Michael Adambuild: add a cleanlibaddns target and use it in "make...
2008-07-07 Michael Adambuild: handle libaddns by SMB_LIBRARY() and correctly...
2008-07-07 Michael Adambuild: move LIBADDNS_OBJ0 up again -- needed for NET_OB...
2008-07-07 Michael Adambuild: move libaddns related bits to the libaddns secti...
2008-07-07 Michael Adambuild: create cleanlibsmbsharemodes target and use...
2008-07-07 Michael Adambuild: handle libsmbsharemodes by SMB_LIBRARY() and...
2008-07-07 Michael Adambuild: move libsmbsharemodes related vars and targets...
2008-07-07 Michael Adambuild: add structuring comment for libbigballofmud
2008-07-07 Michael Adambuild: add cleanlibsmbclient target and use it in make...
2008-07-07 Michael Adambuild: handle libsmbclient by SMB_LIBRARY() and correct...
2008-07-07 Michael Adambuild: slightly change and extend the logic of SMB_LIBR...
2008-07-07 Michael Adambuild: rename (un)installclientlib to (un)installlibsmb...
2008-07-07 Michael Adambuild: move libsmbclient related variables and targets...
2008-07-07 Michael Adambuild: move definition of SHLIBS to libraries section
2008-07-07 Michael Adambuild: add a cleanlibwbclient target to Makefile.in...
2008-07-07 Michael Adambuild: add uninstalllibwbclient to Makefile.in and...
2008-07-07 Michael Adambuild: fix the installlibwbclient target to use defined...
2008-07-07 Michael Adambuild: fix creation of libwbclient shared lib by cratin...
2008-07-07 Michael Adambuild: move libwbclient related target to libwbclient...
2008-07-07 Michael Adambuild: move libtdb target further down following common...
2008-07-07 Michael Adambuild: fix uninstalllibnetapi target - handle symlink...
2008-07-07 Michael Adambuild: fix installlibnetapi target - install symlink...
2008-07-07 Michael Adambuild: add a cleanlibnetapi target and use it in make...
2008-07-07 Michael Adambuild: fix creation of the libnetapi shared lib: create...
2008-07-07 Michael Adambuild: move libnetapi related definitions and targets...
2008-07-07 Michael Adambuild: add an uninstalllibtdb target.
2008-07-07 Michael Adambuild: fix the installlibtdb target to install the...
2008-07-07 Michael Adambuild: create a cleanlibtdb target and use it in target...
2008-07-07 Michael Adambuild: fix creation of the libtdb shared library.
2008-07-07 Michael Adambuild: move libtdb related definitions and targets...
2008-07-07 Michael Adambuild: move all libtalloc related definitions into...
2008-07-07 Michael Adambuild: move top level targets for the libs into the...
2008-07-07 Michael Adambuild: add more structuring comments to Makefile.in
2008-07-07 Michael Adambuild: add structuring comments for libraries and libta...
2008-07-07 Michael Adambuild: fix installlibtalloc to not install symlink...
2008-07-07 Michael Adambuild: move libtalloc related targets together.
2008-07-07 Michael Adambuild: add a cleanlibtalloc target.
2008-07-07 Michael Adambuild: add an uninstalllibtalloc target
2008-07-07 Michael Adambuild: fix creation of link libtalloc.so on some systems.
2008-07-07 Michael Adambuild: fix the installlibtalloc target to install SONAM...
2008-07-07 Michael Adambuild: fix creation of talloc shared lib.
2008-07-07 Michael Adambuild: add ability to use library files of the form...
2008-07-01 Günther Deschnernet_vampire: add code to vampire to a Kerberos keytab...
2008-06-27 Karolin SeegerRevert "build: add symbol versioning when we build...
2008-06-26 Günther Deschnernet_vampire: separate keytab code from samsync code.
2008-06-26 Günther Deschnerdrsuapi: rerun make idl and add drsblobs generated...
2008-06-26 Günther Deschnerdrsuapi: add drsblobs.idl from samba4.
2008-06-24 Günther Deschnernet_vampire: add basic libnet_dssync() infrastructure.
2008-06-24 Günther Deschnernet_vampire: add code to vampire a SAM database to...
2008-06-23 Günther Deschnernet_vampire: move out display routines to one file.
2008-06-23 Günther Deschnernet_vampire: move out passdb routines to one file.
2008-06-18 Jeremy AllisonFix 'make distclean'. delheaders: no longer exists...
2008-06-17 Günther Deschnernet_vampire: move ldif code out of net_rpc_samsync.c
2008-06-13 Günther Deschnersamsync: add samsync_fix_delta_array()
2008-06-09 Volker Lendeckeshrink ldbtools
2008-06-02 Günther Deschnernetapi: add NetLocalGroupAdd() skeleton.
2008-06-02 Günther Deschnernetapi: add libnetapi_samr_open_domain().
2008-06-02 Günther Deschnerlibnetapi: add dummy implementation for NetGroupAdd...
2008-05-23 Michael Adambuild: combine LIB_WITHOUT_PROTO_OBJ and LIB_WITH_PROTO...
2008-05-23 Michael Adambuild: remove PROTO_OBJ from Makefile.in - it is not...
2008-05-23 Günther Deschnerdrsuapi: add very basic drsuapi rpcclient command set.
2008-05-23 Günther Deschnerdrsuapi: fix the build.
2008-05-23 Günther DeschnerRevert "drsuapi: fix the build."
2008-05-23 Günther Deschnerdrsuapi: fix the build.
2008-05-23 Günther Deschnerdrsuapi: add all code required for our drsuapi rpc...
2008-05-23 Stefan Metzmacherbuild: add symbol versioning when we build with gnu ld
2008-05-23 Stefan Metzmacherbuild: autogenerate exports/libwbclient.syms
2008-05-23 Stefan Metzmacherbuild: autogenerate exports/libtalloc.syms
next