Move { and } to same line.
Combine PPTP Server subnet and clients. Code imported from m0n0wall. Ticket #139
Add ===>
Do not output done twice Ticket #63
Call file_exists for each file. Ticket #63
Setup a_cert and a_ca for write_config() Ticket #63
use same variable
Shorten output string. Setup crt
Assign unique ref and commit certificate. Ticket #63
Adding default SSL certs to import. Ticket 63
Make the default HTTPS. Ticket #63
Use lighty compression instead of php gzip Resolves #198
Unbreak console lockout on bootup and in gitsync (pfSsh.php) Resolves #195
Put back a wrongly removed line.
Reload dnsmasq after domain changes. Ticket #201
Fix get_configured_carp_interface_list: use the right interface name using vhid
Try to enable even filtering of vlans in hardware. New with FreeBSD 8.
Turn off compression for time being. Ticket #198
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.
Remove uneccessary variable.
Resolves #68 When checking for the secondary wan ip address curl is forced to go through the it for all traffic. This might mean that DNS fails. Resolve the checkip.dyndns.org ip outside of curl so it can be guaranteed that the traffic of curl will be just http and nothing else. This allows pfSense installation without internet access to work still since if gethostbyname fails now it just extracts the ip from the local interface. To be checked out is what behaviour this should give for CARPgit diff! (Write now surely it does the wrong thing!)
Cleanup code to make it easier to read and faster.
Move files to pfSense.obsoletedfiles
Do not allow duplicate netcat reflection entries. Resolves #193
Use any for block until a diff solution can be created
Lock out SSH going to LANIPS. Use correct SSH port if custom port is defined.
Process old entries, too
Update ttys serial lines. Resolves #165
To prevent collisions with the sio(4) driver, the uart(4) driver uses different names for its device nodes. This means the onboard serial port will now most likely be called "ttyu0" instead of "ttyd0". You may need to reconfigure applications to...
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
Do not show motd
Nuke motd
Revert commit and change back to dnsIf Ticket #68
Fix reboot function on 2.0.
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.
No need for priv.inc
include priv.inc
Add select all button
Disabled is not a required field
Update default privs
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
Correctly deterimine the IP address for optional interfaces. Ticket #68
Search for <m0n0wall> not m0n0wall
Add openvpn client custom option. Ticket #103
Slow down updates for rate util
Remove ipsec_in_use sysctl
Unbreak configuration sync. Resolves #182
Set a+rx
Require filter.inc and shaper.inc
Dedicate 6 characters
Do not dedicate 16 characters to interface name
Fix formatting.
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
sysctl kern.polling.enable=0 has been phased out. Simply run ifconfig interface polling or ifconfig interface -polling. Ticket #124
Remove GMT time zone items which are actually reversed and confusing. Resolves #176 - http://www.freebsd.org/cgi/query-pr.cgi?pr=24385
Build a new array of items that have .pat in them. Resolves #171
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.
Missed name change.
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 remount ro twice
Download and verify the bogons md5 with the bogons files Ticket #141
Do not allow interface names as alias names Ticket #141
Do not allow reserved keywords as alias names Ticket #141
Only show files with .pat in them Resolves #171
use _SERVER[\'HTTP_HOST\']
Use _SERVER['HTTP_HOST'] instead of lanip Resolves #157
Add is_URL()
Use ['name'] when looking up items
Escape ' Ticket #143
Show ajax properly
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
Return after setting account expired
Honor account expiration
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.
Nuke alert. Resolves #125
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
Add newline after set radius server Resolves #184
Include neccessary files.