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
Move main pfSense content to src/