summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
...
* pkg_mgr_install - only mount rw when neededPhil Davis2012-08-031-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-p2012-08-022-10/+2
| | | | Note that SHA256-512 are RFC4868 compliant in FreeBSD, may break with other incompatible stacks.
* require filter.inc so filter_configure is definedPhil Davis2012-08-021-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-p2012-08-011-1/+2
|
* Fix dhcpv6_relay writing to the dhcpv4 configurationMichael Tharp2012-07-301-4/+4
| | | | Implements ticket #1663
* Make use of product_nameWarren Baker2012-07-271-1/+1
|
* zone names can only contain A-Z a-z 0-9 _.Darren Embry2012-07-261-3/+3
|
* validate that zone name doesn't contain spaces.Darren Embry2012-07-261-0/+4
| | | | fixes #2560
* Merge branch 'master' of git://github.com/bsdperimeter/pfsenseDarren Embry2012-07-2621-285/+498
|\
| * Validate advanced gateway monitoring settingsPhil Davis2012-07-251-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 Baker2012-07-241-1/+3
| | | | | | | | be displayed
| * Return the user to the tab they were working originally working onWarren Baker2012-07-242-16/+22
| |
| * Apply same logic and only display 10 UrlsWarren Baker2012-07-241-2/+6
| |
| * Display the URL's listed and not the word 'array'Warren Baker2012-07-241-2/+3
| |
| * Merge pull request #166 from r-duran/masterErmal Luçi2012-07-221-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-duran2012-07-051-1/+1
| | | | | | | | | | | | creating nested aliases.
| * | Tack the IPsec interface onto the $ifdescrs array so the widget will display it.smos2012-07-181-0/+2
| | | | | | | | | | | | Redmine ticket #2546
| * | Merge pull request #175 from marcelloc/masterSeth Mos2012-07-151-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 optionCharlie Root2012-07-061-3/+10
| | | |
| * | | Add a v6 ip example to the host override edit so users know that they can ↵jim-p2012-07-091-1/+1
| | | | | | | | | | | | | | | | use them there.
| * | | If the range isn't an array, skip it, or it will give a PHP error displaying ↵jim-p2012-07-071-1/+3
| | | | | | | | | | | | | | | | leases.
| * | | Fix typojim-p2012-07-061-1/+1
| |/ /
| * | Add an option to System > Advanced, misc tab to enable loading thermal ↵jim-p2012-07-061-0/+37
| | | | | | | | | | | | modules (amdtemp, coretemp)
| * | Anchor the semicolon here, or it can break parsing of the duid in certain ↵jim-p2012-07-061-1/+1
| | | | | | | | | | | | cases. Fixes #2511
| * | Add array check before array item check to miniupnpd service_status widget Marcello Coutinho2012-07-061-1/+1
| | | | | | | | | | | | related topic: http://forum.pfsense.org/index.php/topic,51205.msg273571.html#msg273571
| * | Add additional checkbcyrill2012-07-062-2/+2
| | |
| * | Update masterbcyrill2012-07-061-1/+1
| | |
| * | Fix Captive Portal SSLbcyrill2012-07-061-1/+4
| | |
| * | Fix Captive Portal statusbcyrill2012-07-062-4/+4
| |/
| * Implement certificate chain in Captive Portalbcyrill2012-07-031-55/+21
| |
| * Use Certificate Manager in Captive Portal settingsbcyrill2012-07-022-46/+78
| |
| * Change ereg() to preg_match() functionccesario2012-07-011-2/+2
| |
| * Fix typoccesario2012-07-011-1/+1
| |
| * Change ereg_replace() to preg_replace() functionccesario2012-07-011-4/+4
| |
| * Change ereg() to preg_match() functionccesario2012-07-011-1/+1
| |
| * If a package has donotsave, still process its input validation. Properly ↵jim-p2012-06-281-79/+82
| | | | | | | | handle preoutput in the case of input errors also.
| * Allow for selecting the gateway group as a interface for the OpenVPN clientssmos2012-06-281-1/+11
| |
| * OpenVPN Client config page - minor test fixPhil Davis2012-06-281-3/+2
| |
| * OpenVPN Server config page - a couple of minor text tidy upsPhil Davis2012-06-281-4/+4
| |
| * LAN is not special here anymore. Do not remove the interface again (it was ↵jim-p2012-06-271-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 Davis2012-06-271-1/+1
| |
| * Only display "No OpenVPN instance defined" if there really are none.Phil Davis2012-06-271-1/+1
| |
| * firewall_alises.php - include all tab to preserve the old behaviormarcelloc2012-06-251-0/+4
| |
| * firewall_aliases.php include tabs(ip,port,url) , list aliases sorted, use ↵marcelloc2012-06-251-58/+98
| | | | | | | | dom_title funcion to show titles.
| * Check in code that allows for using a gateway group as the interface on the ↵smos2012-06-251-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-p2012-06-241-1/+1
| |
| * IGMPproxy, service_status widgetbcyrill2012-06-231-1/+1
| |
| * Make sure it's an array as an empty string has a count > 0bcyrill2012-06-231-1/+1
| |
| * fix typobcyrill2012-06-231-1/+1
| |
* | re-indentation.Darren Embry2012-06-221-322/+322
|/
OpenPOWER on IntegriCloud