summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Port voucher login ability on CaptivePortal from M0n0Wall.Charlie2009-06-1317-8/+1444
| | | | Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall.
* Clarify log error message for pf wedged situationsScott Ullrich2009-06-121-2/+2
|
* Oops, use exec()Scott Ullrich2009-06-111-1/+1
|
* Reload rules after unwedgingScott Ullrich2009-06-111-0/+1
|
* When PF is busy, do a pfctl -d and pfctl -e. I just ran into a situation whereScott Ullrich2009-06-111-1/+8
| | | | PF was busy and would only respond to a pfctl -d pfctl -e to reload the rules.
* Nuke snort2cScott Ullrich2009-06-111-10/+1
| | | | Requested-by: rob iscool
* Give proper rights to file when creating since php is run as root and might ↵Ermal Luçi2009-06-101-5/+8
| | | | change permissions in dirs while modifying/creating them. Reported-by: http://forum.pfsense.org/index.php/topic,16890.0.html
* Include notices.inc to get the file_notice function.Ermal Luçi2009-06-101-2/+2
|
* Add L2 L3 Cache lookup by default.Scott Ullrich2009-06-091-1/+6
| | | | | | | | | | | | | - Import infrastructure for caching flows as a means of accelerating L3 and L2 lookups as well as providing stateful load balancing when used with RADIX_MPATH. - Currently compiled in to i386 and amd64 but disabled by default, it can be enabled at runtime with 'sysctl net.inet.flowtable.enable=1'. - Embedded users can remove it entirely from the kernel by adding 'nooption FLOWTABLE' to their kernel config files. - A minimal hookup will be added to ip_output in a subsequent commit. I would like to see more review before bringing in changes that require more churn.
* Add CARP hooks to devd.confjim-p2009-06-081-0/+16
|
* Change even the upgrade code to use new style vlan names.Ermal Luçi2009-06-081-1/+1
|
* Use $RealIf.vlan$tag interface names for vlans. This makes them more ↵Ermal Luçi2009-06-083-8/+9
| | | | userfriendly.
* Revert "Do not use tags for vlan interface names since there might be same ↵Ermal Luçi2009-06-085-29/+21
| | | | | | vlan tags on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@" This reverts commit 83bdca55920ca6ab3d848f0993d57a1f9b85098f.
* Do not use tags for vlan interface names since there might be same vlan tags ↵Ermal Luçi2009-06-085-21/+29
| | | | on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@
* Remove code from Seth since one code already exists. And fix a bug on the ↵Ermal Luçi2009-06-081-11/+2
| | | | previous upgrade code.
* Yank bridge upgrade function as it appears to be a duplicate. I should have ↵Seth Mos2009-06-081-25/+1
| | | | checked before making one. Oh well.
* Fix bridge upgrade code.Seth Mos2009-06-081-3/+1
|
* Fix VLAN upgrade code properly. That's what I get for blind coding.Seth Mos2009-06-081-7/+4
| | | | Testing bridging code now
* Fix butchered upgrade code in the end of the fileSeth Mos2009-06-081-0/+3
|
* Add missing quoteSeth Mos2009-06-081-1/+1
|
* Add missing ; to prevent parse errorSeth Mos2009-06-081-1/+1
|
* Forgot to adjust a couple things to fit HEAD again.jim-p2009-06-071-3/+2
|
* Use saner control flow, and also make the charts each use their own data ↵jim-p2009-06-071-57/+51
| | | | properly.
* Try to fix "key element can not be a reference"Seth Mos2009-06-081-2/+2
|
* Fix laggport configuration. Reported-by: ↵Ermal Luçi2009-06-071-3/+1
| | | | http://forum.pfsense.org/index.php/topic,16734.0.html
* This should be a relative linkjim-p2009-06-071-1/+1
|
* fix linkChris Buechler2009-06-071-1/+1
|
* Fix some issues that didn't make it into the last commit for some reason.jim-p2009-06-061-4/+2
|
* Actually use the counterSeth Mos2009-06-071-1/+2
|
* Add bridge upgrade code for 1.2 -> 2.0Seth Mos2009-06-071-1/+26
| | | | | Like the vlan upgrade code this uses slot 38 to make sure it will not run on a 2.0 configuration. This is blind coded and needs testing. Please help testing.
* Since we still needed upgrade code for vlans from 1.2 to 2.0 I added the ↵Seth Mos2009-06-071-1/+16
| | | | | | | upgrade at spot number 39 which is just before the user manager upgrade code. This should make sure that we won't accidentally try to convert a 2.0 install. Good thing we left some spots open! This is blind coded upgrade code path, it needs testing and I need some volunteers to help please.
* Remove the duplicated page header.jim-p2009-06-061-1/+0
|
* Sync my recent stuff to HEAD. Easy Rule, Log parsing tweaks, Firewall Log ↵jim-p2009-06-0612-31/+4217
| | | | filter, Firewall Log Summary graphs. Also add ProtoChart.
* Revert mwexec back to exec. They are very different functions.Seth Mos2009-06-061-2/+2
| | | | | | mwexec() has a mute flag which can be true or false, exec, returns a array in the 2nd argument and the return code in the 3rd. We require the output from the command.
* Supress foreach warning on empty array()Seth Mos2009-06-051-1/+1
|
* Remove unused php fileRenato Botelho2009-06-051-376/+0
|
* Fix typo: s/tempalte/template/Renato Botelho2009-06-051-2/+2
|
* clarify log messageChris Buechler2009-06-051-1/+1
|
* correct spellingChris Buechler2009-06-051-1/+1
|
* Fix local/remote specification.Chris Buechler2009-06-051-5/+6
| | | | touch up text
* Fix lagg interfaces creation. Reported-by: ↵Ermal Luçi2009-06-042-10/+8
| | | | http://forum.pfsense.org/index.php/topic,16734.0.html
* Use is_dir, not is_file for detecting directory existance.Scott Ullrich2009-06-021-1/+1
|
* Avoid errors when a non-existent element is called by a functionRenato Botelho2009-06-021-18/+24
| | | | Submitted-by: Manoel Carvalho
* How about some handy links to external IP info sources, with a suitable warning.jim-p2009-06-011-0/+18
|
* It might help if git was actually tracking the file for this...jim-p2009-06-011-0/+95
|
* Add a handy DNS resolution page.jim-p2009-06-011-0/+1
|
* Oops, plip was already there, at the bottom.Scott Ullrich2009-06-011-2/+1
|
* Add plip exclusionScott Ullrich2009-06-011-13/+14
|
* Make sure that the apinger messages end up in the load balancer tabSeth Mos2009-05-311-0/+3
|
* Select lan interface correctly when editingScott Ullrich2009-05-311-2/+3
|
OpenPOWER on IntegriCloud