Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  ascii-art
  inc
  mtree
  phpshellsessions
  skel
  ssh
  ssl
bogons 132 Bytes
bogonsv6 0 Bytes
ca_countries 3.33 KB
crontab 126 Bytes
ddb.conf 225 Bytes
devd.conf 2.14 KB
dh-parameters.1024 245 Bytes
dh-parameters.2048 424 Bytes
dh-parameters.4096 769 Bytes
disktab 5.76 KB
ecl.php 5.2 KB
fbtab 142 Bytes
gettytab 6.02 KB
group 413 Bytes
host.conf 205 Bytes
hosts.allow 89 Bytes
inetd.conf 65 Bytes
login.conf 6.37 KB
master.passwd 1.8 KB
motd 0 Bytes
networks 365 Bytes
passwd 1.49 KB
pf.os 28.1 KB
pfSense.obsoletedfiles 33.8 KB
platform 7 Bytes
printcap 0 Bytes
protocols 6.3 KB
pubkey.pem 630 Bytes
rc 12.8 KB
rc.backup_dhcpleases.sh 212 Bytes
rc.backup_rrd.sh 785 Bytes
rc.banner 3.32 KB
rc.bootup 12.7 KB
rc.captiveportal_configure 1.56 KB
rc.carpbackup 3.21 KB
rc.carpmaster 3.54 KB
rc.cdrom 1.04 KB
rc.conf_mount_ro 1.44 KB
rc.conf_mount_rw 1.44 KB
rc.create_full_backup 496 Bytes
rc.dhclient_cron 2 KB
rc.disable_hdd_apm 274 Bytes
rc.dumpon 698 Bytes
rc.dyndns.update 1.97 KB
rc.embedded 948 Bytes
rc.expireaccounts 2.11 KB
rc.filter_configure 1.63 KB
rc.filter_configure_sync 1.59 KB
rc.filter_configure_xmlrpc 2.09 KB
rc.filter_synchronize 15.4 KB
rc.firmware 17.3 KB
rc.firmware_auto 2.74 KB
rc.halt 234 Bytes
rc.initial 3.7 KB
rc.initial.defaults 1.89 KB
rc.initial.firmware_update 5.39 KB
rc.initial.halt 1.93 KB
rc.initial.password 3.26 KB
rc.initial.ping 1.9 KB
rc.initial.reboot 1.87 KB
rc.initial.setlanip 16.7 KB
rc.initial.setports 1.81 KB
rc.initial.store_config_to_removable_device 3.07 KB
rc.initial.toggle_sshd 2.45 KB
rc.interfaces_carp_configure 1.55 KB
rc.interfaces_lan_configure 1.55 KB
rc.interfaces_opt_configure 1.6 KB
rc.interfaces_wan_configure 1.77 KB
rc.kill_states 3.07 KB
rc.linkup 4.85 KB
rc.nanobsd_switch_boot_slice 786 Bytes
rc.newipsecdns 2.02 KB
rc.newroutedns 2.1 KB
rc.newwanip 7.76 KB
rc.newwanipv6 6.22 KB
rc.notify_message 1.88 KB
rc.ntpdate 1.56 KB
rc.openvpn 4.66 KB
rc.packages 1.69 KB
rc.php-fpm_restart 574 Bytes
rc.php_ini_setup 11 KB
rc.prunecaptiveportal 2.46 KB
rc.reboot 1016 Bytes
rc.reload_all 1.77 KB
rc.reload_interfaces 1.71 KB
rc.resolv_conf_generate 1.41 KB
rc.restart_webgui 416 Bytes
rc.restore_config_backup 3.29 KB
rc.restore_full_backup 512 Bytes
rc.savecore 472 Bytes
rc.savevoucher 1.6 KB
rc.shutdown 1.18 KB
rc.start_packages 2.98 KB
rc.stop_packages 80 Bytes
rc.update_alias_url_data 1.63 KB
rc.update_bogons.sh 4.55 KB
rc.update_urltables 1.55 KB
services 150 KB
shells 267 Bytes
sshd 7.09 KB
syslog.conf 612 Bytes
ttys 2.08 KB
version 18 Bytes

Latest revisions

# Date Author Comment
7df02c1e 03/04/2015 09:51 PM Chris Buechler

Skip any numeric-only aliases in the ruleset to prevent errors from those
who configured them on previous versions where that was allowed. Ticket

a832806c 03/04/2015 12:22 PM Jim Pingle

Add missing comma. Fixes #4485

227e2146 03/04/2015 05:40 AM Chris Buechler

Enable UnicastOnly in radvd for ovpn* interfaces. Ticket #4455

0b3cf7da 03/03/2015 07:18 PM Jim Pingle

Tweak the carp demotion factors slightly to avoid CARP transitions that are most likely unnecessary.

603a97cb 03/03/2015 11:01 AM Phil Davis

Be safe use require_once in zeromq

I was testing code and just doing stuff like:
require_once("zeromq.inc");
in Diagnostics->Command Prompt, PHP Execute
That brings an error because underneath that PHP Execute code it has already included auth.inc
I guess zeromq.inc is used quite separately to the rest of the system, and must be OK just having a "require" here. But it seems safer to always use require_once, just in case it gets called in a new way/sequence....

911cc213 03/03/2015 06:18 AM Chris Buechler

Remove "Prefer old SA" option, and ignore it in all existing configurations. Breaks things in many cases with strongSwan. For the very rare circumstances where this is actually desirable, it's just a sysctl that can be set in tunables.

c8703520 03/02/2015 10:39 AM Phil Davis

Ancient bug on upgrade_014_to_015

This code looked silly the way it was, with the construct:
$var = $var;
unset($var);

Seems it was accidentally changed to this way many years ago by https://github.com/pfsense/pfsense/commit/588a183b0e58f09932ffef35cc0003cca2313aba...

5b06d6ad 02/26/2015 01:26 PM Jim Pingle

Fix type (trime->trim)

2798bb68 02/26/2015 12:28 PM Phil Davis

interface_netgraph_needed can miss setting found equals true

This routine seems to go looking to see if the passed-in interface is PPP-style. At the end, if it is not PPP-style then it calls pfsense_ngctl_detach.
This foreach loop in its current state will always exit after the first iteration that is not mode "server". But it looks like it should look through all the 'pppoe' entries until it finds the interface or gets to the end....

8cf108b2 02/26/2015 07:35 AM Chris Buechler

remove unused legacy code

View revisions

Also available in: Atom