]> git.ipfire.org Git - people/ms/libloc.git/history - src
Debian: Require lightwight python development packages
[people/ms/libloc.git] / src /
2020-05-13  Peter Müllerlocation-importer: DELETE multicast and "reserved for...
2020-05-13  Peter Müllerlocation-importer: DELETE "current network" address...
2020-05-13  Peter Müllerlocation-importer: DELETE other unroutable IPv4 networks
2020-05-13  Peter Müllerlocation-importer: DELETE local loopback address space
2020-05-13  Michael Tremerlocation-importer: Some routers omit /24 for IPv4
2020-05-13  Michael Tremerlocation-query: Print all information we have
2020-05-13  Michael Tremerpython: Use override flags when exporting the database
2020-05-13  Michael Tremerpython: Use closest match for countries
2020-05-13  Michael Tremerpython: Use overridden AS name when possible
2020-05-13  Michael Tremerpython: Implement writing database content to file
2020-05-13  Michael Tremerpython: Implement importing override files into the...
2020-05-13  Michael Tremerpython: Permit passing an empty private key
2020-05-13  Michael Tremerlocation-query: Add command to dump the whole database
2020-05-13  Michael TremerFix searching with an empty string
2020-05-13  Michael Tremerpython: Implement importing BGP announcements from...
2020-05-13  Michael Tremerpython: Drop unused list of invalid IP addresses
2020-05-12  Michael Tremerpython: Drop importing autnums from extended sources
2020-05-12  Michael Tremerpython: Parse classic RIR data in one transaction and...
2020-05-12  Michael Tremerpython: Import extended WHOIS data
2020-05-12  Michael Tremerpython: Import classic RIR importer from database repos...
2020-05-12  Michael Tremerpython: Add database driver for PostgreSQL
2020-05-12  Michael Tremerpython: Import downloader from database repository
2020-05-12  Michael Tremerpython: Add scaffolding for an importer tool
2020-05-12  Michael Tremerpython: Move common i18n code into python module
2020-05-12  Michael Tremerpython: Move common logging code into module
2020-05-12  Michael Tremerpython: Expend VERSION at build time
2020-05-12  Michael Tremerpython: Move C module to make space for some native...
2020-05-12  Michael Tremerlocation-exporter: Fix incorrect logger name
2020-05-11  Stefan SchantlTests: Disable testing for valid signature
2019-12-12  Michael Tremertest-database: Remove signature checks
2019-12-12  Michael Tremerwriter: Erase the padding
2019-12-12  Michael TremerLog blocks that are being fed into the signature
2019-12-12  Michael Tremerwriter: Put whole header into the hash instead of only...
2019-12-12  Michael Tremertest-signature: Fix path to key
2019-12-12  Michael TremerLog the signature in debug mode
2019-12-12  Michael Tremerdatabase: Catch any errors from EVP_DigestVerify_Update()
2019-12-12  Michael Tremertest: Add test to check that invalid signatures do...
2019-12-11  Stefan Schantlperl: Add get_continent_code()
2019-12-11  Michael Tremerdatabase: Correctly handle error codes from OpenSSL
2019-12-10  Michael Tremerlocation-downloader: Add command to verify the download...
2019-12-10  Michael TremerImport our public signing key
2019-12-09  Michael Tremerlocation-downloader: Exit with 3 when the database...
2019-12-09  Michael Tremerlocation-exporter: Accept A1, A2, A3 as compat country...
2019-12-09  Stefan Schantllocation-exporter: Allow exporting by family
2019-12-09  Michael Tremerlocation-query: Translate family only when it is set
2019-12-05  Michael Tremerlocation-exporter: Uncomment accidentially commented...
2019-12-05  Michael Tremerlocation-export: Validate country codes
2019-12-05  Michael Tremerlocation-exporter: ipset: Add line break after header
2019-12-05  Michael Tremerlocation-exporter: Fix syntax errors for nftables export
2019-12-05  Michael Tremerperl: Make verify() a function on the database
2019-12-05  Michael Tremerlocation-query: Do not validate database every time
2019-12-05  Michael Tremerlocation-exporter: New script to convert database into...
2019-11-29  Michael Tremerlocation-query: Allow filtering networks by family
2019-11-29  Michael Tremerlocation-downloader: Verify the database after download
2019-11-29  Stefan Schantlperl: Verify database when it is being opened
2019-11-29  Michael Tremerdatabase: Benchmark time it takes to verify the signature
2019-11-28  Michael TremerImplement signing/verifying databases
2019-11-26  Michael Tremerdatabase: Add scaffolding for checking signatures
2019-11-26  Michael Tremerdatabase: Log error when network ID is out of range
2019-11-24  Michael TremerMake library build on Mac OS X
2019-11-24  Michael Tremerdownloader: Check DNS for most recent version
2019-11-17  Michael TremerAdd systemd unit files for location-downloader
2019-11-17  Michael Tremerlocation-downloader: Add proper logging infrastructure
2019-11-17  Michael TremerAdd download script to automatically update the database
2019-11-15  Michael Tremerlocation-query: Add listing networks by flags
2019-11-15  Michael TremerFix names of flags
2019-11-15  Michael Tremerlocation-query: Add output for ipset
2019-11-15  Michael Tremerlocation-query: Allow exporting data for nftables
2019-11-15  Michael Tremerlocation-query: Support listing networks for xt_geoip
2019-11-15  Michael Tremernetwork: Initialize country code with nothing
2019-11-15  Michael TremerImprove error reporting when a network could not be...
2019-11-15  Michael Tremerpython: Raise error when a network/AS could not be...
2019-10-22  Michael Tremertest-stringpool: Include stdint.h on Linux
2019-10-19  Michael TremerFix off_t casting in tests
2019-10-19  Michael Tremerdatabase: Fix checking pointer
2019-10-19  Michael TremerCorrect cast off_t to intmax_t before printing it
2019-10-18  Michael TremerMerge branch 'apple'
2019-10-18  Michael Tremerperl: Do not insist on Perl 5.28 or higher
2019-10-18  Michael Tremercountry: Include compat.h to build on other arches
2019-10-17  Michael Tremercountry: Fix comparison function
2019-10-17  Michael Tremertest: Add another country for test
2019-10-17  Michael TremerFormat off_t data types properly for printing
2019-10-17  Michael TremerMake package compile on Mac OS X
2019-10-17  Michael TremerFall back to getenv() when secure_getenv() is not available
2019-10-15  Michael Tremerpython: Implement lookup function for countries
2019-10-15  Michael Tremerpython: Extend bindings for countries
2019-10-15  Michael Tremerwriter: Write countries before pool is being written
2019-10-15  Michael Tremercountry: Fix segmentation fault when continent code...
2019-10-15  Michael Tremercountry: Remove string termination
2019-10-15  Michael Tremerdatabase format: Add some padding to header
2019-10-15  Michael TremerFix re-ordering flags which are now only 16 bits
2019-10-15  Michael Tremercountry: Use one function to copy country codes
2019-10-15  Michael Tremercountry: Add simple function to test if a country code...
2019-10-15  Michael Tremercountry: Fix SEGV when accessing the string pool
2019-10-15  Michael Tremerdatabase format: Reduce number of flags to 16
2019-10-15  Michael TremerAdd a dictionary with countries to the database
2019-10-13  Michael Tremerpython: Use shorthand function to export __version__
2019-10-13  Michael Tremerpython: Expose flags
2019-10-13  Michael TremerHandle A1, A2, A3 as special cases when searching for...
2019-10-13  Michael TremerImplement searching for networks with a certain flag
next