pfsense/etc
Seth Mos 3c5e10fc02 Add debugging notes so that we can easily fix this when IPv6 support is added to the pfSense module.
Remove the Accept router advertisement from all interfaces unless we enable them
2011-05-26 10:25:32 +02:00
..
ascii-art
inc Add debugging notes so that we can easily fix this when IPv6 support is added to the pfSense module. 2011-05-26 10:25:32 +02:00
phpshellsessions Update default gitsync url to be the github URL. If anyone had done a gitsync before to the standard URL, they'll need to either rm /root/pfsense/ or cd /root/pfsense/pfSenseGITREPO/pfSenseGITREPO; git remote set-url origin git://github.com/bsdperimeter/pfsense.git; and then gitsync again. 2011-05-16 16:57:02 -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
crontab
current-supfile
devd.conf Bring comment up-to-date 2011-04-28 19:53:41 +00:00
dh-parameters.1024 Comment out the code that creates a dh-parameters file at boot time and 2008-09-09 20:01:35 +00:00
dh-parameters.2048 Comment out the code that creates a dh-parameters file at boot time and 2008-09-09 20:01:35 +00:00
dh-parameters.4096 Comment out the code that creates a dh-parameters file at boot time and 2008-09-09 20:01:35 +00:00
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 * Add tftp proxy 2008-07-14 05:03:35 +00:00
libmap.conf
login.conf
master.passwd Change admin home directory to /root. 2009-07-08 21:16:05 -04:00
motd Nuke motd 2009-11-29 16:46:28 -05:00
networks
pamd.conf
passwd scponly setting isn't a default, change admin to /bin/sh just like root 2008-06-08 05:05:45 +00:00
pccard.conf
pf.os
pfSense.obsoletedfiles Add the 1.2.3 dashboard package's /usr/local/www/filter_log.inc to the obsoleted files list. (It's in /etc/inc/ now) 2011-02-10 09:04:14 -05:00
platform
printcap
protocols Fix divert protocol number, should be 258. Sockstat was broken with the old number. 2009-06-21 20:34:56 -04:00
pubkey.pem Update release key 2008-11-16 02:26:58 +00:00
rc Remove extra unmatched conf_mount_ro for a potential race condition preventing writes when generating ssh keys in the background. Ticket #673 2011-03-10 01:55:45 -07: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 Drop the ntpdate sync in favor of using ntpd -s, which should have the same net effect without needing the shell script that has been prone to hanging. 2011-04-12 13:52:34 -04:00
rc.captiveportal_configure Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed 2009-11-21 19:10:37 -05:00
rc.carpbackup Change name to rc.carpmaster and rc.carpbackup 2009-08-25 19:51:14 -04:00
rc.carpmaster Change name to rc.carpmaster and rc.carpbackup 2009-08-25 19:51:14 -04:00
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 * Hide interfaces internals to other code and use the propper interfaces. 2009-03-30 00:38:36 +00:00
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 Create symlink after disks are mounted 2009-08-06 18:28:58 -04:00
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 Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed 2009-11-21 19:10:37 -05:00
rc.filter_configure_sync Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed 2009-11-21 19:10:37 -05:00
rc.filter_configure_xmlrpc No need to call filter_reload from here. 2010-12-06 10:03:21 +00:00
rc.filter_synchronize Merge remote branch 'upstream/master' 2011-05-19 08:50:48 -04:00
rc.firmware 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.firmware_auto Revert "Use php to detect product name on shell scripts" 2009-08-26 10:45:30 -03:00
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 Echo out newline 2010-12-17 22:44:49 -05:00
rc.initial.defaults Ticket #287. It seems to work for me after fixing the includes. 2010-01-29 15:47:05 +00:00
rc.initial.firmware_update Teach the console update by url about the default auto update url. 2011-03-09 11:23:29 -05:00
rc.initial.halt Use product_name 2008-11-10 04:17:48 +00:00
rc.initial.password Add shaper.inc and auth.inc 2009-11-21 22:46:56 -05:00
rc.initial.ping
rc.initial.reboot Include neccessary files. 2009-11-27 20:03:26 +00:00
rc.initial.setlanip When setting the ip from the console also enable the interface otherwise the HTTP_REFERER checks will not let you use the GUI. 2011-01-28 16:03:42 +00:00
rc.initial.setports Include config.console.inc 2010-08-09 19:35:19 -04:00
rc.initial.store_config_to_removable_device Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed 2009-11-21 19:10:37 -05:00
rc.initial.toggle_sshd Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed 2009-11-21 19:10:37 -05:00
rc.interfaces_carp_configure Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed 2009-11-21 19:10:37 -05:00
rc.interfaces_lan_configure Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed 2009-11-21 19:10:37 -05:00
rc.interfaces_opt_configure Add required includes. 2010-01-27 22:56:18 +00:00
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 Fixes #1508. When an interface is configured as static and an up event comes manually trigger rc.newwanip so gateway and other services get restarted properly. 2011-05-19 21:03:21 +00: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 Further fine tune the gif tunnel default route commands. 2011-05-21 23:16:01 +02:00
rc.newwanipv6 Save the IPv6 DNS server and search domain to /var/etc/ so that system resolv conf picks it up. 2011-05-10 12:46:50 +00:00
rc.notify_message Update (C) 2010-07-30 19:39:52 -04:00
rc.ntpdate Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed 2009-11-21 19:10:37 -05:00
rc.packages Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed 2009-11-21 19:10:37 -05:00
rc.php_ini_setup Turn back off zlib compression 2011-01-10 09:35:11 -05:00
rc.prunecaptiveportal Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed 2009-11-21 19:10:37 -05: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 Ticket #321. Include captiveportal.inc it is needed so that rc.reload_all finishes to the end. 2010-01-29 13:31:42 +00:00
rc.reload_interfaces Really write ppp.conf during reload. Include neccessary include. 2010-01-22 18:32:09 +00:00
rc.resolv_conf_generate Give +x to the script. Part of Ticket #838. 2010-08-23 15:00:50 +00:00
rc.restart_webgui Do not reconfigure CP on every event of interfaces or while reloading the webGUI. Create 2 new function to just rewrite rules and restart the webserver for CP repctively for interface events and webGUI restart events. 2010-06-18 18:35:57 +00:00
rc.restore_full_backup Save log file and give better output of what is happening 2010-06-16 19:44:05 -04:00
rc.savecore Fix exec bit for savecore 2011-01-26 12:44:55 -05:00
rc.savevoucher Ticket #351. Add exec bit to rc.savevoucher 2010-02-11 15:02:35 +00:00
rc.shutdown Merge 8b7d912673 8b7d912673 which fixes rc.shutdown issue 2011-03-22 21:43:08 -04:00
rc.start_packages Fix array parsing of rc files. Resolves #1541 2011-05-19 12:51:58 -04:00
rc.stop_packages Fix array parsing of rc files. Resolves #1541 2011-05-19 12:51:58 -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 Rename ttyd -> ttyu 2009-09-23 19:01:23 -04:00
ttys_wrap
version Merge remote branch 'upstream/master' 2011-05-13 13:43:37 +02: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