Adding nanobsd option
Add packages on 2.0
Revert "Rename cvssync to gitsync"
This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.
Rename cvssync to gitsync
Add a handy DNS resolution page.
Make it more readble by removing unecessary php open/close tags.
Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptPurged unused JS
Set pgtitle_output after outputting page title
Make L2TP visible on the menus.
Add the GUI part for IGMPproxy that has been on the snapshots for a while.
Add pfTOP
Bring back DHCP server menu.
Add services_dhcp_server_enable which allows the DHCP server to be turnedoff easily.
Adding Diagnostics -> System Activity which shows top in an ajaxy way.
Fix typo.
Remove ocurrences of m0n0 for shaper type in the code.
Rename to interfaces.php
Repocopy following up to this commit.
Merge lan configuration to the interfaces_wan.php page wich does the configuration of allother assigned interfaces.
Break out the advanced system options page into tabs group by categories.Fold the sysctl tunables page into a tab under the advanced options page.This reduces the top level menu options by one. There should be nofunctional changes.
Replace the old openvpn status page with a new implementation. We now adda tcp management port option to each OpenVPN server. Instead of rootingthrough the OpenVPN logs once a minute for status updates, we now submit arequest to the management port to obtain informaiton. We probably need to...
Rework most of the OpenVPN support. The interfaces have been updated tonot use the pkg system and the configuration has been migrated to anopenvpn prefix. The centralized user and certificate manager is now usedto support the openvpn configurations. Most of the files removed in this...
Rewrite portions of the user manager to ensure data is properly synced tothe system password and group databases. This is to provide better supportfor centralized user management when local account administration ispreferred.
I also took this opportunity to do some housekeeping. A lot of funtions...
NOTE: this is the other half of changes
Fixup problems that aries by using the same variables withing for loops.PHP does not define any scope for this vars and this breaks things.
For this instance fix tabs on dhcp and firerwall rules.
Continue interface improvements.Show disabled interfaces on the Interfaces menu.
Continue interface improvements.
Add menu item and tabs for page to come
Remove syntax error =?>
Adding OpenVPN status page originall written by Peter Allgeyerand Manuel Kasper.
Ensure $allowed is set correctly.
Remove additional menu items that aren't applicable on single interface deployments
No need for any of the NAT screens in a single interface environment, so don't show them.
Don't show LAN in Interfaces menu if it doesn't actually exist.
Bye bye, LAN interface requirement.
touch up text
Ticket #1569
Remove blank entry
Only show menu subitems that the user has access to.
Move PPPoE Server to Services, VPN menu is misleading
Move common functions to guiconfig.inc since head.inc requires them.
Do not declare gentitle twice.
Sync code against m0n0wall:
A global commit will be coming up to remove the operation from each page shortly.
Add genhtmltitle() from m0n0wall.
Add prelimenary Routing page.Allow multiple gateways on one (static) interface
Alphasort the status menu
Change link 'System' to 'Dashboard'
Add system tunables area which allows the user to fine control sysctl's.
-bump miniupnpd version 20070521-dropped status tab from upnp services page-dropped tabs from upnp status page
Make naming consistent
Change Miniupnp to UPNP
Add upnp status link in the menu
Bug fix: Menu now shows on top of traffic graph instead of underneathMFC: asap
Backport usermanager code from HEAD so I can get it in the snaps andstart testing it properlyThere's still some CSS/HTML fixes needed but the code seems to work
Add firewall rules schedule page
Print out variable correctly
MFC m0n0wall traffic shaper option
Hide schedule area. We are not ready for bug reports yet, Martin!!!
Firewall Schedule GUI! ... and there was much rejoicing.
Acknowledge Alerts correctly from the package manager
enable rip daemon
Remove reference to if=wan on the rrd link in the menu.Defaults are set in the page.
Add missing class
Add OpenNTPD to base.
MFC TCPDump packet capture scripts from Scott Dale
MFC miniupnpd changes from Ryan Wagoner
Backout last commit. We are already using zlib compression.
Use GZIP http compression handler. This will speed up the GUI when using over slow WAN links. Or just WAN links in general.
MFC fixes for Ticket 1187 by proxy for Scott Dale
MFCMiniupnpd menu item
MFC Load Balancing status screen
Add PPPoE back
Switch OpenVPN link to FernandoTCL's version
MFC RRD Graph menu
MFC Diagnostics -> Routes
Do not foreach item unless its an array
Ticket #865
Remove PPPoE support. It needs some more work to really be usable such as optional interface integration similar to openvpn.
Default to WAN
Back out. Doesn't work w/ IE.
Add logout button.
Correctly restore saved record
Add OLSR
Do not hide openvpn menu. Much work has been done to bring OpenVPN up to speed.
OpenVPN cleanups by mposch@gmail.com
MFC 7734Default to manual update page instead of the autoupdater.
Fix bugs found by eclipse
Restore linking logo to index.php
Backout commit that was trying to make the logo go back to index.php
MFC 8629Making the pfSense logo go back to the index.php page.
Add setup wizard to System drop down
Fixes Ticket #496, Adds existing url arguments into the notice acknowledgement url as well.
Hook in traceroute and arp tables diagnostic pages
XHTML/CSS Clean Up
Add OpenVPN 1.2 back if the developer tag is set
Do not hard code wireless types that support hostap. Instead use $g['wireless_regex']
Move load balancer code to services