Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
03cdd6ad 09/03/2019 06:39 PM Jim Pingle

Add log compression type option. Issue #9711

a71b23db 09/01/2019 11:16 PM Jim Pingle

Include system.inc in prefixes.php. Fixes #9715

f9e8c833 08/30/2019 06:12 PM Jim Pingle

Change logging to plain text, deprecate clog. Issue #8350

df586293 08/27/2019 05:44 PM Jim Pingle

Add kernel memory usage to status.php. Implements #9705

38809d47 07/29/2019 05:50 PM Renato Botelho

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

b73d8949 07/10/2019 05:52 PM Steve Beaver

Fixed #9245 updating copyright notices

78645511 04/09/2019 12:15 PM Jim Pingle

Revert "Change ovpn_auth_verify_async to php-cgi. Fixes #9460"

check_reload_status 0.0.10 fixes the original issue, this can go back
the way it was.

This reverts commit ce76f299853dccb036de229f08a30013593c98fd.

ce76f299 04/06/2019 04:01 AM Jim Pingle

Change ovpn_auth_verify_async to php-cgi. Fixes #9460

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

Update copyright notices to 2019. Happy New Year

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

a1aa91de 09/26/2018 03:28 PM Steve Beaver

Added scheduled config backup
Fixed: #8947

f76f2868 07/26/2018 06:28 PM Renato Botelho

Merge pull request #3908 from pdemonaco/master

e311cb79 07/02/2018 07:22 PM PiBa-NL

routing, add option 'automatic' for gateway selection, and allow manual ordering of gateways

179377b0 03/30/2018 11:01 PM robjarsen

Remove Whitespace

I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.

-RJ

e85af34b 02/26/2018 08:30 PM Phil DeMonaco

Resolves #7905

Minor correction to the script header. Also switches back to printf
instead of echo -n for more broad base compatibility.

93e287df 02/23/2018 09:30 PM Phil DeMonaco

Merge remote-tracking branch 'upstream/master'

db30293e 02/23/2018 09:26 PM Phil DeMonaco

Bug 7905 - Auth Script & Openvpn Config

Replaces the current auth-user-pass-verify directive with the new plugin
call in the config-file generation code.

Also modifies the new asynchronous script to use "echo -n". This
probably isn't necessary but it doesn't hurt.

e6e7b00c 02/19/2018 04:21 PM Jim Pingle

Trim domain for learned DNS entries. Ticket #6847

If the CN is already an FQDN on the given domain, this prevents the
domain from being present in the record twice (e.g. host.example.com
as a CN leads to records for host.example.com.example.com)

4e74cced 02/18/2018 10:13 PM Phil DeMonaco

Bug 7905 - Minor Tweaks

Switched to printf over echo to ensure strict POSIX compliance. Also
added some comments regarding the source of two unset variables.

b27ae464 02/18/2018 10:13 PM Phil DeMonaco

Bug 7905 - New Auth Script

Initial pass at new auth script which will be called by an openvpn
plugin. See https://github.com/pdemonaco/auth-script-openvpn for detail.

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

Update the Copyright notice for pfSense.

902a31e3 12/05/2017 03:41 PM Jim Pingle

Fix logging for L2TP and PPPoE server login/logout events. Fixes #8164

See https://redmine.pfsense.org/issues/8164 for the reasoning about why it was done this way.

ae6a2218 11/30/2017 07:17 PM Steve Beaver

Merge pull request #3810 from svenauhagen/bugfix/mpd

2dbc276d 11/29/2017 05:05 PM Steve Beaver

Merge pull request #3183 from znerol/feature/master/register-openvpn-cn

c22d9142 08/28/2017 07:28 AM Sven Auhagen

MPD Custom Modem Init

b9a40f9b 08/24/2017 05:33 PM Sven Auhagen

I changed the path of egrep

8317f391 08/24/2017 04:57 AM Sven Auhagen

As discussed

8919a708 08/18/2017 07:06 PM Sven Auhagen

Update ppp-linkdown

Style fix

