Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
d4001b47
Commit
d4001b47
authored
Oct 09, 2014
by
Daniel Salzman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tiny cleanup
parent
aa495a32
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
62 additions
and
66 deletions
+62
-66
Knot.files
Knot.files
+2
-6
src/Makefile.am
src/Makefile.am
+58
-58
tests/.gitignore
tests/.gitignore
+1
-0
tests/Makefile.am
tests/Makefile.am
+1
-2
No files found.
Knot.files
View file @
d4001b47
...
...
@@ -24,8 +24,6 @@ man/Makefile.am
patches/Makefile.am
samples/Makefile.am
src/Makefile.am
src/Makefile.am
src/Makefile.am
src/common-knot/crc.h
src/common-knot/evsched.c
src/common-knot/evsched.h
...
...
@@ -67,6 +65,8 @@ src/common/namedb/namedb_lmdb.c
src/common/namedb/namedb_lmdb.h
src/common/namedb/namedb_trie.c
src/common/namedb/namedb_trie.h
src/common/net.c
src/common/net.h
src/common/print.c
src/common/print.h
src/common/sockaddr.c
...
...
@@ -235,8 +235,6 @@ src/libknot/mempattern.c
src/libknot/mempattern.h
src/libknot/packet/compr.c
src/libknot/packet/compr.h
src/libknot/packet/net.c
src/libknot/packet/net.h
src/libknot/packet/pkt.c
src/libknot/packet/pkt.h
src/libknot/packet/rrset-wire.c
...
...
@@ -317,8 +315,6 @@ src/zscanner/tests/tests.c
src/zscanner/tests/tests.h
src/zscanner/tests/zscanner-tool.c
tests/Makefile.am
tests/Makefile.am
tests/Makefile.am
tests/acl.c
tests/base32hex.c
tests/base64.c
...
...
src/Makefile.am
View file @
d4001b47
...
...
@@ -81,43 +81,43 @@ libknots_la_SOURCES = \
# static: common shared (also in libknot)
libknotcs_la_SOURCES
=
\
common/array-sort.h
\
common/binsearch.h
\
common/print.c
\
common/print.h
\
common/strlcpy.c
\
common/strlcpy.h
\
common/lists.c
\
common/lists.h
\
common/sockaddr.c
\
common/sockaddr.h
\
common/base32hex.c
\
common/base32hex.h
\
common/base64.c
\
common/base64.h
\
common/binsearch.h
\
common/debug.h
\
common/errors.c
\
common/errors.h
\
common/getline.c
\
common/getline.h
\
common/hhash.c
\
common/hhash.h
\
common/lists.c
\
common/lists.h
\
common/log.c
\
common/log.h
\
common/mem.c
\
common/mem.h
\
common/mempool.c
\
common/mempool.h
\
common/namedb/namedb.h
\
common/namedb/namedb_lmdb.c
\
common/namedb/namedb_lmdb.h
\
common/namedb/namedb_trie.c
\
common/namedb/namedb_trie.h
\
common/net.c
\
common/net.h
\
common/hhash.c
\
common/hhash.h
\
common/print.c
\
common/print.h
\
common/sockaddr.c
\
common/sockaddr.h
\
common/strlcpy.c
\
common/strlcpy.h
\
common/trie/hat-trie.c
\
common/trie/hat-trie.h
\
common/trie/murmurhash3.c
\
common/trie/murmurhash3.h
\
common/namedb/namedb.h
\
common/namedb/namedb_lmdb.h
\
common/namedb/namedb_lmdb.c
\
common/namedb/namedb_trie.h
\
common/namedb/namedb_trie.c
\
common/log.c
\
common/log.h
common/trie/murmurhash3.h
# static: utilities shared
libknotus_la_SOURCES
=
\
...
...
@@ -151,12 +151,12 @@ libknot_la_SOURCES = \
libknot/descriptor.h
\
libknot/dname.c
\
libknot/dname.h
\
libknot/dnssec/bitmap.h
\
libknot/dnssec/config.h
\
libknot/dnssec/crypto.c
\
libknot/dnssec/crypto.h
\
libknot/dnssec/key.c
\
libknot/dnssec/key.h
\
libknot/dnssec/bitmap.h
\
libknot/dnssec/policy.c
\
libknot/dnssec/policy.h
\
libknot/dnssec/random.h
\
...
...
@@ -184,29 +184,29 @@ libknot_la_SOURCES = \
libknot/processing/overlay.h
\
libknot/processing/requestor.c
\
libknot/processing/requestor.h
\
libknot/rrtype/rdname.h
\
libknot/rdata.c
\
libknot/rdata.h
\
libknot/rdataset.c
\
libknot/rdataset.h
\
libknot/rrset-dump.c
\
libknot/rrset-dump.h
\
libknot/rrset.c
\
libknot/rrset.h
\
libknot/rrtype/aaaa.h
\
libknot/rrtype/dnskey.h
\
libknot/rrtype/nsec.h
\
libknot/rrtype/nsec.h
\
libknot/rrtype/nsec3.c
\
libknot/rrtype/nsec3.h
\
libknot/rrtype/nsec3param.h
\
libknot/rrtype/nsec3param.c
\
libknot/rrtype/nsec
.h
\
libknot/rrtype/nsec
3param.h
\
libknot/rrtype/opt.c
\
libknot/rrtype/opt.h
\
libknot/rrtype/rdname.h
\
libknot/rrtype/rrsig.h
\
libknot/rrtype/soa.h
\
libknot/rrtype/tsig.c
\
libknot/rrtype/tsig.h
\
libknot/rrset-dump.c
\
libknot/rrset-dump.h
\
libknot/rdata.c
\
libknot/rdata.h
\
libknot/rdataset.c
\
libknot/rdataset.h
\
libknot/rrset.c
\
libknot/rrset.h
\
libknot/tsig-op.c
\
libknot/tsig-op.h
\
libknot/util/endian.h
\
...
...
@@ -244,32 +244,32 @@ libknotd_la_SOURCES = \
knot/dnssec/zone-sign.c
\
knot/dnssec/zone-sign.h
\
knot/knot.h
\
knot/modules/synth_record.c
\
knot/modules/synth_record.h
\
knot/nameserver/axfr.c
\
knot/nameserver/axfr.h
\
knot/nameserver/chaos.c
\
knot/nameserver/chaos.h
\
knot/nameserver/capture.c
\
knot/nameserver/capture.h
\
knot/nameserver/chaos.c
\
knot/nameserver/chaos.h
\
knot/nameserver/internet.c
\
knot/nameserver/internet.h
\
knot/nameserver/ixfr.c
\
knot/nameserver/ixfr.h
\
knot/nameserver/notify.c
\
knot/nameserver/notify.h
\
knot/nameserver/nsec_proofs.c
\
knot/nameserver/nsec_proofs.h
\
knot/nameserver/process_query.c
\
knot/nameserver/process_query.h
\
knot/nameserver/process_answer.c
\
knot/nameserver/process_answer.h
\
knot/nameserver/process_query.c
\
knot/nameserver/process_query.h
\
knot/nameserver/query_module.c
\
knot/nameserver/query_module.h
\
knot/nameserver/update.c
\
knot/nameserver/update.h
\
knot/nameserver/notify.c
\
knot/nameserver/notify.h
\
knot/nameserver/tsig_ctx.c
\
knot/nameserver/tsig_ctx.h
\
knot/
modules/synth_record
.c
\
knot/
modules/synth_record
.h
\
knot/
nameserver/update
.c
\
knot/
nameserver/update
.h
\
knot/other/debug.h
\
knot/server/dthreads.c
\
knot/server/dthreads.h
\
...
...
@@ -277,22 +277,22 @@ libknotd_la_SOURCES = \
knot/server/journal.h
\
knot/server/rrl.c
\
knot/server/rrl.h
\
knot/server/serialization.c
\
knot/server/serialization.h
\
knot/server/server.c
\
knot/server/server.h
\
knot/server/tcp-handler.c
\
knot/server/tcp-handler.h
\
knot/server/udp-handler.c
\
knot/server/udp-handler.h
\
knot/server/serialization.c
\
knot/server/serialization.h
\
knot/updates/acl.c
\
knot/updates/acl.h
\
knot/updates/apply.c
\
knot/updates/apply.h
\
knot/updates/changesets.c
\
knot/updates/changesets.h
\
knot/updates/ddns.c
\
knot/updates/ddns.h
\
knot/updates/apply.c
\
knot/updates/apply.h
\
knot/updates/zone-update.c
\
knot/updates/zone-update.h
\
knot/worker/pool.c
\
...
...
@@ -317,16 +317,16 @@ libknotd_la_SOURCES = \
knot/zone/zone-diff.h
\
knot/zone/zone-dump.c
\
knot/zone/zone-dump.h
\
knot/zone/zone-load.c
\
knot/zone/zone-load.h
\
knot/zone/zone-tree.c
\
knot/zone/zone-tree.h
\
knot/zone/zone.c
\
knot/zone/zone.h
\
knot/zone/zone-load.c
\
knot/zone/zone-load.h
\
knot/zone/zonedb.c
\
knot/zone/zonedb.h
\
knot/zone/zonedb-load.c
\
knot/zone/zonedb-load.h
\
knot/zone/zonedb.c
\
knot/zone/zonedb.h
\
knot/zone/zonefile.c
\
knot/zone/zonefile.h
...
...
tests/.gitignore
View file @
d4001b47
...
...
@@ -23,6 +23,7 @@ hhash
journal
namedb
node
overlay
pkt
process_answer
process_query
...
...
tests/Makefile.am
View file @
d4001b47
...
...
@@ -28,9 +28,8 @@ check_PROGRAMS = \
journal
\
namedb
\
node
\
pkt
\
overlay
\
requestor
\
pkt
\
process_answer
\
process_query
\
query_module
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment