Fix identation on att.
Ticket #136. Fixed showing the link and calculating correct id to the rule edit page.
Ticket #136.
Fix associated nat rules.Now both the filter rules and the nat ones contain a associated-rule-id tag which helps link the items together.The API to use for this is in itemid.inc.
All the issues should be solved now.
Use backslash(\) for escaping and not slash(/).
fix this page
fix packet capture
Do propper check to avoid errors. Reported-by: http://forum.pfsense.org/index.php/topic,22296.0.html
Increase execution time
fix product_name
Run /etc/inc/privhooks if they exist
Fix services status widget to use the same code as the services status page. Might need to move this into a common file in the near future to avoid code duplication.
Ticket #305. Grey out the gateway when it is a dynamic one.
Ticket #306. Allow adding a gateway the same as is done in interfaces page.
Do not allow deleting lagg interfaces when they have vlans on top.
Revert "Ticket #303. The friendly interface is saved on the config and not the real one."
This reverts commit 889cb3241aa6bd192c42147316faf503c559fce2.
Revert "Ticket #303. Use the config item when editing gateways so all fields are correctly processed."
This reverts commit 9c10b00f3eb22f45e2fb704ca9f1786942d69ad8.
Ticket #303. Use the config item when editing gateways so all fields are correctly processed.
Ticket #303. The friendly interface is saved on the config and not the real one.
Ticket #274. Propperly handle custom options.
Ticket #288. Fix some sanitation checking to allow propper editing of entries.
Save TOS config in openvpn client
include captiveportal.inc
fix typos
Ticket #297. Verify WPA PSK key length.
Reload all when changing interface configuration.
fix text
fix packet capture. php5 apparently doesn't like " with shell_exec
make sure that the settings page also shows only the valid tabs.
Ticket #207. Show the dhcp server tab for the interface that have a previous dhcpd configuration.
Simplify some code.
Ticket #294. Add necessary include.
Feedback #225. If the type of vip changes remove the old type before adding the new one.
Clear the subsystem after reload.
Ticket #288. Use the subsystem_dirty functions.
Its 2010
Clean up file formatting. Fix typo. Add (C)
Return 'Authentication failed' instead of a non standard type which results in kindOf() errors.
fix Firewall Logs widget settings save.
Ticket #285
fix alert scroller in Chrome
Ticket #237
Make the "Currently viewing" drop down work in all browsers, not just Firefox.
Ticket #109
field is not required
fix up text
fix conflict between domTT and prototype that was breaking javascript in a number of areas. Problem described here.http://groups.google.com/group/dom-tooltip/browse_thread/thread/3f0ecf76e0755ffc?pli=1Ticket #276 among others
don't generate automatic outbound rules again if there are already rules defined
more fixes to auto generated outbound NAT rules to match what is actually created by default in auto NAT mode
remove broken input validation check. There's no harm in duplicate outbound NAT rules and the logic here is way off, no need for this check at all.
fix up auto-generated outbound NAT rules.
Don't wipe out user's configured NAT rules when switching back to automatic.
fix deletion of additional DHCP options. Resolves #273
Add more smarts to the RRD page, do not show tabs for database that do not exist, pick the 1st database forwireless, cellular.
Fix file editing on NanoBSD
Add cellular tab to RRD settings page, as it was missing. Noticed-by: xbipin on forum.
Add ignorefirmwarelock variable that can be used by some ajax callers
fix racoon restart
Do not output prototype.js twice
Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.net
fix RRD graphs for queues
When exec_php is called detect i the variable toreturn is present and if so forumulate it into a xmlresponse in order to return structured data.
Use _REQUEST
Ticket #261 Do not consider ports as hostnames. This changes the is_port function to consider ':'(ranges) as ports. This seems a previous feature i do not agree with much, but users decide right?!
Ticket #258 fix regression.
These patches give you a display of the uptime of the active PPP linkon the "Status-> Interfaces" page, and also logging on /conf (tosurvive reboot) of uptimes of each session after it is closed. Inaddition, the status_interfaces.php page displays the cumulative...
Do not skip lan on the multi lan wizard.
Use propper field names.
correct function name
fix images
fix roll images
display + image, clean up white space
fix typo
use theme image, not hard coded one
fix typo and text alignment
Add graphing for 3G cellular modems.
Do not mark non-required fields as required.
Simplify a lot the code of rate extracting.
Nuke pkg_build_filter_rules();. It would have never covered reinstallation cases.
Fix webgui protocol detection here, too.
Fix wizard webgui URL usage so it chooses https/http properly for refresh link and logo link
Fix the quotes on this line.
Add another ID so password confirmation fields also get this style applied (Fixes PPTP user edit screen, possibly others)
Remove pptp_subnet from page as it isn't used or set, and breaks saving. Also remove redundant localip setting box (it was already on the page a few rows up) and remove the connection count output as that is set by a drop-down a few rows up as well.
Do not automatically save the monitor if it is not explicitly filled in. Leave the monitor field empty when it isnot filled in. Show a configured monitor address on the system_gateways.php page.
Style fixes for the interfaces page, use switch instead of a large if,elseif procedure.Fix the monitor IP route adding and removing to skip non IP addresses and dynamic entriesAdd a Gateway item on the gateway_item stack so that it properly shows up in th configuration. Static configurations will need to...
Adding latest dom_TT. Fixes #202 Thanks to RobisCool
Updating to 1.8.3
Add advacnced custom options box Ticket #234
Remove debugging alert
Unbreak adding gateway #238
Add FreeBSD handbook to Help menu
Ticket #219. Fix this for vlans and vips. Though it is a very rare case. The other clones are handled half way but should work ok.
Commit fix present in Ticket #244.
Bind to correct fields for the PPPoE/PPTP credentials.
Unbreak remote-ip box. Mpd is now starting for ppptp server
Add forgotten curly.
show proper commas
Fix status page to correctly itterate the gateways array
Partial rewrite of gateway code, now partially facilitates dynamic interfaces- Upgrade code takes different naming into account- Add gateway entries for dynamic interfaces- Rewrite status array to also support dynamic interfaces.- Always use unique localhost monitor IP addresses for down dynamic interfaces...