summaryrefslogtreecommitdiffstats
path: root/source3/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Fix the waf/autoconf builds to detect correctly the 32-bit or 64-bit syscall ...Jeremy Allison2012-07-031-20/+71
* Disable selections of USE_LINUX_THREAD_CREDENTIALS until we have specificJeremy Allison2012-07-021-16/+20
* s3: add sendfile support for Tru64, which is the same as HP-UX'sBjörn Jacke2012-06-301-3/+3
* Try and fix the autoconf build on Solaris/Nexenta/etc.Jeremy Allison2012-06-301-1/+5
* Fix typo in configure.in check for USE_LINUX_THREAD_CREDENTIALS.Jeremy Allison2012-06-291-1/+1
* s3:configure: fix numerous compile warnings about implicit declaration of 'exit'Björn Jacke2012-06-291-27/+27
* s3:build: tell linker to use corefoundation on all darwin releasesBjörn Jacke2012-06-291-2/+2
* Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison2012-06-291-1/+18
* s3: fine tune and clean up statvfs testsBjörn Jacke2012-06-281-7/+6
* s3: We can depend on pthreadpool nowVolker Lendecke2012-06-191-1/+0
* s3: Add a dummy implementation for the pthreadpool APIVolker Lendecke2012-06-191-3/+6
* ntdb: add autoconf support.Rusty Russell2012-06-191-0/+47
* s3:autoconf: add -Iautoconf -Iautoconf/source3 at configure stageStefan Metzmacher2012-06-181-1/+2
* s3:autoconf-build: build the idmap backends tdb2, rid, and hash by default (s...Michael Adam2012-06-181-0/+3
* s3:configure: check for SPLICE_F_MOVE at configure stageStefan Metzmacher2012-06-181-1/+1
* s3-auth: Remove auth_netlogondAndrew Bartlett2012-06-161-2/+0
* s3-passdb: Remove pdb_adsAndrew Bartlett2012-06-161-2/+0
* build: Remove support for non-64bit sendfile()Andrew Bartlett2012-06-161-18/+0
* build: Tidy up broken posix_fallocate testsAndrew Bartlett2012-06-071-2/+2
* s3: enable winbind also for upcoming FreeBSD/NetBSD releases >=10Björn Jacke2012-06-071-2/+2
* build: Rationalise AIO support in configure, ensure on by defaultAndrew Bartlett2012-06-061-20/+18
* build: Remove unused check for HAVE_UNSIGNED_CHARAndrew Bartlett2012-06-051-8/+0
* s3:build(autoconf): fix "no AC_LANG_SOURCE call detected" warningsMartin Schwenke2012-06-051-16/+16
* libreplace: Link libreplace against attr when requiredAndrew Bartlett2012-06-031-1/+1
* build: Remove check for res_ninit (Revert "s3: Check for res_ninit")Andrew Bartlett2012-06-021-8/+0
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-021-59/+0
* waf: check for krb5_create_checksum and krb5_creds.flags for some Heimdal ver...Alexander Bokovoy2012-06-011-0/+12
* s3-build: Fix configure checks for HeimdalAndrew Bartlett2012-05-301-15/+15
* build: Make gss_wrap_iov mandatory for krb5 buildAndrew Bartlett2012-05-301-0/+5
* s3-build: We do not have CHARSET modules any moreAndrew Bartlett2012-05-301-2/+0
* s3-build: Remove build of libtdb.so from the autoconf buildAndrew Bartlett2012-05-301-3/+1
* s3-build: Remove build of libtalloc.so from the autoconf buildAndrew Bartlett2012-05-301-3/+1
* s3-iconv: Remove unused script/gen-8bit-gap.shAndrew Bartlett2012-05-301-1/+1
* build: Remove all references to libuuidAndrew Bartlett2012-05-271-46/+2
* s3-build: Remove build of libaddns.a from the autoconf buildAndrew Bartlett2012-05-261-2/+0
* s3-configure.in: when ADS support is disabled, unset HAVE_GSSAPIAlexander Bokovoy2012-05-251-0/+1
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-1/+1
* s3:onefs: remove all onefs related code as it not maintained anymoreStefan Metzmacher2012-05-161-24/+0
* s3:auth: remove unused auth_server.cStefan Metzmacher2012-05-151-2/+0
* krb5samba: Add smb_krb5_make_pac_checksum.Andreas Schneider2012-05-081-0/+1
* krb5samba: Add krb5_free_checksum_contents wrapperSimo Sorce2012-05-081-0/+1
* krb5samba: Add a smb_krb5_cc_get_lifetime() function.Andreas Schneider2012-05-041-0/+2
* krb5samba: Add compat krb5_make_principal for MIT buildSimo Sorce2012-05-041-0/+1
* Move kerberos_kinit_keyblock_cc to krb5samba libSimo Sorce2012-05-041-0/+1
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-251-0/+2
* krb5_samba: Add support for krb5_princ_size when using HeimdalSimo Sorce2012-04-231-0/+1
* Add complete test program for Linux kernel aio inside configure.in (I discove...Jeremy Allison2012-04-231-6/+28
* rely on sys/inotify.h for inotifyAdrian Bunk2012-04-131-12/+3
* krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated.Simo Sorce2012-04-121-16/+3
* Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ...Jeremy Allison2012-04-121-6/+0