57b10843 08/18/2017 07:05 PM Sven Auhagen

Update ppp-linkdown

97d53173 08/18/2017 07:00 PM Sven Auhagen

PPP down script change

a357737c 05/15/2017 05:40 PM Lorenz Schori

Use full paths for more binaries

a29361a2 05/15/2017 05:33 PM Lorenz Schori

Remove stray debug-code (/tmp/script)

bb38fe11 05/15/2017 04:14 PM Lorenz Schori

Always use braces around variable names

5d518166 05/15/2017 04:10 PM Lorenz Schori

Check whether tmp/config files exist before using/removing them

035283be 05/15/2017 03:38 PM Lorenz Schori

Use full paths for binaries

76258fa4 05/15/2017 02:28 PM Lorenz Schori

Remove trailing whitespace

e3657e09 05/15/2017 02:24 PM Lorenz Schori

When removing old entries, do not take into account new/changed IP

f4e8b87a 05/15/2017 02:19 PM Lorenz Schori

Ensure that $IP can be used in a file name

3c6a58ef 05/15/2017 06:23 AM Lorenz Schori

Use braces around shell variables to reduce ambiguity

de8d3c07 05/15/2017 06:18 AM Lorenz Schori

Specify chroot and directory when testing config, use variables for common paths

0cc17a06 05/15/2017 06:18 AM Lorenz Schori

Register CN of OpenVPN clients in DNS Resolver

07c304a5 03/12/2017 11:03 AM Martin Wasley

WAN flap loss of IPv6

Some hardware is taking too long to set ACCEPT_RTADV on the Interface,
this results in RTSOLD exiting and this not sending RS to start the
process. Apart from adding a delay to the start of RTSOLD which did
improve but not totally fix the issue the other change is to prevent the...

718432f1 01/18/2017 07:28 PM NOYB NOYB

Status / Interfaces - Relinquish DHCP Lease

Send gratuitous DHCP release message to server.

Dependency:
To fully relinquish the DHCP lease, the "RELEASE" reason needs to be added to the /usr/local/sbin/pfSense-dhclient-script.
s/EXPIRE|FAIL)/EXPIRE|FAIL|RELEASE)/...

da4d341e 12/30/2016 02:55 AM Luiz Souza

Remove the now unnecessary and commented code.

Ticket #7042

9bf81d66 12/29/2016 07:37 PM Luiz Souza

Revert "Instead of ignoring the IP, add it to interface even if we cannot do it with setfirst."

This reverts commit af6248407bae4d476b483dcb3a388744fb74b465.

Not necessary at all.

Pointy hat to: me
Ticket #7042

af624840 12/29/2016 06:38 PM Luiz Souza

Instead of ignoring the IP, add it to interface even if we cannot do it with setfirst.

Ticket #7042

337822a3 12/28/2016 06:47 PM Jim Pingle

Do not output PHP shell starup message unless it is run interactively. Fixes #7045

378574a3 12/27/2016 09:32 PM Jim Pingle

Disable "setfirst" line in pfSense-dhclient-script for now. Ticket #7042

f829a8d3 12/02/2016 07:41 PM Jim Pingle

OpenVPN populates IPv6 env vars now, so we can fetch them for the IPv6 gateway. Fixes #6016

94bd7fb3 10/18/2016 01:01 PM Renato Botelho

Fix #6828

Until 2.3.x pfSense carried a patch that changed the behavior of 'route
change' command, making it add the route when it fails to change.
On 2.4 this patch was removed and will not be added back. This change
adjust PHP code to deal with route add / change and make it work...

1289c0c1 10/12/2016 07:23 PM Renato Botelho

Remove all calls to conf_mount_r* functions

7bc886c6 10/07/2016 06:29 PM Renato Botelho

Move pfSense-upgrade to FreeBSD-ports

05100687 09/16/2016 07:31 PM Renato Botelho

Prepare pfSense-upgrade to work with new major OS upgrade

6656b888 09/16/2016 07:29 PM Renato Botelho

