summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Remove some notes/comments that aren't needed, add example.jim-p2012-08-101-91/+3
|
* Start revamp of shortcuts, central file to hold links, also service ↵jim-p2012-08-106-6/+181
| | | | status/control, added to dns forwarder as example.
* Whoops don't need this parameter.jim-p2012-08-101-1/+1
|
* Consolodate a bunch of duplicate service status codejim-p2012-08-102-387/+6
|
* Don't force these links to open in a new window.jim-p2012-08-091-3/+3
|
* Split references here so they apply correctlyjim-p2012-08-091-6/+10
|
* Add forgotten "ipv6 remote network", clean up a couple bits, make sure local ↵jim-p2012-08-092-13/+71
| | | | network box is hidden for shared key servers.
* Activate "base" exchange mode also supported by racoon.jim-p2012-08-081-1/+1
|
* Sync pbi toolsjim-p2012-08-081-50/+95
|
* firmware_update_misc log file name out of datephildd2012-08-071-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 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.
* In order for miniupnpd to latch onto IPv6, we just need to give the ↵jim-p2012-08-021-2/+1
| | | | interface name here, not the subnet. The daemon is smart enough to latch onto the right subnet(s) here anyhow.
* 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
|
* Put fix for IE 8/9 url handling bugErmal2012-07-271-1/+2
|
* 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-2625-305/+62716
|\
| * 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
| | | |
| * | | Move locale files from /usr/share to /usr/local/shareVinicius Coque2012-07-063-0/+62189
| |/ /
| * | 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
| |/
| * Merge remote-tracking branch 'upstream/master' into cp_cert2bcyrill2012-07-031-20/+29
| |\
| | * Sync with upstream pbi toolsjim-p2012-07-031-20/+29
| | |
| * | 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
| |
OpenPOWER on IntegriCloud