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
host.conf 205 Bytes
pfSense-ddb.conf 525 Bytes
pfSense-devd.conf 3.39 KB
pfSense-rc 16.4 KB
pfSense-rc.shutdown 1.73 KB
pfSense.obsoletedfiles 40.2 KB
rc.backup_aliastables.sh 763 Bytes
rc.backup_captiveportal.sh 867 Bytes
rc.backup_dhcpleases.sh 520 Bytes
rc.backup_logs.sh 1.24 KB
rc.backup_rrd.sh 479 Bytes
rc.banner 3.4 KB
rc.bootup 14.3 KB
rc.captiveportal_configure 1.01 KB
rc.captiveportal_configure_mac 1.29 KB
rc.carpbackup 4.43 KB
rc.carpmaster 7.55 KB
rc.checkclock 1.5 KB
rc.conf 58 Bytes
rc.disable_hdd_apm 1.21 KB
rc.dumpon 1.59 KB
rc.dyndns.update 1.73 KB
rc.ecl 7.25 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 9.05 KB
rc.gateway_alarm 1.55 KB
rc.halt 241 Bytes
rc.initial 3.28 KB
rc.initial.defaults 1.67 KB
rc.initial.halt 1.57 KB
rc.initial.password 3.15 KB
rc.initial.ping 1.48 KB
rc.initial.reboot 2.7 KB
rc.initial.setlanip 17.3 KB
rc.initial.setports 1.4 KB
rc.initial.toggle_sshd 2.44 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.ipsec 2.9 KB
rc.kill_states 2.85 KB
rc.linkup 8.57 KB
rc.newipsecdns 2.03 KB
rc.newroutedns 1.68 KB
rc.newwanip 9.35 KB
rc.newwanipv6 6.79 KB
rc.notify_message 1.19 KB
rc.ntpdate 1.02 KB
rc.openvpn 4.62 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 11.3 KB
rc.prunecaptiveportal 1.81 KB
rc.ramdisk_functions.sh 6.92 KB
rc.reboot 1.19 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.69 KB
rc.savevoucher 1.22 KB
rc.start_packages 2.51 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.73 KB
sshd 6.63 KB
version 18 Bytes

Latest revisions

# Date Author Comment
189dbb7a 05/23/2024 05:37 PM Marcos M

Move to password_hash()

Use of crypt() requires a salt since PHP 8.0. Use password_hash() to align with 8ddf2b5.

787a9938 05/23/2024 05:37 PM Marcos M

Remove superfluous function arguments

Added in 0eae38c

fe918db8 05/23/2024 05:37 PM Marcos M

Return a value in convert_openvpn_interface_to_friendly_descr()

Calls to this function expect a return value which is then echo'd.

8eab4c32 05/23/2024 05:37 PM Marcos M

Fix missed changes in 2aafa69

The direct value is now used instead of the constant variable.

0ae0babf 05/23/2024 05:37 PM Marcos M

Fix missed changes in the transition from ipfw to pf

1ec82c30 05/23/2024 05:37 PM Marcos M

Fix typos and copy/paste issues

Issues found by the PHP linter mostly include typos and usage of
unassigned variables. To address these, traverse the commit history
to determine the intent.

d900b9d4 05/23/2024 05:37 PM Marcos M

Fix PHP linter issues

01258f1e 05/23/2024 05:37 PM Marcos M

Support adding to an array in array_set_path()

- Avoid infinite loop with empty paths.
- Support setting $value to the $arr root.
- If $path contains a trailing forward-slash '/', push $value to the
leaf node; replace the leaf node if it's a scalar.

0c1496a4 05/21/2024 02:23 PM Brad Davis

With pkg switching to curl the format of the auth string has changed

45419ed4 05/17/2024 01:24 PM Steve Wheeler

Add newlines to crontab proxy variables. Fixes #15502

View revisions

Also available in: Atom