summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-21Change option name.Karolin Seeger1-1/+1
2008-02-21libreplace: fix compile errors in getifaddrs.cMichael Adam1-6/+3
2008-02-21Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam1-0/+3
2008-02-21Move the definition of SMB_LIBRARY to aclocal.m4.Michael Adam2-67/+67
2008-02-21configure: Abstract configuration of internal libs into an m4 macro.Michael Adam1-125/+45
2008-02-21fix typoVolker Lendecke1-1/+1
2008-02-21Remove check for secure mkstemp from configure.in.Michael Adam1-22/+0
2008-02-21Remove mmap check from configure.inMichael Adam2-75/+0
2008-02-21Fix the build on irix: Prevent empty line in TDB_OBJMichael Adam1-2/+2
2008-02-20From: David Disseldorp <ddiss@sgi.com>Jeremy Allison1-2/+1
2008-02-20Fix double free bugs after calling regfio_close()Tim Potter1-4/+0
2008-02-20Fix memory leaks on error pathTim Potter1-1/+8
2008-02-20Fix possible close of invalid fd if call to socket() returns -1.Tim Potter1-1/+2
2008-02-20Fix build with static libs: place tdb static lib after tdb-util objects.Michael Adam1-2/+3
2008-02-20configure: add --enable-shared-libs to control overall internal use of shared...Michael Adam1-3/+32
2008-02-20configure: Move assemblage of samba version strings to m4 include file.Michael Adam2-19/+30
2008-02-20Remove checks for ino_t, loff_t, offset_t, and comparison_fn_t from configure...Michael Adam1-5/+0
2008-02-20Support dlopen(NULL, ...) on HPUX.Jelmer Vernooij1-0/+2
2008-02-20Remove tests for vsnprintf snprintf asprintf vasprintf and va_copy from confi...Michael Adam1-53/+1
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.Michael Adam1-36/+36
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.Michael Adam1-8/+8
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.Michael Adam1-6/+6
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4Michael Adam1-15/+15
2008-02-20Remove the getifaddrs checks from configure.in: they are now in lib/replace.Michael Adam1-96/+0
2008-02-20configure: Use SAMBA_CONFIGURE_CPPFLAGS for AC_LIBREPLACE_BROKEN_CHECKS.Michael Adam1-0/+5
2008-02-19libreplace: Remove double item in case statement.Michael Adam1-4/+0
2008-02-19Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.Michael Adam1-3/+0
2008-02-19r26554: Fix test for getifaddr on FreeBSD. Patch by Timur Bakeyev.Jelmer Vernooij1-1/+1
2008-02-19r26551: Make sure NULL is defined before using it to test for getifaddrs().James Peach1-0/+4
2008-02-19r26507: Fix function signature for freeifaddrs.Jelmer Vernooij1-1/+1
2008-02-19r26497: Fix return type for freeifaddrs().Jelmer Vernooij2-7/+7
2008-02-19r26495: Add defines for getifaddrs/freeifaddrs.Jelmer Vernooij1-0/+10
2008-02-19r26492: Some hosts have a define called ifa_dstaddr.Jelmer Vernooij1-0/+1
2008-02-19r26491: Fix syntax.Jelmer Vernooij1-1/+1
2008-02-19r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij2-2/+15
2008-02-19r26470: Update README.Jelmer Vernooij1-0/+2
2008-02-19r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij3-17/+19
2008-02-19r26468: Match getifaddrs more closely, add trivial test.Jelmer Vernooij2-22/+31
2008-02-19r26467: Use getifaddrs() for interface enumeration and provide replacements f...Jelmer Vernooij4-0/+511
2008-02-19configure: Move path (and debug) checks to an m4 include file check_path.m4.Michael Adam2-306/+317
2008-02-19build: change selftest_prefix from ./ to ./st .Michael Adam2-4/+4
2008-02-19configure: move debug check to developer checkMichael Adam1-9/+9
2008-02-19configure: Also set debug=yes for --enable-developer and --enable-krb5developer.Michael Adam1-0/+2
2008-02-19configure: add default for developer and krb5developerMichael Adam1-0/+2
2008-02-19configure: move more developer/test related checks up before the compiler che...Michael Adam1-46/+46
2008-02-19Move the --enable-debug check up above all compiler checks.Michael Adam1-9/+9
2008-02-19configure: Introduce "debug" variable set to yes by --enable-debug.Michael Adam1-1/+7
2008-02-19configure: move AC_SUBST's of certain directories to the corresponding checks.Michael Adam1-15/+15
2008-02-19Move AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place.Michael Adam1-3/+3
2008-02-19configure.in: move definition of build dir up.Michael Adam1-3/+3