Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-22 | Bugfix 4951: Don't fail if IPv6 kernel module is not loaded. | Bob Gilligan | |
Handle cases where IPv6 kernel module is not loaded more gracefully. | |||
2009-08-12 | Don't change name of non-ethernet devices | Stephen Hemminger | |
Don't rename wireless devices to be ethX. | |||
2009-07-30 | Fix 4748: Pre-login message files (/etc/issue,/etc/issue.net) are | Stig Thormodsrud | |
replaced with Debian branding during full-upgrade to Jenner (cherry picked from commit cbdcd18b2e5328d24a9dfe04dfa015f8375b50ac) | |||
2009-07-17 | Make telnet management smarter | Stephen Hemminger | |
Bug 4591 Consolidate check for telnet login Don't remove /etc/securetty edit it (cherry picked from commit c6c477f2ffb0f2fd4cf12882f22c2c44ab57cc46) | |||
2009-06-17 | Merged from Jenner. | Bob Gilligan | |
2009-05-24 | Simplify ntp.conf | Stephen Hemminger | |
Only put comments in about features that are used. | |||
2009-05-22 | add iburst | Stephen Hemminger | |
2009-05-22 | Put server at end of file | Stephen Hemminger | |
So when CLI updates ntp.conf, the file stays same format | |||
2009-05-22 | Add NTP configuration file | Stephen 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-09 | Resolve problems with syslog.conf | Stephen Hemminger | |
Default fallback code was broken Change to blocked out region for Vyatta config. | |||
2009-04-08 | Rewrite existing syslog configuration update | Stephen 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-01 | Don't double log quagga messages | Stephen Hemminger | |
Bug 4205 Duplicate messages in syslog for quagga notice and above messages. | |||
2009-02-27 | Fix Bug 2463 Allow the neighbor table threshold values to be | Mohit 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-24 | set default values for ipv6 accept_redirects and accept_source_route | Mohit Mehta | |
2009-02-19 | Fix Bug 3951 default values for kernel tunable security parameters under ↵ | Mohit Mehta | |
firewall | |||
2008-12-17 | removed unprintable form-feed characters. This was causing xml validation to ↵ | slioch | |
fail within the webgui. | |||
2008-11-17 | Fix sysctl key values | Stephen Hemminger | |
Correct value is 'kernel.panic' not 'sys.kernel.panic' | |||
2008-11-14 | Speed up boot | Stephen Hemminger | |
Faster way to make empty files. Load snmp stats in background Move all sysctl settings to one place | |||
2008-10-13 | add ssh key blacklists | An-Cheng Huang | |
2008-10-10 | Go back to simpler syslog config | Stephen 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-23 | No longer need to turn off SACK | Stephen Hemminger | |
The TCP MD5 code is fixed to handle SACK correctly. | |||
2008-07-30 | Enable IPv6 forwarding. | Stig Thormodsrud | |
2008-06-30 | Change syslogging of authorization related commands | Stephen 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-05 | Turn off TCP SACK | Stephen 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-13 | Move sysctl configuration to /etc/vyatta-sysctl.conf | Stephen 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-22 | config.boot.default is not moved to the top level repo (build-iso.git) | rbalocca | |
2008-04-08 | Remove vestigal version file from vyatta-cfg-system | rbalocca | |
2008-03-26 | Move the copyright dates over (bug 3028) | rbalocca | |
2008-03-24 | Line up the colons with the one from the copyright notice (in show version) | rbalocca | |
2008-03-18 | Update version file to VC4.0.1 | Mark O'Brien | |
2008-03-15 | Update copyright for "show version" | rbalocca | |
2008-03-10 | Changes for license/copyright | Stephen Hemminger | |
Put copy of GPLv2 into sysconf/LICENSE and show copyright in version information. Bugfix: 2899 | |||
2008-03-04 | Fix for bug #2934 | rbalocca | |
http://bugzilla.vyatta.com/show_bug.cgi?id=2934 | |||
2008-02-25 | Update version file to vc4.0.0 | Mark O'Brien | |
2008-02-25 | These files will be changed by autobuild-git-eureak | rbalocca | |
2008-02-22 | Update version file to 4.0.0 | rbalocca | |
2008-02-20 | Add version file | rbalocca | |
2008-01-22 | fix for bug 1938 to prep for glendale repo | Robert Bays | |
2007-12-13 | process device persistence through udev rules rather than init script | Tom Grennan | |
2007-11-06 | don't need to change /etc/hosts in postinst | An-Cheng Huang | |
2007-11-04 | Add vrrp to eureka. | Stig Thormodsrud | |
2007-10-24 | move default config from vyatta-cfg | An-Cheng Huang | |
2007-10-22 | add 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. |