pfsense/etc
2011-10-13 21:51:50 +02:00
..
ascii-art
inc Remove the old direct_networks table which is not used throughout the filter code. Instead we now create a negate_networks table which contains both vpns, directly connected networks (static routes) which should never be tagged for policy routing which breaks traffic. 2011-10-13 21:51:50 +02:00
phpshellsessions Extend this script to also add an ipv6 rule. 2011-07-19 11:30:42 -04:00
skel Move the skel dir to /etc/skel, where it's easier to manage from a build point of view. 2010-07-06 13:55:10 -04:00
ssh
ssl
auth.conf
bogons Don't include RFC1918 in bogons. 2011-04-17 01:27:23 -04:00
bogonsv6 Add the bogonsv6 file, it's empty for now 2011-01-27 08:34:35 +01:00
ca_countries Bug #1437. Dropdown list for country codes (CA manager) 2011-06-16 23:04:49 -04:00
crontab
current-supfile
devd.conf Suppress keyboard device errors on bootup 2011-06-06 12:04:58 -04:00
dh-parameters.1024
dh-parameters.2048
dh-parameters.4096
disktab
ecl.php correctly unmount drives where a config doesn't exist 2011-04-21 20:31:14 -04:00
fbtab
gettytab
group Add missing _relayd group, and when upgrading from 1.2.3, add _relayd group and user. 2011-02-24 13:50:27 -05:00
host.conf
hosts.allow
inetd.conf
libmap.conf
login.conf
master.passwd
motd
networks
pamd.conf
passwd
pccard.conf
pf.os
pfSense.obsoletedfiles Add carp.xml to obsolete file list. 2011-06-15 14:05:06 +00:00
platform
printcap
protocols
pubkey.pem
rc Add missing s 2011-09-30 20:04:34 -04:00
rc.backup_dhcpleases.sh Ticket #931. Check that directory exist before trying to tar up. Do this for rrd and dhcpleases scripts used during shutdown. 2010-10-04 13:26:59 +00:00
rc.backup_rrd.sh Ticket #931. Check that directory exist before trying to tar up. Do this for rrd and dhcpleases scripts used during shutdown. 2010-10-04 13:26:59 +00:00
rc.banner Add a tab between ipv4 and ipv6 addresses 2011-02-01 16:08:59 +01:00
rc.bootup Make initial changes to allow pfSense to work in a jail. 2011-08-17 14:15:18 +12:00
rc.captiveportal_configure
rc.carpbackup
rc.carpmaster
rc.cdrom Use unionfs for / 2010-05-22 16:30:05 -04:00
rc.conf_mount_ro
rc.conf_mount_rw
rc.create_full_backup Ignore /var/etc directory to avoid these kinds of errors: tar: /var/etc/openvpn/client1.sock: tar format cannot archive socket 2010-11-06 17:02:11 -04:00
rc.dhclient_cron
rc.dumpon Run dumpon earlier, split dumpon/ddb from savecore and run savecore later. 2011-01-26 12:42:47 -05:00
rc.dyndns.update Move all dynamic dns update processes under the same even 'reload dyndns' since it makes sense to do so. 2010-12-07 18:25:37 +00:00
rc.embedded
rc.expireaccounts Correct typo in file name. Also do not delete users just expire them. 2010-09-08 17:02:50 +00:00
rc.filter_configure
rc.filter_configure_sync
rc.filter_configure_xmlrpc No need to call filter_reload from here. 2010-12-06 10:03:21 +00:00
rc.filter_synchronize Correctly check if it is a valid object or not 2011-09-28 23:48:18 +00:00
rc.firmware Add option to perform full backup prior to upgrade. First commit of 2011 pfSense hackathon! 2011-09-25 17:01:03 -04:00
rc.firmware_auto
rc.halt We no longer use /var/run/config.lock - catch up to other progress. Also, use lockf to test if the config is locked now, with a 30 second timeout. 2011-01-12 14:26:35 -05:00
rc.initial Make initial changes to allow pfSense to work in a jail. 2011-08-17 14:15:18 +12:00
rc.initial.defaults
rc.initial.firmware_update fix text 2011-07-09 03:23:49 -04:00
rc.initial.halt
rc.initial.password
rc.initial.ping
rc.initial.reboot
rc.initial.setlanip Correct behaviour of switching from console from any ppp type device to other type. This has been broken since new ppp code. 2011-09-12 11:46:29 +00:00
rc.initial.setports Include config.console.inc 2010-08-09 19:35:19 -04:00
rc.initial.store_config_to_removable_device
rc.initial.toggle_sshd
rc.interfaces_carp_configure
rc.interfaces_lan_configure
rc.interfaces_opt_configure
rc.interfaces_wan_configure Ticket #684. Dispatch the reloading of the interface in dial-on-demand case to easy the GUI responsivess. 2010-08-20 12:33:12 +00:00
rc.linkup Move interfaces_staticarp_configure() to interfaces.inc where it really belongs. 2011-06-29 16:06:42 -04:00
rc.nanobsd_switch_boot_slice Fix perms 2010-04-23 12:28:47 -04:00
rc.newipsecdns Ticket #1356 use locking here rather than ps to serialize execution. 2011-03-16 19:34:01 +00:00
rc.newwanip Fixes #1666. Check if the interface needs to be added to a bridge during rc.newwanip as well. 2011-08-29 19:33:28 +00:00
rc.newwanipv6 Do not send reconfigure events in the rc.newwanipv6 until we figure out a way to not step on the v4 configure too. 2011-08-31 09:19:13 +02:00
rc.notify_message Update (C) 2010-07-30 19:39:52 -04:00
rc.ntpdate
rc.packages
rc.php_ini_setup force a set path for ioncube loader 2011-08-24 18:24:37 -03:00
rc.prunecaptiveportal Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
rc.reboot We no longer use /var/run/config.lock - catch up to other progress. Also, use lockf to test if the config is locked now, with a 30 second timeout. 2011-01-12 14:26:35 -05:00
rc.reload_all
rc.reload_interfaces
rc.resolv_conf_generate Give +x to the script. Part of Ticket #838. 2010-08-23 15:00:50 +00:00
rc.restart_webgui send lighttpd a KILL in restart_webgui, once I've seen the former way result in a never ending stream of .... never killing it, and others have reported the same. a killall -9 sufficed in those instances to kill it, so this should resolve. 2011-06-27 04:00:45 -04:00
rc.restore_full_backup Add option to not restore config.xml 2011-09-25 20:27:28 -04:00
rc.savecore Fix exec bit for savecore 2011-01-26 12:44:55 -05:00
rc.savevoucher
rc.shutdown Remove old vidcontrol cruft lingering from long long ago 2011-05-31 11:58:00 -04:00
rc.start_packages Fix array parsing of rc files. Resolves #1541 2011-05-19 12:51:58 -04:00
rc.stop_packages Rework rc.stop_packages a little. Fixes #1564 2011-07-28 15:44:46 -04:00
rc.update_alias_url_data Adding alias updater 2010-03-19 20:46:11 -04:00
rc.update_bogons.sh Add the bogonsv6 table for the IPv6 bogons 2011-01-26 12:53:20 +01:00
rc.update_urltables Fix perms 2010-04-23 12:28:47 -04:00
services Revert changes to reflection for port forwards until finished and approved. 2010-05-08 16:40:05 -06:00
shells Add ssh_tunnel_shell to /etc/shells 2010-07-06 12:47:26 -04:00
sshd Only run conf_mount_rw here if there isn't another process going. 2011-03-26 17:33:15 -04:00
syslog.conf
ttys
ttys_wrap
version Correct version in /etc/version to say what it is rather than the wrong thing from the merge. 2011-07-13 13:45:46 +00:00
version_base Bump 7.1 -> 8.1 2010-09-02 16:18:43 +02:00
version_kernel Bump 7.1 -> 8.1 2010-09-02 16:18:43 +02:00