]> git.ipfire.org Git - people/ms/libloc.git/shortlog
people/ms/libloc.git
2020-05-18  Michael Tremerdatabase: Clear signature length before feeding header...
2020-05-18  Michael Tremerdatabase: Check if we could read the full header
2020-05-18  Michael Tremerhexdump: Show how much data we are dumping
2020-05-18  Michael TremerRevert "Tests: Disable testing for valid signature"
2020-05-16  Michael Tremerlocation-downloader: Load the right database version
2020-05-16  Michael Tremertest-database: Check opening files with no or random...
2020-05-16  Michael TremerFix reading database in newer version
2020-05-16  Michael TremerDo not attempt freeing the stringpool when it isn't...
2020-05-16  Michael TremerBump database version to "1"
2020-05-16  Michael Tremerlocation-importer: Remove unused regular expression
2020-05-16  Michael Tremerlocation-importer: Abort when we could not get a greeti...
2020-05-15  Michael Tremerlocation-query: Add command to show the database version
2020-05-15  Michael Tremerlocation-impoter: Allow overriding country by AS override
2020-05-15  Michael Tremerlocation-importer: Fix typo in "aut-num"
2020-05-15  Michael Tremerlocation-importer: Skip everything with /0
2020-05-15  Michael Tremerlocation-query: Include flags in dump output
2020-05-15  Michael Tremerlocation-query: Show flags in lookup output
2020-05-15  Michael Tremerlocation-importer: Remove some debugging output
2020-05-15  Michael Tremerlocation-downloader: Give the database a proper name
2020-05-15  Michael TremerAdd quiet mode
2020-05-15  Michael Tremerpython: Correctly set log level for root logger
2020-05-15  Michael Tremer.gitignore: Omit *.db and *.db.xz from git status output
2020-05-15  Michael Tremerlocation-importer: Fix SQL syntax error
2020-05-15  Michael Tremerlocation-importer: Speed up exporting the database
2020-05-14  Michael Tremerlocation-import: Abort when we could not parse the...
2020-05-13  Michael Tremerresolv: Silence compiler warning about unused variable
2020-05-13  Stefan SchantlDebian: Require lightwight python development packages
2020-05-13  Stefan SchantlMakefile.am: Specify CC and LD when compiling perl...
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
2020-05-11  Stefan SchantlDebian: Add missing build dependencies.
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 TremerInstall databases to /var/lib/location
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-06  Stefan Schantldebian: Install location-exporter
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 Tremerconfigure: Actually pass detected libraries over to...
2019-11-26  Michael TremerLink against OpenSSL
2019-11-26  Michael TremerMakefile: Cleanup Debian tarball
2019-11-26  Michael Tremerdatabase: Log error when network ID is out of range
2019-11-26  Michael Tremerdebian: Ignore all temporary files
2019-11-26  Michael Tremerdebian: Add command to build Debian packages easily
2019-11-26  Stefan SchantlAdd support for packaging Debian (deb) packages
2019-11-25  Michael TremerBump version to 0.9.0 0.9.0
2019-11-25  Michael Tremerconfigure: Fix platform detection
2019-11-25  Stefan Schantlperl: Provide library location when running the testsuite
2019-11-24  Michael Tremerlibresolv: Check different functions on different platforms
next