summaryrefslogtreecommitdiffstats
path: root/avahi-core
Commit message (Expand)AuthorAgeFilesLines
* get rid of a lot of old svn cruftLennart Poettering2010-06-2576-152/+0
* socket: ignore packet if FIONREAD returns zeroLudwig Nussel2010-06-251-0/+8
* build-sys: make things more quietLennart Poettering2010-06-252-4/+4
* from now on we enforce a strict whitespace regimeLennart Poettering2010-06-2569-1113/+1113
* core: Bug fixes for cleanup codeLennart Poettering2009-11-143-10/+7
* core: fix assertion side effectPatrick Oppenlander2009-11-141-1/+2
* fix minor typosLennart Poettering2009-06-081-1/+1
* reflector: Don't reflect link-local IPv4 or IPv6 addressesRob Leslie2009-04-196-49/+106
* CVE-2009-0758: Reflector creates packet storm on legacy unicast trafficRob Leslie2009-04-011-2/+2
* Fix pfroute IPv6 codeLennart Poettering2008-12-121-9/+32
* allow/deny interfaces supportLennart Poettering2008-12-123-65/+109
* explain which port it is that is invalidLennart Poettering2008-12-121-1/+1
* Don't get confused by UDP packets with a source port that is zeroLennart Poettering2008-12-121-0/+6
* Include host in invalid packet messagesLennart Poettering2008-12-111-147/+151
* Make avahi compile on GNU/Hurd. Patch by Samuel Thibault.Sjoerd Simons2008-06-242-4/+37
* Don't use -export-dynamic as a linker flagSjoerd Simons2008-06-241-1/+1
* add .gitignore filesLennart Poettering2008-06-181-0/+17
* Make the poof algorithm only positive if 4 unanswered queries eachSjoerd Simons2008-01-283-6/+20
* fix detection whether an interface has a routable address assigned on BSD. Pa...Lennart Poettering2007-12-161-1/+5
* work around yet another bsd limitation: prefer IP_MULTICAST_IF over IP_SENDSR...Lennart Poettering2007-12-161-9/+9
* fix usage of CMSG macros to fix portability to 64 systems. Identified by Davi...Lennart Poettering2007-10-261-101/+95
* Spelling/grammar corrections (all trivial)Ted Percival2007-09-283-5/+5
* * Fix a few typos of error message, thansk to tedp (Ref: Debian #444235)Trent Lloyd2007-09-271-16/+16
* add new API function avahi_server_set_browse_domains() to avahi-coreLennart Poettering2007-08-122-0/+29
* make gcc shut up a little bit moreLennart Poettering2007-08-121-0/+1
* remove redundant definitionLennart Poettering2007-08-121-2/+0
* * Modify the local conflict detection to allow multiple identical Trent Lloyd2007-07-201-0/+5
* reindentLennart Poettering2007-07-111-11/+8
* * Don't attempt to treat Known Answer records as potentially Trent Lloyd2007-07-101-5/+3
* FreeBSD portability fixes contributed by marcusLennart Poettering2007-07-101-0/+1
* * Patch from Sjoerd Simons - if we shorten a DNS packet to remove records, w...Trent Lloyd2007-07-072-0/+24
* don't publish the service cookie by default anymore. It was a bad idea. We sh...Lennart Poettering2007-05-081-1/+1
* add a regression test for #84 contributed by tedp. (closes #84)Lennart Poettering2007-04-122-0/+135
* allow adding of generic DNS RRs properly. Patch from Sjoerd Simons again (clo...Lennart Poettering2007-04-121-1/+2
* Fix registration of really large records, like it is necessary for XEP-0174 (...Lennart Poettering2007-04-125-20/+23
* * avahi-core/entry.c: Correctly reset register_time_event when leaving the R...Trent Lloyd2007-03-301-7/+5
* * Revert fix from R1398Trent Lloyd2007-03-241-1/+1
* add sys/types.h for openbsd compatLennart Poettering2007-02-051-0/+1
* move assert check before accessLennart Poettering2007-02-041-1/+2
* minor cleanups it netlink handling code:Lennart Poettering2007-02-041-8/+7
* re #94: don't accept "localhost" as hostname; read distribution id from /etc/...Lennart Poettering2007-02-021-5/+60
* create unicast IPv4 socket oly if IPv4 is enabled, same for unicast IPv6Lennart Poettering2007-01-061-2/+2
* * set IPV6_V6ONLY for unicast DNS sockets, tooLennart Poettering2007-01-061-7/+38
* * optionally, register A RR via IPv6, AAAA RR via IPv4 (Closes #62)Lennart Poettering2007-01-054-39/+59
* Some more ia64 fixes. (Closes #90)Lennart Poettering2007-01-041-3/+3
* Ignore EAGAIN errors on recvmsg() (Closes #60)Lennart Poettering2006-12-311-2/+22
* * Make sure we return -1 if we fall of the end of consume_labels()Trent Lloyd2006-12-291-0/+2
* * avahi-core/dns.c#consume_labels(): Add some additional checks on the compr...Trent Lloyd2006-12-161-1/+7
* * avahi-core/dns.c: Use a '#define AVAHI_DNS_LABELS_MAX 127' instead of the ...Trent Lloyd2006-12-162-1/+2
* * Limit the number of loops in consume_labels() (Closes: #84)Trent Lloyd2006-12-161-1/+2