pfsense/etc
2014-06-16 15:10:20 -03:00
..
ascii-art
inc Create some symlinks inside pbi dir to reduce differences between 2.1 and 2.2 and avoid the need to change a lot of PBI scripts 2014-06-16 15:10:20 -03:00
mtree
phpshellsessions cf/ dir is removed below, do not need to remove the file here 2014-06-13 16:13:12 -03:00
skel
ssh
ssl default openssl to 2048 2014-03-06 16:10:33 -06:00
bogons
bogonsv6
ca_countries
crontab
ddb.conf
devd.conf
dh-parameters.1024
dh-parameters.2048
dh-parameters.4096
disktab Update disktab to FreeBSD 10 2014-03-28 23:06:02 +01:00
ecl.php Add escapeshellarg() calls on exec parameters. While I'm here, replace some exec() calls by php functions like symlink, copy, unlink, mkdir 2014-02-04 12:34:41 -02:00
fbtab
gettytab
gettytab.bak
group Merge pull request #1040 from fichtner/pw_userdel manually since it does not apply cleanly 2014-04-28 07:25:33 +00:00
host.conf
hosts.allow
inetd.conf
login.conf
master.passwd Add Unbound to the system password and group files 2014-01-29 11:29:10 +02:00
motd
networks
passwd Add Unbound to the system password and group files 2014-01-29 11:29:10 +02:00
pf.os Expose all p0f OS types that it supports so that subtypes of various Operating Systems can be detected 2014-04-29 11:52:11 -04:00
pfSense.obsoletedfiles Obsolete old clog binary from /usr/sbin 2014-05-01 13:31:43 -03:00
platform
printcap
protocols Update protocols file as well 2014-03-28 22:45:54 +01:00
pubkey.pem
rc Bring in proper gmirror support for the GUI and notifications. 2014-05-30 14:15:06 -04:00
rc.backup_dhcpleases.sh
rc.backup_rrd.sh
rc.banner
rc.bootup Remove not needed anymore function 2014-03-06 20:19:38 +01:00
rc.captiveportal_configure standardize URLs 2014-03-14 19:33:03 -05:00
rc.carpbackup fix permissions on two rc scripts 2014-03-25 09:46:22 +01:00
rc.carpmaster fix permissions on two rc scripts 2014-03-25 09:46:22 +01:00
rc.cdrom
rc.conf_mount_ro standardize URLs 2014-03-14 19:33:03 -05:00
rc.conf_mount_rw standardize URLs 2014-03-14 19:33:03 -05:00
rc.create_full_backup
rc.dhclient_cron standardize URLs 2014-03-14 19:33:03 -05:00
rc.disable_hdd_apm
rc.dumpon
rc.dyndns.update standardize URLs 2014-03-14 19:33:03 -05:00
rc.embedded
rc.expireaccounts Do not expire already disabled users, it fixes #3644 2014-06-12 09:31:03 -03:00
rc.filter_configure standardize URLs 2014-03-14 19:33:03 -05:00
rc.filter_configure_sync standardize URLs 2014-03-14 19:33:03 -05:00
rc.filter_configure_xmlrpc
rc.filter_synchronize
rc.firmware Avoid keeping old files from previous sessions on /tmp/configbak 2014-06-13 17:46:08 -03:00
rc.firmware_auto
rc.halt
rc.initial
rc.initial.defaults
rc.initial.firmware_update Fix #3691, use curl instead of fetch to download update files 2014-06-05 08:55:05 -03:00
rc.initial.halt
rc.initial.password
rc.initial.ping
rc.initial.reboot
rc.initial.setlanip Enhance interface gateway data entry descriptions 2014-02-07 09:50:06 -08:00
rc.initial.setports
rc.initial.store_config_to_removable_device
rc.initial.toggle_sshd console, reload firewall rules after enabling SSH 2014-04-14 10:33:38 +00:00
rc.interfaces_carp_configure standardize URLs 2014-03-14 19:33:03 -05:00
rc.interfaces_lan_configure standardize URLs 2014-03-14 19:33:03 -05:00
rc.interfaces_opt_configure standardize URLs 2014-03-14 19:33:03 -05:00
rc.interfaces_wan_configure standardize URLs 2014-03-14 19:33:03 -05:00
rc.kill_states standardize on https://www.pfsense.org 2014-03-14 19:08:43 -05:00
rc.linkup Take care of the loops reported for OpenVPN in tap mode. Also fixes the problems of tap disappearing from bridge if its a member. 2014-04-12 06:21:12 +00:00
rc.nanobsd_switch_boot_slice
rc.newipsecdns Remove not needed anymore function 2014-03-06 20:19:38 +01:00
rc.newroutedns
rc.newwanip fix variable typo. ticket #3669 2014-05-20 23:02:54 -05:00
rc.newwanipv6 Also add similar checks on rc.newwanipv6 as in the v4 version 2014-04-12 11:28:43 +00:00
rc.notify_message Use require_once in more places 2014-05-09 05:57:42 -07:00
rc.ntpdate
rc.openvpn
rc.packages standardize URLs 2014-03-14 19:33:03 -05:00
rc.php_ini_setup PBIs are crashing without LOGNAME being defined in the environment, define it here until PBI is fixed 2014-05-09 17:04:27 -03:00
rc.prunecaptiveportal
rc.reboot
rc.reload_all standardize URLs 2014-03-14 19:33:03 -05:00
rc.reload_interfaces standardize URLs 2014-03-14 19:33:03 -05:00
rc.resolv_conf_generate
rc.restart_webgui Add require_once where needed to avoid redeclaration from nested includes 2014-03-20 19:26:41 +00:00
rc.restore_config_backup Fix test, allows restoring last backup in the list. Fixes #3438 2014-02-06 14:02:03 -05:00
rc.restore_full_backup
rc.savecore Fix #3354, savecore -C only expects dumpdev 2013-12-26 16:10:33 -02:00
rc.savevoucher
rc.shutdown
rc.start_packages Fix PBI symlink creation and deletion under /usr/local following .pbiopt files, also drop setup_library_paths() since it's not necessary anymore 2014-04-22 15:37:35 -03:00
rc.stop_packages
rc.update_alias_url_data Rewrite update_alias_url_data to be with small memory footprint. Also return the status if an update is performed to callers and remove the write_config call embedded here since its not good to have this by default. 2014-04-30 07:07:56 +00:00
rc.update_bogons.sh standardize URLs 2014-03-14 19:18:17 -05:00
rc.update_urltables Fix #3468, wording fix 2014-02-19 08:48:14 -03:00
services
shells
sshd glob() is already called by unlink_if_exists 2014-05-30 10:18:37 -03:00
syslog.conf
ttys
ttys_wrap
version