Fix from Martin Zielinski <mz@seh.de>. Don't delete files when
[samba.git] / source / configure.in
2008-04-22 Michael Adamconfigure: fix a comment typo
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-16 Björn Jackeadd AC_TRY_RUN_STRICT support for Sun Studio compiler
2008-04-16 Gerald W. CarterFix out of tree build. Remove the embedded srcdir...
2008-04-13 Günther Deschnergpo: add scripts plugin.
2008-04-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-04-12 Michael Adamlibnetapi: fix dependency problem by linking libnetapi...
2008-04-01 Michael Adamconfigure: be more portable, use 'printf "%s"' instead...
2008-03-24 Gerald (Jerry) CarterFix libtdb some to move back towards allowing out of...
2008-03-21 Günther DeschnerRemove remaining old srvsvc client and server rpc code...
2008-03-09 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-08 Volker LendeckeBuild aio_fork by default
2008-03-07 Simo SorceEnable use of Relocations Read-Only, if supported,...
2008-03-06 Stefan MetzmacherMerge commit 'origin/v3-2-stable' into v3-2-test
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-03-05 Günther DeschnerRevert "Make sure to generate pkgconfig files for libtd...
2008-03-05 Günther DeschnerMake sure to generate pkgconfig files for libtdb and...
2008-02-29 Günther DeschnerAdd "registry" Group Policy extension.
2008-02-29 Günther DeschnerAdd Group Policy extension infrastructure.
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-29 Volker LendeckeAttempt to fix the build
2008-02-29 Stefan Metzmacherconfigure: only build vfs_syncops if dirfd() is available
2008-02-29 Stefan Metzmacherconfigure: Remove lib/repdir.c and related stuff
2008-02-29 Volker LendeckeAdd vfs_aio_fork
2008-02-28 Karolin SeegerRemove smbmount.
2008-02-26 Michael Adamconfigure: put swat-part of config into m4-include...
2008-02-25 Volker LendeckeFix inotify detection
2008-02-24 Michael AdamFix aix-build of libtalloc.so by exporting all necessar...
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-21 Michael AdamMove the definition of SMB_LIBRARY to aclocal.m4.
2008-02-21 Michael Adamconfigure: Abstract configuration of internal libs...
2008-02-21 Volker Lendeckefix typo
2008-02-21 Michael AdamRemove check for secure mkstemp from configure.in.
2008-02-21 Michael AdamRemove mmap check from configure.in
2008-02-20 Michael Adamconfigure: add --enable-shared-libs to control overall...
2008-02-20 Michael Adamconfigure: Move assemblage of samba version strings...
2008-02-20 Michael AdamRemove checks for ino_t, loff_t, offset_t, and comparis...
2008-02-20 Michael AdamRemove tests for vsnprintf snprintf asprintf vasprintf...
2008-02-19 Michael AdamRemove the getifaddrs checks from configure.in: they...
2008-02-19 Michael Adamconfigure: Use SAMBA_CONFIGURE_CPPFLAGS for AC_LIBREPLA...
2008-02-19 Michael Adamconfigure: Move path (and debug) checks to an m4 includ...
2008-02-19 Michael Adambuild: change selftest_prefix from ./ to ./st .
2008-02-19 Michael Adamconfigure: move debug check to developer check
2008-02-19 Michael Adamconfigure: Also set debug=yes for --enable-developer...
2008-02-19 Michael Adamconfigure: add default for developer and krb5developer
2008-02-19 Michael Adamconfigure: move more developer/test related checks...
2008-02-19 Michael AdamMove the --enable-debug check up above all compiler...
2008-02-19 Michael Adamconfigure: Introduce "debug" variable set to yes by...
2008-02-19 Michael Adamconfigure: move AC_SUBST's of certain directories to...
2008-02-19 Michael AdamMove AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more...
2008-02-19 Michael Adamconfigure.in: move definition of build dir up.
2008-02-19 Günther DeschnerYippie! LSARPC server-side migration to pidl finished.
2008-02-17 Günther DeschnerBuild the generated ntsvcs server (not at all useable...
2008-02-16 Günther DeschnerYES! NETLOGON rpc server side migration to pidl finished.
2008-02-14 Michael AdamAdd support for building and using shared and static...
2008-02-14 Michael AdamFix a typo.
2008-02-13 Michael AdamTry and fix the Darwin build with dynamic libs.
2008-02-13 Michael AdamRemove --enable-libwbclient-shared , use --with-static...
2008-02-13 Michael AdamUse --with-static-libs=libtalloc instead of --with...
2008-02-13 Michael AdamLink in libnetapi as shared or static library (same...
2008-02-13 Michael AdamAdd -L./bin to LDFLAGS when building shared libs.
2008-02-13 Michael AdamChange hand written configure help strings to use AS_HE...
2008-02-13 Michael AdamUse AS_HELP_STRING instead of (deprecated) AC_HELP_STRING.
2008-02-13 Michael AdamFix some comment typos.
2008-02-13 Michael AdamRemove some unneded variables: we always build and...
2008-02-13 Michael AdamPut talloc lib targets into variables and uses these.
2008-02-13 Michael AdamSimplify code by moving duplicate assignment to common...
2008-02-13 Michael AdamAdd support for linking talloc library statically or...
2008-02-13 Michael AdamUse data from lib/talloc/libtalloc.m4 instead of hard...
2008-02-13 Michael AdamMove the AC_LIBREPLACE_CC_CHECKS up before building...
2008-02-13 Michael AdamAdd support for building libtalloc.a and libtalloc.so.
2008-02-12 Günther Deschnerw00t! SAMR server-side conversion to pidl is finished.
2008-02-06 Michael AdamAdd configure check for LBER_LOG_PRINT_FN - to intercep...
2008-02-06 Michael AdamDon't use the deprecated form of AC_INIT.
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-01 Volker LendeckeNetBSD defines innetgr() in <netgroup.h>
2008-01-31 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-31 Günther DeschnerLet _samr_Close() use pidl generated server code.
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-25 Günther DeschnerUse generated DSSETUP client & server rpc functions...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-21 Volker LendeckeLink smbd on AIX with -bexpfull instead of -bexpall
2008-01-19 Volker Lendeckevfs_streams_depot
2008-01-19 Volker Lendeckevfs_streams_xattr module
2008-01-18 Stefan MetzmacherRevert "Host SerNet-AIX has __ss_family instead of...
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'ctdb-merge' into v3-2-test
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyEnable building of VFS modules: vfs_tsmsm, vfs_shadowco...
2008-01-16 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-15 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-15 Volker Lendeckerename vfs_ea_tdb to vfs_xattr_tdb
2008-01-15 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-15 Volker LendeckeImplement vfs_ea_tdb
2008-01-15 Stefan Metzmacherlibwbclient: add wbclient.pc.in
next