David Cermak 
							
						 
					 
					
						
						
							
						
						5252b1d801 
					 
					
						
						
							
							mdns: Use multi/uni-cast types in API  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@125c312552  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						4e11cc86fe 
					 
					
						
						
							
							mdns: Allow for unicast PTR queries  
						
						... 
						
						
						
						Adresses https://github.com/espressif/esp-idf/issues/7932 
* Original commit: espressif/esp-idf@7eeeb01ea7  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						7af91ec490 
					 
					
						
						
							
							mdns: Fix potential null deref for ANY query type  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@99dd8eedb1  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						5a2d4eab6d 
					 
					
						
						
							
							mdns: Fix copyright  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@c83678f64f  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								caffreyfans 
							
						 
					 
					
						
						
							
						
						9de3f534e2 
					 
					
						
						
							
							Add mDNS miss comment  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@08e081340d  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						7dd0bc1fff 
					 
					
						
						
							
							mdns: always send A/AAAA records in announcements  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@456f80b754  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						7e82a7cef7 
					 
					
						
						
							
							mdns: filter instance name for ANY queries  
						
						... 
						
						
						
						The instance name in ANY quries was ignored. The MR fixes the issue.
* Original commit: espressif/esp-idf@5d0c47303d  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						ae381b779f 
					 
					
						
						
							
							mdns: Fix potential null deref reported by fuzzer test  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@cb5653fd94  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						525c64915e 
					 
					
						
						
							
							Added results count to MDNS  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@f391d610e8  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								zhangwenxu 
							
						 
					 
					
						
						
							
						
						f0839d909b 
					 
					
						
						
							
							mdns: fix mdns server instance mismatch  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@6173dd7809  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								zhangwenxu 
							
						 
					 
					
						
						
							
						
						69902ea8e1 
					 
					
						
						
							
							mdns: support multiple instance for mdns service txt set  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@50f6302c5d  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						d0bbe880b6 
					 
					
						
						
							
							mdns: fix wrong PTR record count  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@5d3f8157e0  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						fd8499c874 
					 
					
						
						
							
							mdns: support service subtype  
						
						... 
						
						
						
						* Closes https://github.com/espressif/esp-idf/issues/5508 
* Original commit: espressif/esp-idf@e7e8610f56  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						38b4fe2353 
					 
					
						
						
							
							mdns: Fix parsing non-standard queries  
						
						... 
						
						
						
						Fix for packets containing unexpected domains, such as openthread.thread.home.arpa.
If we find this packet we set the name entry as invalid, but continue with parsing as the packet might contain related queries for us.
Closes https://github.com/espressif/esp-idf/issues/7694 
* Original commit: espressif/esp-idf@d16f9bade5  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						b26606252f 
					 
					
						
						
							
							mdns: allow mutiple instances with same service type  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@b7a99f4658  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						5e087d82d6 
					 
					
						
						
							
							mdns: Update copyright header  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@2a2b95b9c2  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						91a3d95f96 
					 
					
						
						
							
							mdns: Fix potential null dereference identified by fuzzer tests  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@e7dabb14f7  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						52306e914f 
					 
					
						
						
							
							mdns: add notification callback for async APIs  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@986603cf07  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						d37ab6dd25 
					 
					
						
						
							
							mdns: add more mdns result attributes  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@76ec76c12c  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						4c368c0090 
					 
					
						
						
							
							mdns: fix crash when adding services without hostname set  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@5e98772eaf  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						b0957e70fd 
					 
					
						
						
							
							mdns: Clean the main mdns module from lwip dependencies  
						
						... 
						
						
						
						* Reduced number of include paths
* Abstract the internals of mdns packet (specifics defined in
mdns_networking.c)
* Use ESP_IP addresses instead of lwip addresses
* Original commit: espressif/esp-idf@54e329444a  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						47c7266103 
					 
					
						
						
							
							mdns: Add asynchronous query API  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/7090 
