Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-29 | Add net-snmp ifAlias hook | Stephen Hemminger | |
New script to produce ifAlias information from sysfs. | |||
2010-10-27 | Add irqaffin to Makefile | Stephen Hemminger | |
2010-10-26 | Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-system into ↵ | Stig Thormodsrud | |
mendocino | |||
2010-10-26 | Move config-mgmt to it's own package. | Stig Thormodsrud | |
2010-10-26 | Change vyatta_net_name into a perl script | Stephen Hemminger | |
Use existing config parser and perl to handle udev device naming. Do renaming early in udev boot, and fixup config file later. This avoids rescanning udev devices on boot and adds preliminary support for hotplug. | |||
2010-10-22 | Fist pass at adding archive to uri on commit. | Stig Thormodsrud | |
2010-10-14 | Add support for setting up serial console ports | Stephen Hemminger | |
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-11 | Add default vyatta rsyslog config rules | Stephen Hemminger | |
This fixes case where rsyslog finds no targets on boot | |||
2010-10-08 | Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵ | Stephen Hemminger | |
mendocino | |||
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-10-07 | moved code for zones to vyatta-zone package | Mohit Mehta | |
2010-10-07 | Put udev rules in /lib/udev | Stephen Hemminger | |
Udev rules have moved from /etc/udev to /lib/udev on Debian Squeeze | |||
2010-07-14 | Bugfix 5845, 5557: Install vyatta-update-grub.pl in /opt/vyatta/sbin. | Bob Gilligan | |
2010-06-04 | Add pam_cap capability configuration | Stephen Hemminger | |
2010-06-04 | Set file capability attributes | Stephen Hemminger | |
This sets file capability attributes during package installation (and build) to allow better security models. | |||
2010-05-26 | Move DHCPv6 client configuration to this package and restructre parameters. | Bob Gilligan | |
2010-02-18 | Fix Bug 5064 can't delete bridge group and membership in one commit | Mohit Mehta | |
* fix this for eth, eth.vif, bond, bond.vif interfaces * also, bridge-group code for bonding interfaces wasn't changed with commit ec080f99 that re-strucutred bridging code in eth and eth.vifs to fix bug 4708. bridge-group code for bond and bond.vif interfaces is now similar to the fix for 4708 | |||
2010-02-03 | Move modprobe.d/no-copybreak from vyatta-cfg | Stephen Hemminger | |
All interface related files are in vyatta-cfg-system package. | |||
2010-02-02 | Static host-name mapping changes | Stephen Hemminger | |
Fix help text (Bug 5254) and allow IPV6 static mapping (Bug 5298) | |||
2010-01-26 | Get rid of protected-users file | Stephen Hemminger | |
Instead of white-listing special system users, just go with the Debian policy that all users with uid < 1000 are system accounts | |||
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-05 | update version | Stephen Hemminger | |
2009-12-21 | Add vyatta-interfaces.pl to build | Stephen Hemminger | |
Moved from vyatta-cfg | |||
2009-12-04 | Oops forgot to update installed version | Stephen Hemminger | |
2009-12-03 | Add script for loading public key | Stephen Hemminger | |
Variation on existing config file loader that is useful for loading public key. | |||
2009-11-05 | Move user configuration information to files | Stephen Hemminger | |
1. Complete migration of protected-users from hardcoded in User.pm to /opt/vyatta/etc/protected-user 2. Put mapping from level to group in file. | |||
2009-11-02 | rename pam-radius to pam_radius.cfg | Stephen Hemminger | |
Use a reasonable suffix for file type | |||
2009-10-30 | add unified install-image | An-Cheng Huang | |
2009-10-27 | Use pam-auth-update to configure radius | Stephen Hemminger | |
This keeps radius from fighting with tacacs+ | |||
2009-07-30 | Fix 4748: Pre-login message files (/etc/issue,/etc/issue.net) are | Stig Thormodsrud | |
replaced with Debian branding during full-upgrade to Jenner (cherry picked from commit cbdcd18b2e5328d24a9dfe04dfa015f8375b50ac) | |||
2009-07-17 | initial implementation of image install | An-Cheng Huang | |
support image install on an existing Vyatta union-installed system. | |||
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-07-17 | Change version of system config | Stephen Hemminger | |
Bug 4504 (cherry picked from commit 84219ff7c3399ae24edb7a925d03adf17ac4f18c) | |||
2009-07-17 | Make Radius server work | Stephen Hemminger | |
Translate radius-server to Vyatta::Login::RadiusServer (cherry picked from commit bf86040fef55fdb644b3670a9e1ec093e67df828) | |||
2009-06-01 | Change how system login update works | Stephen Hemminger | |
Use a wrapper script in vyatta_update_login.pl and per login method objects for the update. | |||
2009-05-22 | Add NTP configuration file | Stephen Hemminger | |
There are options (like restrict) that should be ntp.conf This would reduce security exposure of the router (see recent CVE). Also, this avoid restarting ntp server on boot when using the default vyatta ntp server. | |||
2009-05-05 | Split up system login scripts | Stephen Hemminger | |
1. User and Radius separate scripts 2. Tacacs (incomplete) moved to separate package | |||
2009-04-26 | Add configurable login banners. | Stig Thormodsrud | |
2009-04-07 | Add 1st pass of zone based firewall support (transit zones only for now) | Mohit Mehta | |
2009-03-26 | Revert "Split login authentication configuration into three scripts" | Stephen Hemminger | |
This reverts commit fd605ab5d4ce4aa4015089042afd90f6e5c6ba59. | |||
2009-03-25 | move keepalived.pm to vyatta-cfg | Stephen Hemminger | |
2009-03-23 | Split login authentication configuration into three scripts | Stephen Hemminger | |
Getting cumbersome with one big script. | |||
2009-03-02 | Remove out of date quick-install | Stephen Hemminger | |
The script was out of date (created multiple partitions), and no longer worth supporting and updating. | |||
2009-02-27 | Fix Bug 2463 Allow the neighbor table threshold values to be | Mohit Mehta | |
modified via the CLI - (modify ARP table size) * added cli to configure [arp (ipv4)] and [neighbor (ipv6)] table-size * set default value for arp_announce so as to avoid local addresses that are not in the target's subnet for the interface | |||
2008-11-21 | Rename VyattaKeepalived to Vyatta::Keepalived | Stephen Hemminger | |
Use directory hierarchy in perl. | |||
2008-11-17 | Merge branch 'jenner' of mohit@git.vyatta.com:/git/vyatta-cfg-system into jenner | Mohit Mehta | |
2008-11-17 | dhcp action scripts for linkup/down | Mohit Mehta | |
2008-11-14 | Bugfix 3928: Need to install vyatta-raid-event script. | Bob Gilligan | |
2008-10-13 | add ssh key blacklists | An-Cheng Huang | |