Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
cleargmirror.sh 557 Bytes
cleargpt.sh 328 Bytes
gmirror_status_check.php 3.88 KB
mpd.script 39.8 KB
ntpdate_sync_once.sh 1.22 KB
openvpn.attributes.sh 409 Bytes
ovpn-linkdown 155 Bytes
ovpn-linkup 566 Bytes
ovpn_auth_verify 698 Bytes
pfSense-upgrade 21.6 KB
pfSsh.php 9.47 KB
ppp-ipv6 4.46 KB
ppp-linkdown 1.16 KB
ppp-linkup 2.11 KB
ppp-log-uptime.sh 173 Bytes
ppp-uptime.sh 144 Bytes
prefixes.php 3.36 KB
read_global_var 495 Bytes
read_xml_tag.sh 572 Bytes
show_filter_reload_status.php 439 Bytes
ufslabels.sh 3.73 KB
vpn-linkdown 119 Bytes
vpn-linkup 254 Bytes

Latest revisions

# Date Author Comment
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)

View revisions

Also available in: Atom