* Original commit: espressif/esp-idf@d81482d699  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						40da0d29be 
					 
					
						
						
							
							mdns: Fix crashes reported by the fuzzer tests  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@4a2e72677c  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						8a120829e2 
					 
					
						
						
							
							mdns: return ESP_OK rather than ERR_OK in API functions  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@2386113972  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						46f28a8011 
					 
					
						
						
							
							mdns: fix memory leak in mdns_free when adding delegated hostnames  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@0baee93211  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						5a81eaea3f 
					 
					
						
						
							
							mdns: Support for One-Shot mDNS queries  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@f167238fac  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						2ddaee2b6e 
					 
					
						
						
							
							mdns: allow explicit txt value length  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@b4e0088b68  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						27fc285000 
					 
					
						
						
							
							mdns: Fix crashes reported by the fuzzer  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@79ba738626  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						8a8d58d4dc 
					 
					
						
						
							
							mdns: fix test script delayed response  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@a4f263948c  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						402baebfee 
					 
					
						
						
							
							mdns: fix wrong SRV/PTR record handling  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@e6135552d2  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						9fa25ef3b6 
					 
					
						
						
							
							mdns: fix wrong service hostname after mangling  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@439b31d065  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						121b525108 
					 
					
						
						
							
							mdns: fix empty address change announce packets  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@7bbb72d865  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						418fb60dd9 
					 
					
						
						
							
							mdns: fix mdns probe/reply behavior  
						
						... 
						
						
						
						* send correct hostnames when probing.
* add test for mdns host delegation.
* Original commit: espressif/esp-idf@d2a5d25984  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						4049b3b5ed 
					 
					
						
						
							
							mdns: make delegate host address a list  
						
						... 
						
						
						
						Also adds unit test and doc string for new apis.
* Original commit: espressif/esp-idf@2d34352f3d  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						c8821199a2 
					 
					
						
						
							
							mdns: add remove delegate host api  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@2174693096  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						1eb5df9780 
					 
					
						
						
							
							mdns: add mdns delegation  
						
						... 
						
						
						
						This allows publishing mdns services for other devices.
* Original commit: espressif/esp-idf@401ff56cc1  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Jiacheng Guo 
							
						 
					 
					
						
						
							
						
						b62b4b3e25 
					 
					
						
						
							
							mdns: fix memory free issue when repeating the query in reply  
						
						... 
						
						
						
						The repeated query will be copied in the next event loop while the
memory is freed instantly. Delay the free to fix this issue.
* Original commit: espressif/esp-idf@5f244c86f2  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								Suren Gabrielyan 
							
						 
					 
					
						
						
							
						
						4d8aec1ad3 
					 
					
						
						
							
							mdns: Fix of crash when wifi interface get deleted and mdns receives the packets  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/6973 
* Original commit: espressif/esp-idf@03de74a728  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						c3a5826d60 
					 
					
						
						
							
							mdns: Fix parsing answers with questions when instance name not set  
						
						... 
						
						
						
						mdns resolver didn't correctly resolved queries when host name wasn't
assigned. Fixed by allowing processing also if some answer present
(non-strict mode)
Closes https://github.com/espressif/esp-idf/issues/6598 
* Original commit: espressif/esp-idf@34049454df  
						
						
					 
					
						2022-05-27 17:44:24 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						cbcbe4ffd7 
					 
					
						
						
							
							mdns: Fix the resolver to correctly parse it's own non-strict answers  
						
						... 
						
						
						
						The resolver was able to respond correctly, but would also resolve its
