Project

General

Profile

Download (22.5 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b5d5da0c 03/31/2020 07:57 PM Viktor Gurov

Add option to disable NTP server. Issue #3567

60e34dde 02/29/2020 02:13 PM Viktor Gurov

Incorrect IPsec service status. Issue #10306

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

e881843a 12/14/2019 09:57 AM Viktor Gurov

pcscd service

c6220dcf 12/05/2019 08:29 PM Jim Pingle

IPsec swanctl conversion. Implements #9603

  • Converted IPsec configuration code from ipsec.conf ipsec/stroke style
    to swanctl.conf swanctl/vici style. Issue #9603
  • Split up much of the single large IPsec configuration function into
    multiple functions as appropriate....
348c2af1 11/25/2019 09:50 PM Jim Pingle

Restructure OpenVPN settings directory layout

  • Changed from /var/etc/openvpn[-csc]/<mode><id>.<file> to
    /var/etc/openvpn/<mode><id>/<x>
  • This keeps all settings for each client and server in a clean
    structure
  • Move to CApath style CA structure for OpenVPN, which implements #9915...
38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

586c623a 03/13/2019 06:13 PM Jim Pingle

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.

144863e3 03/05/2019 08:47 PM Jim Pingle

Fix more illegal offset errors. Issue #9366

b88050bb 03/05/2019 06:27 PM Jim Pingle

Fix some illegal offset errors. Issue #9366

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

ec439957 09/28/2018 06:39 PM Jim Pingle

ssh settings alignment. Fixes #8974

Remove redundant settings stored in the wrong place
Store all ssh settings in the same place
Initialize this array before use

b89270b7 08/30/2018 05:51 PM Renato Botelho

Fix #7694: Replace sshlockout_pf by sshguard

880107d2 08/30/2018 12:41 PM Jim Pingle

Missing line to fix #8850

5d4f4900 08/29/2018 06:24 PM Jim Pingle

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 XML
file. Then when rc.start_packages is called, the forced start will not...

2f79135c 05/18/2018 01:52 PM Stephen Jones

PHP 7.2 Migration fixed count() issue

7d343bc4 04/26/2018 12:16 PM Steve Beaver

PHP7 - Resolver "must be countable" warning

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

258fc75b 11/08/2017 04:01 PM Jim Pingle

Several corrections to service sorting to produce output consistent with user expectations. Fixes #8069

fd0d84e9 10/27/2017 04:25 PM Renato Botelho

Fix #7984: Make sure sshlockout_pf stops when syslogd stops

f9269345 04/03/2017 07:33 PM Jim Pingle

Merge pull request #3567 from doktornotor/patch-6

803ca43a 03/15/2017 07:01 PM Jim Pingle

Perform a filter reload after starting relayd so it does not leave the firewall without pf tables. Fixes #7396

446505a9 02/27/2017 12:09 AM NOYB NOYB

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)

aeaf7ad9 02/22/2017 12:38 PM Doktor Notor

Use sigkillbyname() for relayd

726b889b 02/21/2017 07:42 PM Doktor Notor

Fix indentation

e3f68ab9 02/21/2017 07:38 PM Doktor Notor

Add syslogd to Status > Services (Feature #4382)

Sort includes, use full path to pkill and remove openntpd while here.

b3119a61 02/01/2017 08:07 AM Phil Davis

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....

a03162c8 09/15/2016 12:52 AM Stephen Beaver

Revised service running/stopped icons

176b8f78 09/14/2016 08:18 PM Stephen Beaver

Merge branch 'master' of git.pfmechanics.com:pfsense/pfsense

1c402413 09/14/2016 07:32 PM Stephen Beaver

Merge pull request #2975 from NOYB/Services_Status

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

9979487e 08/02/2016 01:08 AM NOYB NOYB

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.

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

ac24dc24 07/14/2016 09:33 PM Renato Botelho

Review license / copyright on all files (1st round)

0a9d81fb 06/01/2016 01:25 AM NOYB NOYB

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....

69b8328d 04/20/2016 11:59 AM Stephen Beaver

Comment out no longer used function. Remove after next release.

e8c516a0 02/18/2016 12:19 PM Phil Davis

Internationalize etc inc i through s

095edfeb 02/10/2016 12:49 AM Stephen Beaver

Further revision to service hiding system

75daa54d 01/21/2016 10:00 PM Pi Ba

allow packages in a www/subfolder/ (like haproxy) to use the service start/stop/restart links

09221bc3 01/15/2016 01:44 PM Renato Botelho

Update license on files from /etc/inc

cd41643d 01/05/2016 11:08 AM Renato Botelho

Rename pid files from lighty to nginx

335ac1e8 12/15/2015 06:07 PM Stephen Beaver

Changed sop icon to fa-stop-circle-o

6aa3723a 12/15/2015 06:03 PM Renato Botelho

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

69eefb50 12/10/2015 09:04 PM Renato Botelho

Ticket #5624: Welcome dpinger!

ab7e04c7 11/26/2015 05:01 PM Colin Fleming

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...

7d0e01e1 11/23/2015 09:37 AM Renato Botelho

Merge pull request #2100 from doktornotor/patch-2

dc0f709e 11/22/2015 01:21 PM Luiz Souza

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

6855f25d 11/21/2015 08:46 PM Doktor Notor

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.

16300bad 11/19/2015 09:29 AM Renato Botelho

Merge pull request #2076 from doktornotor/patch-2

7ea65674 11/18/2015 12:23 AM Jared Dillard

Ticket #5471 partial convert to font-awesome fonts

b8877138 11/17/2015 11:22 PM Doktor Notor

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.

d8ed9328 10/07/2015 01:05 PM Stephen Beaver

Fixed #5277

74b0f23e 10/05/2015 02:12 PM Stephen Beaver

Page converted to POST operation

eafd375a 09/21/2015 09:59 PM Jared Dillard

Fixed #4978

b44845f8 09/16/2015 07:15 PM Renato Botelho

Merge branch 'bootstrap' of https://github.com/itshari/pfsense into itshari-bootstrap

0b1c2965 09/15/2015 01:05 PM Stephen Beaver

Fixed #5137

9f605c1c 09/15/2015 10:54 AM Hari

Used bootstrap progress bar for queues' stats and used glyphicons

49840447 09/02/2015 06:03 PM PiBa-NL

bootstrap, small fixes to unbound/dnsmasq edit pages, service icons.
+ FIXME item that prevented lots of pages from loading..

93a957b3 09/01/2015 05:14 PM Renato Botelho

Merge branch 'master' into bootstrap

6036c8a0 08/28/2015 11:34 AM Doktor Notor

remove routed service, is being handled by the package

Resubmit of #1817. See pfsense/pfsense-packages#1006

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/