Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-20 | Add check for port range on SNMP listen port value | Stephen Hemminger | |
2010-08-20 | Add checking of port range | Stephen Hemminger | |
Bug 6058 Put consitent checking port range on snmp, ssh, and telnet | |||
2010-07-21 | Add completion for text fields with limited values | Stephen Hemminger | |
For all nodes that do 'syntax:expression: $VAR(@) in' add allowed tag to show possible values | |||
2010-07-16 | Remove verbs from all help messages | Stephen Hemminger | |
Per current policy remove verb from all help messages in th is package | |||
2010-05-14 | Change SNMP community handling | Stephen Hemminger | |
Allow combination of IPv4 and IPv6 address in community setting. Use script to generate necessary community values in snmpd.conf | |||
2010-05-12 | Allow configuring/restricting SNMP listen address | Stephen Hemminger | |
Add: service snmp listen-address AAAA [port NNN] | |||
2010-05-12 | Better version of SNMP IPv6 support | Stephen Hemminger | |
Need to use different syntax for community values on IPv6 versus IPv4 | |||
2010-05-12 | Revert "Snmp Ipv6 support" | Stephen Hemminger | |
This reverts commit 5aafb72b269d409500258f0b65f3e635d99712b7. | |||
2010-05-11 | Snmp Ipv6 support | Stephen Hemminger | |
Simple change to allow ipv6 or ipv4 address in configuration. | |||
2010-02-16 | Don't allow format strings in snmp-community | Stephen Hemminger | |
2010-01-24 | Fix allow-root for telnet/ssh | Stephen Hemminger | |
Bug 5252 The boot script needs to restore default settings, and the templates are then used to enable root access. | |||
2010-01-07 | Add support trap source address | Stephen Hemminger | |
Bug 458 Add service snmp trap-source <address> wrapper for /etc/snmp/snmp.conf | |||
2010-01-07 | Add support for trap community and port | Stephen Hemminger | |
Bug 3756 Allow setting trap communities and port values. | |||
2010-01-05 | Need to be root to remove snmpd.conf | Stephen Hemminger | |
Postscript to bug 4499 | |||
2010-01-05 | Change 'protocols snmp' to 'service snmp' | Stephen Hemminger | |
Bug 212 The entries in config under protocols were all routing protocols except SNMP which was an unfortunate original design choice. Config script does migration. | |||
2009-12-04 | Change telnet allow-root to existance (instead of boolean) | Stephen Hemminger | |
Also change config version for migration. | |||
2009-12-03 | SSH enhancements | Stephen Hemminger | |
Add public key support Convert allow-root and password-authentication from boolean nodes to regular nodes. | |||
2009-12-02 | Add ability to disable password authentication | Stephen Hemminger | |
Part of Bug 3255 | |||
2009-11-30 | added required keyword to help text. | Michael Larson | |
2009-10-15 | partial fix for bug 4903. | slioch | |
2009-07-17 | Make telnet management smarter | Stephen Hemminger | |
Bug 4591 Consolidate check for telnet login Don't remove /etc/securetty edit it (cherry picked from commit c6c477f2ffb0f2fd4cf12882f22c2c44ab57cc46) | |||
2009-05-19 | Fix Bug 4416 Add the ability to configure a specific server for DynDNS | Mohit Mehta | |
2009-04-01 | Change lack of interface in DDNS back to warning | Stephen Hemminger | |
If program can handle it no point in enforcing in CLI. | |||
2009-04-01 | Use interface check program | Stephen Hemminger | |
For consistency all templates should use same script to validate interface names. | |||
2009-04-01 | Help text spelling fix | Stephen Hemminger | |
"Atleast" is not an English word, it should be "At least" | |||
2009-01-06 | Fix Bug 4022 dynamic dns config fails during system boot if interface does ↵ | Mohit Mehta | |
not exist - Generate a warning rather than a commit fail when user enters a non-existent interface | |||
2008-11-07 | Always restart ssh | Stephen Hemminger | |
Need to do restart of ssh daemon. Rewriting config file is faster than checking | |||
2008-11-06 | Don't restart sshd if not needed | Stephen Hemminger | |
If configuration doesn't change (ie during boot), then do not need to restart sshd. Also use newer format configuration file syntax. | |||
2008-11-06 | Add completion for allowed values | Stephen Hemminger | |
2008-10-16 | Change telnet allow-root type from txt to bool. | Stig Thormodsrud | |
Fix tab completion on bool. | |||
2008-10-16 | Need sudo when editing ssh config file | Stephen Hemminger | |
2008-10-15 | Fix parsing of allow-root field | Stephen Hemminger | |
Bugfix 3795 The field is boolean and was failing during bootup. Rework to use sed and do it the simple way | |||
2008-10-07 | Revert "Change allow-root nodes to boolean" | slioch | |
This reverts commit 7232e04d5d021f60e4cf6463328c165f19d56c6c. | |||
2008-10-07 | Change allow-root nodes to boolean | Stephen Hemminger | |
These are boolean, not text fields. Only allowed value is true/false | |||
2008-09-06 | first attempt at implementing CLI support for Dynamic DNS | Mohit Mehta | |
2008-08-30 | prompt warning for no nameservers if no nameservers set and no interface set ↵ | Mohit Mehta | |
to use dhcp | |||
2008-08-30 | polish up DNS forwarding error messages | Mohit Mehta | |
2008-08-30 | show bridge interfaces in allowed values as well if configured to use dhcp | Mohit Mehta | |
2008-08-30 | move from a 'ignore-interface' model to a 'listen-on' model for DNS forwarding | Mohit Mehta | |
2008-08-06 | code to specify DNS forwarding nameservers (system, dhcp, explicitly ↵ | Mohit Mehta | |
specified) using CLI | |||
2008-08-06 | tighten syntax check | Mohit Mehta | |
2008-08-06 | change 'service dns forward' to 'service dns forwarding' | Mohit Mehta | |
2008-08-06 | this better detects the interfaces in /proc/net/dev | Mohit Mehta | |
2008-08-05 | change DNS forwarding CLI from 'service dns-forwarding' to 'service dns forward' | Mohit Mehta | |
2008-08-05 | add command for user to enter interfaces on which not to listen for DNS queries | Mohit Mehta | |
2008-08-05 | - add ability to set cache-size for DNS forwarding from CLI | Mohit Mehta | |
- restart dnsmasq when /etc/hosts is modified from CLI to re-read added or deleted hosts | |||
2008-07-25 | First parts of DNS forwarding stuff | Mohit Mehta | |
2008-07-14 | Fix 3359: changing telnet setting drops other telnet sessions. | root | |
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
-help strings standardized in vyatta-cfg-system | |||
2008-02-28 | fix ssh allow-root template | Stephen Hemminger | |
Bugfix: 2909 1. Change name so telnet and ssh syntax are similar 2. Fix to always return true so update suceeds 3. No need to delete entry on removal of ssh service |