Allow using key & configuration parser from tincd in tinc.
authorKirill Isakov <is-kir@ya.ru>
Tue, 27 Jul 2021 16:01:25 +0000 (22:01 +0600)
committerKirill Isakov <is-kir@ya.ru>
Thu, 29 Jul 2021 13:04:49 +0000 (19:04 +0600)
commit7208397398f7e08d741bfa83594a88e5d01b6220
tree340a33730901138fc9b27de9387d4f553f39e4c0
parent402170d78f4413d0b95a5ac194db4f638021961a
Allow using key & configuration parser from tincd in tinc.
15 files changed:
src/Makefile.am
src/conf.c
src/conf.h
src/conf_net.c [new file with mode: 0644]
src/conf_net.h [new file with mode: 0644]
src/keys.c [new file with mode: 0644]
src/keys.h [new file with mode: 0644]
src/net.c
src/net.h
src/net_setup.c
src/protocol_auth.c
src/tincctl.c
src/tincd.c
src/utils.c
src/utils.h