Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix last commit preserving < and > on xml_rootobj checking | Renato Botelho | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | Respect xml_rootobj when restoring a full backup | Renato Botelho | 2009-06-30 | 1 | -3/+3 |
| | |||||
* | Fix various issues reported on âµ | Ermal Luçi | 2009-06-30 | 1 | -1/+1 |
| | | | | http://forum.pfsense.org/index.php/topic,8672.0.html. | ||||
* | Escape & and + for Diagnostics -> Edit File so that files save correctly. | mcrane | 2009-06-27 | 1 | -2/+5 |
| | |||||
* | Add packages on 2.0 | Scott Ullrich | 2009-06-27 | 1 | -1/+1 |
| | |||||
* | Add support for the NanoBSD platform | Scott Ullrich | 2009-06-27 | 1 | -2/+2 |
| | |||||
* | Check $_FILES['ulfile']['name'] and not ['tmpname'] since it will not tell us | Scott Ullrich | 2009-06-27 | 1 | -2/+2 |
| | | | | the original uploaded file name. Duhhhhhh. | ||||
* | Adding enablefields tag to enable/disable form elements | Manoel Carvalho | 2009-06-26 | 1 | -0/+1 |
| | |||||
* | Add missing ); | Scott Ullrich | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | Adding the pfSense_ng theme | hoba | 2009-06-26 | 241 | -0/+6448 |
| | |||||
* | Add NanoBSD support | Scott Ullrich | 2009-06-25 | 1 | -1/+3 |
| | |||||
* | Revert 2 last hunks of last commit since it's not related with the fix | Renato Botelho | 2009-06-25 | 1 | -2/+2 |
| | |||||
* | PHP wasn't generating javascript for input fields named with brackets like âµ | Manoel Carvalho | 2009-06-25 | 1 | -10/+30 |
| | | | | "iface_array[]" | ||||
* | Only mount rw on $_POST | Scott Ullrich | 2009-06-25 | 1 | -3/+5 |
| | |||||
* | move after reload_all | Chris Buechler | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Skip sleep if argument is specified, and update bogons at end of setup wizard. | Chris Buechler | 2009-06-24 | 1 | -0/+1 |
| | |||||
* | Nuke Available its wasting tab space. | Scott Ullrich | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Disable Packages for any platform menu item, it does nothing currently. | Scott Ullrich | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Fix a couple minor bugs in DHCP lease deletion. | jim-p | 2009-06-21 | 2 | -2/+4 |
| | | | | | 1. When deleting a lease, if you were viewing all leases, it should now retain that view. 2. When checking for leases to clean, bail if there is no leases file. Otherwise there is an ugly error about not being able to open the dhcpd.leases file. | ||||
* | Remove is_int check, it appears to be failing | Scott Ullrich | 2009-06-20 | 1 | -1/+1 |
| | |||||
* | Unbreal rowhelper in 2.0 | Scott Ullrich | 2009-06-20 | 1 | -3/+2 |
| | |||||
* | Ensure size is a int | Scott Ullrich | 2009-06-20 | 1 | -2/+4 |
| | |||||
* | Include certs.inc explicitly. | Ermal Luçi | 2009-06-20 | 1 | -0/+1 |
| | |||||
* | Revert "Rename cvssync to gitsync" | Scott Ullrich | 2009-06-18 | 2 | -2/+0 |
| | | | | This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525. | ||||
* | Rename cvssync to gitsync | Scott Ullrich | 2009-06-18 | 2 | -0/+2 |
| | |||||
* | Remove uneccessary locking. | Ermal Luçi | 2009-06-18 | 1 | -5/+1 |
| | |||||
* | Remove certs.inc from functions.inc it is needed only by two pages âµ | Ermal Luçi | 2009-06-18 | 2 | -0/+2 |
| | | | | usermanager and certmanager. | ||||
* | Remove unneeded include. | Ermal Luçi | 2009-06-18 | 1 | -1/+1 |
| | |||||
* | Add priviledge checks to restart_httpd.php page. | Ermal Luçi | 2009-06-18 | 1 | -1/+8 |
| | |||||
* | Add propper access control to L2TP pages. | Ermal Luçi | 2009-06-18 | 3 | -0/+21 |
| | |||||
* | Remove some unneccessary calls to filter_configure() they just give recursivity! | Ermal Luçi | 2009-06-18 | 3 | -6/+3 |
| | |||||
* | * Fix the pppoe reset script. | Ermal Luçi | 2009-06-18 | 1 | -7/+4 |
| | | | | | | | * 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.inc | Ermal Luci | 2009-06-18 | 2 | -17/+309 |
| | | | | | | | | | * 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. | ||||
* | Adding base_package feature to restore menu items for base packages after âµ | Scott Ullrich | 2009-06-17 | 1 | -3/+35 |
| | | | | | | configuration restore when the packages did not exist prior (did not install from current media). | ||||
* | s/./_/ for vlans since netgraph does not like .(dots) in the path names. | Ermal Luci | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | Adding Scott Dale's rate package to system -> traffic graphs. Cool stuff! | Scott Ullrich | 2009-06-15 | 2 | -8/+275 |
| | |||||
* | Port voucher login ability on CaptivePortal from M0n0Wall. | Charlie | 2009-06-13 | 11 | -6/+986 |
| | | | | Various locking fixes are done with the import and this means that as of now pfSense has a better performin/behaving CP than m0n0wall. | ||||
* | Use $RealIf.vlan$tag interface names for vlans. This makes them more âµ | Ermal Luçi | 2009-06-08 | 1 | -1/+1 |
| | | | | userfriendly. | ||||
* | Revert "Do not use tags for vlan interface names since there might be same âµ | Ermal Luçi | 2009-06-08 | 2 | -17/+7 |
| | | | | | | 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çi | 2009-06-08 | 2 | -7/+17 |
| | | | | on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@ | ||||
* | Forgot to adjust a couple things to fit HEAD again. | jim-p | 2009-06-07 | 1 | -3/+2 |
| | |||||
* | Use saner control flow, and also make the charts each use their own data âµ | jim-p | 2009-06-07 | 1 | -57/+51 |
| | | | | properly. | ||||
* | This should be a relative link | jim-p | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | fix link | Chris Buechler | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | Fix some issues that didn't make it into the last commit for some reason. | jim-p | 2009-06-06 | 1 | -4/+2 |
| | |||||
* | Remove the duplicated page header. | jim-p | 2009-06-06 | 1 | -1/+0 |
| | |||||
* | Sync my recent stuff to HEAD. Easy Rule, Log parsing tweaks, Firewall Log âµ | jim-p | 2009-06-06 | 12 | -31/+4217 |
| | | | | filter, Firewall Log Summary graphs. Also add ProtoChart. | ||||
* | Remove unused php file | Renato Botelho | 2009-06-05 | 1 | -376/+0 |
| | |||||
* | Fix typo: s/tempalte/template/ | Renato Botelho | 2009-06-05 | 1 | -2/+2 |
| | |||||
* | clarify log message | Chris Buechler | 2009-06-05 | 1 | -1/+1 |
| |