Age | Commit message (Expand) | Author | Files | Lines |
2008-04-22 | configure: fix a comment typo | Michael Adam | 1 | -1/+1 |
2008-04-16 | add AC_TRY_RUN_STRICT support for Sun Studio compiler | Björn Jacke | 1 | -0/+12 |
2008-04-16 | Fix out of tree build. Remove the embedded srcdir path from talloc and tdb. | Gerald W. Carter | 1 | -2/+2 |
2008-04-13 | gpo: add scripts plugin. | Günther Deschner | 1 | -0/+1 |
2008-04-12 | libnetapi: fix dependency problem by linking libnetapi statically (internally) | Michael Adam | 1 | -0/+7 |
2008-04-01 | configure: be more portable, use 'printf "%s"' instead of "echo -n" | Michael Adam | 1 | -1/+1 |
2008-03-24 | Fix libtdb some to move back towards allowing out of tree builds | Gerald (Jerry) Carter | 1 | -1/+1 |
2008-03-21 | Remove remaining old srvsvc client and server rpc code entirely. | Günther Deschner | 1 | -3/+3 |
2008-03-08 | Build aio_fork by default | Volker Lendecke | 1 | -0/+7 |
2008-03-07 | Enable use of Relocations Read-Only, if supported, for enhanced security. | Simo Sorce | 1 | -0/+27 |
2008-03-05 | Revert "Make sure to generate pkgconfig files for libtdb and libtalloc." | Günther Deschner | 1 | -2/+0 |
2008-03-05 | Make sure to generate pkgconfig files for libtdb and libtalloc. | Günther Deschner | 1 | -0/+2 |
2008-02-29 | Add "registry" Group Policy extension. | Günther Deschner | 1 | -0/+2 |
2008-02-29 | Add Group Policy extension infrastructure. | Günther Deschner | 1 | -0/+2 |
2008-02-29 | Attempt to fix the build | Volker Lendecke | 1 | -5/+0 |
2008-02-29 | configure: only build vfs_syncops if dirfd() is available | Stefan Metzmacher | 1 | -1/+6 |
2008-02-29 | configure: Remove lib/repdir.c and related stuff | Stefan Metzmacher | 1 | -18/+0 |
2008-02-29 | Add vfs_aio_fork | Volker Lendecke | 1 | -0/+51 |
2008-02-28 | Remove smbmount. | Karolin Seeger | 1 | -26/+0 |
2008-02-26 | configure: put swat-part of config into m4-include file of its own. | Michael Adam | 1 | -16/+1 |
2008-02-25 | Fix inotify detection | Volker Lendecke | 1 | -1/+1 |
2008-02-24 | Fix aix-build of libtalloc.so by exporting all necessary symbols. | Michael Adam | 1 | -1/+1 |
2008-02-21 | Move the definition of SMB_LIBRARY to aclocal.m4. | Michael Adam | 1 | -67/+0 |
2008-02-21 | configure: Abstract configuration of internal libs into an m4 macro. | Michael Adam | 1 | -125/+45 |
2008-02-21 | fix typo | Volker Lendecke | 1 | -1/+1 |
2008-02-21 | Remove check for secure mkstemp from configure.in. | Michael Adam | 1 | -22/+0 |
2008-02-21 | Remove mmap check from configure.in | Michael Adam | 1 | -7/+0 |
2008-02-20 | configure: add --enable-shared-libs to control overall internal use of shared... | Michael Adam | 1 | -3/+32 |
2008-02-20 | configure: Move assemblage of samba version strings to m4 include file. | Michael Adam | 1 | -19/+1 |
2008-02-20 | Remove checks for ino_t, loff_t, offset_t, and comparison_fn_t from configure... | Michael Adam | 1 | -5/+0 |
2008-02-20 | Remove tests for vsnprintf snprintf asprintf vasprintf and va_copy from confi... | Michael Adam | 1 | -53/+1 |
2008-02-20 | Remove the getifaddrs checks from configure.in: they are now in lib/replace. | Michael Adam | 1 | -96/+0 |
2008-02-20 | configure: Use SAMBA_CONFIGURE_CPPFLAGS for AC_LIBREPLACE_BROKEN_CHECKS. | Michael Adam | 1 | -0/+5 |
2008-02-19 | configure: Move path (and debug) checks to an m4 include file check_path.m4. | Michael Adam | 1 | -306/+1 |
2008-02-19 | build: change selftest_prefix from ./ to ./st . | Michael Adam | 1 | -1/+1 |
2008-02-19 | configure: move debug check to developer check | Michael Adam | 1 | -9/+9 |
2008-02-19 | configure: Also set debug=yes for --enable-developer and --enable-krb5developer. | Michael Adam | 1 | -0/+2 |
2008-02-19 | configure: add default for developer and krb5developer | Michael Adam | 1 | -0/+2 |
2008-02-19 | configure: move more developer/test related checks up before the compiler che... | Michael Adam | 1 | -46/+46 |
2008-02-19 | Move the --enable-debug check up above all compiler checks. | Michael Adam | 1 | -9/+9 |
2008-02-19 | configure: Introduce "debug" variable set to yes by --enable-debug. | Michael Adam | 1 | -1/+7 |
2008-02-19 | configure: move AC_SUBST's of certain directories to the corresponding checks. | Michael Adam | 1 | -15/+15 |
2008-02-19 | Move AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place. | Michael Adam | 1 | -3/+3 |
2008-02-19 | configure.in: move definition of build dir up. | Michael Adam | 1 | -3/+3 |
2008-02-19 | Yippie! LSARPC server-side migration to pidl finished. | Günther Deschner | 1 | -2/+2 |
2008-02-17 | Build the generated ntsvcs server (not at all useable yet). | Günther Deschner | 1 | -2/+2 |
2008-02-16 | YES! NETLOGON rpc server side migration to pidl finished. | Günther Deschner | 1 | -2/+2 |
2008-02-14 | Add support for building and using shared and static libtdb library. | Michael Adam | 1 | -1/+66 |
2008-02-14 | Fix a typo. | Michael Adam | 1 | -1/+1 |
2008-02-14 | Try and fix the Darwin build with dynamic libs. | Michael Adam | 1 | -1/+3 |