summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add cvssync to jettison listScott Ullrich2009-06-181-0/+1
|
* Rename cvssync to gitsync and do not introduce haproxy changesScott Ullrich2009-06-181-0/+0
|
* Revert "Rename cvssync to gitsync"Scott Ullrich2009-06-186-12/+5
| | | | This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.
* Rename cvssync to gitsyncScott Ullrich2009-06-186-5/+12
|
* Remove uneccessary locking.Ermal Luçi2009-06-181-5/+1
|
* Remove filter_configure from dhcrelay_configure.Ermal Luçi2009-06-181-6/+1
|
* Remove filter_configure from openvpn.inc it just ends up in recursive calls.Ermal Luçi2009-06-181-5/+0
|
* Only include captiveportal.inc on this file as that is the only needed one.Ermal Luçi2009-06-181-3/+1
|
* Remove certs.inc from functions.inc it is needed only by two pages ↵Ermal Luçi2009-06-183-1/+2
| | | | usermanager and certmanager.
* Remove crypt.inc from functions.inc. It is included by config.inc which is ↵Ermal Luçi2009-06-181-1/+0
| | | | included by auth.inc which is included by auth.inc. Easy no?! :)
* Remove unneeded include.Ermal Luçi2009-06-181-1/+1
|
* Change order slightly.Ermal Luçi2009-06-181-1/+1
|
* Add priviledge checks to restart_httpd.php page.Ermal Luçi2009-06-181-1/+8
|
* Remove unneccessary include from system.incErmal Luçi2009-06-181-2/+0
|
* Add propper access control to L2TP pages.Ermal Luçi2009-06-183-0/+21
|
* Remove some unneccessary calls to filter_configure() they just give recursivity!Ermal Luçi2009-06-185-21/+7
|
* Restor previous NEGATE behaviour for 'any' destination behaviourErmal Luçi2009-06-181-2/+2
|
* * Fix the pppoe reset script.Ermal Luçi2009-06-183-146/+58
| | | | | | | * Do not reload recursevly services while configuring interfaces * Clean up the resync_all and reload_interfaces to not call services recursievly * Fix interfaces.php to not try to save the config after you click the apply button. * Put interfaces_loopback_configure on interfaces_configure its an interface after all.
* * Move functions that output html to guiconfig.incErmal Luci2009-06-1810-876/+832
| | | | | | | | | * Remove some recursive dependency on some includes * Remove ^M or \r from files * Remove some entries from functions.inc to avoid including them twice * Remove some unneccessary includes from some files NOTE: There is some more work to be done for pkg-utils.inc to be removed from backend as a dependency.
* Do not include things just for being able too. Reduce a it to only config.incErmal Luci2009-06-181-3/+1
|
* Adding base_package feature to restore menu items for base packages after ↵Scott Ullrich2009-06-171-3/+35
| | | | | | configuration restore when the packages did not exist prior (did not install from current media).
* Adding base_packages feature.Scott Ullrich2009-06-171-1/+2
|
* Handle packages on embedded the same. Ssshhhh, don't tell anyone.Scott Ullrich2009-06-171-0/+4
|
* s/./_/ for vlans since netgraph does not like .(dots) in the path names.Ermal Luci2009-06-164-6/+6
|
* Add a few more *'s so that rebrands look OKScott Ullrich2009-06-161-1/+1
|
* Remove ^M or \r from this file its impossible to read in vi.--global2009-06-161-896/+896
|
* Adding Scott Dale's rate package to system -> traffic graphs. Cool stuff!Scott Ullrich2009-06-152-8/+275
|
* More vlan interface name change fixes.Ermal Luçi2009-06-151-1/+3
|
* Now that vlans have different name correct regex.Ermal Luçi2009-06-151-1/+1
|
* 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
|
OpenPOWER on IntegriCloud