add dhcp-range
fix debugging typo
Change ipsec_dump_mobile() to parse regular output of ipsec leases, we are removing patch that made it to output xml
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'].
Fixed #5391
Fixed #5401
Fixed #5397
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 with master
fix typo
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
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
remove useless arp data
Captive Portal code review
Make the capitalisation of the various heading pages consistent.Fix various field var name errors observed.
Redmine #5386
From Router Advertisements tab, be able to select different interfaces and stay on the Router Advertisements tab.
Restored interface tabs to dhcpv6.phpChanges dhcp/advertisements tab format in dhcpv6 and router_advertisements
Fixed #5385
Fixed #5384
Fixed #5381
Fixed #5382
Fix services_unbound.php. The interfaces menus did not display the selectedinterfaces, they always showed "all" selected. Made it so an "apply changes" message shows when something changes.
Restored simplepie files
Fix cosmetic infoblock issue when there is more than one info_box on a page
Convert networks section to jQuert "repeatable" scheme and remove for($x=0;$x<4999 . ." code
add dhcpd rrd graph
Move "Add P2" button to left side to facilitate use of smaller screensFix HTML indenting
Removed simplepie files (and update obsoleted files list)
Copyright updates ( 3 of 3)
Correction per Phil Davis
Copyright updates Batch 2 of 3
diag_nanobsd do not show reference count 0
When the user has selected "Keep media mounted read/write at all times." then the value of $refcount will be zero even though is_writable() is true. That is a normal condition.We only want to display the (Reference count n) text when the reference count is abnormal....
First batch of copyright updates
Merge pull request #2034 from phil-davis/r2
proposed fix for Bug #5375
value passed by checkbox was "yes" when checked, instead of "Block" / "Pass"
services_unbound_acls text stuff