Add 'now' parameter do do_reboot() to force it to happen immediately

d5be878f 09/16/2016 07:23 PM Renato Botelho

Make pkg_lock() and pkg_unlock() work with wildcards

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

Move copyright from ESF to Netgate

e4191be8 09/01/2016 01:30 PM Renato Botelho

Add ng interface to pppoe group on mpd.conf and remove dead code from vpn-linkup script

495527b1 08/09/2016 02:07 PM Renato Botelho

Remove workarounds to sort extensions.ini since ports tree now has a better solution in place to track PHP modules dependencies

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

Move to Apache License 2.0

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

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

f1750639 07/14/2016 03:30 PM Renato Botelho

Ignore cp result for cases when files are the same. Ticket #6557

a409a857 07/13/2016 09:18 PM Kacper Boström

Added and modified functions to send correct Radius attributes to the Radius authenticator.

5fac13aa 07/06/2016 10:47 AM Renato Botelho

Make sure resolv.conf is present during nanobsd upgrade. Fixes #6557

2089cc2c 06/23/2016 11:26 AM Renato Botelho

Move athctrl.sh to /usr/local/sbin

90498252 05/31/2016 08:04 PM Renato Botelho

Move our copy of dhclient-script to /usr/local/sbin/pfSense-dhclient-script and change interfaces.inc accordingly

5c97738b 05/05/2016 02:43 PM Renato Botelho

Unlock kernel package to make dry-run output more consistent

01789906 05/02/2016 04:44 PM Renato Botelho

Reboot after upgrade when meta package version changed

a120c849 04/27/2016 10:41 PM Renato Botelho

Reduce values of FETCH_TIMEOUT and FETCH_RETRY to help ticket #6177

a7fcbc1e 04/19/2016 07:10 PM Jim Pingle

Setup HTTP_PROXY environment variable for pkg when it's called from the GUI and also for pfSense-upgrade

751815fe 04/06/2016 10:29 AM Renato Botelho

Silence /etc/rc.notify_message garbage output

(cherry picked from commit eb3491d99e939ab21d84122ededf9e7e9462ed71)

c8194922 04/06/2016 10:21 AM Renato Botelho

Fix code used to read config repo path

(cherry picked from commit e429ac7134ac2080af9117c11e2f294d4dd8c5d0)

b3c75c1a 04/06/2016 10:21 AM Renato Botelho

Do all steps to replace repo package and make sure symlink is in place

(cherry picked from commit 5caee0ba0f8782ea7bf1df54ad0848da1d5084d2)

2d05e9c6 04/06/2016 10:21 AM Renato Botelho

Force update after reinstall repo pkg

(cherry picked from commit 3e7c1ea74a8c0600c785e9588349afd927719d23)

05bdceee 04/06/2016 09:58 AM Renato Botelho

Simplify logic

fa1560ec 04/06/2016 09:37 AM Renato Botelho

Make sure directory exists

(cherry picked from commit cc1b7ddd0ba2d7eee6ee7ec1cae83efda91427d0)

75cdfae3 04/06/2016 01:13 AM Renato Botelho

Make sure source file exists

967794d2 04/06/2016 12:52 AM Renato Botelho

Add a workaround on pfSense-upgrade to make sure repo package is replaced by correct one

(cherry picked from commit a491ec98d8ffc5663cca84df402c2d6274a78a07)

db8621d8 04/05/2016 10:54 PM Renato Botelho

Rework the way repo packages work

- Distribute only a single pfSense-repo package containing all templates
- Create a symlink pointing to selected repo
- Do not limit it only to pfSense-repo and pfSense-repo-devel

(cherry picked from commit a90f1c9b12c4d31ea845fa04188e599ba28dbaf1)

0f03b62a 04/05/2016 10:54 PM Renato Botelho

Do not return -1, sh doesn't like it

(cherry picked from commit a35bf546b57558535e3fc1958cf3fb2b4d18ade7)

2dced82f 04/04/2016 08:50 PM Renato Botelho

Ticket #6053

