Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-28 | T810: bugfix broadcast-relay address validator, add 'disable' functionality | Christian Poessinger | |
Whole broadcast relay service can be temporary disabled via set service broadcast-relay disable Individual instances of the broadcast relay service can be disabled set service broadcast-relay id <n> disable | |||
2018-08-27 | Merge branch 'dhcp-server-rewrite' into current | Christian Poessinger | |
2018-08-27 | T778: T782: dhcp-server: XML and Python rewrite | Christian Poessinger | |
This commit changes in addtion the DHCP server config syntax as defined in "T782: Cleanup dhcp-server configuration". Replace boolean parameter from the folowing nodes and make it valueless. This requires a migration script which is tracked with this task * set service dhcp-server shared-network-name <xyz> subnet 172.31.0.0/24 ip-forwarding enable (true|false) * set service dhcp-server shared-network-name <xyz> authoritative (true|false) * set service dhcp-server disabled (true|false) * set service dhcp-server dynamic-dns-update enable (true|fals) * set service dhcp-server hostfile-update (enable|disable) Replace the nested start/stop ip address from "subnet 172.31.0.0/24 start 172.31.0.101 stop 172.31.0.149" to "subnet 172.31.0.0/24 range <foo> start" and "subnet 172.31.0.0/24 range <foo> stop" where foo can be any character or number. In addition the vyatta-cfg-dhcp-server package used it's own init/config file for service startup. This has been migrated to the vanilla Debian files. Copy 'on-dhcp-event.sh' from vyatta-cfg-shcp-server package commit 4749e648bca6. | |||
2018-08-26 | T427: changed option listen-port to only port | hagbard | |
2018-08-26 | Merge remote-tracking branch 'upstream/current' into current | hagbard | |
2018-08-26 | T792: add TFTP server functionality | Christian Poessinger | |
2018-08-24 | T791: mtu size implementation | hagbard | |
2018-08-23 | T793: fwmark implementation | hagbard | |
2018-08-23 | persitent-keepalive validator chnaged, checks now if it's between 1 and 65535 | hagbard | |
2018-08-23 | adding validation for listen-port | hagbard | |
2018-08-23 | T791: implementation | hagbard | |
TODO: fwmark, mtu and pre-shared key | |||
2018-08-22 | T791: rename peer-pubkey to pubkey only. | hagbard | |
2018-08-22 | T791: interface file updated | hagbard | |
2018-08-22 | T791: interface implementation | hagbard | |
2018-08-20 | regex fixed, at least 1 digit is required | hagbard | |
2018-08-17 | T783: conf mode persistent-keepalive implementation | hagbard | |
2018-08-16 | SSH: improve completion help | Christian Poessinger | |
2018-08-12 | T427: wireguard support | hagbard | |
2018-08-05 | T71: rename IPsec "settings" to "options" for consistency with the rest of ↵ | Daniil Baturin | |
the system. | |||
2018-08-05 | T71: initial implementation of global IPsec settings. | Daniil Baturin | |
Only disable-route-autoinstall (install_routes = yes/no) for now. | |||
2018-08-02 | T754: add DNSSEC to DNS forwarder | mb300sd | |
2018-07-29 | Merge branch 'dyndns-refactoring' into current | Christian Poessinger | |
* dyndns-refactoring: T758: refactor ddclient configuration file amd startup T758: add configuration validator T758: XML/Python implementation for 'service dns dynamic' | |||
2018-07-30 | Merge branch 'current' into current | Daniil Baturin | |
2018-07-29 | T758: XML/Python implementation for 'service dns dynamic' | Christian Poessinger | |
2018-07-27 | T666, T616: new implementation of the VRRP CLI. | Daniil Baturin | |
2018-07-24 | T736: hostname check for the occurence of white spaces | hagbard | |
2018-07-24 | T736: Rewrite remote logging (syslog) to XML/Python | hagbard | |
2018-07-05 | T720: filter is now the same like in useradd(8) including the debian ↵ | hagbard | |
restrictions for lenght | |||
2018-06-26 | T716: allow only alphanumerical chars, underscore and hyphen | hagbard | |
T717: limited to 100 chars in total | |||
2018-06-24 | T201: set priority for system beep to '9999' which is now executed last | Christian Poessinger | |
2018-06-24 | T201: use <valueless/> node as only create/delete is required | hagbard | |
2018-06-24 | T201: implementation of system beep | hagbard | |
Depends on debian 'beep' package | |||
2018-06-08 | Stop using 'vyatta-interfaces.pl' in ned XML interface | Christian Poessinger | |
2018-06-08 | snmp.xml: make help messages match net-snmp naming | Christian Poessinger | |
2018-06-04 | T652: Add SNMPv3 TSM handling and commit verification | Christian Poessinger | |
2018-06-04 | T655: Add support for SNMPv3 'noAuthNoPriv' security level | Christian Poessinger | |
2018-06-04 | T652: read SNMPv3 config into python dictionary | Christian Poessinger | |
2018-06-04 | T654: Support IPv6 configuration for SNMP listen address | Christian Poessinger | |
2018-06-04 | T652: first SNMP version using XML interface definition | Christian Poessinger | |
2018-06-01 | T599: Bind NTP service to specific interface | Christian Poessinger | |
2018-05-24 | Shorter and clearer help strings for SSH. | Daniil Baturin | |
2018-05-23 | Small improvements to DNS forwarding help. | Daniil Baturin | |
2018-05-21 | T588: Configurable Negative TTL caching in forwarder | Christian Poessinger | |
2018-05-20 | T560: enable non-local bind in the defaults, add 'listen-address' option, ↵ | Daniil Baturin | |
and add a deprecation warning for the listen-on option. | |||
2018-05-17 | Fix script path for domain-name | Yuya Kusakabe | |
2018-05-16 | added missing valueless keywork to SSH allow-root node | Christian Poessinger | |
2018-05-16 | Revert "T634: Remove 'service ssh allow-root'" | Christian Poessinger | |
This reverts commit d9474df03d47b20f06580c3b32aac69849162015. | |||
2018-05-16 | T644: remove prefixing from all scripts and update environment variables ↵ | Daniil Baturin | |
with VyOS paths. | |||
2018-05-16 | Use '_' instead of '-' for python scripts for test | Yuya Kusakabe | |
2018-05-16 | T574: fix the hostname configuration script and add the domain-name command. | Daniil Baturin | |
Fix multiple syntax errors. Restart rsyslog after update since it uses the hostname. Write the 127.0 entry to /etc/hosts, since sudo complains when it cannot resolve it. |