summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-13cache: cache_record_find: fix buffer overflowPetr Štetiar
2020-10-13cmake: tests: provide umdns-san binaryPetr Štetiar
2020-10-13tests: add dns_handle_packet_file toolPetr Štetiar
2020-10-13tests: add libFuzzer based fuzzingPetr Štetiar
2020-10-13cmake: create static libraryPetr Štetiar
2020-10-13interface: fix possible null pointer dereferencePetr Štetiar
2020-10-13interface: fix value stored to 'fd' is never readPetr Štetiar
2020-08-31Add initial GitLab CI supportPetr Štetiar
2020-08-31cmake: fix include dirs and libs lookupPetr Štetiar
2020-07-19service.c: fix build on gcc 10Kevin Darbyshire-Bryant
2020-06-08Fix advertised IPv6 addressesDavid Woodhouse
2020-04-24dns.c: fix input validation fixKevin Darbyshire-Bryant
2020-04-19dns.c: improve input validationKevin Darbyshire-Bryant
2020-04-05umdns: fix unused errorPolynomialdivision
2020-04-04dns: explicitly endian-convert all fields in header and questionPaul Fertser
2018-01-02umdnsd: Replace strerror(errno) with %m.Rosen Penev
2017-09-28Add debug output for service_timeoutPhilipp Meier
2017-09-28Remove incorrect comma in http service json configPhilipp Meier
2017-09-28Remove ttl==255 restriction for queriesPhilipp Meier
2017-05-22Support specifying instance name in JSON fileRafał Miłecki
2017-05-12Support PTR queries for a specific serviceRafał Miłecki
2017-05-12Allow filtering with instance name in service_replyRafał Miłecki
2017-05-12Store instance name in the struct serviceRafał Miłecki
2017-05-12Rename service_name function to the service_instance_nameRafał Miłecki
2017-05-12Rename mdns_hostname variable to the umdns_host_labelRafał Miłecki
2017-03-21Fix sending unicast questions on cache expireRafał Miłecki
2017-03-21Keep source sockaddr for every cached DNS recordRafał Miłecki
2017-03-20Fix code freeing cached non-A(AAA) records too earlyRafał Miłecki
2017-03-20Fix replying to "QU" questions received on unicast interfaceRafał Miłecki
2017-03-20Fix reading port of incoming packetsRafał Miłecki
2017-03-20Use MCAST_PORT define for port 5353Rafał Miłecki
2017-03-20Use one define for DNS-Based Service Discovery service nameRafał Miłecki
2017-03-20Drop entries cached for interface we're going to deleteRafał Miłecki
2017-03-20Fix comment typo in cache_gc_timerRafał Miłecki
2017-03-20Fix refreshing cached A(AAA) records that expireRafał Miłecki
2017-03-14Don't cache hosts as servicesRafał Miłecki
2017-03-14Refresh DNS records A and AAAA directlyRafał Miłecki
2017-03-14Access cached records (instead of services) to read list of hostsRafał Miłecki
2017-03-10Cancel (re)connect timer when deleting interfaceRafał Miłecki
2017-03-10Drop unneeded code to simplify getting hosts over ubusRafał Miłecki
2017-03-09Drop unneeded casting of "entry" from struct cache_serviceRafał Miłecki
2017-02-15Set errno when refusing to send packet in interface_send_packetRafał Miłecki
2017-02-15Fix error messages when sending packet failsRafał Miłecki
2017-02-15Send A in response to service discoveryRafał Miłecki
2017-02-15Use A(AAA) when querying for domain on cache expireRafał Miłecki
2017-02-15Don't try sending unicast responses with multicast addressRafał Miłecki
2017-02-15Use unicast IP address when sending unicast service replyRafał Miłecki
2017-02-15Prepare support for sending unicast DNS answersRafał Miłecki
2017-02-15Print error if parsing service JSON failsRafał Miłecki
2017-02-14Set TTL to 255 for outgoing IPv4 unicast packetsRafał Miłecki