Fixed #5412
Fix #5411 firewall_nat_edit source negation
And make the "not" checkboxes have the same layout as in firewall_rules_edit. That seems a better place to put the checkbox and consistency between similar GUI screens seems a good thing.
fix Bug #5410
No more need to change ETCDIR for strongswan
Use --conf when call ipsec start/stop, this make it work with regular package, without changing sysconfdir
fix text
Merge pull request #2056 from heper/patch-2
undo earlier commit
fix Bug #5388
Merge pull request #2047 from heper/patch-2
Merge pull request #2055 from heper/patch-3
fix Bug #5400
interface=wan could be offline/disabled in multi-wan systems.also, currently no code in diag_ping.php to convert 'wan' => source-ip
Fixed #5405
Cosmetic cleanups
Fixed #5402 by adding multiple fonts to accommodate different OS
sortable library reverted to min version
Restore automatic reload
Fix a warning in setup wizard, close the gettext parenthesis.
Change ipsec_dump_mobile() to parse regular output of ipsec leases, we are removing patch that made it to output xml
fix submit & move back to seperate ACT==delprivid
the code for delprivid was inside ACT==save / when hitting 'save' the post-data for delprivid was already gone
Fixed #5402
Fix calls to ipsec_enabled() added in 179ab6b364
Fixed #5393 by reverting to "Move to here" icon/control
Eliminate a few more cases of $config['ipsec']['enable'].
Mostly when dealing with enc0 interface.
Catch one more possibility for the IPSEC interface name, this match the code used in other places.
Fix the action of edit button for NAT 1:1 rules.
diag_ipsec.php - show button for child SAs only when some are established. Fix ID used by child SA disconnect button. Fix misplaced curly braces.
Merge pull request #2036 from heper/patch-1
Merge pull request #2048 from phil-davis/patch-3
Merge pull request #2052 from phil-davis/r8
Merge pull request #2053 from phil-davis/r9
Add a new function that returns the current state of IPSEC.
Whenever we have phase1 entries, IPSEC is considered enabled.
Make the display of hardware crypto information more reliable at least for AESNI.
Issue: #4911
Another Id comment line
Delete Id comment lines from etc files
A bit more crud cleaned outNote: lots of the /etc files have old style copyright stuff or nocopyright stuff.
Unbound UI Review
Few things found when looking at the Unbound UI code
Completes #5400, #3999, #5405Mote: New ticket will be opened to provide IP address sorting
Fix a typo in function name.
Fix the record type variable name. This fixes the visualization of the selected record type.
Fix the name of interface select box to match the name used in the rest of code.
Without this the interface name was not being saved.
More $Id and whitespace
from more obscure folders around the code
etc inc delete $Id comments
and bits of white space.Note: There are plenty of files still with old-format copyright sectionsin here.
unbound_statistics section should be written to unbound.conf
The stuff generated by unbound_statistics() goes into unbound.confIt had got separated out and was going nowhere. This puts the behavior back the way it was yesterday.
Note: There is a separate issue about this because the UI has no place to actually select the statistics settings. There is some upgrade code that looks like it was converting statistics settings from the old Unbound package into custom commands in the integrated Unbound. So it looks like the unbound_statistics() function can/should be removed???
Add global so that unbound.conf gets written
to the correct place based on $g setting.
Rearrange calls in unbound.inc so config text can be generated without writing the actual file and a syntax check can be run. Rearrange services_unbound.php to wait until input checking is complete before saving things to global config and run syntax check as part of input checking. Implements #4411.
REvised icon placement
Experimental table sorting
Fixed #5395
Fixed #5403
Fixed #5404
Remove some dead code and eliminate one use case of $config['ipsec']['enable'].
partial fix Bug #5389
Fixed #5391
Fixed #5401
Fixed #5397
fix typo
fix Bug #5389
Fixed #5396Added table striping. Centering the icon will come later.
Fixed #5394
Fixed #5388
Fixed #5390
Allow fa icons to be embedded in Form_Button class buttons
Remove spurious whitespace
Fix syntax error in src/usr/local/www/services_captiveportal_mac.php
improve validation $argv1
Disable DEBUG on Status -> IPSEC -> SPD.
Show the installed security policies, instead of debug data.
Fix the warning when no HASH algorithm is selected (together with AES-GCM).
Fix visualization of the selected PFS key group.
Without this fix you can change your PFS key group to off when editing a phase 2 entry.
Try to use default timezone from globals.inc when possible. Stop setting timezone on pkg_mgr_installed.php
Fixes #5380
Fix syntax
Let the code ready for strongswan 5.3.4, where key used to track nat were committed with a different name
Corrected section title (now CARP Interfaces)
Remove $Id stuff from comment headers
Completes cleanup of header stuff for these files
Diag review
Merge pull request #2041 from phil-davis/r4
Merge with master
add static leases
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
Fix license
Merge pull request #2043 from phil-davis/r5
Merge pull request #2042 from phil-davis/patch-3
EOL whitespace and header consistency for www
interfaces_pps_edit use latest GLOB from RELENG_2_2
Use the latest cua* glob from the code in RELENG_2_2 that was "recently" modified to get this right.Remove the debug version that looked for "tty" so that people can use it on real systems now.Forum thread: https://forum.pfsense.org/index.php?topic=102111.0
add enable_rrd_graphing to $_post
Update status_rrd_graph.php
add dhcpd to switch($curcat)
add dhcpd + workaround make_tabs() globals
Merge pull request #2040 from phil-davis/r3