summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixing whitespace so this file is more readable. And comment out extra html ↵gnhb2010-05-211-787/+803
| | | | | | tags at the end of the file. This file was in bad shape wrt tab spaces lining up. It should be more readable now.
* Fix HTML tags in interfaces.php and delete extra javascript function in ↵gnhb2010-05-202-688/+695
| | | | ppps_edit.js
* PPPoE config upgrade code and bump config version in globals.incgnhb2010-05-182-1/+96
|
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-1823-67/+135
|\
| * Tag for beta 2Scott Ullrich2010-05-171-1/+1
| |
| * Revert "Allow the user to override OpenVPN interface name in custom options ↵jim-p2010-05-171-37/+21
| | | | | | | | | | | | (e.g. dev tap99 or dev tun99) and set related options appropriately. ticket #482 Item 2a/2b." - Revert for now, may cause more issues than it fixes. This reverts commit be58c36ded298a1cb7a0eac40cd2edd62908d882.
| * Allow the user to override OpenVPN interface name in custom options (e.g. ↵jim-p2010-05-171-21/+37
| | | | | | | | dev tap99 or dev tun99) and set related options appropriately. ticket #482 Item 2a/2b.
| * Fix copypasta error. Part of ticket #449.jim-p2010-05-171-1/+1
| |
| * Fix OpenVPN upgrade code to properly handle the disable option. Fixes item ↵jim-p2010-05-171-0/+10
| | | | | | | | 1a (and probably 1b) in #482 and should be the rest of the fix for #449.
| * Fix OpenVPN client disable variable. It is being set/tested improperly (or ↵jim-p2010-05-171-3/+4
| | | | | | | | at least inconsistently). Partial fix for #449.
| * Ticket #493. Set a value for checkboxes since the parsers marks empty ↵Ermal2010-05-171-1/+1
| | | | | | | | tags(<tag/>) as arrays.
| * Do not throw the error message unnecerssarily. It is legal on 2.0 to not ↵Ermal2010-05-171-6/+4
| | | | | | | | specify default gw on 2.0 with pppoe/pptp links specified.
| * Reduce the amount of logic in system_routing_configure to check for existing ↵smos2010-05-171-18/+5
| | | | | | | | | | | | routes. This code is in the same style as used by Ermal. Ticket #507
| * Use client-side values in the function call rather than PHP-generated values ↵Erik Fonnesbeck2010-05-141-1/+2
| | | | | | | | for further calls to this client-side function.
| * Do not unconditionaly remove the default route and readd it. This should ↵smos2010-05-141-3/+30
| | | | | | | | | | | | | | make system_routing_configure more reliably. Ticket #507 stability
| * Ticket #493. Ticket #302. Actually correct code flow to be correct and ↵Ermal2010-05-141-1/+1
| | | | | | | | consistent to what it should do.
| * Improve the parsing of the memory value, use the reported amount of bytes, ↵smos2010-05-141-2/+2
| | | | | | | | divide to get megabytes and get the 1st result. Ticket #526
| * Allow the use of ">" in filter rule descriptions. Even whilst stripping the ↵smos2010-05-141-1/+2
| | | | | | | | | | | | > before the comparison htmlentities will still trigger on the <. It is safe to assume here that creating any sort of html tag is unlikely. Ticket #465
| * Ticket #295. Use empty to prevent some ghost entries in some configurations.Ermal2010-05-141-1/+1
| |
| * fix typoChris Buechler2010-05-131-1/+1
| |
| * fix seperation between href and classthompsa2010-05-141-1/+1
| |
| * Simplify/optimize code.Ermal2010-05-131-3/+2
| |
| * Its bits/sec now.Ermal2010-05-131-2/+2
| |
| * Add PSK tab to all IPsec pages, it was missing from some.jim-p2010-05-132-2/+4
| |
| * Add a GUI field to let the user configure the maxium table entries size. ↵jim-p2010-05-133-0/+30
| | | | | | | | | | | | Resolves #588 NOTE: Actual tables, not states.
| * Use full path to rate and pass -b option to show the speeds in bits/s rather ↵Ermal2010-05-131-1/+1
| | | | | | | | than byte/s in conformance with the traffic graph metric which is bits/s.
| * Test correctly for previous existing entries of linked rules otherwise some ↵Ermal2010-05-131-1/+1
| | | | | | | | bad deletions might happen. Reported-by: http://forum.pfsense.org/index.php/topic,25091.0.html
| * Ticket #548. Change message displayed when modifying an interface to ↵Ermal2010-05-131-1/+1
| | | | | | | | actually tell people to modify dhcp server setting after applying settings since the interface configuration/ip will only change after applying settings and pfSense does not read the interface address from the config but from the interface itself and the complications for this and possibly other cases are not worth the effort.
| * Ticket #544. Restore locking, seems w+ migh already lock the file sometimes. ↵Ermal2010-05-132-19/+16
| | | | | | | | While there improve the locking to a read/write locking schema. Make the default locking a read only lock and if explicitly specified a write locking can be specified through LOCK_EX optional parameter to lock(). During config manipulation do the filesystem mounting in rw, if needed, before doing any locking to avoid possible problems and also to be consistent through out the code on the method used. Also update calls to config to lock exclusively where required.
| * Correct the shell for the admin account, this should be /etc/rc.initial. Not ↵smos2010-05-131-1/+1
| | | | | | | | /bin/sh
| * Fix static route for DNS from DHCP servers.jim-p2010-05-131-1/+1
| |
| * Using binat for reflection rules created some NAT issues under certain ↵Erik Fonnesbeck2010-05-131-9/+16
| | | | | | | | circumstances. Use rdr with the bitmask address pool type instead.
| * Tag all config write cases with the username.jim-p2010-05-121-2/+2
| |
| * Include username of person making the change in config change description, ↵jim-p2010-05-121-1/+2
| | | | | | | | and in the config itself.
| * Ensure the URL table file is not empty at this step.jim-p2010-05-121-1/+1
| |
| * Move RRD quality databases to reflect the gateway name instead of the ↵smos2010-05-121-0/+7
| | | | | | | | | | | | interface name. This should prevent a flurry of duplicate but unused RRD files on 2.0 where we use the gateway names for the RRD file. Fix ticket #354
* | Modify and fix code to set pppoe periodic reset.gnhb2010-05-182-38/+28
| |
* | Fixing bugs and ommissions.gnhb2010-05-133-16/+21
| |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-1291-1992/+2724
|\ \ | |/ | | | | | | Conflicts: etc/inc/upgrade_config.inc
| * Change the exec() calls to mwexec, this supresses the rrdtool messages ↵smos2010-05-121-8/+8
| | | | | | | | during boot if the rrd files have a newer timestamp then the attempt to update
| * Fix source input validation, saving, and the "View the NAT rule" link on ↵Erik Fonnesbeck2010-05-112-12/+18
| | | | | | | | linked filter rules. Ticket #586
| * It wasn't clear enough why source port should usually be any. Make it more ↵Erik Fonnesbeck2010-05-112-2/+2
| | | | | | | | clear.
| * fix up textChris Buechler2010-05-111-2/+2
| |
| * remove duplicate cancel buttonChris Buechler2010-05-111-1/+0
| |
| * Don't load the package include files if the packages are out of sync, which ↵jim-p2010-05-111-1/+2
| | | | | | | | can lead to the system not booting properly. Should help with ticket #267.
| * Hard code mode to redirect and comment out the mode option. Suggested-by: ↵Scott Ullrich2010-05-111-0/+3
| | | | | | | | BillM
| * Nuke Relay Protocols and Relay actions tabs. Suggested-by: BillMScott Ullrich2010-05-114-8/+0
| |
| * Revert "Nuke XXX TODO option. Suggested-by: BillM"Scott Ullrich2010-05-111-0/+20
| | | | | | | | This reverts commit 207148139ec648b8955c81ae908d0bdb7c472cda.
| * Nuke XXX TODO option. Suggested-by: BillMScott Ullrich2010-05-111-20/+0
| |
| * Add machine to banner noticeScott Ullrich2010-05-111-1/+2
| |
OpenPOWER on IntegriCloud