aboutsummaryrefslogtreecommitdiff
path: root/avahi-dnsconfd
AgeCommit message (Collapse)Author
2015-08-11rename avahi-common/malloc.[ch] to avahi-malloc.Robert Ginda
This is to avoid clashing with the system malloc.h, which occurs in an android build beacause of the order of the generated includes. This change was generated with the script: cat > rename_malloc.sh <<EOF replace() { local search="$1" local replace="$2" FILES=$(grep -l "$search" $(find . -name '*.[ch]')) for file in $FILES; do echo $file sed "s|$search|$replace|" < $file > sed.tmp mv sed.tmp $file done } replace "include \"malloc.h\"" "include \"avahi-malloc.h\"" replace "include \"avahi-common/malloc.h\"" \ "include \"avahi-common/avahi-malloc.h\"" replace "include <avahi-common/malloc.h>" \ "include \"avahi-common/avahi-malloc.h\"" EOF Bug: 22827641 Change-Id: I1eeb4a57993650d8aae62f0686942cfac367b9a8
2011-09-01systemd: syslog.target is not longer usefulLennart Poettering
2011-03-11systemd: drop ExecReload= line since avahi-dnsconfd -r is not actually a ↵Lennart Poettering
config reload
2010-07-03systemd: simplify systemd unit files following the recent ↵Lennart Poettering
DefaultDependencies= changes
2010-06-30systemd: add description strings to all systemd services/socketsLennart Poettering
2010-06-27build-sys: install systemd service filesLennart Poettering
2010-06-26dnsconfd: add --syslog switchLennart Poettering
2010-06-26build-sys: get rid of old cruftLennart Poettering
2010-06-25get rid of a lot of old svn cruftLennart Poettering
2010-06-25from now on we enforce a strict whitespace regimeLennart Poettering
2008-10-26avahi-dnsconfd: add support for SUSE's resolv.conf toolsLudwig Nussel
Signed-off-by: Ludwig Nussel <ludwig.nussel@suse.de> Signed-off-by: Lennart Poettering <lennart@poettering.net>
2008-06-18add .gitignore filesLennart Poettering
2007-12-16Allow compilation against bsdxml instead of Expat. Patch from zml. (Closes #159)Lennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1585 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2007-04-14Fix error message when passing invalid command line arguments. I admit ↵Lennart Poettering
defeat, tedp wins, merging his patch. (Closes #88) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1424 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-12-31Fix error message when passing an invalid command line option (Closes #88)Lennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1358 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-07-15properly finish getopt argument table with a NULL entry (see #50)Lennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1234 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2006-04-24filter out double DNS server entriesLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1195 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-11-01remove array size warningLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@919 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-10-24* rename all limit defs so that they end with _MAXLennart Poettering
* fix some minor typos git-svn-id: file:///home/lennart/svn/public/avahi/trunk@863 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-10-24* use which in autogen.sh instead of type -pSebastien Estienne
* add NetBSD support in bootstrap.sh * Netbsd doesn t have RLIMIT_AS -> ifdef * reorder an include in dnsconfd/main.c git-svn-id: file:///home/lennart/svn/public/avahi/trunk@862 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-10-19* Compile tests only when --enable-tests was specified on the configure ↵Lennart Poettering
command line * Build compat layers only when --enable-compat-{howl,libdns_sd} was passed to configure * drop avahi_strlcpy() to reduce our code/API size * replace getifname() with if_indextoname in avahi-dnsconfd * declare environ if needed in avahi-dnsconfd * drop some useless definitions like AVAHI_PUBLISH_NULL = 0 git-svn-id: file:///home/lennart/svn/public/avahi/trunk@819 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-09-16use AvahiIfIndex/AvahiProtocol where it applies in avahi-dnsconfdLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@598 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-29fix avahi-dnsconfd segfaultLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@488 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-15* cleanup build system a littleLennart Poettering
* strip remaining glib usage * -fPIC build fix for x86-64 (thanks tvainika) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@336 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-15gcc 2.95 compatibilityLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@332 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-15strip glib usage from avahi-dnsconfdLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@329 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-14* add C++ testLennart Poettering
* add more autoconf checks git-svn-id: file:///home/lennart/svn/public/avahi/trunk@313 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-13* strip glib from avahi-coreLennart Poettering
* implement glib memory allocator * add new documentation file MALLOC * initialize pseudo-RNG from /dev/urandom in avahi-daemon * remove some gcc 4.0 warnings * beef up watch system with real timeouts * move GCC __attribute__ macros into its own header avahi-common/gccmacro.h * make use of GCC's sentinel attribute where it make sense * add malloc() implementations that abort on OOM and enable them by default git-svn-id: file:///home/lennart/svn/public/avahi/trunk@308 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-12fix avahi-dnsconfd.cLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@300 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-12Split avahi-common/util.h into Lennart Poettering
avahi-common/domain.h avahi-core/fdutil.h avahi-core/timeval.h git-svn-id: file:///home/lennart/svn/public/avahi/trunk@299 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-08 * Move avahi-core/llist.h to avahi-common/llist.h, not installed.Trent Lloyd
* avahi-client/ - Add copyright notice - Remove glib, various cleanups - Remove alternative host/service functions (available in avahi-common) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@275 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-08* simply compilation a littleLennart Poettering
* fix avahi-dnsconfd forking * clean up init script output a little git-svn-id: file:///home/lennart/svn/public/avahi/trunk@269 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-07Fix installation of avahi-dnsconfd.actionLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@262 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-07rename dnsconf.action to avahi-dnsconfd.actionLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@261 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-07add dnsconfd man pageLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@259 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-08-02* allow caller to specifiy additional CFLAGS arguments to bootstrap.shLennart Poettering
* fix some warnings (and some real errors) found when compiling avahi with excessive GCC warnings git-svn-id: file:///home/lennart/svn/public/avahi/trunk@209 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-07-30* Move avahi-daemon and avahi-dnsconfd to sbinLennart Poettering
* Fix Debian init scripts to use absolute paths to the binaries installed with the package git-svn-id: file:///home/lennart/svn/public/avahi/trunk@196 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-07-06* cleaned configure.acSebastien Estienne
* fix Avahi runtime dir * use AM_CFLAGS instead of config.h.in to define paths (interfaces, socket, pid) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@165 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-07-06* Patch by Ikke <ikke@eikke.com> to make distcheck pass.Trent Lloyd
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@164 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-07-01* add new option --check to daemonsLennart Poettering
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@160 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-07-01* using AC_GNU_SOURCE instead of -D _GNU_SOURCESebastien Estienne
* fixed a typo? in dbus-protocol ("% s" -> " %s") git-svn-id: file:///home/lennart/svn/public/avahi/trunk@159 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-06-30* moved AVAHI_RUNTIME_DIR and AVAHI_SOCKET in configure.acSebastien Estienne
* avahi-dnsconf and avahi use them for pid and socket file * check that ${prefix} is fully expanded in config.h * cosmetic changes in configure.ac git-svn-id: file:///home/lennart/svn/public/avahi/trunk@158 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
2005-06-24* update todo listLennart Poettering
* add avvahi-dnsconfd * implement AvahiDNSServerBrowser * Update special browse/register RRs to match current RFC * add support to avahi-daemon to publish name server information * add support to avahi-daemon to publish /etc/resolv.conf DNS server information * add new simple protocol command: "BROWSE-DNS-SERVERS" * cleanup final configure message git-svn-id: file:///home/lennart/svn/public/avahi/trunk@143 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe