summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-19Remove unused m4 macro files.Michael Adam7-422/+0
2008-02-19Update position information also for AIOVolker Lendecke1-0/+5
2008-02-19Inform level II oplock holders when we write using AIOVolker Lendecke1-0/+2
2008-02-19Change ldap search filter. This function is also used to search machine accou...Karolin Seeger1-2/+2
2008-02-19Makefile.in: Rework registry-related object collections.Michael Adam1-45/+40
2008-02-19Use linbet_conf code in loadparm's registry handling.Michael Adam2-245/+74
2008-02-19Make regdb_init() behave like regdb_open() when registry is already opened.Michael Adam1-1/+4
2008-02-19Add a function libnet_conf_get_seqnum() to the libnet_conf API.Michael Adam1-0/+13
2008-02-19Remove unused marshalling for SVCCTL_UNLOCK_SERVICE_DB.Günther Deschner2-52/+0
2008-02-19Use pidl for _svcctl_UnlockServiceDatabase().Günther Deschner2-26/+6
2008-02-19Remove unused marshalling for SVCCTL_LOCK_SERVICE_DB.Günther Deschner2-56/+0
2008-02-19Use pidl for _svcctl_LockServiceDatabase().Günther Deschner2-27/+6
2008-02-19Remove unused marshalling for SVCCTL_QUERY_STATUS.Günther Deschner3-84/+0