add ability to hide theme selection
Resolves #220. Fixed because of missed changes as in Ticket #170.
$g[pptp_subnet] is gone on 2.0. Ticket #139
remove authorized_keys check, many users won't have SSH access anyway, this check is much too restrictive
clarify input_error
link to correct associated firewall rule
fix text
More special meaning words.
Ooops remove bogus text.
Add missing PF 'max' tracking option , and clarify message for 'max-src-nodes'
Remove some sort of extra space/break in ipsec screen. Ticket #211
clean up text
fixup text
clarify input_errors
fix input validation of gateways. Ticket #173
clarify input validation message
Add patch from lietu (Janne Enberg). Ticket #136
1) Multiple NAT rules can be assigned the same filter rule-> Fixed, added assigned-nat-rule-id to filter rules to keep track of the assignment
2) when removing the link (i.e. switching to "pass" or "none", the linked rule isn't deleted (should it be? probably yes)...
really fix input validation
fix input validation
Remove "$Id$ to unbreak page.
Check if item is set before foraching.
Add IP alias and 'any' support to OpenVPN. Feedback #69
Add listtopic and note that only ip addresses may be imported.
Add the same checks to the aliases import functionality as the ones that are done during creation/editing of aliases. Ticket #146
Openvpn tunnel network should not be a required parameter as it was not reuired in 1.2.3- Resolves #212
Use is_port here.
Add one more check for port aliases now that /etc/services can be used in port names.
Add the no nat for tftp-proxy entry. Ticket #140
Correctly unset rules when switching disabling AON.
Revert "Correctly unset rules when switching disabling AON."
This reverts commit 989e5d62da2f7f6dad2bb55d20d2558cfb3fa34a.
Ticket #140 Fix Outbound edit page to really show errors. Propperly generate rules when switching from/to AON.
add teredo-protocol to port definitions
Squeeze help menu in
Remove ph2 add button. It is shown when needed
Pass ph1ent
Make g a global and pass ph1ent
Replace dollarsigndollarsign with dollarsign
Reboot after uploading config
fix typos
Include needed files. Ticket #209.
Fix missing ).
Rename unknown.pat to any.pat pattern since that is what it really means. This pattern matches any traffic.
Remove extra ) which broke the page
Increase bogons font size Resolves #205
Show default values
Remove leading space
Add listtopic and extra save button.
Set back to post.
Allow GET calling of diag_ping and diag_traceroute so other areas of the GUI can easily link to them. Add links from DNS page for ping and traceroute.
_REQUEST has data, too. Don't just check _POST only.
Use a br instead of a tr.
Use host
Remove req from class
Set table size to 170
Do not show resolution tr unless browser is posting
Replace '' with No response
Query each DNS server and report the resolution time.
Open links in new tab/window
Add listtopic header
Make td cell class vncell. Add whitespace between save button and table
Increase colspan to 90
Latest PPP changes from 'BG'. Reformat this royal mess of formatting while I am here.
Prompt for the correct image extension when updating firmware. (.img.gz for nano and .tgz for others)
Adding code-red theme from cheesyboofs via forum. http://forum.pfsense.org/index.php/topic,14282.0.html
Make all autocompletes in there case insensitive.
Ticket #146 Fix typos ansd copy/pasto errors.
Adding patch from "G B":
First, I update the get_real_interface function so that it returns just the serial port for the ppp device (instead of ppp_<serial_port>) when the ppp link is not up. This makes the function more useful because now you can call the "interface_ppp_configure" function and pass in the the result of "get_real_interface($wan)" for example....
Lower buffer to 1000. This reduces page load from 1.2 to 0.9
Really preload
Die with an error if not 127.0.0.1
Include config.inc, too
Use preload.php
Increase buffer to 500000
Oops, unbreak td
Fixup Source OS box
Minor formatting + hide Source OS behind Advanced box
Style / formatting changes
Show advanced option instead of Show state for every entry
Hide layer7 and in/out behind advanced button
Add priv.defs.inc to authgui.inc
Rework includes a bit
Make item a global
Make xmlrpc sync, schedule, gateway, in/out, ackqueue and layer7 all advanced type buttons simplifying the firewall rule edit form for 99% of the cases
Resolves #146 Add propper validation on alias usage. Allow port type aliases only on port side and other aliases in ip specifications and similar. Introduce a new function is_portoralias to ressemble the is_ipaddroralias to check for the cases.
Include priv.inc
Add carp support for OpenVPN. Ticket #69
Show all widgets. Remove - button as there is no save mechanism at all for this widget.
Formatting cleanups. Increase buffer size
Unbreak auto ugprade. Resolves #181
Add a few more commands for the lazy
Add tab completion
Restore lost code. Noticed-by: Ermal
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.