aboutsummaryrefslogtreecommitdiff
path: root/avahi-autoipd/main.c
AgeCommit message (Expand)Author
2015-08-11rename avahi-common/malloc.[ch] to avahi-malloc.Robert Ginda
2010-07-13gcc: minor enum issues gcc 4.5 discoveredLennart Poettering
2010-06-25daemons: drop unnecessary setsid() callsLennart Poettering
2010-06-25autoipd: don't consider packets with out own MAC as source as conflicting. Se...Nathaniel McCallum
2010-06-25get rid of a lot of old svn cruftLennart Poettering
2008-12-12Fix --force-bind logicLennart Poettering
2008-08-05guarantee that we never calculate an invalid ip address from the mac addressLennart Poettering
2007-12-16work around a couple of issues in BSD libpcap. Closes #160 #161. Patches from...Lennart Poettering
2007-09-28Copyediting / spelling / grammarTed Percival
2007-09-28Print the right default script file in `avahi-autoipd --help`Ted Percival
2007-09-28Spelling/grammar corrections (all trivial)Ted Percival
2007-08-19fix build on old freebsd, patch from zmi (Closes #158)Lennart Poettering
2007-08-12make gcc even more shut upLennart Poettering
2007-08-08Fix autoipd on Linux, bug fix from Pauline YeungLennart Poettering
2007-06-21avahi-autoipd: allow specifying the action script to run on the command line....Lennart Poettering
2007-05-09Reset umask before writing files to /var/lib/avahi-autoipd. Fix for ubuntu bu...Lennart Poettering
2007-05-08Don't pick the first 256 and the last 256 IP addresses from the IPv4LL range,...Lennart Poettering
2007-04-14Fix error message when passing invalid command line arguments. I admit defeat...Lennart Poettering
2007-04-12fix a badly chosen log level. patch from tedp. closes #108Lennart Poettering
2007-04-12port avahi-autoipd to FreeBSD (original patch from Bruce M Simpson)Lennart Poettering
2006-12-31Fix error message when passing an invalid command line option (Closes #88)Lennart Poettering
2006-09-04fix --helpLennart Poettering
2006-09-02remove a bogus warningLennart Poettering
2006-09-01remove remnants of a todo listLennart Poettering
2006-08-31* don't allow 169.254.0.0 and 169.254.255.255 as valid addressesLennart Poettering
2006-08-31implement chroot()ing and dropping of privilegesLennart Poettering
2006-08-31change process title to work with pidof/killallLennart Poettering
2006-08-31add support for interface configuration with user supplied event scriptLennart Poettering
2006-08-31avahi_set_proc_title(): change the process name with prctl() if availableLennart Poettering
2006-08-31add new option --force-bindLennart Poettering
2006-08-31set the interface to IFF_UP before using it. handle POLLERR on the packet soc...Lennart Poettering
2006-08-31implement command line parsing, signal handling, daemonizationLennart Poettering
2006-08-30a few fixes in netlink handlingLennart Poettering
2006-08-30add netlink supportLennart Poettering
2006-08-30add initial version of a RFC3927/IPv4LL implementationLennart Poettering