Renato Botelho
2c30dd7ac0
Fix include path
2017-05-02 15:08:08 -03:00
Renato Botelho
53fa904df0
save uniqueid during boot
2017-05-02 12:33:34 -03:00
jim-p
41817934f1
Read default language from globals.inc instead of hardcoding (it was already defined there)
2017-05-02 10:40:14 -04:00
jim-p
81ef2065de
Merge pull request #3716 from phil-davis/patch-9
2017-05-02 10:37:50 -04:00
Renato Botelho
a2e68d06c9
Enable gnid build
2017-05-02 09:14:27 -03:00
Renato Botelho
0874c8f50b
Use libcrypto and includes from MAKEOBJDIRPREFIX instead of the builder objects
2017-05-02 08:52:36 -03:00
Phil Davis
dd6ecfa272
get_pkg_info improve installed_pkgs_only case
2017-05-02 12:27:09 +05:45
Phil Davis
146dbf0139
Typos in pkg management code comments
2017-05-02 09:40:17 +05:45
Frank
11db9c8687
Merge branch 'master' of https://github.com/pfsense/pfsense into dyndns_dreamhost
2017-05-01 21:14:56 -04:00
frank
f2e702b175
Removed previous invalid conditionals and replaced with guard flags.
...
Also updated some comments based on review / feedback.
2017-05-01 21:07:47 -04:00
frank
598c1d972a
Aggregated case statements to avoid duplication.
2017-05-01 20:51:16 -04:00
frank
e350558a62
Changes tab levels for new case/switch blocks to match K&R BSD style.
...
https://www.freebsd.org/cgi/man.cgi?query=style&sektion=9
2017-05-01 20:49:31 -04:00
Phil Davis
5ce6ce4b1a
Integrate various cloudflare changes
2017-05-01 22:37:57 +05:45
frank
9d26673dfc
Added last tested date to DreamHost IPv4 record.
...
I cannot add a test date to IPv6 because my local ISP does not support
it yet. Dreamhost supports IPv6 records and I can manually alter an
IPv6 address through the same API. I just can't test it through
pfsense.
2017-05-01 00:04:59 -04:00
Phil Davis
27db3c75aa
Set default anguage in General Setup to en_US
...
Since fdcde31b4a 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.
2017-04-29 23:08:00 +05:45
Phil Davis
e6fa678410
Fix #7501 Add row-column prder option to interface stats widget
2017-04-29 22:11:31 +05:45
Phil Davis
b22fceb2d7
Let he user know if all selected interfaces are down
...
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.
2017-04-29 21:17:58 +05:45
Phil Davis
d87a9a1c97
Fix interface down in interface statistics widget
...
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.
2017-04-29 21:02:37 +05:45
Phil Davis
9795332b0e
Remove bonus end td tag in interface statistics widget
2017-04-29 20:35:46 +05:45
Phil Davis
06f41f2f43
Allow selection of stats items in interface statistics widget
2017-04-29 16:37:23 +05:45
Renato Botelho
74ddcdb2be
Disable gnid for now
2017-04-28 16:54:22 -03:00
Renato Botelho
97a632c1d5
fix variable name
2017-04-28 16:52:37 -03:00
Renato Botelho
1af9fab913
Build and install gnid on /usr/sbin
2017-04-28 16:41:55 -03:00
Steve Beaver
d126064dcd
Spelling
2017-04-28 12:24:23 -04:00
Steve Beaver
a59c983563
space/tab
2017-04-28 12:19:56 -04:00
Steve Beaver
cff0b00a2b
Add Netgate ID display to system info widget
2017-04-28 12:18:15 -04:00
Renato Botelho
4b9807014b
Checks for DHCP Relay being enabled/disabled should be skipped when editting an additional pool
2017-04-27 12:47:53 -03:00
Renato Botelho
77da348205
Merge pull request #3708 from phil-davis/patch-7
2017-04-27 10:43:58 -03:00
Phil Davis
0fc6d49d4b
Allow customize of dashboard widget names
2017-04-27 09:58:52 +05:45
Phil Davis
856514f595
Fix comparisons for CDATA tags in config
...
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.
2017-04-27 06:59:08 +05:45
jim-p
49a6769d99
Encode hostname and other output for DHCP lease status. Fixes #7497
2017-04-26 13:12:04 -04:00
jim-p
a636256cf9
Always add the CN as the first SAN when creating a certificate in the GUI or 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
2017-04-26 09:48:26 -04:00
Renato Botelho
e0b87e1a38
Merge pull request #3659 from PiBa-NL/plugin_optimize_20170321
2017-04-25 14:09:48 -03:00
Renato Botelho
15976e38f9
Merge pull request #3704 from sergiocarlosmorales/add-expiration-to-ndp-page
2017-04-25 11:11:36 -03:00
Renato Botelho
64cbd8aa40
Merge pull request #3705 from phil-davis/interface-static-check
2017-04-25 11:01:30 -03:00
Renato Botelho
1607d94f5e
Merge pull request #3706 from phil-davis/patch-7
2017-04-25 10:55:06 -03:00
Phil Davis
66a5b767b1
Avoid invalid arg error when saving WoL widget
...
when there are no WoL entries
2017-04-25 18:22:22 +05:45
Phil Davis
8c6190e82f
Fix #7493 only check interface IP if static
2017-04-25 08:30:30 +05:45
Renato Botelho
fdcde31b4a
Add German (Germany) to GUI after it reached 75%
2017-04-24 07:05:01 -03:00
Renato Botelho
70d421bce2
Update translation files
2017-04-24 07:03:52 -03:00
Renato Botelho
aa23c6786d
Regenerate pot
2017-04-24 06:51:59 -03:00
Sergio Carlos Morales Angeles
fec2c3b73f
Add expiration field to NDP listing
2017-04-23 17:47:27 -05:00
frank
8fa81c5278
Reverted adding array() as second parameter to setHelp() calls.
...
This was reimplemented in error as the new sprintf-based setHelp() was
checked in after this initial merge request was made.
2017-04-22 14:37:47 -04:00
frank
9425f22ee3
last two tab changes.
2017-04-22 00:40:02 -04:00
frank
2ad654dad6
Added back the help text for DNS Made Easy.
...
Not sure how I removed that earlier.
2017-04-22 00:38:41 -04:00
frank
1247e53c5a
Maybe we are done with tab spacing now. I think it's manageable.
2017-04-22 00:36:31 -04:00
frank
6824668490
More tab space tweaks - maybe I'm done?
2017-04-22 00:32:55 -04:00
frank
9055c5e51b
Finished resolving spacing / formatting issues.
...
This was clouding the real work done. It appears to have been a tab
reformatting issue that went berserk.
2017-04-22 00:28:18 -04:00
frank
6c6daeaefa
Resolved some unusual formatting errors that crept into the request.
2017-04-22 00:21:39 -04:00
frank
a741f6e8af
Merge branch 'master' of https://github.com/pfsense/pfsense into
...
dyndns_dreamhost
2017-04-21 22:59:11 -04:00