Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-22 | Use hash map of addresses to interfaces | Stephen Hemminger | |
Other part of fix for Bz 8171 Create a hash of address => interfaces in configuration and use it during address commit check. Remove unused creation of list of current addresses. This might speed boot with large number of interfaces. Since the hash is made once per interface rather than multiple times, it might be faster because of that as well. | |||
2012-04-02 | Add dependency on dialog package | Stephen Hemminger | |
Including dialog in build allows for packages upgrade to ask user questions in text boxes. | |||
2011-08-07 | fix missing command in debian/control | Stephen Hemminger | |
2011-08-07 | Force dependency on later vyatta-cfg package | Stephen Hemminger | |
Since the code here now refers to is_uniq_address, current of this package needs to depend on the matching vyatta-cfg. | |||
2011-05-05 | Using ext4 for filesystem depends on newer version of grub | Stephen Hemminger | |
Old (Lenny) version of grub-pc is unable to boot from ext4. | |||
2010-12-06 | Move touch() perl to Vyatta::File | Stephen Hemminger | |
Put function in common code. | |||
2010-12-06 | Move is_local_address to common code | Stephen Hemminger | |
Now part of lib/Vyatta/Misc.pm module | |||
2010-11-24 | Add cpufrequtils default config file | Stephen Hemminger | |
If cpufrequtils is installed, then want the default to be full performance. | |||
2010-11-22 | Add utilities checking addresses | Stephen Hemminger | |
These are new C language utilites to replace the Perl utility when checking interface addresses. Perl compilation is major component of slow boot time. Note: this changes the package from pure scripts (arch independent) to arch dependent | |||
2010-10-27 | Fix overwrite of irq commands | Stephen Hemminger | |
Need Replaces: line to indicate overwrite of irq commands from earlier vyatta-cfg package | |||
2010-10-27 | Update dependency on vyatta-cfg | Stephen Hemminger | |
Need matching vyatta-cfg after irq script move | |||
2010-10-15 | Add ability to run modem getty | Stephen Hemminger | |
For some dial in lines, need HAYES modem support. | |||
2010-10-07 | Add dependency on Squeeze version of udev | Stephen Hemminger | |
2010-10-07 | List rsyslog package dependency | Stephen Hemminger | |
Debian build process wants packages to list a preferred physical package when a virtual package is an option. See virtual-package-depends-without-real-package-depends warning. | |||
2010-10-07 | Fix sysklog dependency | Stephen Hemminger | |
Vyatta depends on syslog as a virtual service, not which package provides the system loggging (sysklogd, rsyslog, syslog-ng). | |||
2010-08-24 | Add dependency on libcap2-bin | Stephen Hemminger | |
Bug 6106 Installing this package needs setcap from libcap2-bin package. | |||
2010-06-03 | fix for bug 5656 | An-Cheng Huang | |
* add package dependency for apt https access. | |||
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-26 | Set capabilities on standard utilities | Stephen Hemminger | |
This sets extended capablities on some common utilities | |||
2010-03-11 | * Fix BZ 5334 services start automatically on boot up after upgrade to kenwood | Mohit Mehta | |
update package dependency to a more recent version of openssh-server (cherry picked from commit 27b9395badfa3294db894da59acbb69c6e79056b) | |||
2010-02-12 | use more specific version before which modprobe files in vyatta-cfg r2b replaced | Mohit Mehta | |
2010-02-12 | fix bug 5334 services start automatically on boot up post upgrade to kenwood | Mohit Mehta | |
* make vyatta-cfg-system depend on a more recent version of services whose init scripts are unlinked in it's postinst | |||
2010-02-10 | Fix bug 5325 vyatta-cfg-system fails to upgrade during full-upgrade VC5 to VC6 | Mohit Mehta | |
* allow vyatta-cfg-system to replace disable-link-detect node.def files in previous versions of vyatta-cfg-quagga | |||
2010-02-08 | add dependency on vyatta-biosdevname | An-Cheng Huang | |
2010-02-05 | Force vyatta-cfg/vyatta-cfg-system version synchronization | Stephen Hemminger | |
2009-12-22 | allow vyatta-cfg-system to replace interface files in older versions of | Mohit Mehta | |
vyatta-cfg. needed for full-upgrade to kenwood from previous versions | |||
2009-12-21 | Sync versions with vyatta-cfg | Stephen Hemminger | |
Since a bunch of templates and scripts moved over to this package. Synchronize version numbers to make sure users don't get partial update. | |||
2009-12-03 | Add dependency on adduser | Stephen Hemminger | |
Gets rid of debian build warning. | |||
2009-11-13 | dependency update | Michael Larson | |
Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwood Conflicts: debian/control | |||
2009-11-13 | dependency update | Michael Larson | |
2009-11-11 | Show dependency on pam version | Stephen Hemminger | |
This version needs pam-auth-update which is only in later pam versions. | |||
2009-07-17 | move acpid and ifupdown from Suggest to Depends | Stephen Hemminger | |
(cherry picked from commit c275e783309a8a267721595301ce8c957a28754e) | |||
2009-07-17 | Add ifupdown package | Stephen Hemminger | |
Silences warning fron net.agent about missing ifup and ifdown. (cherry picked from commit 609ebd8c919a8786d6823cad58b530a57ba7f966) | |||
2009-07-17 | Convert bonding to use sysfs instead of ifenslave | Stephen Hemminger | |
ifenslave is the old way, and may not be supported in future. Use sysfs instead to add/delete slaves. (cherry picked from commit 0bd1cd12ccb047afce7444f5728fc3bbc3f328a5) | |||
2009-06-02 | Tacplus no longer part of jenner | Stephen Hemminger | |
2009-03-23 | use renamed tacplus package | An-Cheng Huang | |
2008-12-16 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2008-12-16 | Add acpid | Stephen Hemminger | |
Acpid is used to handle ACPI events like power-off button. Useful with KVM as well. | |||
2008-12-12 | update maintainer information | An-Cheng Huang | |
2008-11-12 | add basic tacacs+ support | Robert Bays | |
2008-10-13 | use epoch in package version number | An-Cheng Huang | |
2008-10-13 | add ssh key blacklists | An-Cheng Huang | |
2008-09-17 | Don't need to list ifenslave twice | Stephen Hemminger | |
2008-09-17 | Add support for bonding | Stephen Hemminger | |
Bugfix 3173 Add support for bonding device creation and adding slaves | |||
2008-08-30 | - get ddclient package for Dynamic DNS | Mohit Mehta | |
- get libio-socket-ssl-perl package for Dynamic DNS ssl updates - disable init for ddclient | |||
2008-08-26 | Add mdadm package to support RAID-1 configurations. | Bob Gilligan | |
2008-08-05 | add missing comma | Mohit Mehta | |
2008-08-06 | control: added ifenslave-2.6 to debian control file | Mark O'Brien | |
2008-07-25 | add dnsmasq package to be included in the build | Mohit Mehta | |
2008-07-28 | Since this packages changes the bash-completion conf file, it must be ↵ | rbalocca | |
installed after bash-completion |