summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* Enhance ICMP types in rulesstilez2016-09-151-7/+6
| | | See main PR for details
* Enhance ICMP type handling in rulesstilez2016-09-151-50/+105
| | | See main PR for details
* Fixed #6788 by clearing only the first label in the cloned rowStephen Beaver2016-09-141-1/+2
|
* Merge branch 'master' of git.pfmechanics.com:pfsense/pfsenseStephen Beaver2016-09-14328-452/+482
|\
| * Merge pull request #3131 from PiBa-NL/20160906-generic-xmlrpc_clientRenato Botelho2016-09-131-49/+12
| |\
| | * XMLRPC, xmlrpc_client remove extended class and define setConnectionData(.) ↵PiBa-NL2016-09-131-1/+2
| | | | | | | | | | | | function instead.
| | * XMLRPC, xmlrpc_client simplify construction parameters where possible + cleanupPiBa-NL2016-09-081-1/+1
| | |
| | * XMLRPC, generic xmlrpc_client implementation + bugfixes in voucher syncPiBa-NL2016-09-061-49/+11
| | |
| * | Merge pull request #2616 from k-paulius/patch-pkg-syslog-v2Renato Botelho2016-09-131-2/+2
| |\ \
| | * | Code style changesk-paulius2016-02-171-1/+1
| | | |
| | * | Allow packages to request syslogd log socket to be created inside chroot by ↵k-paulius2016-02-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specifying it in /package/logging/logsocket element. Implements #4898. Example: <package> <logging> <logsocket>/var/appname/var/run/log</logsocket> </logging> </package>
| * | | Merge pull request #3104 from PiBa-NL/resizable-selectionboxRenato Botelho2016-09-133-2/+13
| |\ \ \
| | * | | dnsresolver, make interface boxes resizable, to allow for easier ↵PiBa-NL2016-09-083-2/+13
| | | | | | | | | | | | | | | | | | | | picking/checking of multiple selected interfaces
| * | | | Merge pull request #3129 from NewEraCracker/patch-dnsRenato Botelho2016-09-131-20/+8
| |\ \ \ \
| | * | | | Fix diag_dns regressionsNewEraCracker2016-09-081-20/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After testing diag_dns behaviour some regressions have been noticed. 1) Looking up ipv6.google.com (it only has AAAA records) doesn't work - gethostbyname() only supports v4, ipv6.google.com only has v6 - this bug was recently and inadvertently introduced 2) Results table will always show even when domain is not resolved - since refactoring ages ago, $resolved is an array, bad idea to replace with a string, this will cause issues - this piece of code was 'dead' until the recent commit has 'enabled' it again, removing it as not needed 3) Parameters for display_host_results (see: fe74228f2a8a9abc45a580a01559518043ca8d0b for its introduction) weren't correctly updated - mostly a dead function, doubt this is used for anything, keeping it just in case. This commit fixes all aforementioned issues.
| * | | | | Merge pull request #3134 from stilez/patch-36Renato Botelho2016-09-131-27/+22
| |\ \ \ \ \
| | * | | | | Simplify another loopstilez2016-09-111-10/+4
| | | | | | |
| | * | | | | simplify code a bit morestilez2016-09-111-4/+5
| | | | | | |
| | * | | | | error messages againstilez2016-09-101-8/+8
| | | | | | |
| | * | | | | gateway error messages - standardise text and clarify "both"stilez2016-09-101-4/+4
| | | | | | |
| | * | | | | More redundant logicstilez2016-09-101-10/+10
| | | | | | |
| | * | | | | Redundant comparisonstilez2016-09-101-2/+2
| | | | | | | | | | | | | | | | | | | | | if it's a numeric integer (hence non-empty [0-9]+ ) and the first char isn't "0" then the value will always be >0, so test is redundant
| * | | | | | Remove empty concatenation.NOYB2016-09-121-2/+3
| | | | | | |
| * | | | | | Check IP Services - Info BoxNOYB2016-09-091-6/+8
| |/ / / / / | | | | | | | | | | | | | | | | | | Change warning box with dismissal to collapsible info box.
| * | | | | Fix up/catch up remote syslog areas. Fixes #6780jim-p2016-09-091-6/+46
| | | | | |
| * | | | | Remove some more dangling PPTP bits.jim-p2016-09-091-4/+0
| | | | | |
| * | | | | Fix description of the VPN remote log settingjim-p2016-09-081-1/+1
| |/ / / /
| * | | | Move copyright from ESF to NetgateRenato Botelho2016-09-081-1/+1
| | | | |
| * | | | Revert "Remove unused file browser.php"Renato Botelho2016-09-081-0/+164
| | | | | | | | | | | | | | | | | | | | This reverts commit 8dee84f4cef55a2f008a319022a762b92e00117e.
| * | | | Move copyright from ESF to NetgateRenato Botelho2016-09-06327-328/+328
| | | | |
| * | | | Remove unused file browser.phpRenato Botelho2016-09-061-164/+0
| | | | |
| * | | | Merge pull request #3119 from jlduran/fix-font-jquery-ui-widgetsRenato Botelho2016-09-064-8/+24
| |\ \ \ \
| | * | | | css: Fix jQuery UI widgets' fontJose Luis Duran2016-08-234-8/+24
| | | | | | | | | | | | | | | | | | | | | | | | Use the main font with jQuery UI widgets (e.g. autocomplete forms)
| * | | | | Merge pull request #3120 from moisseev/compact-redRenato Botelho2016-09-061-0/+18
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | [theme] Compact-RED: improve hovered table rows visibilityAlexander Moisseev2016-08-241-0/+4
| | | | | |
| | * | | | [theme] Compact-RED: compact panel titlesAlexander Moisseev2016-08-231-0/+8
| | | | | |
| | * | | | [theme] Compact-RED: make drop-down menus not too "compact"Alexander Moisseev2016-08-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | and improve hovered element visibility
| | * | | | [theme] Compact-RED: get rid of anti-aliased fontsAlexander Moisseev2016-08-231-0/+1
| | | | | |
* | | | | | Merge pull request #2975 from NOYB/Services_StatusStephen Beaver2016-09-143-15/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Services Status Widget - Status IndicatorNOYB2016-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Use the get service status icon function.
| * | | | | Status / Services - Status IndicatorNOYB2016-05-311-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | Use status icon instead of text. Icon and title should be fine.
| * | | | | Status / OpenVPN - Status IndicatorNOYB2016-05-311-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add prefixes to Status and Actions. Remove textual status. Icon and title should be fine.
* | | | | | Obscured password field in system_authservers.php bind sectionStephen Beaver2016-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixed #6759
* | | | | | Merge pull request #3105 from NewEraCracker/patch-8Renato Botelho2016-09-021-2/+2
|\ \ \ \ \ \
| * | | | | | Call services_dhcpd_configure with the right parameterNewEraCracker2016-08-141-2/+2
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Previously code segment for v4 would call both v4 and v6. Fixed to call v4 and v6 where appropriate.
* | | | | | Merge pull request #3101 from NewEraCracker/patch-5Renato Botelho2016-09-022-10/+0
|\ \ \ \ \ \
| * | | | | | Uniformize memory limits and remove old code (revised)NewEraCracker2016-08-162-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Allow setting a memory_limit up to 768M (Suhosin) 2) Remove old workarounds. Memory limits on config.inc will be new defaults
* | | | | | | Fix diag_dns ipaddr set to use in IP WHOIS and IP InfoRenato Botelho2016-09-021-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Do not call resolve_host_addresses() when hostname cannot be resolved by gethostbyname(). The old check was considering gethostbyname would return NULL in this case but it returns a string with the hostname passed on parameter - Since resolve_host_addresses() always return an array, look for the first A record to set $ipaddr, which will be used later to link with IP WHOIS and IP Info Based on Pull Request #3100 submitted by @NewEraCracker
* | | | | | | Removed unused variable $hostnameRenato Botelho2016-09-021-2/+0
| | | | | | |
* | | | | | | Merge pull request #3127 from PiBa-NL/20160902_patternRenato Botelho2016-09-026-8/+8
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud