Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-28 | fix for bug 6388 | An-Cheng Huang | |
* need nullglob to work. | |||
2010-10-26 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
2010-10-26 | Use pgrep to check if ntp running | Stephen Hemminger | |
2010-10-26 | Move config-mgmt to it's own package. | Stig Thormodsrud | |
2010-10-22 | Fist pass at adding archive to uri on commit. | Stig Thormodsrud | |
2010-10-18 | Neuter the serial console config until it works | Stephen Hemminger | |
2010-10-15 | Add ability to run modem getty | Stephen Hemminger | |
For some dial in lines, need HAYES modem support. | |||
2010-10-14 | Need sudo to change console settings | Stephen Hemminger | |
2010-10-14 | Add better control over console screen blanker | Stephen Hemminger | |
By default, turn console screenblanking off. If user wants to enable it, they can use: set system console powersave | |||
2010-10-14 | Need to be root to write /etc/inittab | Stephen Hemminger | |
2010-10-14 | Change syntax for console config | Stephen Hemminger | |
Use: system console device ttyS1 speed 115200 To allow top level node to be one transaction with one update | |||
2010-10-14 | Fix serial console setup functions | Stephen Hemminger | |
Problems found during basic testing of new serial console config | |||
2010-10-14 | Add support for setting up serial console ports | Stephen Hemminger | |
2010-10-13 | Revise new ntp server config | Stephen Hemminger | |
Putting it in 'system { ntp { server...' makes more sense. | |||
2010-10-13 | Migrate NTP server to services ntp | Stephen Hemminger | |
Allows starting NTP server once at boot speeding up boot time and allows specifying some NTP server options | |||
2010-10-08 | Convert from syslog to rsyslog | Stephen Hemminger | |
Configuration file is /etc/rsyslog.conf and it is supports directory of include parameters so do not need to edit rsyslog.conf directly | |||
2010-09-07 | Change modprobe.d files to .conf | Stephen Hemminger | |
In squeeze, modprobe wants config files named .conf or it will generate warning. | |||
2010-08-20 | Add checking of port range | Stephen Hemminger | |
Bug 6058 Put consitent checking port range on snmp, ssh, and telnet | |||
2010-08-17 | update help text to use val_help | An-Cheng Huang | |
2010-08-16 | remove more low-level config dir usages | An-Cheng Huang | |
2010-07-21 | Fix completion on multi-type node | Stephen Hemminger | |
Workaround for bug 5887 | |||
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-21 | Fix formatting of static-host mapping val help | Stephen Hemminger | |
2010-07-21 | Fix help completion text | Stephen Hemminger | |
Use ipv4net when Address/prefix expected Use ipv4 where Address expected | |||
2010-07-20 | Use pgrep to count number of matching processes | Stephen Hemminger | |
pgrep has simple flag to do what the ps | wc -l was doing. | |||
2010-07-19 | fix typo, val_help, etc. | An-Cheng Huang | |
2010-07-19 | Convert syslog commands to new CLI help style | Stephen Hemminger | |
2010-07-19 | Use val_help: features to format better | Stephen Hemminger | |
Previous change did not format val-help tag correctly | |||
2010-07-19 | Revise static-host-mapping | Stephen Hemminger | |
Use ipv4,ipv6 for host mapping address which uses internal CLI syntax check. Revise help text to match CLI standard | |||
2010-07-19 | Convert public-keys help to new format | Stephen Hemminger | |
2010-07-19 | Fix language in help text for loadkey | Stephen Hemminger | |
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-07-06 | Allow incorrect user to be deleted | Stephen Hemminger | |
Avoid password checks on delete. Bug 5418 | |||
2010-07-06 | Change user name validation | Stephen Hemminger | |
Do username validation in perl script. This allows for checking for what is allowed, versus what is recommended. For compatiablity we allow things like upper case user names which but this is not recommended so these names produce a warning. | |||
2010-06-15 | Remove unnecessary :expression: syntax | Stephen Hemminger | |
Several templates can use simplified non-expression syntax | |||
2010-03-01 | Bugfix 5377: strict-dad must be applied before interfaces are configured | Bob Gilligan | |
2010-02-23 | Bugfix 5377: Add parameter to control behavior when DAD fails. | Bob Gilligan | |
RFC-4862 requires that IPv6 operation on an interface be disabled when DAD fails on a link-local address. The kernel IPv6 code supports this feature, but doesn't enable it by default. This change provides a configurable parameter to control this behavior, but, like the kenrnel, disables it by default. | |||
2010-02-17 | Add support for options in keyfile | Stephen Hemminger | |
The sshd file format has optional options; copy them to a placeholder node and generate to authorized_keys Better error message when wrong number of arguments. | |||
2010-02-17 | Handle DSA keys | Stephen Hemminger | |
Bug 5350 Need some changes to support DSA keys (Protocol V2). Also add support for options in key file. | |||
2010-02-03 | Set system host-name and time-zone first | Stephen Hemminger | |
Bug 4754 Want correct host-name for DHCP to work right later under interfaces. Want timezone correct so that any services started that print time information have correct data. | |||
2010-02-02 | Run login update as root | Stephen Hemminger | |
Need ability to open file of new user (to load authorized key). So move sudo to template. | |||
2010-02-02 | Static host-name mapping changes | Stephen Hemminger | |
Fix help text (Bug 5254) and allow IPV6 static mapping (Bug 5298) | |||
2010-02-02 | Add help string for system ip neighbor | Stephen Hemminger | |
Bug 5285 | |||
2010-02-02 | Add help for system ip arp | Stephen Hemminger | |
Bug 5286 | |||
2010-01-26 | Add additional check that new user doesn't exist in NSS | Stephen Hemminger | |
If user exists in NSS (LDAP, TACACS+) but not on local machine, then it can not be changed with CLI. useradd will fail (user exists), and usermod will fail (can't find user in passwd file). Bug 5249 | |||
2010-01-26 | Don't allow vyatta configured accounts to overlap internal accounts | Stephen Hemminger | |
Bug 5269 This prevents user from doing something harmful like making a user named quagga or cron and putting vbash on that account. | |||
2010-01-19 | fix bug 5226: Hostname does not allow number as first char | Robert Bays | |
2010-01-19 | Restrict radius-server timeout value | Stephen Hemminger | |
Values > 30 are likely to cause login timeout, so don't allow them. | |||
2009-12-04 | Add back public-key templates | Stephen Hemminger | |
Move them under user/node.tag/authorization | |||
2009-12-04 | Rearrange the public-key configuration schema | Stephen Hemminger | |
New syntax: system login user vyatta authentication public-key user@remote type ssh-rsa |