summaryrefslogtreecommitdiffstats
path: root/avahi-core/dns.c
Commit message (Expand)AuthorAgeFilesLines
* bug in never-exercised code path (fixed anyway).Federico Lucifredi2008-01-191-1/+1
* more cleanup.Federico Lucifredi2008-01-141-2/+2
* a bit of cleanup.Federico Lucifredi2008-01-141-19/+0
* could it be that stoopid ?Federico Lucifredi2008-01-131-1/+1
* tested for keyname. Federico Lucifredi2008-01-131-1/+1
* check keyname.Federico Lucifredi2008-01-131-5/+1
* third test.Federico Lucifredi2008-01-131-1/+1
* test case off by 1.Federico Lucifredi2008-01-131-1/+1
* testing hash generation.Federico Lucifredi2008-01-131-1/+5
* correcting byte order in keyed hash generation.Federico Lucifredi2008-01-131-0/+1
* fixed time_t -> u_int_48 conversion.Federico Lucifredi2008-01-121-1/+1
* append uint16_t correctly for fudge, MAC size, original ID, error, other len.Federico Lucifredi2008-01-121-4/+4
* fixing fudge value.Federico Lucifredi2008-01-121-1/+1
* byte ordering issues.Federico Lucifredi2008-01-121-1/+1
* disabling OPCODE=0 constraint in avahi_dns_packet_check_valid in core/dns.c:314Federico Lucifredi2008-01-111-1/+7
* two more (less) cores. Federico Lucifredi2008-01-101-3/+23
* append_rdata() extensions for TSIGFederico Lucifredi2007-12-281-0/+28
* added tsig generation call.Federico Lucifredi2007-12-281-74/+77
* testFederico Lucifredi2007-12-271-2/+2
* added avahi_dns_packet_new_update(unsigned mtu) call.Federico Lucifredi2007-12-101-0/+10
* 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-121-1/+1
* add sys/types.h for openbsd compatLennart Poettering2007-02-051-0/+1
* * 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-161-1/+1
* * Limit the number of loops in consume_labels() (Closes: #84)Trent Lloyd2006-12-161-1/+2
* add an extra validity check when parsing mDNS queries and records in packetsLennart Poettering2006-04-241-2/+13
* * many trivial fix to make avahi compile on OpenBSDSebastien Estienne2005-10-281-2/+2
* * format unknown DNS records according to RFC3597Lennart Poettering2005-10-271-0/+1
* Add validity checking to TXT data parsing, this fixes a remotely exploitable ...Lennart Poettering2005-10-271-1/+2
* * add new core API functions avahi_rdata_serialize() and avahi_rdata_parse()Lennart Poettering2005-10-251-76/+124
* * rename all limit defs so that they end with _MAXLennart Poettering2005-10-241-1/+1
* Merge portability patch from Philipp ZabelLennart Poettering2005-10-141-8/+20
* * rename avahi_service_name_snprint() to avahi_service_name_join()Lennart Poettering2005-10-101-4/+5
* * split off lookup.h and publish.h from core.hLennart Poettering2005-09-251-8/+25
* * strip glib from avahi-coreLennart Poettering2005-08-131-147/+163
* Split avahi-common/util.h into Lennart Poettering2005-08-121-1/+1
* * allow caller to specifiy additional CFLAGS arguments to bootstrap.shLennart Poettering2005-08-021-29/+30
* * drop trailing dot in avahi_normalize_name()Lennart Poettering2005-07-281-1/+0
* * recreate DNS query in simple protocol on host or domain name changesLennart Poettering2005-06-281-2/+2
* * update default TTL generation to match RFCLennart Poettering2005-06-241-3/+1
* * add logging API and make all code make use of itLennart Poettering2005-06-111-12/+12
* move dns.[ch] back to avahi-core/Lennart Poettering2005-06-061-0/+744
* * Split out a fair bit of avahi-core into avahi-common for use by the client ...Trent Lloyd2005-06-041-744/+0
* * use FIONREAD to minimize allocated buffer size when reading incoming packetsLennart Poettering2005-06-031-2/+2
* * implement reflection (including legacy unicast reflection)Lennart Poettering2005-06-031-2/+0
* * utf-8 collation of domain namesLennart Poettering2005-05-131-81/+4
* * add auxiliary records to packetLennart Poettering2005-05-111-0/+8
* check MUSTs of RFC:Lennart Poettering2005-05-101-5/+4