Proto commits in dnstap/golang-dnstap

These 34 commits are when the Protocol Buffers files have changed:

Commit:e283bb6
Author:Chris Mikkelson

Update dnstap.proto, rebuild

Commit:7a5b49e
Author:Chris Mikkelson
Committer:Chris Mikkelson

Update dnstap.proto, rebuild

Commit:58f95e0
Author:Chris Mikkelson
Committer:Chris Mikkelson

Update dnstap.pb

Commit:7d5ead6
Author:Chris Mikkelson
Committer:Chris Mikkelson

dnstap.pb: add go_package option to protobuf spec This option will eventually be required, and will need to be added in this package as the upstream dnstap.proto is updated.

Commit:ebb538e
Author:Chris Mikkelson
Committer:Chris Mikkelson

Add script to generate go protobuf code Script can be invoked with "go generate", and also adds or corrects the go_package compilation option in the dnstap protobuf spec.

The documentation is generated from this commit.

Commit:a0be51e
Author:Chris Mikkelson

Add script to generate go protobuf code Script can be invoked with "go generate", and also adds or corrects the go_package compilation option in the dnstap protobuf spec.

The documentation is generated from this commit.

Commit:41698b4
Author:Chris Mikkelson
Committer:Chris Mikkelson

dnstap.pb: add go_package option to protobuf spec This option will eventually be required, and will need to be added in this package as the upstream dnstap.proto is updated.

Commit:8a3d0cc
Author:Chris Mikkelson

Update dnstap.pb

Commit:e4644c5
Author:Robert Edmonds

Merge branch 'master' of dnstap.pb

Commit:b600d89
Author:Robert Edmonds

cleanup obsolete comments

Commit:1a226fa
Author:Robert Edmonds

Message: add TOOL_QUERY, TOOL_RESPONSE Type values

Commit:6c99b60
Author:Robert Edmonds

Merge branch 'master' of dnstap.pb

Commit:22dd4ab
Author:Robert Edmonds

update copyright and licensing statements due to ISC -> FSI transition

Commit:4ec6dfa
Author:Robert Edmonds

Merge branch 'master' of ../dnstap.pb

Commit:562a591
Author:Robert Edmonds

Message: remove requirement that query_zone be case-folded, also clarify that it's wire-format

Commit:6367797
Author:Robert Edmonds

Message: remove message_id, query_name, query_type, query_class fields

Commit:13114f9
Author:Robert Edmonds

Merge branch 'master' of ../dnstap.pb

Commit:84fe97d
Author:Robert Edmonds

"DNS servers" -> "DNS software"

Commit:f08e4b3
Author:Robert Edmonds
Committer:Robert Edmonds

Message: add STUB_QUERY, STUB_RESPONSE Type values

Commit:3c5e2d8
Author:Robert Edmonds

Message: clarify descriptions of AUTH_QUERY, AUTH_RESPONSE, RESOLVER_QUERY, RESOLVER_RESPONSE

Commit:da2d9b5
Author:Robert Edmonds

Dnstap: add "extra" field

Commit:fae6037
Author:Robert Edmonds

Import subtree 'dnstap.pb'

Commit:c400e72
Author:Robert Edmonds

Message: add FORWARDER_QUERY, FORWARDER_RESPONSE Type values

Commit:e3d29f3
Author:Robert Edmonds

Message: rename query_bailiwick to query_zone

Commit:7409754
Author:Robert Edmonds

Message: make required fields optional

Commit:5ccb7d5
Author:Robert Edmonds

Dnstap: rename "nsid" to "identity"

Commit:01fd513
Author:Robert Edmonds

Dnstap: add optional "version" field ("version.bind" equivalent)

Commit:3e96d2c
Author:Robert Edmonds

Dnstap: style: move Type enum declaration to near type variable

Commit:9fb595d
Author:Robert Edmonds

Dnstap: use tag number 15 for 'type', number 14 for 'message' type field + union types will be added from the top of the one-byte range (15, 14, ...) while new metadata options will be added from the bottom of the one-byte range (1, 2, ...).

Commit:30af068
Author:Robert Edmonds

move "nsid" field from Message to Dnstap

Commit:74799d8
Author:Robert Edmonds

Message: add optional "nsid" field (RFC 5001)

Commit:d3b995c
Author:Robert Edmonds

Message: convert to using (uint64, fixed32) pair for representing time

Commit:f7d89c8
Author:Robert Edmonds

replace message.proto with dnstap.proto, add a top-level "Dnstap" union message

Commit:e903dd6
Author:Robert Edmonds
Committer:Robert Edmonds

dnstap.pb/message.proto: new