summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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-06Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2010-01-06Validate MD5 checksums on ISO file before proceeding with installation.Bob Gilligan
2010-01-06Updates to SNMP link state trapStephen Hemminger
Bug 3811, 3806 Poll more frequently for link state traps and include more information.
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.
2010-01-05SNMP: Merge common code for rand hex numberStephen Hemminger
2010-01-05Cleanup SNMP config file generationStephen Hemminger
Create to temporary file first, then move.
2009-12-23Add support for fetching ISO file based on URL.Bob Gilligan
2009-12-23Handle default of autoStephen Hemminger
If device doesn't support speed/duplex, then speed = auto which is default is okay.
2009-12-22Read Vyatta version from fileStephen Hemminger
Part of ehancement requested in Bug 3869 Include Vyatta version in system description.
2009-12-22Remove old init codeStephen Hemminger
The code to init_snmp was no-op and no longer called.
2009-12-22Bring device to up state when removed from bondStephen Hemminger
Bug 5061 Force device back to up state when leaving bond group.
2009-12-22Mark banner script executableStephen Hemminger
2009-12-22Fix return of dhcp start client.Stephen Hemminger
2009-12-21Don't allow setting speed/duplex if hardware doesn't support itStephen Hemminger
Bug 4994 If hardware does not have ethtool interface to allow setting speed/duplex, then do not allow user to commit change.
2009-12-21Move interface support from vyatta-cfg to vyatta-cfg-systemStephen Hemminger
All the other interface types are in vyatta-cfg-system, only loopback and ethernet were in vyatta-cfg
2009-12-14Ignore errors from chmod/chown if ssh keys don't existStephen Hemminger
2009-12-14Fix install-image to save config/keysStephen Hemminger
Bug 5151 Part of previous change caused regression in saving config information. Also mounts old config read-only to avoid any problems.
2009-12-14Re-enable frame-buffer on consoleStephen Hemminger
The frame-buffer allows for Vyatta logo, scrollback, and more lines of text on VGA console.
2009-12-04Fix load user key scriptStephen Hemminger
Enhanced usage of curl to handle scp://user@host/filename
2009-12-04Rearrange the public-key configuration schemaStephen Hemminger
New syntax: system login user vyatta authentication public-key user@remote type ssh-rsa
2009-12-03Fix some file headers that cause build warningsStephen Hemminger
Debian build warnings on these files.
2009-12-03Preserve ssh host keys in install-imageStephen Hemminger
Similar to previous change to install-system
2009-12-03Add script for loading public keyStephen Hemminger
Variation on existing config file loader that is useful for loading public key.
2009-12-02Use ext3 all the timeStephen Hemminger
It avoids issues with corrupt filesystems on VM.
2009-12-02Don't lose user customization to pam-authStephen Hemminger
Don't pass --force flag to pam-auth-update, so if user has customized file, then radius config will stay.
2009-12-02Pass more info to login scriptsStephen Hemminger
Pass status to login update() which might be useful to handle case when node is deleted.
2009-12-01Save SSH keys on re-installStephen Hemminger
Bug 5045 This adds option to save original SSH host keys when doing a re-install. Also mount original partition read-only to avoid updating it.
2009-12-01Avoid updating files on bootStephen Hemminger
If file is already correct, no need to write it.
2009-12-01Add sync after config saveStephen Hemminger
Calling sync ensure buffer cache is flushed, so that config is actually on disk. May resolve some of the regression test I/O errors.
2009-11-30Remove Radius server on rebootStephen Hemminger
Related to Bug 5130 and 5084
2009-11-18Mount floppy with dirsyncStephen Hemminger
Ensures that directory update occurs before umount
2009-11-13Add start_offset value to log message when partion attempt fails.Bob Gilligan
2009-11-13Add start_offset value to log message when partion attempt fails.Bob Gilligan
2009-11-06copy the whole config directory during installAn-Cheng Huang
2009-11-05use new vyatta-union arg to reduce kernel cmdline length.An-Cheng Huang
2009-11-05move custom script to custom repoAn-Cheng Huang
2009-11-02Reset PAM configuration on bootStephen Hemminger
Bug 5084 Need to remove radius (and any other) PAM customizations on reboot.
2009-11-02use top-level pid for progress indicatorAn-Cheng Huang
2009-11-01Using Interface.pm infrastructure to detect vif on eth|bond interface.Stig Thormodsrud
2009-11-01Fix 'show vrrp summary' showing last vip 1stStig Thormodsrud
2009-11-01Fix interface carrier status.Stig Thormodsrud
2009-11-01Convert keepalived to use Interface infrastructure.Stig Thormodsrud
2009-10-31Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwoodStig Thormodsrud
2009-10-31Add VRRP capability to bonding interfaces and vifs of bonding interfaces.David S. Madole
2009-10-30add unified install-imageAn-Cheng Huang
2009-10-13limit xen dom0 memory to 512megRobert Bays
(cherry picked from commit c93e5328faa74a79d219ce96d95417ba1adbfb8f)
2009-10-01Mount floppy with safer optionsStephen Hemminger
Change how floppy is mounted to avoid updates and possible security issues: noatime - don't update last access time (avoids writing to floppy) noexec - don't allow running programs off floppy nosuid - block setuid programs nodev - no device special files allowed
2009-09-22Bugfix 4951: Don't fail if IPv6 kernel module is not loaded.Bob Gilligan
Handle cases where IPv6 kernel module is not loaded more gracefully.