GithubHelp home page GithubHelp logo

zkt's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

zkt's Issues

large exponent keygen option phased-out

Later versions of BIND has phased-out option -e to dnssec-keygen. Perhaps this should be made configurable, or just drop the option (the default to use large exponents was changed to default in 9.5.0a1).

linking zkt-ls fails with undefinced references

Using gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4. Linking zkt-ls fails with:
gcc -lncurses zkt-ls.o strlist.o zkt.o tcap.o dki.o misc.o domaincmp.o zconf.o log.o -o zkt-ls
tcap.o: In function tc_init': /scratch/zkt/tcap.c:103: undefined reference totgetent'

But works fine when putting -lncurses at the end of line:
gcc zkt-ls.o strlist.o zkt.o tcap.o dki.o misc.o domaincmp.o zconf.o log.o -o zkt-ls -lncurses

Couldn't that be just changed in Makefile.in?

Compilation with GCC 10

As a hint to other users. To compile with GCC 10, you need to set before configuring:

export CFLAGS="-fcommon"

Signing dynamic zones with zkt?

I just started a small test setup with dnssec and wanted to use ZKT for automatic dnssec management.
The zones I am using are dynamic zones. I found the parameter -d in zkt-signer but that seems to be broken. Is the feature not ready? How should I use zkt with dynamic zones?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.