summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-16Merge pull request #8 from jbrodriguez/id/hostnameDaniil Baturin
2018-05-16T643: use fullmatch for regex validators so that people don't have to write ^...Daniil Baturin
2018-05-16T643: correct support for regex validators.Daniil Baturin
2018-05-16Merge branch 'current' of github.com:vyos/vyos-1x into currentDaniil Baturin
2018-05-16T642: add validators for common network address checking cases.Daniil Baturin
2018-05-16T643: correct the logic for generating node constraints and add emulation of ...Daniil Baturin
2018-05-15Merge branch 'remove-ssh-allow-root' into currentChristian Poessinger
2018-05-15T634: Remove 'service ssh allow-root'Christian Poessinger
2018-05-15Merge branch 't632-ssh-multi-nodes' into currentChristian Poessinger
2018-05-15bugfix: DNS domain forward server syntaxChristian Poessinger
2018-05-15Merge remote-tracking branch 'upstream/current' into currentChristian Poessinger
2018-05-15bugfix: vyos-config-dns-forwarding.py: adding name-server into dictionaryChristian Poessinger
2018-05-15bugfix: remove whitespaces in generated 'powerdns/recursor.conf'Christian Poessinger
2018-05-15Do not try to decode data read from /sys files in the show version script,Daniil Baturin
2018-05-15T637: new op mode for traffic dumps based on tcpdump.Daniil Baturin
2018-05-14Fix misplaces ConfigError exception.Daniil Baturin
2018-05-14T632: allow multiple algoorithms for: Ciper, KEX, MACsChristian Poessinger
2018-05-14T632: use multi node for SSH allow/deny users and groupsChristian Poessinger
2018-05-14T564: initial implementation of the DNS forwarding op mode commands.Daniil Baturin
2018-05-14Move the show version command to the vyos-1x package and refactor it a bit.Daniil Baturin
2018-05-14Add some ipaddrcheck-based IP validators.Daniil Baturin
2018-05-13T623: refactor NTP script and switch to jinja2Christian Poessinger
2018-05-13Merge branch 'ssh-rewrite' into currentChristian Poessinger
2018-05-13T631: small bugfix in config parsind for deny-usersChristian Poessinger
2018-05-13T631: refactor SSH script and switch to jinja2Christian Poessinger
2018-05-12T560: bugfix access to NoneType objectChristian Poessinger
2018-05-12vyos-config-dns-forwarding.py remote obsolete 'import time'Christian Poessinger
2018-05-12T631: first full generated config file with XML and PythonChristian Poessinger
2018-05-12T631: Rewrite SSH configuration as XML interface definitionChristian Poessinger
2018-05-11T560: refactor the pdns script and switch to jinja2.Daniil Baturin
2018-05-07Switch to DNS hostnames for NTP serversChristian Poessinger
2018-05-06T623: Rewrite NTP subsystem in new XML style interface definitionChristian Poessinger
2018-05-06T622: PDNS does not export /etc/hosts entriesChristian Poessinger
2018-04-19broadcast-relay: bugfix writing daemon config fileChristian Poessinger
2018-04-19broadcast-relay: bugfix loading configuration into list []Christian Poessinger
2018-04-19mdns-repeater: ensure list [] when retrieving interfacesChristian Poessinger
2018-04-15Implement regex to check for hostname syntaxJuan B. Rodriguez
2018-04-15dns-forwarding.py: be more tolerant on missconfigured DHCP sourceChristian Poessinger
2018-04-15T560: dns-forwarding: replace dnsmasq with pdns-recursorChristian Poessinger
2018-04-15dns-forwarding.py: add missing 'query-all-servers' pathChristian Poessinger
2018-04-15Initial working version for XML interface to configure dnsmasqChristian Poessinger
2018-04-15Initial CLI interface support for XML DNS forwarderChristian Poessinger
2018-04-15mdns-repeater: bugfix python scriptChristian Poessinger
2018-03-03Add system host-name scriptJuan B. Rodriguez
2018-03-02T379: rename bcast-relay to broadcast-relay.Daniil Baturin
2018-01-06mdns-repeater: Remove Python subprocess importsChristian Poessinger
2018-01-05bcast-relay: Initial configuration nodes for 'service bcast-relay'Christian Poessinger
2017-12-10mdns-repeater: use consistent naming of 'interface' nodeChristian Poessinger
2017-12-09Drop call to 'service' wrapper in 'vyos-config-mdns-repeater.py'Christian Poessinger
2017-12-09Add 'vyos-update-mdns-repeater.py' functionalityChristian Poessinger