summaryrefslogtreecommitdiffstats
path: root/avahi-autoipd
Commit message (Expand)AuthorAgeFilesLines
* 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
* set the interface to IFF_UP before using it. handle POLLERR on the packet soc...Lennart Poettering2006-08-312-15/+80
* implement command line parsing, signal handling, daemonizationLennart Poettering2006-08-313-73/+370
* a few fixes in netlink handlingLennart Poettering2006-08-302-13/+9
* document iface.h to ease portingLennart Poettering2006-08-301-0/+12
* add netlink supportLennart Poettering2006-08-305-33/+452
* add initial version of a RFC3927/IPv4LL implementationLennart Poettering2006-08-302-0/+664