| .. |
|
ascii-art
|
|
|
|
inc
|
Preserve exit code lost from s/exit/return/
|
2014-12-02 12:59:54 +01:00 |
|
mtree
|
|
|
|
phpshellsessions
|
Ticket #3967. Allow to have carp as parent of ipaliases - continued
|
2014-11-10 15:00:30 +01:00 |
|
skel
|
remove the command number shown in the shell prompt, it's a pointless
|
2014-10-21 12:46:38 -05:00 |
|
ssh
|
|
|
|
ssl
|
cherry pic from 'hotfix/3347-Certificate_Authority_SAN_names_not_working':
|
2014-08-14 02:18:32 +02:00 |
|
bogons
|
|
|
|
bogonsv6
|
|
|
|
ca_countries
|
|
|
|
crontab
|
|
|
|
ddb.conf
|
|
|
|
devd.conf
|
|
|
|
dh-parameters.1024
|
|
|
|
dh-parameters.2048
|
|
|
|
dh-parameters.4096
|
|
|
|
disktab
|
|
|
|
ecl.php
|
Change copyright statement to reflect reality
|
2014-11-10 23:36:14 -06:00 |
|
fbtab
|
|
|
|
gettytab
|
Sync gettytab with FreeBSD 10-STABLE, also reduce customizations, the only difference is al.Pc entry, for Pc with auto login
|
2014-07-01 13:33:07 -03:00 |
|
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
|
|
|
|
motd
|
|
|
|
networks
|
|
|
|
passwd
|
|
|
|
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
|
don't include cert.pem in the obsoletedfiles list.
|
2014-12-02 11:08:08 -06:00 |
|
platform
|
|
|
|
printcap
|
|
|
|
protocols
|
|
|
|
pubkey.pem
|
|
|
|
rc
|
Try to silence the errors for missing /var/db/rrd during bootup.
|
2014-11-27 14:48:19 +01:00 |
|
rc.backup_dhcpleases.sh
|
|
|
|
rc.backup_rrd.sh
|
Process RRD backup compression in var
|
2014-11-28 23:24:10 +05:45 |
|
rc.banner
|
|
|
|
rc.bootup
|
rename interfaces_carp_setup to interfaces_sync_setup and call it during bootup since it does not only relate to carp interfaces.
|
2014-10-15 01:39:56 +02:00 |
|
rc.captiveportal_configure
|
|
|
|
rc.carpbackup
|
|
|
|
rc.carpmaster
|
|
|
|
rc.cdrom
|
|
|
|
rc.conf_mount_ro
|
|
|
|
rc.conf_mount_rw
|
|
|
|
rc.create_full_backup
|
|
|
|
rc.dhclient_cron
|
|
|
|
rc.disable_hdd_apm
|
|
|
|
rc.dumpon
|
|
|
|
rc.dyndns.update
|
isset($_GET) seems to always evaluate to true, use something more specific. Fixes use of rc.linkup when run from CLI. Others likely fix similar circumstances, though maybe not ones that are used anywhere.
|
2014-11-05 19:47:22 -06: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
|
|
|
|
rc.filter_configure_sync
|
|
|
|
rc.filter_configure_xmlrpc
|
|
|
|
rc.filter_synchronize
|
Avoid calling exit in backend now that fpm is used for php since its a pesimization and can break calling scripts assumption on locks.
|
2014-12-02 11:18:39 +01:00 |
|
rc.firmware
|
Make sure scripts have necessary attributes and use its shebang line instead of force sh to call it. This will help to prevent or workaround issues similar to #3749 in the future
|
2014-07-11 08:23:04 -03:00 |
|
rc.firmware_auto
|
|
|
|
rc.halt
|
|
|
|
rc.initial
|
Use clog -f /var/log/filter.log to view firewall log entries, so they are displayed in the new format.
|
2014-12-02 12:46:14 -05:00 |
|
rc.initial.defaults
|
|
|
|
rc.initial.firmware_update
|
Remove these booting settings since are useless
|
2014-11-28 13:00:47 +01:00 |
|
rc.initial.halt
|
|
|
|
rc.initial.password
|
|
|
|
rc.initial.ping
|
|
|
|
rc.initial.reboot
|
|
|
|
rc.initial.setlanip
|
Preserve exit code lost from s/exit/return/
|
2014-12-02 12:59:54 +01:00 |
|
rc.initial.setports
|
|
|
|
rc.initial.store_config_to_removable_device
|
Remove exit and also properly close open files
|
2014-12-02 11:28:37 +01:00 |
|
rc.initial.toggle_sshd
|
|
|
|
rc.interfaces_carp_configure
|
|
|
|
rc.interfaces_lan_configure
|
|
|
|
rc.interfaces_opt_configure
|
|
|
|
rc.interfaces_wan_configure
|
isset($_GET) seems to always evaluate to true, use something more specific. Fixes use of rc.linkup when run from CLI. Others likely fix similar circumstances, though maybe not ones that are used anywhere.
|
2014-11-05 19:47:22 -06:00 |
|
rc.kill_states
|
Remove exit and also properly close open files
|
2014-12-02 11:28:37 +01:00 |
|
rc.linkup
|
Lock rc.linkup based on interface to avoid races in between up/down events which might create a loop. This is more a timing issue but better enforce serialization here. check_reload_status forces this but not between start and stop but just between similar events. Probably need to bring more inteligence there.
|
2014-12-02 11:24:47 +01:00 |
|
rc.nanobsd_switch_boot_slice
|
Remove exit from as much as possible backend code
|
2014-12-02 11:33:21 +01:00 |
|
rc.newipsecdns
|
|
|
|
rc.newroutedns
|
|
|
|
rc.newwanip
|
Fixup misleading comment
|
2014-11-28 08:48:58 +05:45 |
|
rc.newwanipv6
|
Rather than set the g['booting'] on globals provide a function to test for that doing the right checks
|
2014-11-26 13:10:01 +01:00 |
|
rc.notify_message
|
Use require_once in more places
|
2014-05-09 05:57:42 -07:00 |
|
rc.ntpdate
|
|
|
|
rc.openvpn
|
isset($_GET) seems to always evaluate to true, use something more specific. Fixes use of rc.linkup when run from CLI. Others likely fix similar circumstances, though maybe not ones that are used anywhere.
|
2014-11-05 19:47:22 -06:00 |
|
rc.packages
|
|
|
|
rc.php_ini_setup
|
Add filter.so to list of extensions loaded for 2.2
|
2014-08-18 09:34:21 -05:00 |
|
rc.php-fpm_restart
|
show user that something is actually happening when they choose php-fpm_restart
|
2014-11-15 23:37:38 -06:00 |
|
rc.prunecaptiveportal
|
|
|
|
rc.reboot
|
|
|
|
rc.reload_all
|
|
|
|
rc.reload_interfaces
|
|
|
|
rc.resolv_conf_generate
|
|
|
|
rc.restart_webgui
|
|
|
|
rc.restore_config_backup
|
|
|
|
rc.restore_full_backup
|
|
|
|
rc.savecore
|
|
|
|
rc.savevoucher
|
|
|
|
rc.shutdown
|
Remove extra noise from rc.shutdown
|
2014-08-20 08:40:47 -03:00 |
|
rc.start_packages
|
Use the same strategy as on CP by putting a file to detect running instances and if older than 90seconds continue otherwise just let the previous one continue.
|
2014-11-24 19:59:55 +01: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
|
wait 10 minutes before retrying on soft failures to avoid us getting DoSed
|
2014-12-02 11:14:03 -06:00 |
|
rc.update_urltables
|
Remove exit from as much as possible backend code
|
2014-12-02 11:33:21 +01:00 |
|
services
|
|
|
|
shells
|
|
|
|
sshd
|
Remove variable use here since it's confusing sshdcond package, ticket #3959
|
2014-11-26 08:15:21 -02:00 |
|
syslog.conf
|
|
|
|
ttys
|
Back to cons25 for now since we found some issues with xterm on serial console
|
2014-07-02 17:24:25 -03:00 |
|
version
|
It's time to move to 2.2-BETA
|
2014-09-17 07:27:39 -03:00 |