aboutsummaryrefslogtreecommitdiff
path: root/dns/dnstable
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update dns/dnstable to from version 0.11.0 to 0.11.2:Don Lewis2019-07-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | dnstable (0.11.2) * Fix memory leaks while skipping rows of data during offset processing. * Fix minor leak in dnstable_lookup printing. * Add more dnstable_lookup tests. dnstable (0.11.1) * Change dnstable_query_set_skip to ..._offset. Note that the ABI library revision was not bumped. * Change dnstable_lookup parameter for offset from -s to -O * Added unit tests for some exposed dnstable functionality, including for filter and query timeouts. Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=505906
* Update dns/dnstable port to version 0.11.0Don Lewis2019-06-073-5/+6
| | | | | | | | | | | | | | | | | | | | | | dnstable, the encoding library with utilities for passive DNS data, version 0.11.0, was released. This release adds functionality enabling unaggregated query results, the skipping of query results, and date and rdata presentation options for JSON formatted entries. In detail: * Fix bug in raw rdata queries with rrtype specified. * Add functionality for unaggregated query results. * Add ability to skip query results. * Add options for date and rdata presentation in JSON formatted entries. * Treat RRTYPE "TYPE255" as an alias for "ANY", since 255 is the code for "ANY". Insert a blank line into Makefile to pacify portlint. Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=503675
* Upgrade dnstable to version 0.10.2:Don Lewis2018-09-183-5/+5
| | | | | | | | | * Fix ordering for wildcard, processing contiguous memory first Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=479967
* Upgrade dnstable to version 0.10.1:Don Lewis2018-06-256-46/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dnstable (0.10.1) * Check for endian.h headers. * Add sys/socket.h include. * Expunge protobuf-c references. * Correct libyajl include path. dnstable (0.10.0) * Remove dnstable_convert into a separate repo to simplify dependencies. https://github.com/farsightsec/dnstable-convert/ * Add generated man pages to source. * Document dnstable_entry_set_iszone(). * Improve dnstable_reader(3) documentation. * Add JSON output (-j option) to dnstable_lookup. * Add test cases based on dnstable_lookup. * Only encode RDATA so the hostname is at the beginning for NS, CNAME, DNAME, PTR, MX, and SRV record types. * Fix byteorder macros for macOS. Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=473327
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-021-1/+1
| | | | | | | This round is @FreeBSD.org residents except teams. Notes: svn path=/head/; revision=453381
* Upgrade devel/mtbl to version 1.0.0:Don Lewis2017-02-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | mtbl (1.0.0) * Backwards-incompatible file format change to enable block sizes >4G. * Add support for zstd compression. This adds a new library dependency on libzstd. * Add mtbl_iter_seek function. * Add mtbl_fileset_partition function. * Breaks ABI for version 0.x.x. mtbl (0.8.1) * Add portability for clock time. * Simplify and improve portability related to byte order primitives. * Fix assertion failure. If there is a broken mtbl file in the fileset then a NULL reader will be returned. This change checks for that error condition in fs_reinit_merger() and does not pass the empty reader onwards to mtbl_merger_add_source(). Compatiblity with the latest libz4 has been added so files/patch-configure is no longer needed. Bump PORTREVISION on dependent ports due to ABI / shared library version change. Notes: svn path=/head/; revision=434654
* Upgrade dns/dnstable to version 0.9.1:Don Lewis2016-04-202-3/+3
| | | | | | | | | | | * Fix strange values in data value triplets (#16). A 'count' field that has the value 0 is silently rewritten to 1, and a 'time_last' field that has the value 0 is silently set to be the same as the 'time_first' field. Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=413693
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Upgrade to version 0.9.0.Don Lewis2015-11-142-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ Henry Stern ] * New "query timeout" feature which allows for a configurable timeout on the execution of certain types of queries. Introduces new function dnstable_query_set_timeout() and new result code dnstable_res_timeout (#8). * New "time fencing" feature which filters based on 'time_first' and 'time_last' values. Introduces new enum dnstable_filter_parameter_type and new function dnstable_query_set_filter_parameter() (#9). * Performance enhancement for some IP range and prefix searches (#11). * Fix unhandled IPv4/IPv6 address overflow for IP range/prefix queries (#14). [ Robert Edmonds ] * dnstable_convert: Assert vendor 'SIE' and message type 'dnsdedupe' so that the following cast of the return value of nmsg_message_get_payload() is safe (#10). * Use CLOCK_MONOTONIC_COARSE rather than CLOCK_MONOTONIC_RAW for query timeouts (#12). * query_iter_next_ip(): Fix zero fill condition (#15). Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=401609
* Upgrade to 0.8.0:Don Lewis2015-09-242-6/+6
| | | | | | | | | | | | | | | | | * Replace Jansson with YAJL for JSON rendering, which results in a substantial performance improvement. * dnstable_dump: Add "--rrset_names" and "--rdata_names" options which dump the RRSET_NAME_FWD and RDATA_NAME_REV indices. * New function dnstable_reader_reload_setfile(), which calls mtbl_fileset_reload_now() on a dnstable_reader object's underlying mtbl_fileset object, if present. This requires libmtbl >= 0.8.0. Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=397677
* Add new port dns/dnstable.Don Lewis2015-04-037-0/+99
dnstable implements an encoding format for passive DNS data. It consists of a C library, libdnstable, and several command line utilities for creating, querying, and merging dnstable data files. It stores key-value records in Sorted String Table (SSTable) files and provides high-level interfaces for querying or iterating over the stored records. dnstable encodes individual records using a format tailored for efficiently storing passive DNS data and can quickly perform both "forward" and "inverse" searches. Differential Revision: https://reviews.freebsd.org/D2214 Approved by: mat (mentor) Sponsored by: Farsight Security, Inc. Notes: svn path=/head/; revision=383179