summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2018-01-02T122: Undo the multiple-features-in-one-commit commitAlain Lamar
2018-01-02Merge branch 't122-sshd' of https://github.com/alainlamar/vyatta-cfg-system ↵Alain Lamar
into t122-sshd
2018-01-02T122: Added a config node to implement sshd_config's DenyGroupsAlain Lamar
2018-01-02T122: Added a config node to implement sshd_config's DenyUsersAlain Lamar
2018-01-02T122: Added a config node to implement sshd_config's AllowGroupsAlain Lamar
2018-01-02T122: Added a config node to implement sshd_config's AllowUsersAlain Lamar
2018-01-02T122: Add a new node to store access control configurationsAlain Lamar
2018-01-01T122: Add config nodes for user/group access controls in sshd_configAlain Lamar
2017-12-31T507: Add support for SSHd loglevel configurationChristian Poessinger
2017-12-31T507: Add support for key exchange algorithmsChristian Poessinger
2017-12-31T507: Add new OpenSSH ciphersChristian Poessinger
2017-12-31T507: fix regex to avoid multiple Cipher lines in sshd_configChristian Poessinger
2017-12-31T507: fix regex to avoid multiple MAC lines in sshd_configChristian Poessinger
2017-12-28T297: Fix DNS Forwarding server does not allow IPv6 address in name-serverChristian Poessinger
2017-12-09T414: Remove 'telnet' serviceChristian Poessinger
Telnet remote logins have been deprecated for decades. As Debian 'jessie' busybox no longer has a telnetd applet, this service is no longer available.
2017-11-04T444: missing keyword in ip l2tp del command.Daniil Baturin
2017-11-02T438: Remove long broken popularity contestChristian Poessinger
2017-11-02T437: Fixed system option "Ctrl-Alt-Delete action" brokenChristian Poessinger
2017-10-12T198: fix typos in the l2tpv3 script.Daniil Baturin
Thanks to Thomas Courbon!
2017-04-29T167: "set service ssh allow-root" does not functionEwald van Geffen
2017-04-27snmpd would not start when V3 was configuredKim Hagen
Updated all snmpd daemon commands to systemd type.
2017-03-04T285: Merge pull request #53 from brennentsmith/feature/query-all-dns-serversDaniil Baturin
T285: Add flag for DNSmasq to query all dns servers.
2017-02-24Update priority to load l2tpv3 in bridge-groupKim
with loopback address as local ip
2017-02-03Allow full integer range for GRE tunnel keyHelge Sychla
Fixes T262 modified: templates/interfaces/tunnel/node.tag/parameters/ip/key/node.def
2016-11-21Add flag for DNSmasq to query all dns servers.brennen
This feature, when used properly, can massively increase DNS performance. See: http://ma.ttwagner.com/make-dns-fly-with-dnsmasq-all-servers/
2016-10-06fix path for fiv pvlan commandDiego Garcia del Rio
2016-10-06Add support for proxy-arp-pvlan for vlan interfaces
Added support for proxy-arp pvlan on vif / vif-c / vif-c-s interfaces
2016-09-06Some devices use ethernet switch chips which use 'lan' interfaces,Kim Hagen
this will add the option to also configure these in VyOS.
2016-02-24remove reference to dmvpn.secrets and chang dmvpn.conf to swanctl.confKim Hagen
2016-02-09Use directory /var/lib/dhcp instead of /var/lib/dhcp3.Kim Hagen
Use directory /etc/dhcp instead of /etc/dhcp3.
2016-01-27vyatta-cfg-system: add 6rd-relay-prefix option to support providers using ↵Seamus Caveney
ipv6 networks larger than /32
2016-01-26vyatta-cfg-system: add support for 6rd tunnel interfacesSeamus Caveney
2016-01-23Remove fuse group, not needed in debian jessieUnicronNL
2015-11-08vyatta-cfg-system: add option to modify interface scatter-gather optionAlex Harpin
Allow the setting of the interfaces scatter-gather offload setting. This is useful for working around hardware related NIC problems and enables it to be set directly in the configuration. Bug #526 http://bugzilla.vyos.net/show_bug.cgi?id=526
2015-11-08vyatta-cfg-system: rename ethernet offload option nodesAlex Harpin
Updates to the changes committed in connection with Bug #365 to allow a workaround for Xen based network issues. https://github.com/vyos/vyatta-cfg-system/commit/7a5a8500091589f0ede3d5a1dbc8b6b4b3fabf1d Rename the offload configuration node to offload-options, shorten the child node names, rename offload-settings to offload-option and add a more descriptive error message if an option fails to apply to the interface. Bug #612 http://bugzilla.vyos.net/show_bug.cgi?id=612
2015-11-03vyatta-cfg-system: rename smp_affinity to smp-affinityAlex Harpin
Rename the smp_affinity config option to smp-affinity in line with the standard option naming convention. Bug #18 http://bugzilla.vyos.net/show_bug.cgi?id=18
2015-10-17vyatta-cfg-system: add listen-address and port checks for telnetAlex Harpin
Check that both the listen-address is a valid local address and that the port given is available for use before commiting the telnet service configuation. Bug #43 http://bugzilla.vyos.net/show_bug.cgi?id=43
2015-07-27Add templates and scripts for the popularity contest.Daniil Baturin
2015-06-29Merge branch 'lithium' of github.com:vyos/vyatta-cfg-system into lithiumDaniil Baturin
2015-06-22Revert "vyatta-cfg-system: prevent deletion of all user authentication"Alex Harpin
This reverts commit 593899accdff03af23e6bb6c7189ad4ed05a4d8e. This commit reintroduced the inability to delete a user configured on the system, which was resolved in bug #557. Reverting this for the time being until a better fix can be implemented.
2015-06-13allow dhcp interface for the local end of a tunnelCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-06-13allow dhcp interface for the local end of a tunnelCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-06-13vyatta-cfg-system: prevent deletion of all authentication for userAlex Harpin
Prevent the deletion of both the encrypted-password and public-keys nodes for a user, ensuring that at least one of the methods is available. Also prevent the deletion of the public keys for a user if the encrypted password is set to "!". Bug #574 http://bugzilla.vyos.net/show_bug.cgi?id=574
2015-06-13vyatta-cfg-system: missing encrypted-password breaks user config nodeAlex Harpin
The fix for bug #557 now allows the encrypted-password Authentication node to be deleted again, but this causes the config to fail on reboot, leaving the user login node empty. This fix checks for an empty / missing encrypted-password node on reboot / config reload, either creating a new node or replacing the existing one and assigning it the value of "!". This has the same effect as the fix for bug #336, allowing the user to be set as only using RSA based logins. Bug #573 http://bugzilla.vyos.net/show_bug.cgi?id=573
2015-06-13vyatta-cfg-system: 'delete system login user' doesn't remove the userAlex Harpin
Following the fix for bug #336 that prevents the deletion of the encrypted password, which resulted in a broken config node on reboot, it was no longer possible to delete users. This reverts the fix for that bug. Bug #557 http://bugzilla.vyos.net/show_bug.cgi?id=557
2015-05-04Bug #410: add an option for ARP cache timeout.Daniil Baturin
2015-05-03Bug #541: load l2tp_ip6 module so L2TPv3 over IPv6 can work.Daniil Baturin
2015-03-18Add dhcpv6 client-id option (#519)kouak
2015-03-17Set correct dhclient configuration filename (#508)kouak
2015-03-09vyatta-cfg-system: set default stp priority to 32768 (additional)Alex Harpin
Update the bridge priority node to set the default STP priority to the standard of 32768 when it's deleted, and update the node help to indicate the new default and possible values. Bug #512 http://bugzilla.vyos.net/show_bug.cgi?id=512