summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3721 from aaa2ppp/patch-1Renato Botelho2017-05-091-2/+6
|\
| * Update interfaces.incaaa2ppp2017-03-131-2/+6
| | | | | | Not defined pid file on starting choparp. The pfSense may not kill the program to reconfiguration.
* | Merge pull request #3723 from xygrec/dyndns-hover-sslRenato Botelho2017-05-091-2/+2
|\ \
| * | Update dyndns.classxygrec2017-05-051-2/+2
| | |
* | | Merge pull request #3724 from doktornotor/patch-1Renato Botelho2017-05-091-0/+1
|\ \ \
| * | | Fix APU2 with coreboot v4.x detectiondoktornotor2017-05-061-0/+1
| |/ / | | | | | | See https://forum.pfsense.org/index.php?topic=106444.msg716558#msg716558
* | | Do not obsolete locale directoriesRenato Botelho2017-05-091-54/+0
| | |
* | | Enable Telegraf buildRenato Botelho2017-05-081-0/+1
| | |
* | | Update translation filesRenato Botelho2017-05-0878-26961/+30355
| | |
* | | Regenerate potRenato Botelho2017-05-081-551/+587
| | |
* | | Only cache CP RADIUS Auth credentials when reauthentication is enabled. ↵jim-p2017-05-082-2/+4
|/ / | | | | | | Fixes #7528
* | Subst Unique/Device in System INfo WidgetSteve Beaver2017-05-031-1/+1
| |
* | Merge pull request #3720 from phil-davis/factory-defaultsRenato Botelho2017-05-031-1/+21
|\ \
| * | Fix #7508 stop write_config after reset_factory_defaultsPhil Davis2017-05-031-1/+21
| | |
* | | Merge pull request #3718 from phil-davis/pacakge-typoRenato Botelho2017-05-033-7/+7
|\ \ \
| * | | Typos in pkg management code commentsPhil Davis2017-05-023-7/+7
| | | |
* | | | Merge pull request #3714 from phil-davis/patch-10Renato Botelho2017-05-031-13/+18
|\ \ \ \
| * | | | Let he user know if all selected interfaces are downPhil Davis2017-04-291-3/+7
| | | | | | | | | | | | | | | | | | | | in the interface statistics widget. At the moment, if all the selected interfaces are down, the widget will just display no columns. That will make users wonder what happened.
| * | | | Fix interface down in interface statistics widgetPhil Davis2017-04-291-11/+12
| |/ / / | | | | | | | | | | | | If an interface is down, the widget would write the interface description in a column heading but then omit the stats items. So later columns (to the right) would have the headings and stats items out of line. This also fixes the performance problem that get_interface_info($ifdescr) was being called for every row of stats data for every interface. i.e. it was called 7 times for each interface when 1 time is enough.
* | | | Merge pull request #3712 from phil-davis/patch-7Renato Botelho2017-05-031-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove bonus end td tag in interface statistics widgetPhil Davis2017-04-291-1/+0
| |/ /
* | | Switch the cert info to an infoblock now that #7505 is fixed. Issue #7505jim-p2017-05-021-9/+1
| | |
* | | Per sbeaver, disable an IE workaround, which fixes #7504jim-p2017-05-021-4/+4
| | |
* | | Add upgrade code to work around broken shaper rules from old wizard code. ↵jim-p2017-05-022-1/+12
| | | | | | | | | | | | Ticket #7434
* | | Detect SG-2320/SG-2340 models and set initial config for themRenato Botelho2017-05-023-1/+25
| | |
* | | Show SAN, KU, and EKU info in the certificate list. Implements #7505jim-p2017-05-022-3/+75
| | | | | | | | | | | | While here, also fix "server" cert detection to key off of the EKU For "TLS Web Server Authentication" since nsCertType has been deprecated.
* | | Fix include and lib relative pathsRenato Botelho2017-05-021-2/+2
| | |
* | | Fix include pathRenato Botelho2017-05-021-1/+1
| | |
* | | save uniqueid during bootRenato Botelho2017-05-021-0/+1
| | |
* | | Read default language from globals.inc instead of hardcoding (it was already ↵jim-p2017-05-021-1/+1
| | | | | | | | | | | | defined there)
* | | Merge pull request #3716 from phil-davis/patch-9jim-p2017-05-021-0/+5
|\ \ \
| * | | Set default anguage in General Setup to en_USPhil Davis2017-04-291-0/+5
| |/ / | | | | | | | | | Since https://github.com/pfsense/pfsense/commit/fdcde31b4a910c4e058513c1e3f68a62e722da6b added German to the top of the get_locale_list() array, if you start with a default system and go to System->General Setup (make some changes to other fields if you like) and press Save, you end up in German because that is what gets selected in the dropdown when the config does not yet have a language in it. The code assumed that the language of the default system is the language at the top of the list, which is no longer true.
* | | Enable gnid buildRenato Botelho2017-05-021-1/+1
| | |
* | | Use libcrypto and includes from MAKEOBJDIRPREFIX instead of the builder objectsRenato Botelho2017-05-022-6/+12
|/ /
* | Disable gnid for nowRenato Botelho2017-04-281-1/+1
| |
* | fix variable nameRenato Botelho2017-04-281-1/+1
| |
* | Build and install gnid on /usr/sbinRenato Botelho2017-04-282-0/+24
| |
* | SpellingSteve Beaver2017-04-281-1/+1
| |
* | space/tabSteve Beaver2017-04-281-1/+1
| |
* | Add Netgate ID display to system info widgetSteve Beaver2017-04-281-0/+7
| |
* | Checks for DHCP Relay being enabled/disabled should be skipped when editting ↵Renato Botelho2017-04-271-11/+23
| | | | | | | | an additional pool
* | Merge pull request #3708 from phil-davis/patch-7Renato Botelho2017-04-271-3/+3
|\ \
| * | Fix comparisons for CDATA tags in configPhil Davis2017-04-271-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some length numbers here do not match the strings they are comparing with. That looks very odd. Note that: ``` substr($ent, 0, 5) == "text" ``` will return true when $ent is "text". So actually this "works". But it returns false if $ent is "text1" "texta" etc. So it depends what the intention was. If it was intended to match just "text" then I could be just: ``` $ent == "text" ``` If it was intended to match "text" "text1" "texta" etc, then it needs to be fixed like I suggest here.
* | Encode hostname and other output for DHCP lease status. Fixes #7497jim-p2017-04-261-20/+20
| |
* | Always add the CN as the first SAN when creating a certificate in the GUI or ↵jim-p2017-04-262-4/+16
| | | | | | | | an automatic GUI self-signed certificate. Per RFC 2818, relying on the CN to determine the hostname is deprecated, SANs are required. Chrome 58 started enforcing this requirement. Fixes #7496
* | Merge pull request #3659 from PiBa-NL/plugin_optimize_20170321Renato Botelho2017-04-252-9/+12
|\ \
| * | pkg_call_plugins put includefile and supported plugins in the normal ↵PiBa-NL2017-03-292-9/+12
| | | | | | | | | | | | config.xml so there is no need to parse the package xml for them. this improves performance significantly for several pages like such as 'ipsec overview' and 'openvpn server edit page' which use certificates and gatewaygroups which acquire some information from plugins.
* | | Merge pull request #3704 from sergiocarlosmorales/add-expiration-to-ndp-pageRenato Botelho2017-04-251-7/+18
|\ \ \
| * | | Add expiration field to NDP listingSergio Carlos Morales Angeles2017-04-231-7/+18
| | | |
* | | | Merge pull request #3705 from phil-davis/interface-static-checkRenato Botelho2017-04-251-2/+2
|\ \ \ \
OpenPOWER on IntegriCloud