- Do not call ntpdate before start ntpd, ntpd g parameter is enough
Deprecate /usr/local/sbin/ntpdate_sync_once.sh
- Remove system_ntp_configure parameter and always start ntpd

(cherry picked from commit 5a758355ec9a20ff75c9191b6915df64255fb8be)

7a455dea 04/04/2016 06:48 PM Jim Pingle

Set exec bit on gmirror_status_check.php

ebefc6a8 04/04/2016 03:15 PM Renato Botelho

Make sure repo metadata is updated before any other package when repo conf changes. Fixes #6052

(cherry picked from commit 78aee67a9e8ddb40d10c965ee8ce1ad1389d25f6)

e0712c75 03/12/2016 05:49 AM Chris Buechler

Use route_vpn_gateway for tap-type OpenVPN instances as well where specified. Remove old and wrongly copy/pasted comments while here. Ticket #5981

ba045ef1 03/01/2016 09:08 PM Anders Lind

Check $active

Fix missing check for $active to avoid creating a route to a released lease.

5e422c88 03/01/2016 07:26 PM Anders Lind

Fix substr mistake

Made a silly mistake and overlooked an important difference between javascript substring() and php substr().
Tightened regex check for octal value.

80f10be2 02/16/2016 11:55 AM Renato Botelho

Use PHP CLI explicitly to run rc.conf_mount_r(w|o) from pfSense-upgrade, it fixes #5875

2efb39d0 02/14/2016 05:28 AM Jim Pingle

Make a couple changes to PPP default gateway handling to address issues with default gateway switching. Fixes #1837
Tested with default gateway switching on and off, by rebooting, manually disconnecting the PPP link, and manually disconnecting the NIC link, worked each time, though still possible some issues remain. Feedback appreciated.

f1d01c3e 02/05/2016 11:53 AM Renato Botelho

Fix #5837

Since the introduction of pkg_with_pb(), direct calls to this function
were added using the following format:

if ! pkg_with_pb ... | tee -a $logfile; then

What happened in this case is if was always getting a successfull
return code from tee call, and pkg_with_pb return was always being...

b69a106a 02/02/2016 12:38 PM Renato Botelho

Fix #5831 using a simpler approach, just setting REPO_AUTOUPDATE=false when it's booting

1855c106 02/02/2016 12:38 PM Renato Botelho

Revert "Fix #5831"

This reverts commit 93a8ddf7a4c5d43cbeb623c923eb76659e6f49e0.

ec337167 02/01/2016 07:31 PM Renato Botelho

Save pkg call return code to use on return. The way it is now is always returning 0. It should fix #5837

aecade14 02/01/2016 12:20 PM Renato Botelho

Make additional packages install/delete operations to respect -n (dry-run)

2b29a7e2 02/01/2016 12:15 PM Renato Botelho

Reorder pkg_reinstall_all(), no functional changes

73e4bf68 02/01/2016 12:15 PM Renato Botelho

Respect ALL_PACKAGES for package removal

93a8ddf7 02/01/2016 11:19 AM Renato Botelho

Fix #5831

After PKG_AUTOUPDATE=false was removed, operations done during boot,
2nd and 3rd stages of upgrade process, are trying to update repository
metadata. The problem is during this stage we don't have a network
available yet and all needed packages were previously downloaded....

0c9b98c0 01/28/2016 11:57 PM Chris Buechler

Import David W's patch fixing issues with dhcp6c being launched multiple times in some circumstances. Ticket #5621

da2e65d5 01/28/2016 02:39 PM Jim Pingle

Test duplicated slice with fsck after cloning during an upgrade

a3d88018 01/27/2016 03:34 PM Edin Sarajlic

Fix #4605

After base64 encoding username/password, properly escape characters =,+,/
before submitting auth details

9e4c0b1f 01/27/2016 06:58 AM NOYB NOYB

fixes 5818 - Dev Shell - Cmd Tab Completion

e296be60 01/26/2016 09:00 PM Chris Buechler

Meant to have show_recordings here. Ticket #5657