summaryrefslogtreecommitdiffstats
path: root/avahi-autoipd
Commit message (Expand)AuthorAgeFilesLines
* gcc: minor enum issues gcc 4.5 discoveredLennart Poettering2010-07-131-1/+1
* autoipd: fix debian's dhcp pathLennart Poettering2010-06-281-2/+2
* daemons: drop unnecessary setsid() callsLennart Poettering2010-06-251-61/+39
* autoipd: don't consider packets with out own MAC as source as conflicting. Se...Nathaniel McCallum2010-06-251-3/+8
* avahi-autopid: set metric for default route in action scriptLennart Poettering2010-06-252-7/+18
* get rid of a lot of old svn cruftLennart Poettering2010-06-259-21/+3
* from now on we enforce a strict whitespace regimeLennart Poettering2010-06-253-38/+38
* autoipd: also use <dev>:avahi when using ifconfig in linux action scriptPeter Korsgaard2009-11-141-2/+2
* Fix --force-bind logicLennart Poettering2008-12-121-2/+2
* guarantee that we never calculate an invalid ip address from the mac addressLennart Poettering2008-08-051-0/+4
* add .gitignore filesLennart Poettering2008-06-181-0/+9
* fix detection whether an interface has a routable address assigned on BSD. Pa...Lennart Poettering2007-12-161-270/+294
* work around a couple of issues in BSD libpcap. Closes #160 #161. Patches from...Lennart Poettering2007-12-161-284/+310
* Copyediting / spelling / grammarTed Percival2007-09-282-3/+3
* Print the right default script file in `avahi-autoipd --help`Ted Percival2007-09-281-1/+1
* Spelling/grammar corrections (all trivial)Ted Percival2007-09-281-3/+3
* fix build on old freebsd, patch from zmi (Closes #158)Lennart Poettering2007-08-191-0/+8
* make gcc even more shut upLennart Poettering2007-08-122-3/+3
* Fix autoipd on Linux, bug fix from Pauline YeungLennart Poettering2007-08-081-1/+1
* avahi-autoipd: allow specifying the action script to run on the command line....Lennart Poettering2007-06-211-2/+14
* Reset umask before writing files to /var/lib/avahi-autoipd. Fix for ubuntu bu...Lennart Poettering2007-05-091-3/+7
* Don't pick the first 256 and the last 256 IP addresses from the IPv4LL range,...Lennart Poettering2007-05-081-4/+4
* Use nodist for scripts that are created at build time, else it may happen thatLennart Poettering2007-04-211-3/+3
* kill avahi autoipd when dhclient enters RELEASE state. (following debian bug ...Lennart Poettering2007-04-192-4/+4
* Fix error message when passing invalid command line arguments. I admit defeat...Lennart Poettering2007-04-141-2/+0
* increase netlink buffer size (hopefully closes #106)Lennart Poettering2007-04-121-1/+1
* fix a badly chosen log level. patch from tedp. closes #108Lennart Poettering2007-04-121-1/+1
* update EXTRA_DISTLennart Poettering2007-04-121-1/+1
* port avahi-autoipd to FreeBSD (original patch from Bruce M Simpson)Lennart Poettering2007-04-125-42/+787
* Use SCM_CREDENTIALS for authentication of netlink data from kernelLennart Poettering2007-02-041-2/+36
* Fix error message when passing an invalid command line option (Closes #88)Lennart Poettering2006-12-311-1/+1
* * Also fix < 2.6.19 builds for avahi-autoipd.Trent Lloyd2006-12-111-1/+2
* * Revert previous patch to check nlmsg_pid as it is bogus and breaksTrent Lloyd2006-12-111-0/+9
* fix --helpLennart Poettering2006-09-041-1/+1
* use alias interfaces for network configuration if only ifconfig is availableLennart Poettering2006-09-041-10/+4
* do not remove the interface address if an UNBIND event is recieved. This migh...Lennart Poettering2006-09-031-1/+8
* configure broadcast address explicitlyLennart Poettering2006-09-031-3/+3
* fix "make distcheck"Lennart Poettering2006-09-021-2/+6
* remove "set -e" from the hook scripts since this apparently breaks stuff in t...Lennart Poettering2006-09-022-5/+1
* remove a bogus warningLennart Poettering2006-09-021-1/+3
* ship dhclient hook scripts for using ipv4ll as fallback solution where DHCP i...Lennart Poettering2006-09-023-1/+97
* * ship avahi-autopid.action in the tarballLennart Poettering2006-09-011-2/+10
* remove remnants of a todo listLennart Poettering2006-09-011-6/+0
* * don't allow 169.254.0.0 and 169.254.255.255 as valid addressesLennart Poettering2006-08-311-8/+92
* implement chroot()ing and dropping of privilegesLennart Poettering2006-08-312-24/+177
* change process title to work with pidof/killallLennart Poettering2006-08-311-6/+6
* install avahi-autoipd.actionLennart Poettering2006-08-311-0/+2
* add support for interface configuration with user supplied event scriptLennart Poettering2006-08-313-24/+233
* avahi_set_proc_title(): change the process name with prctl() if availableLennart Poettering2006-08-311-8/+19
* add new option --force-bindLennart Poettering2006-08-311-5/+18