Age | Commit message (Collapse) | Author |
|
Enhanced usage of curl to handle scp://user@host/filename
|
|
New syntax:
system login user vyatta authentication public-key user@remote type ssh-rsa
|
|
Debian build warnings on these files.
|
|
Similar to previous change to install-system
|
|
Variation on existing config file loader that is useful
for loading public key.
|
|
It avoids issues with corrupt filesystems on VM.
|
|
Don't pass --force flag to pam-auth-update, so if user has customized
file, then radius config will stay.
|
|
Pass status to login update() which might be useful to handle
case when node is deleted.
|
|
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.
|
|
If file is already correct, no need to write it.
|
|
Calling sync ensure buffer cache is flushed, so that config is
actually on disk. May resolve some of the regression test I/O errors.
|
|
Related to Bug 5130 and 5084
|
|
Ensures that directory update occurs before umount
|
|
|
|
|
|
|
|
|
|
|
|
Bug 5084
Need to remove radius (and any other) PAM customizations on reboot.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(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)
|