Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  ascii-art
  inc
  mtree
  phpshellsessions
  rc.d
  skel
  ssh
  ssl
bogons 132 Bytes
bogonsv6 0 Bytes
ca_countries 3.33 KB
crontab 126 Bytes
ddb.conf 225 Bytes
devd.conf 4.53 KB
dh-parameters.1024 245 Bytes
dh-parameters.2048 424 Bytes
dh-parameters.4096 769 Bytes
disktab 5.76 KB
ecl.php 6.08 KB
group 413 Bytes
host.conf 205 Bytes
hosts.allow 89 Bytes
login.conf 6.37 KB
master.passwd 1.86 KB
motd 0 Bytes
networks 365 Bytes
passwd 1.49 KB
pf.os 28.1 KB
pfSense.obsoletedfiles 30.8 KB
platform 7 Bytes
rc 15 KB
rc.backup_aliastables.sh 640 Bytes
rc.backup_dhcpleases.sh 212 Bytes
rc.backup_rrd.sh 784 Bytes
rc.banner 4.38 KB
rc.bootup 12.8 KB
rc.captiveportal_configure 2.58 KB
rc.captiveportal_configure_mac 3.25 KB
rc.carpbackup 5.44 KB
rc.carpmaster 5.43 KB
rc.cdrom 3.12 KB
rc.conf 58 Bytes
rc.conf_mount_ro 2.44 KB
rc.conf_mount_rw 2.44 KB
rc.disable_hdd_apm 2.57 KB
rc.dumpon 2.93 KB
rc.dyndns.update 2.98 KB
rc.embedded 3.06 KB
rc.expireaccounts 3.24 KB
rc.filter_configure 2.62 KB
rc.filter_configure_sync 2.59 KB
rc.filter_configure_xmlrpc 2.96 KB
rc.filter_synchronize 16.7 KB
rc.gateway_alarm 2.48 KB
rc.halt 242 Bytes
rc.initial 5.6 KB
rc.initial.defaults 3.2 KB
rc.initial.halt 3.1 KB
rc.initial.password 4.47 KB
rc.initial.ping 3.05 KB
rc.initial.reboot 3.09 KB
rc.initial.setlanip 17.9 KB
rc.initial.setports 2.97 KB
rc.initial.store_config_to_removable_device 4.19 KB
rc.initial.toggle_sshd 3.51 KB
rc.interfaces_carp_configure 2.55 KB
rc.interfaces_lan_configure 2.55 KB
rc.interfaces_opt_configure 2.6 KB
rc.interfaces_wan_configure 2.79 KB
rc.kill_states 4.18 KB
rc.linkup 5.87 KB
rc.nanobsd_switch_boot_slice 3.14 KB
rc.newipsecdns 3.22 KB
rc.newroutedns 3.2 KB
rc.newwanip 9.29 KB
rc.newwanipv6 7.24 KB
rc.notify_message 2.87 KB
rc.ntpdate 2.59 KB
rc.openvpn 5.8 KB
rc.packages 3.51 KB
rc.php-fpm_restart 3.17 KB
rc.php_ini_setup 11 KB
rc.prunecaptiveportal 3.63 KB
rc.reboot 3.45 KB
rc.reload_all 2.77 KB
rc.reload_interfaces 2.71 KB
rc.resolv_conf_generate 2.52 KB
rc.restart_webgui 2.82 KB
rc.restore_config_backup 5.69 KB
rc.savecore 2.72 KB
rc.savevoucher 2.79 KB
rc.shutdown 3.57 KB
rc.start_packages 3.94 KB
rc.stop_packages 2.44 KB
rc.update_alias_url_data 2.66 KB
rc.update_bogons.sh 6.8 KB
rc.update_urltables 4.25 KB
shells 267 Bytes
sshd 8.48 KB
syslog.conf 612 Bytes
ttys 2.08 KB
version 14 Bytes

Latest revisions

# Date Author Comment
5d892fd8 08/29/2016 06:05 PM Phil Davis

Indent dhcpd.conf option custom
(cherry picked from commit c507161d557817c1f6f0adbef9ffdbad82115ee8)

9a1ae6e6 08/29/2016 06:05 PM Phil Davis

Fix #6720 DHCP options by pool

It is a little bit tricky having to generate the unique "option custom-if-n-m code ..." lines at first where n = pool index and m = item index in the items of the pool. Then make sure to reference that later, getting the same pool index into the array of pools. The $all_pools array as the "overall" or "base" pool first (at index 0), followed by the user-specified pools at index 1, 2, 3,... - which are actually at indexes 0, 1, 2,... in the ordinary array of pools in the config. So the -1 at line 910 has to happen....

93adc650 08/29/2016 06:03 PM Phil Davis

Fix double domain-name-servers for pool

Add a pool and specify something in 1 or more of the DNS servers boxes for the pool.
The "option domain-name-servers 1.2.3.4" line appears twice in dhcpd.conf
The first bit of code to do it is at lines 787-799. I have deleted this 2nd time that it is done at lines 854-856....

f2ac72d6 08/29/2016 05:59 PM Phil Davis

Fix #6724 VLAN interface displayed wrong

in interface assignment script dialog.

The str_replace() calls were not smart enough to just get rid of bare "igb1" when "igb1_vlan123" and such like was also in the list.
(cherry picked from commit fd020a2d94077cc9c8ee6bac5b3da11e116c84a2)

a2a3ca38 08/19/2016 02:07 PM Jim Pingle

Use "-C /dev/null" when starting dnsmasq to avoid it picking up an incorrect default config which would override our command line parameters. Fixes #6730

a6412d53 08/16/2016 01:24 PM Phil Davis

Fix DDNS domain for static map DHCP entries

If you specify DDNS Domain in a DHCP static map entry, it does not make its way through to dhcpd.conf
This is because the var name $pdnscfg is wrong from an old copy-paste that first made this code.
(cherry picked from commit a5a55231770e548898b6b1c18146cc0c6631c5c6)

3896b732 08/16/2016 01:22 PM Phil Davis

Code style and comments

No functional change - just making style consistent

(cherry picked from commit 9d3e8723171c727cf43338bd8e95ab2bb7e6a66c)

79925b87 08/11/2016 05:53 PM Renato Botelho

Pass along send_smtp_message() return, otherwise message will not be shown when testing SMTP settings

96d2f02e 08/08/2016 12:49 PM Phil Davis

Text typo

Noted by Daryl Morse in comment on Redmine bug 6637.
(cherry picked from commit bf6ae0ad277710ffa64ee0967c5d4f717c2bc54b)

8dc90525 08/05/2016 02:59 PM Renato Botelho

Verify if interface is active gw for gw group before update dynamic DNS

View revisions

Also available in: Atom