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.42 KB
rc.bootup 14.3 KB
rc.captiveportal_configure 1.01 KB
rc.captiveportal_configure_mac 1.3 KB
rc.carpbackup 4.41 KB
rc.carpmaster 7.57 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.3 KB
rc.expireaccounts 1.64 KB
rc.filter_configure 1.06 KB
rc.filter_configure_sync 1.02 KB
rc.filter_synchronize 10.1 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.28 KB
rc.initial.ping 1.48 KB
rc.initial.reboot 2.7 KB
rc.initial.setlanip 17.2 KB
rc.initial.setports 1.4 KB
rc.initial.toggle_sshd 2.42 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.23 KB
rc.ipsec 2.9 KB
rc.kill_states 2.86 KB
rc.linkup 8.57 KB
rc.newipsecdns 2.02 KB
rc.newroutedns 1.68 KB
rc.newwanip 9.45 KB
rc.newwanipv6 6.81 KB
rc.notify_message 1.19 KB
rc.ntpdate 1.02 KB
rc.openvpn 4.61 KB
rc.package_reinstall_all 1.72 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.82 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.57 KB
version 18 Bytes

Latest revisions

# Date Author Comment
81ca1f72 10/10/2024 12:00 AM Self-Hosting-Group

UPnP IGD & PCP: Improve descriptions

d64256a5 08/23/2024 03:47 AM Marcos M

Don't restart sshguard when the syslogd service is restarted

f32dca24 08/21/2024 08:18 PM Marcos M

Stop sshguard spam in system logs. Fix #12747

Instead of restarting sshguard with each log rotation, keep it running
separately while monitoring the auth log file. This allows sshguard
start/stop events to still be included in the system log without
spamming it. When the log file is rotated by newsyslog, sshguard will...

485fe02d 08/15/2024 05:58 PM Marcos M

Introduce parse_config() and init_config_arr() stubs for backwards compatibility

Clarify comment while there.

b1e0e393 08/14/2024 04:02 AM Marcos M

Minor cleanup

0a575039 08/13/2024 09:39 PM Marcos M

Move to CURLINFO_RESPONSE_CODE

As of cURL 7.10.8, CURLINFO_HTTP_CODE is a legacy alias of
CURLINFO_RESPONSE_CODE.

1b06d5ed 08/12/2024 01:57 PM Marcos M

Fix function declaration in config_read_file()

af909d61 08/12/2024 12:13 AM Marcos M

Refactor config file reading and recovery

config_read_file():
- Refactor to adapt code from parse_config(), parse_config_bootup(),
and write_config().
- Don't exit the PHP script on failure - leave that to the caller.
- config_read(): generate config cache if needed. Included inside...

735b7681 08/08/2024 08:41 PM Marcos M

Introduce explicit config file read/write functions

05d01515 08/08/2024 08:26 PM Marcos M

Be more explicit about config locks

Introduce config lock in encrypted_configxml() and restore_backup().

Remove config lock from parse_config() and parse_config_bootup(); these
still indirectly lock the config via calls to restore_backup().

View revisions

Also available in: Atom