summaryrefslogtreecommitdiff
path: root/src/conf_mode
AgeCommit message (Expand)Author
2018-08-14Merge pull request #27 from hagbard-01/currentDaniil Baturin
2018-08-12T427: wireguard supporthagbard
2018-08-12T772: fixup for keepalived not understanding escaped quotes.Daniil Baturin
2018-08-10T666, T616: fix messed up variables in hello source/peer address checking.Daniil Baturin
2018-08-07T733: snmp.py: set IPv6 community stringJules Taplin
2018-08-05T71: rename IPsec "settings" to "options" for consistency with the rest of th...Daniil Baturin
2018-08-05T71: initial implementation of global IPsec settings.Daniil Baturin
2018-08-02T754: add DNSSEC to DNS forwardermb300sd
2018-07-29Merge branch 'dyndns-refactoring' into currentChristian Poessinger
2018-07-29T758: refactor ddclient configuration file amd startupChristian Poessinger
2018-07-29T758: add configuration validatorChristian Poessinger
2018-07-30Merge branch 'current' into currentDaniil Baturin
2018-07-29T758: XML/Python implementation for 'service dns dynamic'Christian Poessinger
2018-07-27T666, T616: new implementation of the VRRP CLI.Daniil Baturin
2018-07-24T736: bugfix, if facility is not set by the user, it defaults to *.err,in hos...hagbard
2018-07-24T736: import order changed, invoke-rc.d replaced by systemctl commandhagbard
2018-07-24T736: Rewrite remote logging (syslog) to XML/Pythonhagbard
2018-07-05T733: snmp.py: set IPv6 community stringjules-vyos
2018-07-02T652: SNMP: bugfix initial specification of v3 engine id missingChristian Poessinger
2018-07-02T713: bugfix incorrect parsing of seclevelChristian Poessinger
2018-07-02T652: SNMP: bugfix for default auth and priv typeChristian Poessinger
2018-06-30T714: SNMP: make user auth type mandatoryChristian Poessinger
2018-06-30T713: bugfix incorrect parsing of seclevelChristian Poessinger
2018-06-30T652: SNMP: bugfix preserving users engineidChristian Poessinger
2018-06-24T201: remove systemd dependency which is unneededChristian Poessinger
2018-06-24T201: implementation of system beephagbard
2018-06-08T652: import SNMP keys from volatile into nonvolatile locationChristian Poessinger
2018-06-08T652: user encrypted-key not possible without engineidChristian Poessinger
2018-06-07T652: snmp.py: support SNMPv3 write groupsChristian Poessinger
2018-06-06T652: snmp.py: bugfix writing encrypted keys to configChristian Poessinger
2018-06-06snmp.py: pipe shell output to /dev/null as it was back in the Perl daysChristian Poessinger
2018-06-06T652: snmp.py: listen on all addresses if listen-address is not specifiedChristian Poessinger
2018-06-05T652: snmp.py: convert plaintext-keys into encrypted-keysChristian Poessinger
2018-06-04T652: Add SNMPv3 TSM handling and commit verificationChristian Poessinger
2018-06-04T652: read SNMPv3 config into python dictionaryChristian Poessinger
2018-06-04snmp.py: refactor listen-address config generationChristian Poessinger
2018-06-04T654: Support IPv6 configuration for SNMP listen addressChristian Poessinger
2018-06-04T652: first SNMP version using XML interface definitionChristian Poessinger
2018-06-01T599: Bind NTP service to specific interfaceChristian Poessinger
2018-05-29dns_forwarding.py: use a more fancy jinja2 syntax for delimitersChristian Poessinger
2018-05-29T664: DNS forwarder config broken with more than 2 zonesChristian Poessinger
2018-05-24T462: make cron jobs run with vyattacfg GID.Daniil Baturin
2018-05-24T128: make nonexistent listen-on interface in DNS forwarding a warning rather...Daniil Baturin
2018-05-23Use normal assignment by key instead of setdefault() everywhere.Daniil Baturin
2018-05-21T588: Configurable Negative TTL caching in forwarderChristian Poessinger
2018-05-20T560: enable non-local bind in the defaults, add 'listen-address' option, and...Daniil Baturin
2018-05-18host-name: Add --static option to hostnamectlYuya Kusakabe
2018-05-17T574: fix setting the hostname on boot.Daniil Baturin
2018-05-17Fix import path for ConfigErrorYuya Kusakabe
2018-05-17Merge pull request #12 from higebu/more-testsYuya Kusakabe