summaryrefslogtreecommitdiff
path: root/templates/service
AgeCommit message (Collapse)Author
2011-11-09Adding CLI option for domain overrides for DNS forwarding, bug id 4086Gaurav Sinha
2011-05-10changes for new commitAn-Cheng Huang
(cherry picked from commit edf507d5be8061475d00c0cb3278f7cdd8ae844a)
2011-01-31use val_help to present valid info for nodeMohit Mehta
2010-12-15Add checking of protocol-version valueStephen Hemminger
Syntax checking and help.
2010-12-15Don't regenerate ssh v1 keyStephen Hemminger
The key generation is done during installation or earlier in rl-system.init
2010-12-06Allow telnet and ssh to start before routing protocolsStephen Hemminger
Bug 6474 Use priority 500 which is after login, syslog, etc.
2010-11-16Need to restart telnet if port or listen-address changesStephen Hemminger
2010-11-16Add ability to configure telnet listen-addresStephen Hemminger
Bug 4452 Allow configuring a telnet listen-address either IPv4 or IPv6 (like SSH). Unlike SSH, telnet only supports a single listen-address
2010-11-16Add ability to configure SSH listen addressStephen Hemminger
Bug 2410 Add ability to add configure listen address in ssh_config. set service ssh listen-address 1.2.4.40 Multiple values are allowed, and works for both IPv4 and IPv6
2010-11-16Add option to disable host validation (DNS) for SSHStephen Hemminger
Bug 4970 New CLI control of UseDNS option to sshd_config set service ssh disable-host-validation
2010-10-13Revise new ntp server configStephen Hemminger
Putting it in 'system { ntp { server...' makes more sense.
2010-10-13Migrate NTP server to services ntpStephen Hemminger
Allows starting NTP server once at boot speeding up boot time and allows specifying some NTP server options
2010-08-20Add check for port range on SNMP listen port valueStephen Hemminger
2010-08-20Add checking of port rangeStephen Hemminger
Bug 6058 Put consitent checking port range on snmp, ssh, and telnet
2010-07-21Add completion for text fields with limited valuesStephen Hemminger
For all nodes that do 'syntax:expression: $VAR(@) in' add allowed tag to show possible values
2010-07-16Remove verbs from all help messagesStephen Hemminger
Per current policy remove verb from all help messages in th is package
2010-05-14Change SNMP community handlingStephen Hemminger
Allow combination of IPv4 and IPv6 address in community setting. Use script to generate necessary community values in snmpd.conf
2010-05-12Allow configuring/restricting SNMP listen addressStephen Hemminger
Add: service snmp listen-address AAAA [port NNN]
2010-05-12Better version of SNMP IPv6 supportStephen Hemminger
Need to use different syntax for community values on IPv6 versus IPv4
2010-05-12Revert "Snmp Ipv6 support"Stephen Hemminger
This reverts commit 5aafb72b269d409500258f0b65f3e635d99712b7.
2010-05-11Snmp Ipv6 supportStephen Hemminger
Simple change to allow ipv6 or ipv4 address in configuration.
2010-02-16Don't allow format strings in snmp-communityStephen Hemminger
2010-01-24Fix allow-root for telnet/sshStephen Hemminger
Bug 5252 The boot script needs to restore default settings, and the templates are then used to enable root access.
2010-01-07Add support trap source addressStephen Hemminger
Bug 458 Add service snmp trap-source <address> wrapper for /etc/snmp/snmp.conf
2010-01-07Add support for trap community and portStephen Hemminger
Bug 3756 Allow setting trap communities and port values.
2010-01-05Need to be root to remove snmpd.confStephen Hemminger
Postscript to bug 4499
2010-01-05Change '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-04Change telnet allow-root to existance (instead of boolean)Stephen Hemminger
Also change config version for migration.
2009-12-03SSH enhancementsStephen Hemminger
Add public key support Convert allow-root and password-authentication from boolean nodes to regular nodes.
2009-12-02Add ability to disable password authenticationStephen Hemminger
Part of Bug 3255
2009-11-30added required keyword to help text.Michael Larson
2009-10-15partial fix for bug 4903.slioch
2009-07-17Make telnet management smarterStephen Hemminger
Bug 4591 Consolidate check for telnet login Don't remove /etc/securetty edit it (cherry picked from commit c6c477f2ffb0f2fd4cf12882f22c2c44ab57cc46)
2009-05-19Fix Bug 4416 Add the ability to configure a specific server for DynDNSMohit Mehta
2009-04-01Change lack of interface in DDNS back to warningStephen Hemminger
If program can handle it no point in enforcing in CLI.
2009-04-01Use interface check programStephen Hemminger
For consistency all templates should use same script to validate interface names.
2009-04-01Help text spelling fixStephen Hemminger
"Atleast" is not an English word, it should be "At least"
2009-01-06Fix 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-07Always restart sshStephen Hemminger
Need to do restart of ssh daemon. Rewriting config file is faster than checking
2008-11-06Don't restart sshd if not neededStephen 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-06Add completion for allowed valuesStephen Hemminger
2008-10-16Change telnet allow-root type from txt to bool.Stig Thormodsrud
Fix tab completion on bool.
2008-10-16Need sudo when editing ssh config fileStephen Hemminger
2008-10-15Fix parsing of allow-root fieldStephen Hemminger
Bugfix 3795 The field is boolean and was failing during bootup. Rework to use sed and do it the simple way
2008-10-07Revert "Change allow-root nodes to boolean"slioch
This reverts commit 7232e04d5d021f60e4cf6463328c165f19d56c6c.
2008-10-07Change allow-root nodes to booleanStephen Hemminger
These are boolean, not text fields. Only allowed value is true/false
2008-09-06first attempt at implementing CLI support for Dynamic DNSMohit Mehta
2008-08-30prompt warning for no nameservers if no nameservers set and no interface set ↵Mohit Mehta
to use dhcp
2008-08-30polish up DNS forwarding error messagesMohit Mehta
2008-08-30show bridge interfaces in allowed values as well if configured to use dhcpMohit Mehta