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.54 KB
dh-parameters.1024 245 Bytes
dh-parameters.2048 424 Bytes
dh-parameters.4096 769 Bytes
disktab 5.76 KB
ecl.php 6.09 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.9 KB
platform 7 Bytes
rc 15.4 KB
rc.backup_aliastables.sh 640 Bytes
rc.backup_dhcpleases.sh 212 Bytes
rc.backup_rrd.sh 754 Bytes
rc.banner 4.39 KB
rc.bootup 13.9 KB
rc.captiveportal_configure 2.59 KB
rc.captiveportal_configure_mac 3.26 KB
rc.carpbackup 5.86 KB
rc.carpmaster 5.86 KB
rc.cdrom 3.13 KB
rc.conf 58 Bytes
rc.conf_mount_ro 2.45 KB
rc.conf_mount_rw 2.45 KB
rc.disable_hdd_apm 2.58 KB
rc.dumpon 2.94 KB
rc.dyndns.update 2.99 KB
rc.embedded 3.07 KB
rc.expireaccounts 3.25 KB
rc.filter_configure 2.63 KB
rc.filter_configure_sync 2.6 KB
rc.filter_configure_xmlrpc 2.97 KB
rc.filter_synchronize 16.8 KB
rc.gateway_alarm 2.49 KB
rc.halt 242 Bytes
rc.initial 5.61 KB
rc.initial.defaults 3.21 KB
rc.initial.halt 3.11 KB
rc.initial.password 4.59 KB
rc.initial.ping 3.06 KB
rc.initial.reboot 3.1 KB
rc.initial.setlanip 17.9 KB
rc.initial.setports 2.98 KB
rc.initial.store_config_to_removable_device 4.2 KB
rc.initial.toggle_sshd 3.52 KB
rc.interfaces_carp_configure 2.56 KB
rc.interfaces_lan_configure 2.56 KB
rc.interfaces_opt_configure 2.61 KB
rc.interfaces_wan_configure 2.8 KB
rc.kill_states 4.19 KB
rc.linkup 6.32 KB
rc.nanobsd_switch_boot_slice 3.15 KB
rc.newipsecdns 3.23 KB
rc.newroutedns 3.26 KB
rc.newwanip 9.3 KB
rc.newwanipv6 7.25 KB
rc.notify_message 2.88 KB
rc.ntpdate 2.6 KB
rc.openvpn 5.81 KB
rc.packages 3.53 KB
rc.php-fpm_restart 3.18 KB
rc.php_ini_setup 11 KB
rc.prunecaptiveportal 3.38 KB
rc.reboot 3.46 KB
rc.reload_all 2.78 KB
rc.reload_interfaces 2.72 KB
rc.resolv_conf_generate 2.53 KB
rc.restart_webgui 2.83 KB
rc.restore_config_backup 5.7 KB
rc.savecore 2.73 KB
rc.savevoucher 2.8 KB
rc.shutdown 3.58 KB
rc.start_packages 3.95 KB
rc.stop_packages 2.45 KB
rc.update_alias_url_data 2.67 KB
rc.update_bogons.sh 6.81 KB
rc.update_urltables 4.26 KB
shells 267 Bytes
sshd 8.49 KB
syslog.conf 612 Bytes
ttys 2.08 KB
version 18 Bytes

Latest revisions

# Date Author Comment
6f880c0f 05/03/2017 04:37 PM Renato Botelho

Bump pfSense version to 2.3.5-DEVELOPMENT

af0f961b 05/03/2017 12:30 PM Phil Davis

Fix #7508 stop write_config after reset_factory_defaults

(cherry picked from commit 3dcaae882cdfdd86826be4db9b38ce04389701ec)

acc7db22 05/02/2017 08:08 PM Jim Pingle

Work around broken wizard rules for ticket #7434

3e867e61 05/02/2017 03:33 PM Renato Botelho

save uniqueid during boot

1e40bdeb 04/27/2017 01:44 PM Phillip Davis

Fix comparisons for CDATA tags in config

Some length numbers here do not match the strings they are comparing with. That looks very odd.
Note that:
```
substr($ent, 0, 5) == "text"
```
will return true when $ent is "text". So actually this "works". But it returns false if $ent is "text1" "texta" etc....

3b010c68 04/26/2017 09:06 PM NOYB NOYB

Vendor MAC Retention - Update

Only write if changed or missing.

Vast majority of reboots will not have a change so don't hit the file system with a needless write. RAM disk enabled systems will always write due to missing the file on boot up.

a822576e 04/26/2017 09:06 PM NOYB NOYB

Vendor MAC Retention File Consolidate

Use a single file for vendor MAC retention (vendor_mac).
a) Writes only one file during boot up rather than a file for each interface.
b) More efficient than numerous tiny files.
c) Friendlier to write cycle sensitive media in a RAM disk disabled system.

e90c506f 04/26/2017 09:06 PM NOYB NOYB

Vendor MAC Retention File Relocate

Relocate the vendor MAC retention file to /var/db directory.
a) It's more at home here with other network interface stuff.
b) Friendlier to write cycle sensitive media in a RAM disk enabled system.

d9c3f61a 04/26/2017 09:06 PM NOYB NOYB

Vendor MAC Restore Logic

Only use the vendor MAC retention file for restoring the vendor MAC when not booting.
a) During boot up the current MAC that is obtained from the system is the vendor MAC.
b) Using this eliminates the inefficient need to open the vendor MAC retention file for every interface during system boot up.

f2a19d77 04/26/2017 09:06 PM NOYB NOYB

Spoof MAC Var Name

Rename 'spoof_mac' var to generic 'mac_addr'.
a) It may be the vendor MAC or a spoofed MAC.
b) Update the comment re: not reapplying an already applied MAC.

View revisions

Also available in: Atom