]> git.meshlink.io Git - catta/history - avahi-autoipd
l10n: Updated Catalan (ca) translation to 100%
[catta] / avahi-autoipd /
2011-02-18 Pablo Neira Ayusonetlink: fix wrong use of netlink flags for dump operations
2010-07-13 Lennart Poetteringgcc: minor enum issues gcc 4.5 discovered
2010-06-28 Lennart Poetteringautoipd: fix debian's dhcp path
2010-06-28 Lennart PoetteringMerge remote branch 'origin/master-tx'
2010-06-25 Lennart Poetteringdaemons: drop unnecessary setsid() calls
2010-06-25 Nathaniel McCallumautoipd: don't consider packets with out own MAC as...
2010-06-25 Lennart Poetteringavahi-autopid: set metric for default route in action...
2010-06-25 Lennart Poetteringget rid of a lot of old svn cruft
2010-06-24 Lennart Poetteringfrom now on we enforce a strict whitespace regime
2009-11-14 Peter Korsgaardautoipd: also use <dev>:avahi when using ifconfig in...
2009-03-05 Lennart PoetteringMerge branch 'master' of ssh://rootserver/home/lennart...
2008-12-12 Lennart PoetteringMerge commit 'flameeyes/master'
2008-12-12 Lennart PoetteringFix --force-bind logic
2008-12-12 Lennart PoetteringMerge commit 'origin/master-tx'
2008-08-08 Lennart PoetteringMerge branch 'master-tx'
2008-08-06 Lennart PoetteringMerge branch 'master' of ssh://rootserver/home/lennart...
2008-08-05 Lennart Poetteringguarantee that we never calculate an invalid ip address...
2008-06-18 Lennart Poetteringadd .gitignore files
2007-12-16 Lennart Poetteringfix detection whether an interface has a routable addre...
2007-12-16 Lennart Poetteringwork around a couple of issues in BSD libpcap. Closes...
2007-09-28 Ted PercivalCopyediting / spelling / grammar
2007-09-28 Ted PercivalPrint the right default script file in `avahi-autoipd...
2007-09-28 Ted PercivalSpelling/grammar corrections (all trivial)
2007-08-19 Lennart Poetteringfix build on old freebsd, patch from zmi (Closes #158)
2007-08-12 Lennart Poetteringmake gcc even more shut up
2007-08-08 Lennart PoetteringFix autoipd on Linux, bug fix from Pauline Yeung
2007-06-21 Lennart Poetteringavahi-autoipd: allow specifying the action script to...
2007-05-09 Lennart PoetteringReset umask before writing files to /var/lib/avahi...
2007-05-08 Lennart PoetteringDon't pick the first 256 and the last 256 IP addresses...
2007-04-21 Lennart PoetteringUse nodist for scripts that are created at build time...
2007-04-19 Lennart Poetteringkill avahi autoipd when dhclient enters RELEASE state...
2007-04-14 Lennart PoetteringFix error message when passing invalid command line...
2007-04-12 Lennart Poetteringincrease netlink buffer size (hopefully closes #106)
2007-04-12 Lennart Poetteringfix a badly chosen log level. patch from tedp. closes...
2007-04-12 Lennart Poetteringupdate EXTRA_DIST
2007-04-12 Lennart Poetteringport avahi-autoipd to FreeBSD (original patch from...
2007-02-04 Lennart PoetteringUse SCM_CREDENTIALS for authentication of netlink data...
2006-12-31 Lennart PoetteringFix error message when passing an invalid command line...
2006-12-11 Trent Lloyd * Also fix < 2.6.19 builds for avahi-autoipd.
2006-12-11 Trent Lloyd* Revert previous patch to check nlmsg_pid as it is...
2006-09-04 Lennart Poetteringfix --help
2006-09-04 Lennart Poetteringuse alias interfaces for network configuration if only...
2006-09-03 Lennart Poetteringdo not remove the interface address if an UNBIND event...
2006-09-03 Lennart Poetteringconfigure broadcast address explicitly
2006-09-02 Lennart Poetteringfix "make distcheck"
2006-09-02 Lennart Poetteringremove "set -e" from the hook scripts since this appare...
2006-09-02 Lennart Poetteringremove a bogus warning
2006-09-02 Lennart Poetteringship dhclient hook scripts for using ipv4ll as fallback...
2006-09-01 Lennart Poettering* ship avahi-autopid.action in the tarball
2006-09-01 Lennart Poetteringremove remnants of a todo list
2006-08-31 Lennart Poettering* don't allow 169.254.0.0 and 169.254.255.255 as valid...
2006-08-31 Lennart Poetteringimplement chroot()ing and dropping of privileges
2006-08-31 Lennart Poetteringchange process title to work with pidof/killall
2006-08-31 Lennart Poetteringinstall avahi-autoipd.action
2006-08-31 Lennart Poetteringadd support for interface configuration with user suppl...
2006-08-31 Lennart Poetteringavahi_set_proc_title(): change the process name with...
2006-08-31 Lennart Poetteringadd new option --force-bind
2006-08-31 Lennart Poetteringset the interface to IFF_UP before using it. handle...
2006-08-31 Lennart Poetteringimplement command line parsing, signal handling, daemon...
2006-08-30 Lennart Poetteringa few fixes in netlink handling
2006-08-30 Lennart Poetteringdocument iface.h to ease porting
2006-08-30 Lennart Poetteringadd netlink support
2006-08-30 Lennart Poetteringadd initial version of a RFC3927/IPv4LL implementation