Disallow virtual IP addresses withing the range Ticket #50
Restore the external port range to. Resolves #192
Correctly set vtable class
Show correct availavble usable range and disallow using network or broadcast address. Ticket #145
Do not allow broadcast or the network address in the range
Move { and } to same line.
Combine PPTP Server subnet and clients. Code imported from m0n0wall. Ticket #139
Put back a wrongly removed line.
Reload dnsmasq after domain changes. Ticket #201
Ticket #146. Fix the autocompletion of ports aliases only for the ports and host/network aliases for the src/dst. Checking if a valid alias is entered end if it is a correct one for this box seems like to much overhead and work for this. (For firewall_nat_edit.php)
Ticket #146. Fix the autocompletion of ports aliases only for the ports and host/network aliases for the src/dst. Checking if a valid alias is entered end if it is a correct one for this box seems like to much overhead and work for this.
Resolves #138 Add propper input validation to aliases. Do not allow to nested different types of aliases. Do not allow on ports to enter something that is not in the range 0-65535.
Define full path to binaries
Remove Header
Post against reboot.php and reboot instead of reinventing the wheel. Ticket #191
Do not show reboot notices twice. Resolves #191
Fix ' in alias description. Confirmed working fix for ticket #143
Notate what code does and remove XXX
clarify what is valid for input errors on hostname
Make the graph IDs z-index: 1, which seems to fix it overwriting the menu. Tested on FF and Opera. While here, remove redundant graph ID declaration. Fixes #35 on 2.0.
include priv.inc
Add select all button
Disabled is not a required field
Include priv.defs.inc
Add listtopic. Remove tab
Automatically select the last known vhid + 1 when creating new entries
Verify carp VHIDS no matter what and compare to current id if needed Resolves #189
Search for <m0n0wall> not m0n0wall
Add openvpn client custom option. Ticket #103
Slow down updates for rate util
Unbreak configuration sync. Resolves #182
Do not dedicate 16 characters to interface name
Add radius mac formatting GUI bits. The backend bits where already present. Resolves #178
Seperate diffserv box into a <select> dropdown. Hide item behind advanced button. Move down one section near other advanced items. Resolves #60
Diffserv code point is not a reqired field
Remove GMT time zone items which are actually reversed and confusing. Resolves #176 - http://www.freebsd.org/cgi/query-pr.cgi?pr=24385
Use propper name for interface groups.
Rework qinq a bit. Make it use a vlan(4) as the firt Q and a ng_vlan(4) for the second Q in QinQ.
Please pretty please use the interfaces function rather than than growing yet again the horrendous custom made things. Thank you. Ticket #141
fix typo
Correct typo Resolves #141
Use long php notation opener
Do not allow interface names as alias names Ticket #141
Do not allow reserved keywords as alias names Ticket #141
use _SERVER[\'HTTP_HOST\']
Use _SERVER['HTTP_HOST'] instead of lanip Resolves #157
Escape ' Ticket #143
Add disabled checkbox. Add code to check for disabled accounts.
Add input validation to check if the gateway IP is in the local subnet for that interface.Needs testing, no idea if this works for ppp or pppoe interfaces.
in_array() is needle, haystack. Not the othe way round which throws a wrong datatype warning.
Issue 166
Allow expiration date to lie in the past which has the side effect of disabling the account Ticket #65
Fixup the wireless graph, not sure if many people ever saw it, considering it was included in 1.2 and up but did not look very pretty.Greatly enhanced the readability by setting up the default colors better and increasing the line thickness to 2.
Expand services -> captiveportal infterface box to match the number of interfaces present Resolves #160
Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainline
Fix hostname checking when entering a dhcp static mapping and replace "." with "_" when writing "host-name" option in dhcpd.conf. Resolves #159
Call enable_rrd_graphing() on save Resolves #154 + previous commit
Call enable_rrd_graphing(); when clicking save Ticket #154
Set location of header request
When working with one interface only, do not attempt to setup lan during setup wizard. Ticket #158
Correctly output only selected backup area when do not backup packages is selected. Resolves #168
clarify text
fix up text
add captiveportal.inc
Add ipsec.inc and vpn.inc
Show the RSSI, BSSID and the wireless connection rate
Rework includes. Ticket #170
Resolves #174. Fix the typo to reresolve the issue.
Resolves #170. Yet again include fallout changes.
Make sure to display a correct bssid field instead of a truncated one. Going to great lengths here to prevent splitting on a fixed number of characters.
Resolves #175. Return description even for disabled interfaces. Teach the return_gateways_array() to return status for disabled interfaces if the caller requests it.
Resolves #169. Show interface friendly names during the wizards. Some more cosemtics is needed in this wizard but this is a first step.
Resolves #170. This is really a fallout from include changes. Pointy-hat: sullrich@
Resolves #174. If the interface reassignment changes reload the config for the interface.
Resolves #179. Propperly check if this is an array or not. This is required since php 5.+.
Help page (re)mapping.
Include commonly used .inc files such as filter.inc, shaper.inc, etc
Fix wireless stations list
s/interfaces_carp_configure/interfaces_carp_setup/
Fix problems with traffic shaper wizards not propperly handling the parameter at first step.
Include necessary shaper.inc for read_altq_config.
Include rrd.inc for enable_rrd_graphing.
Include neccessary filter.inc.
Update fieldname, it should be hostname and not host Ticket #159
Add blank row to match firewall rules layout
Move linked rule below pass icon. Cleanup tables
Include filter.inc and shaper.inc
Require filter.inc and shaper.inc
Escape $myurl so that it can be replaced
Include captiveportal for captiveportal_radius_stop_all()
Default to only system information and interfaces widgets. This reduces load time on RSPRO from 9+ seconds to 2.5
Rework includes/require. This saves about 4 megabytes.Simplify get_memory(). Tested on mips/i386
Fix the status wireless page for 2.0 using the correct _wlan0 interfacename.Also bring over a fix for ssid values with spaces, there is a differentfix in 1.2. This one splits on Mac address if they ever decide to listlonger mac addresses instead of truncating to 16 characters. The IEEE...
More help page adjustments
More help pages
More help page mappings
Remove another obsolete file, add some other files that no longer exist in the repo to the obsoleted files list.
Remove obsolete file, its functionality is now in status_wireless.php