summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2009-11-05Move user configuration information to filesStephen 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-02rename pam-radius to pam_radius.cfgStephen Hemminger
Use a reasonable suffix for file type
2009-10-30add unified install-imageAn-Cheng Huang
2009-10-27Use pam-auth-update to configure radiusStephen Hemminger
This keeps radius from fighting with tacacs+
2009-07-30Fix 4748: Pre-login message files (/etc/issue,/etc/issue.net) areStig Thormodsrud
replaced with Debian branding during full-upgrade to Jenner (cherry picked from commit cbdcd18b2e5328d24a9dfe04dfa015f8375b50ac)
2009-07-17initial implementation of image installAn-Cheng Huang
support image install on an existing Vyatta union-installed system.
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-07-17Change version of system configStephen Hemminger
Bug 4504 (cherry picked from commit 84219ff7c3399ae24edb7a925d03adf17ac4f18c)
2009-07-17Make Radius server workStephen Hemminger
Translate radius-server to Vyatta::Login::RadiusServer (cherry picked from commit bf86040fef55fdb644b3670a9e1ec093e67df828)
2009-06-01Change how system login update worksStephen Hemminger
Use a wrapper script in vyatta_update_login.pl and per login method objects for the update.
2009-05-22Add NTP configuration fileStephen 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-05Split up system login scriptsStephen Hemminger
1. User and Radius separate scripts 2. Tacacs (incomplete) moved to separate package
2009-04-26Add configurable login banners.Stig Thormodsrud
2009-04-07Add 1st pass of zone based firewall support (transit zones only for now)Mohit Mehta
2009-03-26Revert "Split login authentication configuration into three scripts"Stephen Hemminger
This reverts commit fd605ab5d4ce4aa4015089042afd90f6e5c6ba59.
2009-03-25move keepalived.pm to vyatta-cfgStephen Hemminger
2009-03-23Split login authentication configuration into three scriptsStephen Hemminger
Getting cumbersome with one big script.
2009-03-02Remove out of date quick-installStephen Hemminger
The script was out of date (created multiple partitions), and no longer worth supporting and updating.
2009-02-27Fix Bug 2463 Allow the neighbor table threshold values to beMohit 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-21Rename VyattaKeepalived to Vyatta::KeepalivedStephen Hemminger
Use directory hierarchy in perl.
2008-11-17Merge branch 'jenner' of mohit@git.vyatta.com:/git/vyatta-cfg-system into jennerMohit Mehta
2008-11-17dhcp action scripts for linkup/downMohit Mehta
2008-11-14Bugfix 3928: Need to install vyatta-raid-event script.Bob Gilligan
2008-10-13add ssh key blacklistsAn-Cheng Huang
2008-09-30Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3712rbalocca
2008-09-17Add support for bondingStephen Hemminger
Bugfix 3173 Add support for bonding device creation and adding slaves
2008-09-11use script for setting/deleting system nameserversMohit Mehta
2008-09-06first attempt at implementing CLI support for Dynamic DNSMohit Mehta
2008-07-25Merge branch 'islavista' of mohit@git.vyatta.com:/git/vyatta-cfg-system into ↵Mohit Mehta
islavista
2008-08-01Fixes for: http://bugzilla.vyatta.com/show_bug.cgi?id=3520 ↵rbalocca
http://bugzilla.vyatta.com/show_bug.cgi?id=3519 http://bugzilla.vyatta.com/show_bug.cgi?d for: http://bugzilla.vyatta.com/show_bug.cgi?id=3520 http://bugzilla.vyatta.com/show_bug.cgi?id=3519 http://bugzilla.vyatta.com/show_bug.cgi?id=3518 and perhaps others
2008-07-25First parts of DNS forwarding stuffMohit Mehta
2008-06-19Add module version for vrrp.Stig Thormodsrud
2008-06-16Add passwd sync scriptStephen Hemminger
New script for use in password to configuration sychronization. Part of bugfix 1856 support.
2008-06-09Fix 3328: operator can't issue "show vrrp".Stig Thormodsrud
2008-06-06Fix 787: Add a command to force vrrp state transition to backupStig Thormodsrud
2008-05-29Rework how user accounts are managedStephen Hemminger
Rewrite the scripts that manage user accounts to: 1) use Posix standard useradd, userdel scripts rather than modifying passwd/group files directly. 2) add home-directory field to account management 3) support adding accounts to additional groups Note: this code should now also work with NIS since it has no direct access to /etc/passwd.
2008-05-13Move sysctl configuration to /etc/vyatta-sysctl.confStephen Hemminger
Change settings and move sysctl values to separate file /etc/vyatta-sysctl.conf. This allows for user/support to adjust configuration without changing the rl-system.init script.
2008-04-23Revert "remove deprecated install scripts"rbalocca
This reverts commit 33a7d7e76222aa6ba952610144065221b6e8aeda.
2008-04-22config.boot.default is not moved to the top level repo (build-iso.git)rbalocca
2008-04-09Merge branch 'glendale' into hollywoodrbalocca
2008-04-08Remove vestigal version file from vyatta-cfg-systemrbalocca
2008-03-18remove deprecated install scriptsTom Grennan
starting with hollywood, use the debian installer
2008-03-12Move init-floppy to /opt/vyatta/sbinStephen Hemminger
This command can not be run by operators, only in admin.
2008-03-10fix for bug 2083: add radius authentication support.An-Cheng Huang
2008-03-10Changes for license/copyrightStephen Hemminger
Put copy of GPLv2 into sysconf/LICENSE and show copyright in version information. Bugfix: 2899
2008-02-25Missing version file in Makefile.amrbalocca
2007-12-19Revert "add init script to force udev settle before itf configured"Tom Grennan
This is unnecessary if the config.boot file is available before udevd starts. This reverts commit a9cd192305b779cb62aecd858ad9a4e5a1fbcad4.
2007-12-18Rewrite '/etc/resolv.conf' each time config at 'system domain-search domain ↵Marat Nepomnyashy
$(@)' changes to update the 'search' params. Bug 2113 fix.
2007-12-17add init script to force udev settle before itf configuredTom Grennan
2007-12-14fix modification of config file interface sub-blockTom Grennan