own queries and cause issues with BCT 1.5.2, specifically
* MULTIPLE QUESTIONS - DUPLICATE SUPPRESSION
* MULTIPLE QUESTIONS - DISTRIBUTED DUPLICATE SUPPRESSION
tests failed.
* Original commit: espressif/esp-idf@b649603a0d  
						
						
					 
					
						2022-05-27 17:44:23 +04:00 
						 
				 
			
				
					
						
							
							
								suren.gabrielyan 
							
						 
					 
					
						
						
							
						
						22c7c0a195 
					 
					
						
						
							
							mDNS: Updated APIs description and shows the warning when hostname contains domain name during the query  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/6590 
* Original commit: espressif/esp-idf@9f8d2b944d  
						
						
					 
					
						2022-05-27 17:44:23 +04:00 
						 
				 
			
				
					
						
							
							
								yuanjm 
							
						 
					 
					
						
						
							
						
						1623c0e729 
					 
					
						
						
							
							components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@da58235a0e  
						
						
					 
					
						2022-05-27 17:44:23 +04:00 
						 
				 
			
				
					
						
							
							
								suren.gabrielyan 
							
						 
					 
					
						
						
							
						
						b114ed69de 
					 
					
						
						
							
							mdns: add bound check when setting interface as duplicate  
						
						... 
						
						
						
						Closes IDF-2787
Partially addresses https://github.com/espressif/esp-idf/issues/6440 
* Original commit: espressif/esp-idf@2b9d2c06f5  
						
						
					 
					
						2022-05-27 17:44:23 +04:00 
						 
				 
			
				
					
						
							
							
								suren.gabrielyan 
							
						 
					 
					
						
						
							
						
						2ffd22382d 
					 
					
						
						
							
							mDNS: Fix of text length calculation when detecting a collision  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@be0ae1ebbb  
						
						
					 
					
						2022-05-27 17:44:23 +04:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						1fe901f70f 
					 
					
						
						
							
							global: fix sign-compare warnings  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@753a929525  
						
						
					 
					
						2022-05-27 17:44:23 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						89439e0a9b 
					 
					
						
						
							
							mdns: Allow resolve its own non-strict answers  
						
						... 
						
						
						
						the mDNS responder should not repeat questions when replying, however resolvers
must ignore these questions field if they are present. esp-idf mDNS
library does include questions in answering packets (thus not strictly
following the RFC6762) so the resolver did not correctly resolved
another instance host name.
Closes https://github.com/espressif/esp-idf/issues/6190 
* Original commit: espressif/esp-idf@0693e172de  
						
						
					 
					
						2022-05-27 17:44:23 +04:00 
						 
				 
			
				
					
						
							
							
								suren.gabrielyan 
							
						 
					 
					
						
						
							
						
						becd5d0266 
					 
					
						
						
							
							mDNS: Fix of collision detection during txt length calculation  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/6114 
* Original commit: espressif/esp-idf@f33772c960  
						
						
					 
					
						2022-05-27 17:44:23 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						6021a88657 
					 
					
						
						
							
							mdns: Support queries in responses in mDNS non-strict mode  
						
						... 
						
						
						
						By default adds original queries to responses in order to be resolved by some resolvers, such as lwIP mdns library. This functionality however is discouraged by the RFC6762, so it could be disabled in menuconfig if MDNS_STRICT_MODE configured
Closes https://github.com/espressif/esp-idf/issues/5521 
* Original commit: espressif/esp-idf@bcfa36db8f  
						
						
					 
					
						2022-05-27 17:44:23 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						78f71ecdf6 
					 
					
						
						
							
							mdns: Fix include query ID in reponses  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/5574 
* Original commit: espressif/esp-idf@f62e321d87  
						
						
					 
					
						2022-05-27 17:44:23 +04:00 
						 
				 
			
				
					
						
							
							
								David Cermak 
							
						 
					 
					
						
						
							
						
						2b7d43e1f8 
					 
					
						
						
							
							mdns: limit the GOT_IP6_EVENT to only known network interfaces  
						
						... 
						
						
						
						* Original commit: espressif/esp-idf@ab8cab1c55  
						
						
					 
					
						2022-05-27 17:44:23 +04:00