Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  ascii-art
  inc
  mtree
  phpshellsessions
  skel
  ssh
  ssl
bogons 132 Bytes
bogonsv6 0 Bytes
ca_countries 3.33 KB
crontab 126 Bytes
ddb.conf 225 Bytes
devd.conf 2.14 KB
dh-parameters.1024 245 Bytes
dh-parameters.2048 424 Bytes
dh-parameters.4096 769 Bytes
disktab 5.76 KB
ecl.php 5.21 KB
fbtab 142 Bytes
gettytab 6.02 KB
group 413 Bytes
host.conf 205 Bytes
hosts.allow 89 Bytes
inetd.conf 65 Bytes
login.conf 6.37 KB
master.passwd 1.8 KB
motd 0 Bytes
networks 365 Bytes
passwd 1.49 KB
pf.os 28.1 KB
pfSense.obsoletedfiles 33.8 KB
platform 7 Bytes
printcap 0 Bytes
protocols 6.3 KB
pubkey.pem 630 Bytes
rc 12.6 KB
rc.backup_dhcpleases.sh 212 Bytes
rc.backup_rrd.sh 785 Bytes
rc.banner 3.32 KB
rc.bootup 12.7 KB
rc.captiveportal_configure 1.56 KB
rc.carpbackup 2.89 KB
rc.carpmaster 3.21 KB
rc.cdrom 1.04 KB
rc.conf_mount_ro 1.44 KB
rc.conf_mount_rw 1.44 KB
rc.create_full_backup 496 Bytes
rc.dhclient_cron 2 KB
rc.disable_hdd_apm 274 Bytes
rc.dumpon 698 Bytes
rc.dyndns.update 1.97 KB
rc.embedded 948 Bytes
rc.expireaccounts 2.1 KB
rc.filter_configure 1.63 KB
rc.filter_configure_sync 1.59 KB
rc.filter_configure_xmlrpc 2.09 KB
rc.filter_synchronize 15.5 KB
rc.firmware 17.3 KB
rc.firmware_auto 2.74 KB
rc.halt 234 Bytes
rc.initial 3.7 KB
rc.initial.defaults 1.89 KB
rc.initial.firmware_update 5.39 KB
rc.initial.halt 1.93 KB
rc.initial.password 3.26 KB
rc.initial.ping 1.9 KB
rc.initial.reboot 1.87 KB
rc.initial.setlanip 16.7 KB
rc.initial.setports 1.81 KB
rc.initial.store_config_to_removable_device 3.05 KB
rc.initial.toggle_sshd 2.43 KB
rc.interfaces_carp_configure 1.55 KB
rc.interfaces_lan_configure 1.55 KB
rc.interfaces_opt_configure 1.6 KB
rc.interfaces_wan_configure 1.77 KB
rc.kill_states 3.07 KB
rc.linkup 4.94 KB
rc.nanobsd_switch_boot_slice 786 Bytes
rc.newipsecdns 2.09 KB
rc.newroutedns 2.08 KB
rc.newwanip 7.62 KB
rc.newwanipv6 6.28 KB
rc.notify_message 1.88 KB
rc.ntpdate 1.56 KB
rc.openvpn 4.65 KB
rc.packages 1.69 KB
rc.php-fpm_restart 439 Bytes
rc.php_ini_setup 11 KB
rc.prunecaptiveportal 2.46 KB
rc.reboot 1016 Bytes
rc.reload_all 1.77 KB
rc.reload_interfaces 1.71 KB
rc.resolv_conf_generate 1.51 KB
rc.restart_webgui 416 Bytes
rc.restore_config_backup 3.29 KB
rc.restore_full_backup 512 Bytes
rc.savecore 472 Bytes
rc.savevoucher 1.6 KB
rc.shutdown 1.18 KB
rc.start_packages 2.98 KB
rc.stop_packages 80 Bytes
rc.update_alias_url_data 1.63 KB
rc.update_bogons.sh 4.55 KB
rc.update_urltables 1.55 KB
services 150 KB
shells 267 Bytes
sshd 7.09 KB
syslog.conf 612 Bytes
ttys 2.04 KB
version 7 Bytes

Latest revisions

# Date Author Comment
d3bf4a41 12/11/2014 09:47 PM Renato Botelho

Split ICMP and ICMPv6 types on Firewall Rules

- Remove redundant declaration of $icmptypes and move it to a common
place (filter.inc)
- Add missing ICMP types for v4
- Add ICMPv6 types
- Adjust javascripts to show correct options depending of IP Protocol...

470b14d8 12/11/2014 06:46 PM Renato Botelho

Fix #4099:

- When interface is 'lo0', strpos returns 0, that is erroneously
considered false (boolean) on the test. Be more strict on strpos return
to avoid skiping lo0 ip aliases during sync.

07ab838e 12/11/2014 09:38 AM Phil Davis

Improve check if no OpenVPN defined

Alternate version of https://github.com/pfsense/pfsense/pull/1376
This version retains the is_array() checks and then only does the count() if the is_array() is true.
Take whichever version you like.

3740e87e 12/10/2014 04:35 PM Jim Pingle

Setup ddb on all platforms. On full install it will save the dump, on NanoBSD it will print to console and auto-reboot.
This way, a router running NanoBSD won't sit at a db> prompt indefinitely if it crashes.

52e97bcc 12/10/2014 11:58 AM Renato Botelho

Make sure this message is only displayed on console

c02acef2 12/10/2014 11:56 AM Renato Botelho

get_failover_interface() is already called inside get_interface_ip(v6), no need to call it twice. It should fix #4089

e2a319f3 12/08/2014 09:45 PM Renato Botelho

Use exit instead of return here, otherwise script's return code is always 0 and user with wrong password is authenticated

14bd365a 12/07/2014 10:32 PM Phil Davis

Provide success return indication from console_configure_dhcpd

Recent commit https://github.com/pfsense/pfsense/commit/9ea554ee5cb25ea3bf5bb6bf7997c6c7379ce349 added testing of the return status of console_configure_dhcpd() - this let a user effectively abort from doing anything if they have answered "y" to prompt_for_enable_dhcp_server() and are being asked for the start and end of the range, and then decide they do not want to proceed....

a4e07baf 12/05/2014 09:06 PM Chris Buechler

Disable RC4 ciphers in lighttpd

72e79bc7 12/05/2014 07:04 PM Renato Botelho

Call filter_configure_sync() is a better fix for #4066, as pointed by Ermal

View revisions

Also available in: Atom