Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ticket #802. During a config restore detect if the vlan interfaces need ↵ | Ermal | 2010-12-28 | 3 | -1/+27 |
| | | | | reassignment too. This might be problematic for other type of interfaces on 2.0! | ||||
* | Add radius port and radius accounting port to config if supplied. | Ermal | 2010-12-28 | 1 | -1/+7 |
| | |||||
* | Ticket #1116: anonymous sainfo may be used only for single phase2 ipsec VPN's | Pierre POMES | 2010-12-28 | 2 | -3/+21 |
| | |||||
* | Fix case statements, may fix rrd graph generation for certain periods. | jim-p | 2010-12-28 | 1 | -2/+2 |
| | |||||
* | Run filter configure after doing a save on CP. | Ermal | 2010-12-28 | 1 | -0/+2 |
| | |||||
* | clarify CSRF failure message | Chris Buechler | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | fix text | Chris Buechler | 2010-12-28 | 1 | -2/+2 |
| | |||||
* | Undo last commit. Need to add an additional check for opackage count == 0 | Scott Ullrich | 2010-12-27 | 1 | -0/+1 |
| | |||||
* | Don't include rfc1918 in bogons | jim-p | 2010-12-27 | 1 | -3/+0 |
| | |||||
* | Allow any port to go out for CP. This should unbreak traffic of CP rdr! | Ermal | 2010-12-28 | 1 | -2/+2 |
| | |||||
* | Use convert_friendly_interface_to_friendly_descr in the wol widget, just ↵ | jim-p | 2010-12-27 | 1 | -5/+1 |
| | | | | like on the main page. Ticket #1103 | ||||
* | Use strtoupper here | jim-p | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | Unlink needs_package_sync after one pkg has installed OK which means that ↵ | Scott Ullrich | 2010-12-27 | 2 | -2/+2 |
| | | | | our internet connection is up. | ||||
* | Fix OpenVPN NetBIOS settings not propagating from the wizard to the server ↵ | jim-p | 2010-12-27 | 1 | -0/+1 |
| | | | | instance. | ||||
* | Ticket #944. Wehn changing the parent interface make sure to destroy the old ↵ | Ermal | 2010-12-27 | 1 | -0/+5 |
| | | | | vlan before creating the new one. Since vlans use the name of the parent the old interface referencing the old parent vlan will remain intact. | ||||
* | fix text | Chris Buechler | 2010-12-25 | 1 | -1/+1 |
| | |||||
* | fix text | Chris Buechler | 2010-12-25 | 1 | -1/+1 |
| | |||||
* | default to single host on 1:1 NAT as it always has and is the most common usage | Chris Buechler | 2010-12-25 | 1 | -1/+1 |
| | |||||
* | switch back to Internal rather than Source, Source is just confusing | Chris Buechler | 2010-12-25 | 2 | -5/+5 |
| | |||||
* | update bogons | Chris Buechler | 2010-12-25 | 1 | -16/+8 |
| | |||||
* | More misc pkg install txt fixups | Scott Ullrich | 2010-12-25 | 1 | -31/+31 |
| | |||||
* | More misc pkg install txt fixups | Scott Ullrich | 2010-12-25 | 1 | -3/+2 |
| | |||||
* | Add newline after restoring libs | Scott Ullrich | 2010-12-25 | 1 | -0/+1 |
| | |||||
* | backup and restore libs in correct location | Scott Ullrich | 2010-12-25 | 1 | -13/+13 |
| | |||||
* | misc text formatting fixes (tabs) | Scott Ullrich | 2010-12-25 | 1 | -5/+5 |
| | |||||
* | Increase textarea col size now that there is a lot more pkg ↵ | Scott Ullrich | 2010-12-25 | 1 | -2/+2 |
| | | | | install/deinstall information being output | ||||
* | Only backup libraries at the beginning of the deinstall cycle. | Scott Ullrich | 2010-12-25 | 1 | -4/+6 |
| | |||||
* | Add tab | Scott Ullrich | 2010-12-25 | 1 | -1/+1 |
| | |||||
* | Add newline after installation aborted | Scott Ullrich | 2010-12-25 | 1 | -1/+1 |
| | |||||
* | s/Trying to download/Downloading | Scott Ullrich | 2010-12-25 | 1 | -1/+1 |
| | |||||
* | Version bump to 2.0-BETA5. Merry christmas! | Scott Ullrich | 2010-12-25 | 1 | -1/+1 |
| | |||||
* | Backup system libraries and restore during pkg deinstall. | Scott Ullrich | 2010-12-25 | 1 | -0/+12 |
| | |||||
* | Instead of replacing the whole array just add the new vlanif member to the ↵ | Ermal | 2010-12-23 | 1 | -3/+2 |
| | | | | config. Should fix issues reported in http://forum.pfsense.org/index.php/topic,28202.15.html | ||||
* | Add some more safe belts and remove code that is commented from long time ↵ | Ermal | 2010-12-23 | 1 | -1/+4 |
| | | | | now. Reported on http://forum.pfsense.org/index.php/topic,28202.15.html | ||||
* | Add some more safe belts and remove code that is commented from long time ↵ | Ermal | 2010-12-23 | 1 | -10/+10 |
| | | | | now. Reported on http://forum.pfsense.org/index.php/topic,28202.15.html | ||||
* | Add OSPF to firewall rule protocol choices | jim-p | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | Ticket #1128. Ooops pass the right parameter to unlock. | Ermal | 2010-12-23 | 2 | -4/+4 |
| | |||||
* | Accept # for a DNS override domain DNS server, this makes dnsmasq ignore a ↵ | jim-p | 2010-12-23 | 1 | -3/+3 |
| | | | | previous less specific domain and use system default name servers instead. So you can override example.com to 10.10.10.2 but www.example.com will consult normal DNS. | ||||
* | Hanlde the case when advbase is not present especially on previous 2.0 setups. | Ermal | 2010-12-23 | 1 | -1/+4 |
| | |||||
* | Prevent other types of interface for being added to ng_ether(4). It might be ↵ | Ermal | 2010-12-22 | 1 | -2/+4 |
| | | | | the cause of panics reported here http://forum.pfsense.org/index.php/topic,31404.0.html | ||||
* | Ticket #749. Do not create the queues at LAN side for ↵ | Ermal | 2010-12-22 | 1 | -383/+0 |
| | | | | traffic_shaper_wizard_dedicated. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind). | ||||
* | Ticket #749. Do not create the queues at LAN side for traffic_shaper_wizard ↵ | Ermal | 2010-12-22 | 2 | -784/+0 |
| | | | | and traffic_shaper_wizard_multi_all. Since we cannot control bandwidth its useless to try to handle it(ALTQ was built with this concept in mind. | ||||
* | misc comments | Scott Ullrich | 2010-12-22 | 1 | -5/+8 |
| | |||||
* | Use correct lock. | Ermal | 2010-12-22 | 2 | -2/+2 |
| | |||||
* | Add back easy install options for UFS and ZFS | Scott Ullrich | 2010-12-22 | 1 | -6/+43 |
| | |||||
* | Ticket #757. Use correct pidfile. | Ermal | 2010-12-22 | 1 | -3/+3 |
| | |||||
* | Add newline and comment header for each disk | Scott Ullrich | 2010-12-22 | 1 | -1/+2 |
| | |||||
* | Include captiveportal.inc if captiveportal_syslog() is not defined. | Scott Ullrich | 2010-12-22 | 1 | -0/+2 |
| | |||||
* | Use captiveportal_syslog() | Scott Ullrich | 2010-12-22 | 1 | -4/+4 |
| | |||||
* | Fix whitespace. | Scott Ullrich | 2010-12-22 | 1 | -37/+36 |
| |