summaryrefslogtreecommitdiffstats
path: root/avahi-autoipd/iface-linux.c
Commit message (Collapse)AuthorAgeFilesLines
* netlink: fix wrong use of netlink flags for dump operationsPablo Neira Ayuso2011-02-181-1/+1
| | | | | | | | | The avahi-daemon uses a wrong flag combination to operate with rtnetlink. This patch fixes the problems. No need to set NLM_F_ACK since the dump operation already includes the trailing NLMSG_DONE message that informs about the end of the dump operation.
* get rid of a lot of old svn cruftLennart Poettering2010-06-251-2/+0
|
* from now on we enforce a strict whitespace regimeLennart Poettering2010-06-251-32/+32
|
* make gcc even more shut upLennart Poettering2007-08-121-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1510 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* increase netlink buffer size (hopefully closes #106)Lennart Poettering2007-04-121-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1421 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* Use SCM_CREDENTIALS for authentication of netlink data from kernelLennart Poettering2007-02-041-2/+36
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1381 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Also fix < 2.6.19 builds for avahi-autoipd.Trent Lloyd2006-12-111-1/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1338 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* * Revert previous patch to check nlmsg_pid as it is bogus and breaksTrent Lloyd2006-12-111-0/+9
| | | | | | | | | | | in many cases, notably when using NetworkManager * Replace with new SO_PASSCRED-based check of the sending UID, which seems to work better * Apply for for 2.6.19+ where IFA_RTA / IFLA_RTA is no longer defined * Mild fix to some doxygen docs for avahi-common/address.h git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1336 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* set the interface to IFF_UP before using it. handle POLLERR on the packet ↵Lennart Poettering2006-08-311-1/+0
| | | | | | socket properly by recreating our socket. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1291 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* a few fixes in netlink handlingLennart Poettering2006-08-301-8/+2
| | | | git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1289 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
* add netlink supportLennart Poettering2006-08-301-0/+297
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1287 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe