Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add forgotten "ipv6 remote network", clean up a couple bits, make sure local ↵ | jim-p | 2012-08-09 | 2 | -13/+71 |
| | | | | network box is hidden for shared key servers. | ||||
* | Activate "base" exchange mode also supported by racoon. | jim-p | 2012-08-08 | 1 | -1/+1 |
| | |||||
* | firmware_update_misc log file name out of date | phildd | 2012-08-07 | 1 | -1/+1 |
| | | | The name was changed to /conf/firmware_update_misc_log.txt in etc/rc.firmware quite a while ago. It needs fixing here in diag_nanobsd.php also. | ||||
* | pkg_mgr_install - only mount rw when needed | Phil Davis | 2012-08-03 | 1 | -8/+18 |
| | | | | | | When entering pkg_mgr_install the filesystem was being mounted rw and a backup made of the config, even if the case was "showlog" or "installedinfo". This resulted in: a) an extra "backup" of the config being made after an install - it could be seen in Diagnostics, Backup Restore, Config History b) Unnecessary conf_mount_rw and conf_mount_ro calls. These slow down the process on nanobsd-like systems. This change fixes both these issues. | ||||
* | Activate more Hash, DH, and PFS options that are available in racoon now. ↵ | jim-p | 2012-08-02 | 2 | -10/+2 |
| | | | | Note that SHA256-512 are RFC4868 compliant in FreeBSD, may break with other incompatible stacks. | ||||
* | require filter.inc so filter_configure is defined | Phil Davis | 2012-08-02 | 1 | -0/+1 |
| | | | | | The "renew" button on a DHCP connection ends up calling function interface_dhcpv6_configure() in interfaces.inc, which in turn calls filter_configure() (in filter.inc) but gives the error: Fatal error: Call to undefined function filter_configure() in /etc/inc/interfaces.inc on line 3350 See forum post: http://forum.pfsense.org/index.php/topic,52046.0.html | ||||
* | Protect against a potential infinite loop here. | jim-p | 2012-08-01 | 1 | -1/+2 |
| | |||||
* | Fix dhcpv6_relay writing to the dhcpv4 configuration | Michael Tharp | 2012-07-30 | 1 | -4/+4 |
| | | | | Implements ticket #1663 | ||||
* | Make use of product_name | Warren Baker | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | zone names can only contain A-Z a-z 0-9 _. | Darren Embry | 2012-07-26 | 1 | -3/+3 |
| | |||||
* | validate that zone name doesn't contain spaces. | Darren Embry | 2012-07-26 | 1 | -0/+4 |
| | | | | fixes #2560 | ||||
* | Merge branch 'master' of git://github.com/bsdperimeter/pfsense | Darren Embry | 2012-07-26 | 21 | -285/+498 |
|\ | |||||
| * | Validate advanced gateway monitoring settings | Phil Davis | 2012-07-25 | 1 | -55/+146 |
| | | | | | | | | | | Use the default values from return_apinger_defaults. Validate values - low less than high, probe interval less than "down" time, values are positive numeric. Update descriptions on the UI to show the defaults used. | ||||
| * | Handle when the tab is set to host or network that the IP tab should still ↵ | Warren Baker | 2012-07-24 | 1 | -1/+3 |
| | | | | | | | | be displayed | ||||
| * | Return the user to the tab they were working originally working on | Warren Baker | 2012-07-24 | 2 | -16/+22 |
| | | |||||
| * | Apply same logic and only display 10 Urls | Warren Baker | 2012-07-24 | 1 | -2/+6 |
| | | |||||
| * | Display the URL's listed and not the word 'array' | Warren Baker | 2012-07-24 | 1 | -2/+3 |
| | | |||||
| * | Merge pull request #166 from r-duran/master | Ermal Luçi | 2012-07-22 | 1 | -1/+1 |
| |\ | | | | | | | Fix hardcodded alias type so alias suggestion works as expected while creating nested aliases. | ||||
| | * | Fix hardcodded alias type so alias suggestion works as expected while ↵ | r-duran | 2012-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | creating nested aliases. | ||||
| * | | Tack the IPsec interface onto the $ifdescrs array so the widget will display it. | smos | 2012-07-18 | 1 | -0/+2 |
| | | | | | | | | | | | | Redmine ticket #2546 | ||||
| * | | Merge pull request #175 from marcelloc/master | Seth Mos | 2012-07-15 | 1 | -3/+10 |
| |\ \ | | | | | | | | | pkg_edit - add show_disable_value option to select_source xml option | ||||
| | * | | pkg_edit - add show_disable_value option to select_source xml option | Charlie Root | 2012-07-06 | 1 | -3/+10 |
| | | | | |||||
| * | | | Add a v6 ip example to the host override edit so users know that they can ↵ | jim-p | 2012-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | use them there. | ||||
| * | | | If the range isn't an array, skip it, or it will give a PHP error displaying ↵ | jim-p | 2012-07-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | leases. | ||||
| * | | | Fix typo | jim-p | 2012-07-06 | 1 | -1/+1 |
| |/ / | |||||
| * | | Add an option to System > Advanced, misc tab to enable loading thermal ↵ | jim-p | 2012-07-06 | 1 | -0/+37 |
| | | | | | | | | | | | | modules (amdtemp, coretemp) | ||||
| * | | Anchor the semicolon here, or it can break parsing of the duid in certain ↵ | jim-p | 2012-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | cases. Fixes #2511 | ||||
| * | | Add array check before array item check to miniupnpd service_status widget | Marcello Coutinho | 2012-07-06 | 1 | -1/+1 |
| | | | | | | | | | | | | related topic: http://forum.pfsense.org/index.php/topic,51205.msg273571.html#msg273571 | ||||
| * | | Add additional check | bcyrill | 2012-07-06 | 2 | -2/+2 |
| | | | |||||
| * | | Update master | bcyrill | 2012-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | Fix Captive Portal SSL | bcyrill | 2012-07-06 | 1 | -1/+4 |
| | | | |||||
| * | | Fix Captive Portal status | bcyrill | 2012-07-06 | 2 | -4/+4 |
| |/ | |||||
| * | Implement certificate chain in Captive Portal | bcyrill | 2012-07-03 | 1 | -55/+21 |
| | | |||||
| * | Use Certificate Manager in Captive Portal settings | bcyrill | 2012-07-02 | 2 | -46/+78 |
| | | |||||
| * | Change ereg() to preg_match() function | ccesario | 2012-07-01 | 1 | -2/+2 |
| | | |||||
| * | Fix typo | ccesario | 2012-07-01 | 1 | -1/+1 |
| | | |||||
| * | Change ereg_replace() to preg_replace() function | ccesario | 2012-07-01 | 1 | -4/+4 |
| | | |||||
| * | Change ereg() to preg_match() function | ccesario | 2012-07-01 | 1 | -1/+1 |
| | | |||||
| * | If a package has donotsave, still process its input validation. Properly ↵ | jim-p | 2012-06-28 | 1 | -79/+82 |
| | | | | | | | | handle preoutput in the case of input errors also. | ||||
| * | Allow for selecting the gateway group as a interface for the OpenVPN clients | smos | 2012-06-28 | 1 | -1/+11 |
| | | |||||
| * | OpenVPN Client config page - minor test fix | Phil Davis | 2012-06-28 | 1 | -3/+2 |
| | | |||||
| * | OpenVPN Server config page - a couple of minor text tidy ups | Phil Davis | 2012-06-28 | 1 | -4/+4 |
| | | |||||
| * | LAN is not special here anymore. Do not remove the interface again (it was ↵ | jim-p | 2012-06-27 | 1 | -9/+3 |
| | | | | | | | | alraedy removed before this block), do not remove NAT and such (OPTs may still need it!) and no need to remove shaper. Improve DHCP check and generalize it to work on any interface, not just LAN. | ||||
| * | Only display "No OpenVPN instance defined" if there really are none. | Phil Davis | 2012-06-27 | 1 | -1/+1 |
| | | |||||
| * | Only display "No OpenVPN instance defined" if there really are none. | Phil Davis | 2012-06-27 | 1 | -1/+1 |
| | | |||||
| * | firewall_alises.php - include all tab to preserve the old behavior | marcelloc | 2012-06-25 | 1 | -0/+4 |
| | | |||||
| * | firewall_aliases.php include tabs(ip,port,url) , list aliases sorted, use ↵ | marcelloc | 2012-06-25 | 1 | -58/+98 |
| | | | | | | | | dom_title funcion to show titles. | ||||
| * | Check in code that allows for using a gateway group as the interface on the ↵ | smos | 2012-06-25 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | OpenVPN server page. Only allow IPv4 gateway groups for now. We'll need to add IPv6 suppport here later when we import OpenVPN 2.3. Unbreak the gateway group function on broken configurations like a missing 3G stick. Unbreak the interface IP/IPv6 code in openvpn.inc, we can listen on IPv4 or IPv6, not both. That path is now seperate which should cause less grief down the line. Adds to Redmine ticket #1965 which was for the IPsec failover. | ||||
| * | Fix hiding services in the widget that contain a space in the service name. | jim-p | 2012-06-24 | 1 | -1/+1 |
| | | |||||
| * | IGMPproxy, service_status widget | bcyrill | 2012-06-23 | 1 | -1/+1 |
| | |