summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2014-03-24Merge pull request #7 from tea2ka/heliumDaniil Baturin
Correction of a "DHCPv6Client"-related script for use with parameters only SLAAC
2014-03-21collect dhcpv6-optionstea2ka
The "dhcpv6-options" option parameter corrected the bug which is not reflected normally.
2014-03-21using a DNS server with an IPv6 address.tea2ka
It seems that immediately the back of an IPv6 address will not be normally recognized if it is not "\n" when using a DNS server with an IPv6 address.
2014-03-18Cleanup of unused parted root partitioning starting offsethydrajump
As we are no longer setting the ROOT_OFFSET based on disk size, I have removed the ROOT_OFFSET variable and the set_root_fstype function.
2014-03-16Fixed parted command for root partition alignment.hydrajump
The current parted command does not align the root partition as desired by the `--align optimal` option. This is evident from this parted message: "Warning: The resulting partition is not properly aligned for best performance." Instead of setting the ROOT_OFFSET=64S or ROOT_OFFSET=1024S (> 10GB) we should set it to 0%. This will result in optimal alignment regardless of disk size. Source: https://unix.stackexchange.com/a/49274
2014-01-31Merge changes to SNMPv3 templates and scripts from vRouter 5400 trial ISO.Daniil Baturin
Changes are copyright 2013, Vyatta, a Brocade company.
2014-01-18Bug #98: add an option for redirect support to curl call.Daniil Baturin
2013-12-22Change image name for new installs to just numeric version.Daniil Baturin
2013-12-22Fix curl command to fetch the signature file.Daniil Baturin
2013-12-22Bug #96: fix menu entry generation so image version is included.Daniil Baturin
2013-11-03Bug #55: fix user name in password reset script.Daniil Baturin
Also remove a Vyatta occurence.
2013-11-02Replace s/Vyatta/VyOS/ in parition handling installer functionsDaniil Baturin
2013-11-02Remove init-floppy scriptDaniil Baturin
2013-11-02Fix some shell quoting weirdness (curl dumped the ISO on stdout)Daniil Baturin
2013-11-02Set User-Agent: to VyOS/$version for statistics collection.Daniil Baturin
2013-11-02Replace missed vyatta names in installerDaniil Baturin
2013-11-02Fix image name, according to new numeric-only vyatta-version namingDaniil Baturin
2013-11-01Replace s/Vyatta/VyOS/ in install-system script.Daniil Baturin
2013-10-21Update default user in installer script.Daniil Baturin
2013-10-21Update names in grub config templates.Daniil Baturin
2013-06-05SNMP: Group secLevel check. Fix 'delete priv on user'James Davidson
2013-05-16SNMP sync upJames Davidson
Minor fixes. Refactoring. Add seclevel property to SNMPv3 group.
2013-04-15Replace original config file handling behaviourJames Davidson
Bug 8864: Commit 1f90d46cbc889d45dbfd5e499ad24a399b059d3b changed the behaviour of when a config file was not present. This change replaces the original behaviour.
2013-04-02fix device naming on bootStephen Hemminger
Bug 8804 Previous change was passing a logfile to biosdevname, but parent directory was not necessarily created at that point! Log file is useless anyway, just redirect to dev null. (cherry picked from commit dcabba83be38ee6f79ab5a347f0cb3cce5a9eca8)
2013-04-02snmpv3: enable strict warnings and fix perlcriticStephen Hemminger
The SNMPv3 code did not enable strict type checking and had other poor style found by perlcritic. (cherry picked from commit 4dce31b15ce038527cbd03a21b23ad094d71750c)
2013-03-20SNMP: Add multicast smux peersJames Davidson
2013-03-06Sync up SNMPv3 supportJames Davidson
SNMP-135 store SNMP superuser password to config file SNMP-130 add engineId for trap-target SNMP-134 use 'stop' and 'start' instead of 'restart' SNMP-141 change engineID syntax checking SNMP-136 Users are lost after changing TSM port SNMP-149 TLS Error: Permission denied SNMP-147 Not correct priority in TSM users SNMP-148 Configuring already use port for TSM is destroying users. SNMP-151 Errors in logs after first snmp configuration SNMP-152 Hide 'No such file or directory' error message SNMP-153 Debug messages after 'delete service snmp' SNMP-157 Run Perltidy for all Perl scripts SNMP-158 change syntax of trap-target engineID SNMP-163: added script to check name, apply it for user, group and view names SNMP-161 Faulty configuration with many trap-target SNMP-160 Look for TSM keys in /config folder SNMP-162 CLI permit not correct oid SNMP-163: typo in script SNMP-160 Look for TSM keys in /config folder SNMP-163: added support of upper case for names in the script SNMP-163: create rule for names, permit only a-zA-Z0-9 SNMP-163: typo
2013-02-12Initial SNMPv3 supportJames Davidson
2013-02-06Skip biosdevname if running in XenJames Davidson
Bug 8676 biosdevname does not behave well on Xen so simply skip it when running in Xen. (cherry picked from commit dc53d09decae1cd8098ee92c7c1dab72dc80ae50)
2013-01-29Add ability to restart services when hostname changesJames Davidson
Currently only restart rsyslog but more can be added as needed. Fixes bug 8237.
2013-01-22Dmvpn merge with mirantis jan22-2013Saurabh Mohan
2013-01-08Bug 7856: Set default neighbour table size to 8192James Davidson
Also increase the max allowed value to 32768.
2012-12-26mgre support initial commit.Saurabh Mohan
2012-12-12revert 918bd40d3e3f238a800b1486f70e2d5ee1d71a72John Southworth
2012-10-05Bugfix 8410: give warning when config didn't load properly and passwords ↵John Southworth
have been changed
2012-10-02Commit and save password changes only onceJames Davidson
If there are multiple user passwords that need to be changed committing and saving a new password for each user slows the process down alot. Fixes bug 8406.
2012-09-25Bugfix 8290: Detect original unsalted passwordJohn Southworth
2012-09-25Bugfix 8290: Detect original unsalted passwordJohn Southworth
2012-09-21Do not check disabled accounts for default passwordJames Davidson
Fixes bug 8368
2012-09-19Set hostname after updating hosts fileJames Davidson
Fixes bug 8380
2012-09-18fix for 8372 - Unclear which user ID the changed administrator password ↵Deepti Kulkarni
applies to fix for 8350 - Install allows installation with empty password
2012-09-10Update /etc/hosts when host name and domain name changesJames Davidson
2012-09-06Set system password also when resetting admin passwordJames Davidson
Fixes bug 3241
2012-09-05Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-system into pacificaJohn Southworth
2012-09-05Bugfix 8326John Southworth
Fix password change script save function to work as it does in vyattacfg. Fix empty substitution on 'plaintext-password ""' causing script error.
2012-09-04Configure logrotate to maintain log file ownershipJames Davidson
logrotate needs the create config option so that it keeps the original log file's permissions and ownership. Fixes bug 8240
2012-09-04Bugfix 8290John Southworth
Don't allow default password to persist after first boot. Due to the numerous ways a user can get a vyatta system this required a lot of changes. 1. Don't allow a user to set a password to 'vyatta' after first login, but allow it on the initial boot otherwise the system will have no user. 2. Don't allow the password to be set to vyatta in installer. 3. Force password change on first login. under the following conditions: 3.a. User is an admin level user. Operators do not have the abillity to change the config so they can't change passwords. Allow 'vyatta' to be the password until an admin logs in. 3.b. This is not the livecd, its silly to force a password change before install.
2012-08-30Bugfix 6967: Test if an address is already applied to an interface before ↵John Southworth
attempting to apply it
2012-08-29Force Xen installs to use ext3 without write barriersJohn Southworth
In oxnard our Xen images used ext3 without write barriers. This patch is a workaround for bug 8303. The goal of this patch is to provide a workable solution that is no worse than our previous behavior until Xenserver has the write barrier fix available in Xen integrated.
2012-08-28Revert "Write barriers don't work on all devices, disable them"John Southworth
This reverts commit f344e975d1b0eb489af7fb2d2f22168bc465b1de.