summaryrefslogtreecommitdiffstats
path: root/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dbus: Disable introspect in Python D-Bus sample to avoid an errorJan Hák2022-08-151-1/+1
|
* samples: simplify sample configuration fileDaniel Salzman2022-04-221-11/+1
|
* dbus: add signal for failed DNSSEC validationDaniel Salzman2022-02-071-0/+3
|
* samples: dbus_client.sh -- allow event specific processingDavid Vašek2022-02-011-4/+15
|
* samples: improve the portability of dbus_client.shDavid Vašek2022-02-011-3/+5
| | | | | | It works with the original (BWK) awk (BSD's, iOS, Android, illumos) and with most Bourne shells (/bin/sh). However, (Debian's) dash isn't supported yet when run as /bin/sh.
* samples: add client for python, perl, and bashJan Hák2022-01-183-0/+72
|
* samples: move default server.listen to a commentDaniel Salzman2021-04-281-1/+1
|
* doc: replace terms master/slave with primary/secondary where suitableDavid Vašek2021-01-191-10/+10
| | | | | As per RFC 8499, section 6. https://tools.ietf.org/html/rfc8499#section-6
* conf: move *-db* items from 'template' to new 'database' sectionDaniel Salzman2019-09-201-0/+3
|
* python: move stats_*.py to samplesDaniel Salzman2018-11-162-0/+152
|
* samples: simplify knot.sample.conf, enable user: knot:knotDaniel Salzman2018-08-091-18/+13
|
* knof.conf: listen only on localhost by defaultTomas Krizek2018-06-291-4/+3
|
* keymgr: removed completionLibor Peltan2017-05-043-359/+1
|
* keymgr: add 'zone key ds' into completionJan Vcelak2015-08-272-2/+3
|
* Revert "Makefile: don't install bash completition"Ondřej Surý2015-08-251-0/+9
| | | | This reverts commit 9411e87587f15cd95f45347281455f07522f577f.
* Makefile: don't install bash completitionDaniel Salzman2015-08-211-9/+0
|
* configure: add --with-bash-completions=auto flagJan Vcelak2015-06-151-8/+8
|
* Always install bash completions into the directory provided by pkg-config ↵Ondřej Surý2015-06-121-4/+4
| | | | (and get rid of the extra variable)
* makefile: put DESTDIR back, fix make uninstall.Dominik Taborsky2015-05-271-5/+7
|
* makefile: fix previous attempt at installing bash completion script correctly.Dominik Taborsky2015-05-261-0/+2
|
* makefile: install bash completion script for keymgr to correct location.Dominik Taborsky2015-05-261-3/+3
|
* Simplify install and clean local targetsOndřej Surý2015-05-221-14/+11
|
* Merge 'Shell completion'Jan Včelák2015-05-193-1/+354
|\ | | | | | | | | | | Completion scripts for Bash and ZSH. Closes #353
| * completion: fix bash variable handling.Dominik Taborsky2015-05-191-19/+19
| |
| * completion: bash completion review fixes.Dominik Taborsky2015-05-191-20/+19
| |
| * Fix some cut&paste errors when (un)installing keymgr completionOndřej Surý2015-05-071-6/+2
| |
| * Don't install zsh completion by defaultOndřej Surý2015-05-071-6/+0
| |
| * Move contrib/* to samples/ and install completions for bash and zshOndřej Surý2015-05-073-1/+365
| |
* | samples: update sample configurationDaniel Salzman2015-05-191-41/+33
|/
* Don't install conffiles when daemon is not built (resolves #350)Ondřej Surý2015-04-301-0/+4
|
* Integrate new configurationDaniel Salzman2015-04-091-84/+52
|
* samples: replace knot.full.conf with man/knot.conf.5.inDaniel Salzman2014-06-174-465/+2
|
* conf: remove 'answering' log categoryDaniel Salzman2014-06-161-1/+0
|
* log: make log severities cumulativeDaniel Salzman2014-06-122-35/+23
|
* log: replace fatal with standardized critical and fix parserDaniel Salzman2014-06-121-1/+1
|
* doc: fix typoDaniel Salzman2014-06-121-6/+6
|
* server: asynchronous/synchronous startup supportMarek Vavruša2014-06-061-0/+8
| | | | | | Two configurable options: - wait for zones to be loaded before starting (default) - start server and load zones in the background (asynchronous-start on)
* samples: background-workers config exampleMarek Vavruša2014-06-061-0/+5
|
* query_module: modules are separated by ';'Marek Vavruša2014-03-181-2/+2
|
* query_module: added basic documentation and configuration referenceMarek Vavruša2014-03-141-0/+7
| | | | not sure where to put configuration string doc for each module
* update manual pages and sample configurationJan Vcelak2014-01-241-3/+2
| | | | ref #195
* Fixed knot.full.conf for zonefile-sync.Jan Kadlec2013-12-231-1/+3
|
* Documentation for serial policy.Lubos Slovak2013-12-191-0/+10
| | | | refs #158
* review: documentation fixesJan Vcelak2013-12-111-1/+1
|
* doc: storage and dnssec-keydir per zoneJan Vcelak2013-12-102-9/+17
|
* Modified lower limit of signature lifetime.Lubos Slovak2013-12-091-4/+6
| | | | | | Set to 10800s (see reasoning in issue #155). refs #155
* DNSSEC: do not enable dnssec if keydir is setJan Vcelak2013-10-291-2/+2
| | | | resolves #221
* Updated documentation.Lubos Slovak2013-10-031-3/+3
|
* doc: fix DNSSEC defaults in documentation and configJan Vcelak2013-10-031-6/+6
|
* Fixed DNSSEC documentation.Lubos Slovak2013-10-011-1/+16
| | | | refs #4