Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  ascii-art
  inc
  mtree
  phpshellsessions
  rc.d
  skel
  ssh
  ssl
bogons 132 Bytes
bogonsv6 0 Bytes
ca_countries 3.33 KB
crontab 126 Bytes
ddb.conf 225 Bytes
devd.conf 4.53 KB
dh-parameters.1024 245 Bytes
dh-parameters.2048 424 Bytes
dh-parameters.4096 769 Bytes
disktab 5.76 KB
ecl.php 6.08 KB
group 413 Bytes
host.conf 205 Bytes
hosts.allow 89 Bytes
login.conf 6.37 KB
master.passwd 1.86 KB
motd 0 Bytes
networks 365 Bytes
passwd 1.49 KB
pf.os 28.1 KB
pfSense.obsoletedfiles 30.8 KB
platform 7 Bytes
rc 15 KB
rc.backup_aliastables.sh 640 Bytes
rc.backup_dhcpleases.sh 212 Bytes
rc.backup_rrd.sh 784 Bytes
rc.banner 4.38 KB
rc.bootup 12.8 KB
rc.captiveportal_configure 2.58 KB
rc.captiveportal_configure_mac 3.25 KB
rc.carpbackup 5.85 KB
rc.carpmaster 5.85 KB
rc.cdrom 3.12 KB
rc.conf 58 Bytes
rc.conf_mount_ro 2.44 KB
rc.conf_mount_rw 2.44 KB
rc.disable_hdd_apm 2.57 KB
rc.dumpon 2.93 KB
rc.dyndns.update 2.98 KB
rc.embedded 3.06 KB
rc.expireaccounts 3.24 KB
rc.filter_configure 2.62 KB
rc.filter_configure_sync 2.59 KB
rc.filter_configure_xmlrpc 2.96 KB
rc.filter_synchronize 16.7 KB
rc.gateway_alarm 2.48 KB
rc.halt 242 Bytes
rc.initial 5.6 KB
rc.initial.defaults 3.2 KB
rc.initial.halt 3.1 KB
rc.initial.password 4.47 KB
rc.initial.ping 3.05 KB
rc.initial.reboot 3.09 KB
rc.initial.setlanip 17.9 KB
rc.initial.setports 2.97 KB
rc.initial.store_config_to_removable_device 4.19 KB
rc.initial.toggle_sshd 3.51 KB
rc.interfaces_carp_configure 2.55 KB
rc.interfaces_lan_configure 2.55 KB
rc.interfaces_opt_configure 2.6 KB
rc.interfaces_wan_configure 2.79 KB
rc.kill_states 4.18 KB
rc.linkup 6.31 KB
rc.nanobsd_switch_boot_slice 3.14 KB
rc.newipsecdns 3.22 KB
rc.newroutedns 3.2 KB
rc.newwanip 9.29 KB
rc.newwanipv6 7.24 KB
rc.notify_message 2.87 KB
rc.ntpdate 2.59 KB
rc.openvpn 5.8 KB
rc.packages 3.51 KB
rc.php-fpm_restart 3.17 KB
rc.php_ini_setup 11.1 KB
rc.prunecaptiveportal 3.63 KB
rc.reboot 3.45 KB
rc.reload_all 2.77 KB
rc.reload_interfaces 2.71 KB
rc.resolv_conf_generate 2.52 KB
rc.restart_webgui 2.82 KB
rc.restore_config_backup 5.69 KB
rc.savecore 2.72 KB
rc.savevoucher 2.79 KB
rc.shutdown 3.57 KB
rc.start_packages 3.94 KB
rc.stop_packages 2.44 KB
rc.update_alias_url_data 2.66 KB
rc.update_bogons.sh 6.8 KB
rc.update_urltables 4.25 KB
shells 267 Bytes
sshd 8.48 KB
syslog.conf 612 Bytes
ttys 2.08 KB
version 18 Bytes

Latest revisions

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

b9e9778a 09/02/2016 01:28 PM NewEraCracker

Uniformize memory limits and remove old code (revised)

1) Allow setting a memory_limit up to 768M (Suhosin)
2) Remove old workarounds. Memory limits on config.inc will be new defaults

(cherry picked from commit 7edcc54b2e9d1de51d5e6d0aedade89bc2cf0699)

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