MFCShow schedule indicator.
0 -> 00 for start time for consistency
Use the correct array path to deterimine if a false entry exists.
Only check for server or client respectively instead of checking for both. Otherwise if a operator is only running server or client openvpn entries we do not show the configuration.
Add xml sync schedules option
Add some text breaks.
Remove <br/> from schedule strong note.
Wrap text in
Add a note about firewall rule schedule logic that will pop up in a new window describing how pass rules work when they are outside of the schedule window, etc.
If we cannot deterimine interrupts a second for an interface, do not recycle last known values.
Do not show blank openvpn configuration items.
Remove IP Compression box. A lot of further refactoring is going to be required to make this work and we do not have enough time to do so before 1.2 beta.
Ticket 1280: updated
Both -HEAD and -RELENG_1 have had a hidden feature to allow IPSEC compression. Add a checkbox to the screen to allow this hidden value to be toggled.
Add UDP bit torrent traffic rule to wizard
Fix bad paths resulting from move of routed packageReported-by: Samer Chaer <samerchaer at gmail.com>
highlight schedule column on single clicks
Add back 59 minute option
Remove class elements from TD so that elements do not look strange.
Suggested-by: Scott Dale
Do not output blank gateways
more logic checks.
more logic checks
MFC 17270Fix hostname check when hostname field is blank
Back out last commit, it removes the hostname check and is not the correct fix.
Ryan will be investigating the issue further since he added this feature.
Sync w/ m0n0wall
Signal filter reload after change
is_validaliasname() will not allow _, remove that from the allowed description.
If we want to allow _ then a new function will have to be created in place of is_validaliasname()
Monday is first now
removed unnecessary logic check
time is now drop down, various other logic checks
Fixed column alignment for new schedule column
Shift icons to the right now that the schedule column is appearing
updated text descriptions and added check to ensure at least 1 time range is configured
Include schedule column
Add firewall rules schedule page
update error checks for minutes ending in 59
Corrected xml schema
Add useful commands for checking system status
Further trim openntpd.xml now that it is in base
New XML Schema and multiple bug fixes.
Only foreach() through the object if it is an array.
This should fix the Warning: Invalid argument supplied for foreach() in /usr/local/www/firewall_rules_edit.php on line 729
Comment out the per user bw option until the kernel panics are tamed
Comment out the m0n0wall option until the kernel panics are tamed
Kill -HEADisms
Print out variable correctly
MFC m0n0wall traffic shaper option
Add back per user bandwidth now that dummynet works correctly
Hide schedule area. We are not ready for bug reports yet, Martin!!!
header correct now, oops
Firewall Schedule GUI! ... and there was much rejoicing.
Removed redundant code, added feature to copy over data when input errors are detected (prevents retyping).
Only show interrupts a second if we can obtain the information for that interface
deal with uhci edge case
If vmstat is present then display interrupt total and rate. Recent snapshots already contain vmstat.
Ignore down or unconfigured interfaces
Silence eclipse errors
Initialize variable to clear eclipse error
Fix eclipse errors
Add an option to disable firewall scrubbing altogether.
Unbreak exec.php
Page title was defined twice, removed incorrect definition.
Ticket #1272 - fix path to routed.incMFC: [17086]
Acknowledge Alerts correctly from the package manager
Do not show Apply button twice on Captive Portal changes
enable rip daemon
enable rip daemon in base
Fix cache bug in IE.
Found in http://forum.m0n0.ch/index.php/topic,11.0.html
Show CARP IP in brackets () instead of a - which could be confusing
RIP confusing Failover IPSEC tab. We now allow CARP interfaces per VPN
Unbreak IPSEC editing
Allow CARP addresses to be the IPSEC endpoint.
This cleans up the code GREATLY and removes the FAILOVER IPSEC hack.
Back out multi wan changes. I need to rethink this a bit.
Expand columns to 60
Use a comma to seperate multiple hosts instead of a carriage return which is being stripped by the package manager
Woops, fix a cut-and-pasto
Add note that multiple IP addresses should be seperated with a carriage return
Allow multiple racoon listen ips so that racoon can live on two different wan carp ips (multiple isps)
We no longer need memory limit, our port does not use it.
Correctly add the OpenVPN option
Reload vlan interfaces correctly after adding a new interface
Fix offset footer.
Small cosmetic fix for people using ultra-widescreen-resolutions (>1600 pixel width): fade too backgroundcolor to the right and left. By Hoba
Make sure openntpd is installed since it is now in base
Now that php is back to normal, back out the extension lines so that they are not loaded twice
Bump php working max memory to 32 megabytes
Set default graph to processor
Remove reference to if=wan on the rrd link in the menu.Defaults are set in the page.
Commit system throughput graph
Allow for basic network boot configurationIn Use By: Seth
Include curl
Load pcre.so module
Add xml.so
Hard code our php extensions directory to /usr/local/lib/php/extensions/no-debug-non-zts-20020429/
Cleanup code, fix dropdown selection.