summaryrefslogtreecommitdiff
path: root/sysconf
AgeCommit message (Collapse)Author
2009-05-22Put server at end of fileStephen Hemminger
So when CLI updates ntp.conf, the file stays same format
2009-05-22Add NTP configuration fileStephen Hemminger
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.
2009-04-09Resolve problems with syslog.confStephen Hemminger
Default fallback code was broken Change to blocked out region for Vyatta config.
2009-04-08Rewrite existing syslog configuration updateStephen Hemminger
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.
2009-04-01Don't double log quagga messagesStephen Hemminger
Bug 4205 Duplicate messages in syslog for quagga notice and above messages.
2009-02-27Fix Bug 2463 Allow the neighbor table threshold values to beMohit Mehta
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
2009-02-24set default values for ipv6 accept_redirects and accept_source_routeMohit Mehta
2009-02-19Fix Bug 3951 default values for kernel tunable security parameters under ↵Mohit Mehta
firewall
2008-12-17removed unprintable form-feed characters. This was causing xml validation to ↵slioch
fail within the webgui.
2008-11-17Fix sysctl key valuesStephen Hemminger
Correct value is 'kernel.panic' not 'sys.kernel.panic'
2008-11-14Speed up bootStephen Hemminger
Faster way to make empty files. Load snmp stats in background Move all sysctl settings to one place
2008-10-13add ssh key blacklistsAn-Cheng Huang
2008-10-10Go back to simpler syslog configStephen Hemminger
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.
2008-09-23No longer need to turn off SACKStephen Hemminger
The TCP MD5 code is fixed to handle SACK correctly.
2008-07-30Enable IPv6 forwarding.Stig Thormodsrud
2008-06-30Change syslogging of authorization related commandsStephen Hemminger
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.
2008-06-05Turn off TCP SACKStephen Hemminger
This is a workaround for bug 3313. The problem is that MD5 uses up what little space there for TCP options in header.
2008-05-13Move sysctl configuration to /etc/vyatta-sysctl.confStephen Hemminger
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.
2008-04-22config.boot.default is not moved to the top level repo (build-iso.git)rbalocca
2008-04-08Remove vestigal version file from vyatta-cfg-systemrbalocca
2008-03-26Move the copyright dates over (bug 3028)rbalocca
2008-03-24Line up the colons with the one from the copyright notice (in show version)rbalocca
2008-03-18Update version file to VC4.0.1Mark O'Brien
2008-03-15Update copyright for "show version"rbalocca
2008-03-10Changes for license/copyrightStephen Hemminger
Put copy of GPLv2 into sysconf/LICENSE and show copyright in version information. Bugfix: 2899
2008-03-04Fix for bug #2934rbalocca
http://bugzilla.vyatta.com/show_bug.cgi?id=2934
2008-02-25Update version file to vc4.0.0Mark O'Brien
2008-02-25These files will be changed by autobuild-git-eureakrbalocca
2008-02-22Update version file to 4.0.0rbalocca
2008-02-20Add version filerbalocca
2008-01-22fix for bug 1938 to prep for glendale repoRobert Bays
2007-12-13process device persistence through udev rules rather than init scriptTom Grennan
2007-11-06don't need to change /etc/hosts in postinstAn-Cheng Huang
2007-11-04Add vrrp to eureka.Stig Thormodsrud
2007-10-24move default config from vyatta-cfgAn-Cheng Huang
2007-10-22add service/ssh configuration.An-Cheng Huang
2007-10-18* import system config files from fairfield/xorp/sysconf.An-Cheng Huang
* add dependencies and postinst actions.