Age | Commit message (Collapse) | Author |
|
replaced with Debian branding during full-upgrade to Jenner
|
|
This fix changes the way that the /etc/ntp.conf file is generated. Now
it is generated at boot time using a fixed section that contains
only parameters that users don't change, plus a section that is generated
from any "system ntp-servers" parameters that are configured. The fixed
section does not contain any "server" definitions, so all server definitions
come from the Vyatta config.
The Vyatta configuration template for this parameter and code
at other places in the system will now start the NTP server ONLY if
there is at least one NTP server configured. So the user can "turn off"
the NTP server by just deleting all NTP servers from the configuration.
The default "config.boot" file does contiain one built-in "system ntp-servers"
parameter, so a newly installed system will start the NTP server.
|
|
Bug 4591
Consolidate check for telnet login
Don't remove /etc/securetty edit it
|
|
Only put comments in about features that are used.
|
|
|
|
So when CLI updates ntp.conf, the file stays same format
|
|
There are options (like restrict) that should be ntp.conf
This would reduce security exposure of the router (see recent CVE).
Also, this avoid restarting ntp server on boot when using the default
vyatta ntp server.
|
|
Default fallback code was broken
Change to blocked out region for Vyatta config.
|
|
Do most of the work in the rewritten vyatta_update_syslog code.
Handle multiple facilities for same target without causing duplicate
log messages.
Never restart syslog daemon, just reload it and only if the configuration
has changed.
|
|
Bug 4205
Duplicate messages in syslog for quagga notice and above messages.
|
|
modified via the CLI - (modify ARP table size)
* added cli to configure [arp (ipv4)] and [neighbor (ipv6)] table-size
* set default value for arp_announce so as to avoid local addresses that are
not in the target's subnet for the interface
|
|
|
|
firewall
|
|
fail within the webgui.
|
|
Correct value is 'kernel.panic' not 'sys.kernel.panic'
|
|
Faster way to make empty files.
Load snmp stats in background
Move all sysctl settings to one place
|
|
|
|
Bugfix 3567
The command templates for managing the syslog are awkward and brittle
and really can't deal with multiple targets or full config format,
so just go back to something simple and fix later in a better redesign.
|
|
The TCP MD5 code is fixed to handle SACK correctly.
|
|
|
|
For sucessful sudo, just log it at info level.
Capture any security failures/changes into /var/log/auth.log
but skip normal CLI commands
Turn off the builtin sync after each write to /var/log/messages
by putting - before file name; the sync causes a disk write
each time and therefore can be a performance hit during boot.
|
|
This is a workaround for bug 3313. The problem is that MD5
uses up what little space there for TCP options in header.
|
|
Change settings and move sysctl values to separate file /etc/vyatta-sysctl.conf.
This allows for user/support to adjust configuration without changing
the rl-system.init script.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Put copy of GPLv2 into sysconf/LICENSE and show copyright
in version information.
Bugfix: 2899
|
|
http://bugzilla.vyatta.com/show_bug.cgi?id=2934
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* add dependencies and postinst actions.
|