Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-07 | Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-05-07 | Preserve file attributes of root files | Stephen Hemminger | |
Want to preserve labels and other attributes | |||
2010-05-07 | Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-05-07 | Preserve file capablities and attributes during install-system | Stephen Hemminger | |
2010-05-03 | 0.17.38debian/0.17.38 | Bob Gilligan | |
2010-05-03 | Add code to check digital signature of image files. | Bob Gilligan | |
In URL mode, we now check for a digital signature file. If one exists, we'll try to download it and check the signature. | |||
2010-04-30 | 0.17.37debian/0.17.37 | Bob Gilligan | |
2010-04-30 | Allow user to name system images when installing them. | Bob Gilligan | |
Now we ask the user what they would like to name an image when they are installing. The default answer is the same string used previously: The Vyatta version string. | |||
2010-04-27 | 0.17.36debian/0.17.36 | Stephen Hemminger | |
2010-04-27 | Revert "Set capabilities on standard utilities" | Stephen Hemminger | |
This reverts commit 59cae244d055a7b5ba9de460d3ebbb5700d6ab17. Don't want to do this this way. | |||
2010-04-27 | Make interface help completion strings consistent | Stephen Hemminger | |
Use same format/syntax over all interface types. Bug 5257 | |||
2010-04-26 | Set capabilities on standard utilities | Stephen Hemminger | |
This sets extended capablities on some common utilities | |||
2010-04-26 | Ignore comments in level file | Stephen Hemminger | |
Standard practice to ignore lines starting with # | |||
2010-04-16 | 0.17.35debian/0.17.35 | Stephen Hemminger | |
2010-04-16 | Configure IFB devices earlier in boot | Stephen Hemminger | |
Need ifb device to be created before other devices redirect to it. | |||
2010-04-15 | 0.17.34debian/0.17.34 | Stephen Hemminger | |
2010-04-15 | Rename in0 to ifb0 | Stephen Hemminger | |
More descriptive name for input interface. | |||
2010-04-14 | 0.17.33debian/0.17.33 | Mohit Mehta | |
2010-04-14 | For Bug 5625 Not ready for DNSSEC implementation | Mohit Mehta | |
* Increase EDNS max packet size to 4096 as recommended in RFC 5625. Note that this is margin for uncommon case and the previous default of 1280 should be fine in most cases as mentioned on IETF's mailing list | |||
2010-04-09 | 0.17.32debian/0.17.32 | An-Cheng Huang | |
2010-04-09 | increase xen hypervisor heap size | An-Cheng Huang | |
2010-04-06 | 0.17.31debian/0.17.31 | Stephen Hemminger | |
2010-04-06 | Add input pseudo-interface configuration | Stephen Hemminger | |
This is configuration wrapper for IFB. See spec. | |||
2010-04-05 | 0.17.30debian/0.17.30 | Stephen Hemminger | |
2010-04-05 | Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-04-05 | Ignore errors from ethtool when setting speed/duplex | Stephen Hemminger | |
Many virtual devices don't implement speed/duplex, so just ignore any errors. | |||
2010-04-05 | Use 3 arg open to create pipe | Stephen Hemminger | |
Safer from user doing nasty things with command args. | |||
2010-04-05 | Use 3 arg open | Stephen Hemminger | |
This fixes perlcritic warning because of using 2 arg open. The other form puts pipe as method. | |||
2010-04-05 | 0.17.29debian/0.17.29 | Stephen Hemminger | |
2010-04-02 | Fail gracefully if path is unknown | Stephen Hemminger | |
If device is ppp but not in Vyatta config, the configuration path will be undefined. So have script give reasonable error rather than perl undefined variable message. | |||
2010-03-30 | 0.17.28debian/0.17.28 | Bob Gilligan | |
2010-03-30 | Improve wording of config info save dialog. | Bob Gilligan | |
2010-03-29 | 0.17.27debian/0.17.27 | Stephen Hemminger | |
2010-03-29 | Fix test for UP | Stephen Hemminger | |
/sys/devices/system/cpu/present is 0-NN on SMP and 0 on UP. | |||
2010-03-29 | Ignore setting CPU affinity on UP systems | Stephen Hemminger | |
If only one CPU, then not worth bothering doing any kind of interrrupt affinity. | |||
2010-03-24 | 0.17.26debian/0.17.26 | An-Cheng Huang | |
2010-03-24 | run snmpd as user snmp | An-Cheng Huang | |
2010-03-24 | 0.17.25debian/0.17.25 | Mohit Mehta | |
2010-03-24 | Fix Bug 5487 http redirect url address placed on the router gets blocked by | Mohit Mehta | |
local-zone's firewall when using Zone Based Firewall * changed local zones INPUT and OUTPUT chain rules to allow all local-zone traffic on the loopback interface rather than using address 127.0.0.1 which was too restrictive and blocked certain traffic initiated from and going to local-zone itself. This is compliant with the Zone Concept and similar to what's done for other transient zones as well where rules are interface based | |||
2010-03-20 | 0.17.24debian/0.17.24 | Mohit Mehta | |
2010-03-20 | Fix Bug 5386 L2TP will work only the first time Vyatta is booted | Mohit Mehta | |
* move fix to vyatta-ravpn to make sure init script stays modified even if xl2tpd gets installed after vyatta-cfg-sytem during full-upgrade (cherry picked from commit bdc317666828bad9dac2edef20d3919d943a5e9e) | |||
2010-03-18 | 0.17.23debian/0.17.23 | Bob Gilligan | |
2010-03-18 | Bugfix 5449: Maintain "console affinity" when adding a new image. | Bob Gilligan | |
2010-03-17 | fixes commit warning when run invoked via the api--getlogin() may return an ↵ | Michael Larson | |
undefined value as the process is a child process invoked indirectly via the gui (not a normal shell logged in user generated event). | |||
2010-03-17 | 0.17.22debian/0.17.22 | Stephen Hemminger | |
2010-03-17 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-system into larkspur | Stephen Hemminger | |
2010-03-17 | Handle devices that do not report ethtool | Stephen Hemminger | |
Some devices might not report ethtool settings, but still allow ethtool configuration of speed/duplex. Bug 5466 | |||
2010-03-15 | Remove Radius Server config file on reboot | Stephen Hemminger | |
The radius server config file needs to be removed. It gets rebuilt later in config process. | |||
2010-03-15 | 0.17.21debian/0.17.21 | Stephen Hemminger | |
2010-03-15 | Better version of forcing user logout | Stephen Hemminger | |
Use warning and hup signal to force user to log out. |