summaryrefslogtreecommitdiffstats
path: root/avahi-core
Commit message (Expand)AuthorAgeFilesLines
...
* whoopsie.Federico Lucifredi2007-12-252-0/+7
* add wide_area_publish()Federico Lucifredi2007-12-251-0/+2
* trailing comma.Federico Lucifredi2007-12-251-1/+1
* resyncFederico Lucifredi2007-12-251-0/+1
* typo.Federico Lucifredi2007-12-251-2/+2
* added key, fixed error-checking bug.Federico Lucifredi2007-12-252-6/+7
* tsig_sign_packet complete minus mac computation.Federico Lucifredi2007-12-251-3/+7
* time call.Federico Lucifredi2007-12-231-1/+1
* <time.h> and union identifier.Federico Lucifredi2007-12-231-1/+2
* more syntax bogosity - clear sign I am tired :-)Federico Lucifredi2007-12-231-2/+2
* missing union identifiers.Federico Lucifredi2007-12-231-6/+6
* syntax terror.Federico Lucifredi2007-12-232-4/+4
* syntax terror.Federico Lucifredi2007-12-231-3/+3
* fleshing out the TSIG record as well as the tsig_sign_packet() call.Federico Lucifredi2007-12-233-4/+47
* added AVAHI_DNS_TYPE_TSIG (250)Federico Lucifredi2007-12-222-0/+14
* added TSIG record type to the AvahiRecord struct.Federico Lucifredi2007-12-101-1/+1
* added TSIG record type to the AvahiRecord struct.Federico Lucifredi2007-12-101-1/+13
* added avahi_dns_packet_new_update(unsigned mtu) call.Federico Lucifredi2007-12-101-0/+10
* added avahi_dns_packet_new_update(unsigned mtu) call.Federico Lucifredi2007-12-101-0/+1
* decided to remove records from wide-pub when goodbye packets issued. Federico Lucifredi2007-10-261-4/+5
* next I will need terminal codes to make them stand out :)Federico Lucifredi2007-10-202-2/+2
* verifying selected wide-area pub exitpoint by tracing.Federico Lucifredi2007-10-202-1/+3
* change message so I can even see itFederico Lucifredi2007-10-201-1/+1
* verifying selected wide-area pub entrypoint by tracing.Federico Lucifredi2007-10-201-1/+5
* typo in previous commit!Federico Lucifredi2007-09-041-1/+1
* minor doc change (speling).Federico Lucifredi2007-09-041-2/+2
* doc (typo).Federico Lucifredi2007-08-261-1/+1
* minor doc corrections (speling).Federico Lucifredi2007-08-261-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
* * Really actually fix build on Linux <2.6.19Trent Lloyd2006-12-121-4/+4
* * Fix specifying priviliged access group (Closes: #85)Trent Lloyd2006-12-111-1/+2
* * Revert previous patch to check nlmsg_pid as it is bogus and breaksTrent Lloyd2006-12-112-9/+46
* Fix a bug where Avahi does not verify the source of netlink messages Trent Lloyd2006-11-061-0/+6