Include Captive Portal zone description in messages
Consolidate Captive Portal zone name references from config
This change updates the code which uses the "captiveportal/<zone>/zone" path to instead use "captiveportal/<zone>". The latter path is chosensince most code that references the name uses this path and has the least...
Bump up the year in the Copyright notice.
kea: fix service restart shortcut
Don't restart sshguard when the syslogd service is restarted
Stop sshguard spam in system logs. Fix #12747
Instead of restarting sshguard with each log rotation, keep it runningseparately while monitoring the auth log file. This allows sshguardstart/stop events to still be included in the system log withoutspamming it. When the log file is rotated by newsyslog, sshguard will...
UPnP IGD & PCP: Simplify service wording
and change menu/title to `UPnP IGD & PCP` as newer PCP is supported
Fix PHP linter issues
Update the years in the Copyright notice.
Refactor use of return_gateways_array() with get_gateways(). Fix #14893
Most calls to return_gateways_array() do not need the gateway list to berecreated. get_gateways() can filter the gateway list, and indexing ismoved from return_gateways_array() to get_gateways() to avoid using...
Update fontawesome icon names to v6. Implement #13537
Revert "Update fontawesome icon names to v6. Implement #13537"
This reverts commit 32be4696a301144c650f4765b8a2b51e28d95a40.
Update fontawesome. Implement #13537
Introduce Kea DHCP
Revert "dhcp: support simultaneous v4 dhcpd and dhcrelay, Implements #14620"
This reverts commit e9577ebfd7852646a66697a3bde41b712687a4ca.
dhcp: support simultaneous v4 dhcpd and dhcrelay, Implements #14620
Update copyright years to include 2023
Use correct UPnP enabled test. Fixes #13735
Disabled service status correction. Fixes #13604
Correct service enabled detection
service-utils PHP8.1 fixes. Issue #13446
Captive Portal ipfw->pf transition. Todo #13100
write_rcfile() restart fix. Issue #13025
write_rcfile() restart support. Issue #13004
Use OpenVPN deferred client-connect. Implements #12407
Correct NTP service status logic. Fixes #12775
Revert "Use OpenVPN async client-connect, clear stale rules, add option to limit connections per user. Implements #12407 and #12332 and #12267"
This reverts commit 7aaa20d95a345c4688e8786c755c7d0433451688.
Update the Copyright year of the files owned by Rubicon/Netgate.
Use OpenVPN async client-connect, clear stale rules, add option to limit connections per user. Implements #12407 and #12332 and #12267
Delete stale OpenVPN RADIUS ACL generated rules. Fixes #12481
IPsec PC/SC daemon status / services page fix. Issue #12468
Hide pcscd service from the service list if IPsec PKCS11 support is disabled. Todo #11933
Update the Copyright year.
A subsequent commit will deal with .po's.
Add product_label global variable
Introduce product_label global variable, by default with same value ofproduct_name. The idea is to make it easier for rebranded products tochange the name on all visual texts while internal structures arepreserved.
While here, remove deprecated $g['platform'] and also replace places...
Fix some illegal string offset errors. Issue #10659
Revise get_services() to include the current service state in the returned array. This saves having to get the list of services three times in order to draw the status_services web page
Add option to disable NTP server. Issue #3567
Incorrect IPsec service status. Issue #10306
This is 2020. Issue #9245
pcscd service
IPsec swanctl conversion. Implements #9603
Restructure OpenVPN settings directory layout
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Deprecate the built-in relayd Load Balancer. Closes #9386
It is not available on FreeBSD 12 with OpenSSL 1.1.x.
Users can migrate to the HAProxy package.
Fix more illegal offset errors. Issue #9366
Fix some illegal offset errors. Issue #9366
Update copyright notices to 2019. Happy New Year
Fix #9121: Initialize arrays to prevent PHP 7 errors
ssh settings alignment. Fixes #8974
Remove redundant settings stored in the wrong placeStore all ssh settings in the same placeInitialize this array before use
Fix #7694: Replace sshlockout_pf by sshguard
Missing line to fix #8850
Allow packages to opt out of a forced start. Fixes #8850
If a package performs its own service start during its sync process,then add <starts_on_sync/> to its service definition in the package XMLfile. Then when rc.start_packages is called, the forced start will not...
PHP 7.2 Migration fixed count() issue
PHP7 - Resolver "must be countable" warning
Update the Copyright notice for pfSense.
Several corrections to service sorting to produce output consistent with user expectations. Fixes #8069
Fix #7984: Make sure sshlockout_pf stops when syslogd stops
Merge pull request #3567 from doktornotor/patch-6
Perform a filter reload after starting relayd so it does not leave the firewall without pf tables. Fixes #7396
Services - Status Icon - Sort Order
Make status column sort order work correctly with the icons.Also refactor get_service_status_icon() output string construction to be cleaner and clearer.
(2.4, 2.3)
Use sigkillbyname() for relayd
Fix indentation
Add syslogd to Status > Services (Feature #4382)
Sort includes, use full path to pkill and remove openntpd while here.
get_service_status_icon fix description_state format
If "description_state" is requested here, there are too many "%s" substitutions in the string for sprintf().
Also, to help translators, number all the "%s" substitutions. Then translators can rearrange the text and variable order if they need to....
Revised service running/stopped icons
Merge branch 'master' of git.pfmechanics.com:pfsense/pfsense
Merge pull request #2975 from NOYB/Services_Status
Move copyright from ESF to Netgate
Service Running Status Indicator Icon (fa-play)
Perhaps static play icon would be better perceived as the contrast to static stop icon for for services status indicators.
Regardless of which icons are chosen, this centralized services status approach provides consistency, and the status icons, thumbs up/down, and title text can be easily changed in one place.
Move to Apache License 2.0
Review license / copyright on all files (final round)
Review license / copyright on all files (1st round)
Get Service Status Function
Add option for thumbs up/down icon.Add option to specify title contents.Distinguish between Stopped and Disabled with icons and text classes.
Replace status indicator icon fa-play with animated fa-circle-notch.Replace status indicator icon fa-times with fa-stop and fa-ban....
Comment out no longer used function. Remove after next release.
Internationalize etc inc i through s
Further revision to service hiding system
allow packages in a www/subfolder/ (like haproxy) to use the service start/stop/restart links
Update license on files from /etc/inc
Rename pid files from lighty to nginx
Changed sop icon to fa-stop-circle-o
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
Ticket #5624: Welcome dpinger!
Tidy up coding style
"service-utils.inc" - be more consistent when using single/double quotes- add missing double quotes in ID statement- remove blank VALUE statement- remove ALT from <i> tag, invalid in HTML5
"status_services.php" - tidy up code style...
Merge pull request #2100 from doktornotor/patch-2
Convert all the occurrences of $config['ipsec']['enable'] in filter.inc, ipsec.inc and service-utils.inc
Fix ruleset when IPSEC is enabled but there are no Phase 1 entries.
Issue: #5487
restart_service() - do not attempt to stop service that is not running
Attempting to stop service that's not running just produces useless log noise.
BTW - dunno what was the idea behind restart_service_if_running() but it appears to be completely unused both in pfSense and in packages, suspect mainly because it doesn't make any sense as implemented.
Merge pull request #2076 from doktornotor/patch-2
Ticket #5471 partial convert to font-awesome fonts
service-utils.inc - add fallback for stop_service() for package-defined services
To avoid adding silly bloat to packages like here: https://redmine.pfsense.org/issues/5468
If package defines a service executable, chances are that killing that executable will indeed stop the service as intended, instead of doing nothing and pretending that it worked.
Fixed #5277
Page converted to POST operation
Fixed #4978
Merge branch 'bootstrap' of https://github.com/itshari/pfsense into itshari-bootstrap
Fixed #5137
Used bootstrap progress bar for queues' stats and used glyphicons
bootstrap, small fixes to unbound/dnsmasq edit pages, service icons.+ FIXME item that prevented lots of pages from loading..
Merge branch 'master' into bootstrap
remove routed service, is being handled by the package
Resubmit of #1817. See pfsense/pfsense-packages#1006