]>
2022-04-14 | Michael Tremer | downloader: Fetch __version__ from C module Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-04-14 | Michael Tremer | Make sources around that we can run tests without location... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-04-14 | Michael Tremer | Revert "configure: Require Python >= 3.9" Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-04-12 | Michael Tremer | configure: Bump version to 0.9.13 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-04-12 | Michael Tremer | tests: Import test database Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-04-12 | Michael Tremer | .gitignore: Ignore *.db files only in main directory Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-04-11 | Michael Tremer | export: Enable flattening for everything Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-30 | Michael Tremer | configure: Require Python >= 3.9 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-30 | Michael Tremer | tests: List Python test cases as scripts Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-30 | Michael Tremer | tests: Break after exporting 1000 networks Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-30 | Michael Tremer | network: loc_network_subnets: Use correct prefix Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-30 | Michael Tremer | network: Add more debugging output when running exclude Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-30 | Michael Tremer | network: Log a more useful message on invalid prefix Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-30 | Michael Tremer | database: Allocate subnets list only once Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-30 | Michael Tremer | tests: Add a simple test that lists all networks Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-23 | Michael Tremer | Bump version to 0.9.12 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-09 | Michael Tremer | address: Set default prefix if none is given Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-09 | Michael Tremer | Refactor parsing IP addresses Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-09 | Michael Tremer | writer: I forgot to initalize the country list Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-09 | Michael Tremer | importer: Improve performance of network export query Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-09 | Michael Tremer | writer: Use country list internally Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-09 | Michael Tremer | country-list: Grow like AS list Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-09 | Michael Tremer | network-list: Grow just like the AS list Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-09 | Michael Tremer | writer: Use AS list internally Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-09 | Michael Tremer | as-list: Grow faster to avoid too many re-allocations Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | bogons: Skip any subnets of former networks Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | bogons: Add gaps that are only one address wide Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | address: Add some simple tests Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | address: Fix buffer overwrite Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | address: Fix decrementing IP addresses Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | address: Simplify functions Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | network-list: Remove debugging line Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | network-list: summarize: Break when we exhausted the... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | network-list: Simplify debugging output on summarize Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | address: Prevent under/overflow when incrementing/decrementing Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | address: Initialize all bits of IP addresses Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | strings: Statically allocate all address/network strings Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | network: Pass prefix in native length Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | address: Rename increment/decrement functions and modify... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | addresses: Use loc_address_family which is now available Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | address: Rename in6_addr_get_bit/in6_addr_set_bit to... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | address: Rename in6_addr_cmp into loc_address_cmp Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | Move all address convenience functions into their own... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | bogons: Don't consider a network legitimate without... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | bogons: Reset after we have reached the end Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | address: Correctly subtract IPv4 addresses Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | network-list: Cap prefix length based on family Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | bogons: Refactor algorithms Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | addresses: Implement subtraction for IPv4 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-07 | Michael Tremer | network: Implement bit length function for IPv4 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-06 | Michael Tremer | network: Allow creating any valid networks Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-06 | Michael Tremer | network-list: Rewrite summarize algorithm Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-06 | Michael Tremer | network: Drop functions moved in an earlier commit Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-06 | Michael Tremer | network: Add function that counts the bit length of... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-05 | Michael Tremer | network: Move a couple of helper functions into headers Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-05 | Michael Tremer | location: Fix output of list-* commands Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-05 | Michael Tremer | importer: Skip empty lines Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-05 | Michael Tremer | importer: Silently ignore any table headers Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-05 | Michael Tremer | importer: Correctly hande response codes from Bird Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-05 | Michael Tremer | database: Return something when no filter criteria... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-05 | Michael Tremer | importer: Parse aggregated networks Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-03 | Michael Tremer | Bump release to 0.9.11 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-03 | Michael Tremer | export: Sightly refactor export logic Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-03 | Michael Tremer | export: Fix filtering logic Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-02 | Peter Müller | location-importer: Fix parsing LACNIC-flavoured inetnums Reported-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-02 | Michael Tremer | ipset: The minimum hashsize is 64 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-02 | Michael Tremer | export: Allow exporting to stdout Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-02 | Michael Tremer | location: Print proper error message for any uncaught... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-02 | Michael Tremer | export: Conditionally enable flattening Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-02 | Michael Tremer | ipset: Set maxelem to a fixed size Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-01 | Michael Tremer | ipset: Fix hash type for IPv6 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-03-01 | Michael Tremer | ipset: Optimise hash table size Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-02-25 | Stefan Schantl | export: Remove prefix when exporting countries. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-02-16 | Michael Tremer | Bump release to 0.9.10 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-02-11 | Michael Tremer | export: Make ipset files easily reloadable Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-02-11 | Peter Müller | location-importer.in: Do not make things more complicated... Suggested-by: Michael Tremer <michael.tremer@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-02-11 | Peter Müller | location-importer.in: Add country code for AWS's "il... Reported-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-01-02 | Michael Tremer | man: Add man pages for all loc_database_* functions Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-01-02 | Michael Tremer | Makefile: Split man pages into multiple lists Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-01-02 | Michael Tremer | man: Add man page for loc_database_new Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2022-01-02 | Michael Tremer | man: Add pages for top level functions Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-12-13 | Peter Müller | location-importer: Replace "UK" with "GB" Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-12-13 | Peter Müller | location-importer: Improve regex for catching historic... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-12-13 | Peter Müller | Process LACNIC geofeed as well Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-12-13 | Peter Müller | location-importer: Set "is_drop" to "True" even in... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-11-23 | Michael Tremer | debian: Fix broken build Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-11-23 | Michael Tremer | debian: Remove riscv64 which doesn't build Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-11-23 | Michael Tremer | Revert "debian: dh no longer knows "--with python3"" Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-11-20 | Michael Tremer | debian: Add builds for Debian Bookworm and riscv64 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-11-20 | Michael Tremer | debian: dh no longer knows "--with python3" Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-11-20 | Michael Tremer | Bump release to 0.9.9 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-11-20 | Michael Tremer | debian: Update libloc1.symbols Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-11-02 | Peter Müller | location-importer.in: Add Spamhaus DROP lists Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-11-02 | Peter Müller | location-importer: Introduce auxiliary function to... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-10-25 | Peter Müller | importer.py: Import JPNIC feed as well Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-10-11 | Peter Müller | location.txt: Improve manpage Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-09-30 | Michael Tremer | network: Rename "match" functions to "matches" Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-09-30 | Michael Tremer | network: Make loc_network_match_country_code match... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-09-30 | Michael Tremer | country: Make country codes beginning with X invalid Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
2021-09-30 | Michael Tremer | country: Add function that returns flags for special... Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> |
commit | commitdiff | tree |
next |