summaryrefslogtreecommitdiffstats
path: root/avahi-autoipd/main.c
Commit message (Expand)AuthorAgeFilesLines
* gcc: minor enum issues gcc 4.5 discoveredLennart Poettering2010-07-131-1/+1
* 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
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-2/+0
* 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
* 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-281-2/+2
* 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-121-1/+1
* 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
* Fix error message when passing invalid command line arguments. I admit defeat...Lennart Poettering2007-04-141-2/+0
* fix a badly chosen log level. patch from tedp. closes #108Lennart Poettering2007-04-121-1/+1
* port avahi-autoipd to FreeBSD (original patch from Bruce M Simpson)Lennart Poettering2007-04-121-40/+304
* Fix error message when passing an invalid command line option (Closes #88)Lennart Poettering2006-12-311-1/+1
* fix --helpLennart Poettering2006-09-041-1/+1
* remove a bogus warningLennart Poettering2006-09-021-1/+3
* 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-311-23/+175
* change process title to work with pidof/killallLennart Poettering2006-08-311-6/+6
* add support for interface configuration with user supplied event scriptLennart Poettering2006-08-311-23/+153
* 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
* set the interface to IFF_UP before using it. handle POLLERR on the packet soc...Lennart Poettering2006-08-311-14/+80
* implement command line parsing, signal handling, daemonizationLennart Poettering2006-08-311-72/+366
* a few fixes in netlink handlingLennart Poettering2006-08-301-5/+7
* add netlink supportLennart Poettering2006-08-301-32/+73
* add initial version of a RFC3927/IPv4LL implementationLennart Poettering2006-08-301-0/+628