Age | Commit message (Collapse) | Author |
|
(cherry picked from commit c93e5328faa74a79d219ce96d95417ba1adbfb8f)
|
|
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
|
|
Handle cases where IPv6 kernel module is not loaded more gracefully.
|
|
|
|
* modify code to comply with Jenner change in is_dhcp_enabled()
|
|
Need to check for livecd only if *not* doing union install.
Repair of previous bugfix.
|
|
Check for install-system failure (because of attempt to install
from active system), to occur before filesystem is destroyed.
Bug 1587
|
|
(cherry picked from commit 852e99ad758daa6db8f47fa0b3610e8ddf884f7a)
|
|
Fix error messages that will only occur if template is using
script incorrectly.
|
|
Use similar action to new bridge-group
Bug 4768
|
|
Need to remove the primary interface last, to avoid issues
with bonding driver.
|
|
|
|
|
|
support image install on an existing Vyatta union-installed system.
|
|
Simpler version of bug 4647 fix.
(cherry picked from commit 9f4e8c1deba76ef81878551040f16180baaf23be)
|
|
This reverts commit aba4e42b4b07b856cbcff0fcf5231824fc18bb37.
Use proper perl (ie. undefined) rather than a a sentinel value!
(cherry picked from commit 7c681e2a62388ead8ad2e74a76ff1b0ae386f78f)
|
|
* bug 4647
* scripts/vyatta-bonding.pl
(cherry picked from commit aba4e42b4b07b856cbcff0fcf5231824fc18bb37)
|
|
Bug 4591
Consolidate check for telnet login
Don't remove /etc/securetty edit it
(cherry picked from commit c6c477f2ffb0f2fd4cf12882f22c2c44ab57cc46)
|
|
Bug 4511
Since loading bond module is broken in 2.6.29 or later kernel
and the root cause is in sysfs/procfs which is a mess.
Workaround the problem by loading bond module once and using sysfs.
(cherry picked from commit 47f054cb196959bb79960f3b6c1524b4ff7d32a8)
Conflicts:
templates/interfaces/bonding/node.def
|
|
Bug 4494
(cherry picked from commit 7dc1c900184a629975b2e22e79c5dc44c494448e)
|
|
The login class manager must be called if login type is deleted.
Also skip updating if no changes to that login type.
(cherry picked from commit 1151679260e673f69bdb637fec7773b574f3c7b0)
|
|
The login modules aren't really objects (if Perl really had objects), so
just use dynamic invoke of update routine.
(cherry picked from commit 37ba59896d4c9ac5c914d1901d86ed7e7d844871)
|
|
Translate radius-server to Vyatta::Login::RadiusServer
(cherry picked from commit bf86040fef55fdb644b3670a9e1ec093e67df828)
|
|
zone during boot
* use isActive to check if firewall ruleset has been succesfully committed
* fix templates to fail inside an action field when a command fails
|
|
* use new api to get active plus committed nodes
|
|
|
|
|
|
|
|
|
|
|
|
The MBR provides a flag on each of the partitions to indicate whether it
is "bootable" or not. Most BIOS implementations ignore this flag and
will boot from a partition whether or not this flag is set. Some BIOS
implementations, however, refuse to boot from a partition that is not marked
as "bootable". This fix marks the partition that holds the root filesystem
as "bootable" so that it can be booted by either type of BIOS.
|
|
Use a wrapper script in vyatta_update_login.pl and per login method
objects for the update.
|
|
|
|
|
|
Bug 4448
|
|
If we have a good ntp.conf, then it is possible to avoid
restarting ntp. Currently we restart ntpd for each ntp-server
configured.
|
|
|
|
* do not block traffic sourced from and destined to localhost
|
|
|
|
|
|
Since quagga uses local7, make it a real facility.
Allow local7 for compatiablity.
Bug 4263
|
|
|
|
1. User and Radius separate scripts
2. Tacacs (incomplete) moved to separate package
|
|
|
|
|
|
|
|
|
|
|
|
when traffic from local-zone filtered with firewall to a transit zone
* fix case where `ls` spits out error when a firewall type is not set
|
|
incorrect in assuming that nameservers can only be received via dhcp
remove check to see if any eth/br interface using dhcp
|