Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  priv
  simplepie
CHAP.inc 12.4 KB
IPv6.inc 26.3 KB
PEAR.inc 34.3 KB
auth.inc 50.9 KB
authgui.inc 11.1 KB
basic_sasl_client.inc 1.24 KB
captiveportal.inc 80.2 KB
certs.inc 22.5 KB
config.console.inc 19.2 KB
config.gui.inc 3.82 KB
config.inc 7.98 KB
config.lib.inc 30.2 KB
cram_md5_sasl_client.inc 1.66 KB
crypt.inc 4.06 KB
digest_sasl_client.inc 3.72 KB
dyndns.class 70 KB
easyrule.inc 15.9 KB
filter.inc 143 KB
filter_log.inc 22.6 KB
functions.inc 6.82 KB
globals.inc 8.55 KB
gmirror.inc 12.4 KB
growl.class 2.65 KB
gwlb.inc 39.5 KB
interfaces.inc 173 KB
ipsec.attributes.php 6.11 KB
ipsec.auth-user.php 5.28 KB
ipsec.inc 21.6 KB
itemid.inc 4.26 KB
led.inc 7.75 KB
login_sasl_client.inc 1.64 KB
meta.inc 6.28 KB
notices.inc 14 KB
ntlm_sasl_client.inc 4.9 KB
openvpn.attributes.php 6.18 KB
openvpn.auth-user.php 6.97 KB
openvpn.inc 52.6 KB
openvpn.tls-verify.php 3.87 KB
pfsense-utils.inc 94.1 KB
pkg-utils.inc 34.3 KB
plain_sasl_client.inc 2.56 KB
priv.defs.inc 87.7 KB
priv.inc 8.55 KB
r53.class 23.9 KB
radius.inc 36.1 KB
rrd.inc 40.1 KB
sasl.inc 11.6 KB
service-utils.inc 23.8 KB
services.inc 87.6 KB
shaper.inc 117 KB
smtp.inc 49.6 KB
system.inc 67.2 KB
unbound.inc 25 KB
upgrade_config.inc 145 KB
util.inc 67.5 KB
voucher.inc 27.8 KB
vpn.inc 58.6 KB
vslb.inc 19 KB
wizardapp.inc 34.6 KB
xmlparse.inc 11 KB
xmlparse_attr.inc 7.52 KB
xmlreader.inc 9.05 KB
xmlrpc.inc 4.72 KB
xmlrpc_client.inc 58.4 KB
xmlrpc_server.inc 22 KB

Latest revisions

# Date Author Comment
75d5738c 09/06/2016 04:07 PM Jim Pingle

Remove some obsolete code from globals.inc

8c5b9920 09/06/2016 03:41 PM Jim Pingle

Fix handling of backup config count. Fixes #6771

f02b8916 09/02/2016 07:19 PM Renato Botelho

Merge pull request #3071 from phil-davis/Check_IP_Services

d37c6564 09/02/2016 07:18 PM NewEraCracker

Force changes in routing to be detected by the system

When dhcp6c without RA is enabled, dhcp6c isn't killed and respawned, this causes the system not being able to pick up the routing changes. In this case, running the configuration script which fires rc.newwanipv6 solves the problem....

e0bc2a6c 09/02/2016 07:18 PM Martin Wasley

DHCP6 Before RA. Additions and ammendments

Replaced posix_kill() in kill_dhcp6client_process() with mwexec("kill -9 $pid"), this is because the posix_kill call was not reliably killing the dhcp6c process, kill -9 works every time.

Changes to the rtsold script creation. The script lines starting dhcp6c should not have be written to the script when dhcpwithoutra is true....

1e0d9c89 09/02/2016 01:31 PM NewEraCracker

Improve dhcpd and dhcpleases reload

1) Avoid running services_dhcpd_configure() more times than needed.
2) Always restart dhcpleases after it's killed during interface recycle.
3) It's not necessary to restart dhcpdv4 when doing changes in ipv6 config.

(cherry picked from commit 509e9357df4755a4fe5d1d9b20eda65bafb855e7)

02809cc6 09/02/2016 11:54 AM NewEraCracker

Ensure only one instance of services_dhcpd_configure runs concurrently

This way kill and respawn will behave as they should for the dhcpd processes

(cherry picked from commit c69ea0051c5549a9db0d092e85b92f78ffb4c978)

8fe8ceff 08/30/2016 08:09 PM NewEraCracker

Prevent accessing undefined offset in IPv6.inc

On perfectly good IPs (eg. 1:2::3:4) this code could cause the following notice:
Notice: Undefined offset: 2 in IPv6.inc on line 560

On bad IPs like 1::2::3 it would not result in any notice.

This commit fixes the above problem, while making sure that only valid sequences pass validation.

48759936 08/29/2016 07:07 PM NewEraCracker

system_dhcpleases_configure() - Improve pidfile handling

1) Set the pidfile variable in the correct place.
pidfile variable is required in both 'if' and 'else' blocks.

2) Ensure pidfile is valid before sending term signal

(cherry picked from commit 4509abc380552554cbdf3f42c6783b47112f245a)

77669294 08/29/2016 06:19 PM NewEraCracker

Apply the fix for ticket #6589 also into dhcpdv6 config

(cherry picked from commit 20350989db5d66ffb827beaed5ef5738cd62fc9d)

View revisions

Also available in: Atom