Import mac-to-devinfo and patch it to identify locally administered MAC addresses#45
Closed
cyrozap wants to merge 2 commits into
Closed
Import mac-to-devinfo and patch it to identify locally administered MAC addresses#45cyrozap wants to merge 2 commits into
cyrozap wants to merge 2 commits into
Conversation
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
Member
|
Thanks. This depends on "netdiscover" so "netdiscover" needs to be imported here as well in order to merge this. |
Member
|
Closing this due to inactivity. |
ldir-EDB0
added a commit
to ldir-EDB0/packages
that referenced
this pull request
Jul 29, 2019
4e47de7 Merge pull request openwrt#59 from bobrippling/master ee25a41 Prevent reading of uninitialised memory on short/malformed requests 35e3979 Use memcpy() to avoid strict aliasing violations de0856d Merge pull request openwrt#58 from micolous/dns-google 8355774 Update links to point at dns.google; clarify that this is for the JSON API. ebd0b3d Disable 'magic number' warnings. Some (but not all) of these seem appropriate to me. Warning seems overkill. 1518dca Merge branch 'master' of github.com:aarond10/https_dns_proxy 75ce78f Stylistic improvements (one var per statement). cae0d07 Merge pull request openwrt#56 from tofurky/gtest_fix 680f3c1 Merge pull request openwrt#55 from tofurky/older_compilers 3b710cb Use FindGTest to search for googletest 71ca05f Build fixes for older compilers 758f913 Add support for DS RR Type. 43da4de Fix leapyear bugs and add tests. e8f53ab parse_time() replaced to make it more portable. 246e106 Constants lifted from elsewhere. 23f7950 Lots of fixes. 9b246b3 Avoid NS_PUT* macros. These aren't consistently implemented across platforms. 85354a3 Rough support for RRSIG, NSEC and NSEC3 RR Types. cac0ed6 Fix a type warning over sign. f4e17b2 Disable warnings over signed ints. 994f378 Merge pull request openwrt#47 from daztucker/master 898864d Check return value of daemon(). 97191a4 Update details for -t (proxy). 4ef39c5 Merge pull request openwrt#45 from tofurky/bootstrap-interval ebeb2ae Dynamically adjust DNS bootstrap interval during runtime 6166c49 Debug logging around bootstrap DNS parsing. 084a103 Fix typo. 915211b Get a bit noisy if running as root to try to minimize accidental misconfiguration. 1b1fca1 Allow dropping of privs even if not run in daemon mode. 7978052 Support TXT records made of multiple <character-string> components. 8a409e2 Fix bug where quotes were added to TXT records due to JSON encoding. 4822f1c options: stop loglevel going negative Important fixes: Now drop running as root. Improved bootstrap interval handling, especially helps Openwrt on boot. Sanitise memory on short/malformed requests Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
ldir-EDB0
added a commit
to ldir-EDB0/packages
that referenced
this pull request
Jul 30, 2019
4e47de7 Merge pull request openwrt#59 from bobrippling/master ee25a41 Prevent reading of uninitialised memory on short/malformed requests 35e3979 Use memcpy() to avoid strict aliasing violations de0856d Merge pull request openwrt#58 from micolous/dns-google 8355774 Update links to point at dns.google; clarify that this is for the JSON API. ebd0b3d Disable 'magic number' warnings. Some (but not all) of these seem appropriate to me. Warning seems overkill. 1518dca Merge branch 'master' of github.com:aarond10/https_dns_proxy 75ce78f Stylistic improvements (one var per statement). cae0d07 Merge pull request openwrt#56 from tofurky/gtest_fix 680f3c1 Merge pull request openwrt#55 from tofurky/older_compilers 3b710cb Use FindGTest to search for googletest 71ca05f Build fixes for older compilers 758f913 Add support for DS RR Type. 43da4de Fix leapyear bugs and add tests. e8f53ab parse_time() replaced to make it more portable. 246e106 Constants lifted from elsewhere. 23f7950 Lots of fixes. 9b246b3 Avoid NS_PUT* macros. These aren't consistently implemented across platforms. 85354a3 Rough support for RRSIG, NSEC and NSEC3 RR Types. cac0ed6 Fix a type warning over sign. f4e17b2 Disable warnings over signed ints. 994f378 Merge pull request openwrt#47 from daztucker/master 898864d Check return value of daemon(). 97191a4 Update details for -t (proxy). 4ef39c5 Merge pull request openwrt#45 from tofurky/bootstrap-interval ebeb2ae Dynamically adjust DNS bootstrap interval during runtime 6166c49 Debug logging around bootstrap DNS parsing. 084a103 Fix typo. 915211b Get a bit noisy if running as root to try to minimize accidental misconfiguration. 1b1fca1 Allow dropping of privs even if not run in daemon mode. 7978052 Support TXT records made of multiple <character-string> components. 8a409e2 Fix bug where quotes were added to TXT records due to JSON encoding. 4822f1c options: stop loglevel going negative Important fixes: Now drop running as root. Improved bootstrap interval handling, especially helps Openwrt on boot. Sanitise memory on short/malformed requests Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
ldir-EDB0
added a commit
to ldir-EDB0/packages
that referenced
this pull request
Jul 30, 2019
4e47de7 Merge pull request openwrt#59 from bobrippling/master ee25a41 Prevent reading of uninitialised memory on short/malformed requests 35e3979 Use memcpy() to avoid strict aliasing violations de0856d Merge pull request openwrt#58 from micolous/dns-google 8355774 Update links to point at dns.google; clarify that this is for the JSON API. ebd0b3d Disable 'magic number' warnings. Some (but not all) of these seem appropriate to me. Warning seems overkill. 1518dca Merge branch 'master' of github.com:aarond10/https_dns_proxy 75ce78f Stylistic improvements (one var per statement). cae0d07 Merge pull request openwrt#56 from tofurky/gtest_fix 680f3c1 Merge pull request openwrt#55 from tofurky/older_compilers 3b710cb Use FindGTest to search for googletest 71ca05f Build fixes for older compilers 758f913 Add support for DS RR Type. 43da4de Fix leapyear bugs and add tests. e8f53ab parse_time() replaced to make it more portable. 246e106 Constants lifted from elsewhere. 23f7950 Lots of fixes. 9b246b3 Avoid NS_PUT* macros. These aren't consistently implemented across platforms. 85354a3 Rough support for RRSIG, NSEC and NSEC3 RR Types. cac0ed6 Fix a type warning over sign. f4e17b2 Disable warnings over signed ints. 994f378 Merge pull request openwrt#47 from daztucker/master 898864d Check return value of daemon(). 97191a4 Update details for -t (proxy). 4ef39c5 Merge pull request openwrt#45 from tofurky/bootstrap-interval ebeb2ae Dynamically adjust DNS bootstrap interval during runtime 6166c49 Debug logging around bootstrap DNS parsing. 084a103 Fix typo. 915211b Get a bit noisy if running as root to try to minimize accidental misconfiguration. 1b1fca1 Allow dropping of privs even if not run in daemon mode. 7978052 Support TXT records made of multiple <character-string> components. 8a409e2 Fix bug where quotes were added to TXT records due to JSON encoding. 4822f1c options: stop loglevel going negative Important fixes: Now drop running as root. Improved bootstrap interval handling, especially helps Openwrt on boot. Sanitise memory on short/malformed requests Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
ldir-EDB0
added a commit
to ldir-EDB0/packages
that referenced
this pull request
Jul 30, 2019
4e47de7 Merge pull request openwrt#59 from bobrippling/master ee25a41 Prevent reading of uninitialised memory on short/malformed requests 35e3979 Use memcpy() to avoid strict aliasing violations de0856d Merge pull request openwrt#58 from micolous/dns-google 8355774 Update links to point at dns.google; clarify that this is for the JSON API. ebd0b3d Disable 'magic number' warnings. Some (but not all) of these seem appropriate to me. Warning seems overkill. 1518dca Merge branch 'master' of github.com:aarond10/https_dns_proxy 75ce78f Stylistic improvements (one var per statement). cae0d07 Merge pull request openwrt#56 from tofurky/gtest_fix 680f3c1 Merge pull request openwrt#55 from tofurky/older_compilers 3b710cb Use FindGTest to search for googletest 71ca05f Build fixes for older compilers 758f913 Add support for DS RR Type. 43da4de Fix leapyear bugs and add tests. e8f53ab parse_time() replaced to make it more portable. 246e106 Constants lifted from elsewhere. 23f7950 Lots of fixes. 9b246b3 Avoid NS_PUT* macros. These aren't consistently implemented across platforms. 85354a3 Rough support for RRSIG, NSEC and NSEC3 RR Types. cac0ed6 Fix a type warning over sign. f4e17b2 Disable warnings over signed ints. 994f378 Merge pull request openwrt#47 from daztucker/master 898864d Check return value of daemon(). 97191a4 Update details for -t (proxy). 4ef39c5 Merge pull request openwrt#45 from tofurky/bootstrap-interval ebeb2ae Dynamically adjust DNS bootstrap interval during runtime 6166c49 Debug logging around bootstrap DNS parsing. 084a103 Fix typo. 915211b Get a bit noisy if running as root to try to minimize accidental misconfiguration. 1b1fca1 Allow dropping of privs even if not run in daemon mode. 7978052 Support TXT records made of multiple <character-string> components. 8a409e2 Fix bug where quotes were added to TXT records due to JSON encoding. 4822f1c options: stop loglevel going negative Important fixes: Now drop running as root. Improved bootstrap interval handling, especially helps Openwrt on boot. Sanitise memory on short/malformed requests Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
john-tho
added a commit
to john-tho/openwrt-packages
that referenced
this pull request
Jun 24, 2023
Fix 6.1 kernel compile git log --oneline ecc6eb.. -- xr_usb_serial_common-1a/ 90ad530166f0 Support Linux 6.1 af618e2eded6 openwrt#45 Fix some warnings Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
neheb
pushed a commit
that referenced
this pull request
Jun 25, 2023
Fix 6.1 kernel compile git log --oneline ecc6eb.. -- xr_usb_serial_common-1a/ 90ad530166f0 Support Linux 6.1 af618e2eded6 #45 Fix some warnings Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
lu-zero
pushed a commit
to domo-iot/packages
that referenced
this pull request
Oct 23, 2023
Fix 6.1 kernel compile git log --oneline ecc6eb.. -- xr_usb_serial_common-1a/ 90ad530166f0 Support Linux 6.1 af618e2eded6 openwrt#45 Fix some warnings Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.