Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  inc
  phpshellsessions
  rc.d
  skel
bogons 132 Bytes
bogonsv6 0 Bytes
dh-parameters.1024 245 Bytes
dh-parameters.2048 424 Bytes
dh-parameters.3072 595 Bytes
dh-parameters.4096 769 Bytes
dh-parameters.6144 1.09 KB
dh-parameters.8192 1.43 KB
ecl.php 4.97 KB
host.conf 205 Bytes
pfSense-ddb.conf 508 Bytes
pfSense-devd.conf 2.99 KB
pfSense-rc 13.9 KB
pfSense-rc.shutdown 1.6 KB
pfSense.obsoletedfiles 39.4 KB
rc.backup_aliastables.sh 763 Bytes
rc.backup_dhcpleases.sh 520 Bytes
rc.backup_logs.sh 1.24 KB
rc.backup_rrd.sh 479 Bytes
rc.banner 2.86 KB
rc.bootup 11.1 KB
rc.captiveportal_configure 1.01 KB
rc.captiveportal_configure_mac 1.63 KB
rc.carpbackup 4.33 KB
rc.carpmaster 7.42 KB
rc.conf 58 Bytes
rc.disable_hdd_apm 1.21 KB
rc.dumpon 1.59 KB
rc.dyndns.update 1.73 KB
rc.embedded 1.28 KB
rc.expireaccounts 1.64 KB
rc.filter_configure 1.06 KB
rc.filter_configure_sync 1.02 KB
rc.filter_synchronize 10.6 KB
rc.gateway_alarm 1.54 KB
rc.halt 241 Bytes
rc.initial 3.56 KB
rc.initial.defaults 1.63 KB
rc.initial.halt 1.53 KB
rc.initial.password 3.02 KB
rc.initial.ping 1.48 KB
rc.initial.reboot 2.45 KB
rc.initial.setlanip 17.3 KB
rc.initial.setports 1.4 KB
rc.initial.toggle_sshd 2.05 KB
rc.interfaces_carp_configure 1005 Bytes
rc.interfaces_lan_configure 1003 Bytes
rc.interfaces_opt_configure 1.03 KB
rc.interfaces_wan_configure 1.22 KB
rc.kill_states 2.91 KB
rc.linkup 5.57 KB
rc.newipsecdns 2.01 KB
rc.newroutedns 1.68 KB
rc.newwanip 8.54 KB
rc.newwanipv6 5.74 KB
rc.notify_message 1.19 KB
rc.ntpdate 1.02 KB
rc.openvpn 4.63 KB
rc.package_reinstall_all 1.71 KB
rc.packages 1.95 KB
rc.periodic 1015 Bytes
rc.php-fpm_restart 1.75 KB
rc.php_ini_setup 9.51 KB
rc.prunecaptiveportal 1.81 KB
rc.ramdisk_functions.sh 5.78 KB
rc.reboot 1.16 KB
rc.reload_all 1.2 KB
rc.reload_interfaces 1.14 KB
rc.resolv_conf_generate 978 Bytes
rc.restart_webgui 1.25 KB
rc.restore_config_backup 3.88 KB
rc.restore_ramdisk_store 2.41 KB
rc.savecore 1.18 KB
rc.savevoucher 1.22 KB
rc.start_packages 2.54 KB
rc.stop_packages 895 Bytes
rc.update_alias_url_data 1.14 KB
rc.update_bogons.sh 5.41 KB
rc.update_pkg_metadata 1.51 KB
rc.update_urltables 2.69 KB
sshd 6.57 KB
version 18 Bytes

Latest revisions

# Date Author Comment
a17e9816 06/14/2021 06:10 PM Renato Botelho

link_interface_to_tunnelif(): Make it consistent

Change link_interface_to_tunnelif() to always return an array and
simplify logic used when it's used removing unneeded checks

77e3e15a 06/14/2021 06:09 PM Renato Botelho

Do not unset variables that will be set on next line

25b839d4 06/12/2021 05:54 PM Jim Pingle

This appears to be causing unintended fallout. Reverting for now.

Revert "Delete static routes on gateway down. Fixes #11296"

This reverts commit 3fca57f8fae3733845c90338943c418bb77e68b7.

4aab19d4 06/11/2021 03:52 PM Viktor Gurov

Remove urlencode() for NoIP.com DDNS credentials. Fixes #12021.

99b3a5cb 06/10/2021 04:54 PM Jim Pingle

Change pkg install variable references. Fixes #11290

  • For whatever reason, PHP was failing to copy certain values into
    $pkg_data which was a reference to the pkg configuration, so drop that
    and use the $config variable directly.
  • While here, fix initialization of pkg tab contents...
d4b4c180 06/03/2021 04:45 PM Viktor Gurov

Correct RADVD log message on HA event. Fixes #11966

3d259e5e 06/02/2021 02:21 PM Kristof Provost

Use 'tos' rather than 'dscp' keyword for pf DSCP matching

The 'dscp' keyword is pfSense-specific, but doesn't do anything more
than the FreeBSD 'tos' keyword.
Using 'tos' will let us remove a diff from our local FreeBSD branch.

4715251f 06/02/2021 02:21 PM Kristof Provost

schedule: Use the new multi-label support

We've removed the pfsense specific 'schedule' keyword, and now use the new
multi-label support. That is, schedules are now just another label (prefixed
with 's:'). We also use the classic pfctl kill option (-k) rather than...

78b98b41 06/02/2021 02:21 PM Kristof Provost

Tell pf to keep counter values

Pf can attempt to preserve (rule) counter values across rule updates.
We've reverted our home-grown implementation and switched to the upstream
implementation. We must tell pf to actually do this, so 'set keepcounters'.

7dbe76cd 05/27/2021 04:20 PM Jim Pingle

Init pkg plugin array before use. Fixes #11290

View revisions

Also available in: Atom