Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | on newip event reload the static routes for that interface because on ↵ | Ermal | 2010-09-17 | 2 | -1/+6 |
| | | | | dynamic gateways the ip might have changed. While here make sure the interface argument is repsected on system_routing_configure() and use send_event to reconfigure an interface to aleviate a possible race. | ||||
* | Fix braindead code! | Ermal | 2010-09-17 | 1 | -2/+1 |
| | |||||
* | Prevent a foreach on what might not be an array. Fixes #900 | jim-p | 2010-09-16 | 1 | -0/+4 |
| | |||||
* | Add as a search domain the domains suggested by dhcp. | Ermal | 2010-09-16 | 3 | -1/+27 |
| | |||||
* | Fix typo. | Ermal | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | Revert "Add Supported by BSD Perimter field" | Chris Buechler | 2010-09-16 | 2 | -21/+2 |
| | | | | | | | | | This reverts commit 5df6a315c4b995e5a09e555548dc6d04b316fea3. Conflicts: usr/local/www/pkg_mgr.php usr/local/www/pkg_mgr_installed.php | ||||
* | We might not have any defaultgw selected and consider wan as default. Make ↵ | Ermal | 2010-09-16 | 1 | -0/+7 |
| | | | | sure to catch this so GUI works and other parts that depend on defaultgw detection. | ||||
* | Fix this function's logic/variable tests. | jim-p | 2010-09-16 | 1 | -3/+3 |
| | |||||
* | Add some safety belt checks so we don't try to update an imported crl | jim-p | 2010-09-16 | 1 | -0/+9 |
| | |||||
* | Add some CRL support functions, not active or used in the GUI yet. | jim-p | 2010-09-16 | 1 | -2/+119 |
| | |||||
* | Make it possible to show default against dynamic gateway names in the GUI. | Ermal | 2010-09-16 | 1 | -3/+10 |
| | |||||
* | Display delete(x) buttons. | Ermal | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | Oops bring back this code too. | Ermal | 2010-09-16 | 1 | -1/+4 |
| | |||||
* | Actually this part should not have been committed at all. | Ermal | 2010-09-16 | 1 | -3/+6 |
| | |||||
* | Fix gettext! Needed here?! | Ermal | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | Whitespace fixes. | Ermal | 2010-09-16 | 1 | -5/+4 |
| | |||||
* | Whitespace fixes. | Ermal | 2010-09-16 | 1 | -3/+2 |
| | |||||
* | Bring code up to speed with latest world. | Ermal | 2010-09-16 | 1 | -30/+16 |
| | |||||
* | Actually display a the right class for static gateways. Also fix whitespace | Ermal | 2010-09-16 | 2 | -27/+24 |
| | |||||
* | Show status as Gathering data rather than unknown since the later seems to ↵ | Ermal | 2010-09-16 | 4 | -6/+6 |
| | | | | scary people! | ||||
* | Do not suck in the file but actually execute it. | Ermal | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | Add support for an automatic merge list to gitsync, properly escape ↵ | Erik Fonnesbeck | 2010-09-16 | 2 | -11/+43 |
| | | | | user-supplied parameters, and improve error handling a bit. | ||||
* | Use a list that includes WAN and LAN here rather than only OPT. | Erik Fonnesbeck | 2010-09-15 | 1 | -2/+2 |
| | |||||
* | Return list with WAN and LAN interfaces in the configured order rather than ↵ | Erik Fonnesbeck | 2010-09-15 | 1 | -47/+14 |
| | | | | giving special treatment, as is already done with the OPTx interfaces. | ||||
* | Revert "Reorder the way this list (get_configured_interface_list) is ↵ | Erik Fonnesbeck | 2010-09-15 | 1 | -7/+9 |
| | | | | | | generated to make it more beautiful." This reverts commit 144d0e793de61366340758b28f169c3afeeba922. | ||||
* | Merge branch 'master' of rcs.pfsense.org:pfsense/mainline | gnhb | 2010-09-16 | 10 | -111/+99 |
|\ | |||||
| * | Write status file every 5seconds. | Ermal | 2010-09-15 | 1 | -1/+1 |
| | | |||||
| * | Send a log entry when openvpn resync is called. | Ermal | 2010-09-15 | 1 | -2/+6 |
| | | |||||
| * | Ticket #876. Actually the event to send is interface newip $ip rather ↵ | Ermal | 2010-09-15 | 4 | -12/+9 |
| | | | | | | | | interface configure! also use the fact that now we have a /tmp/$if_defaultgw rather than relying in route get default which might block. | ||||
| * | Reload dns and interface properly on dynamic types. | Ermal | 2010-09-15 | 4 | -11/+14 |
| | | |||||
| * | Oops this is meant to add members not override them. | Ermal | 2010-09-15 | 1 | -1/+1 |
| | | |||||
| * | Cleanup code. | Ermal | 2010-09-15 | 2 | -10/+5 |
| | | |||||
| * | Change windows.onLoad event to rely on DOM readiness instead, for ↵ | Warren Baker | 2010-09-15 | 1 | -1/+19 |
| | | | | | | | | enablechange() function. Tested on Safari, Chrome, FFox and IE7+8 on windows and OSX. | ||||
| * | Do not overwrite the redirurl parameter already taken care of. | Ermal | 2010-09-15 | 1 | -6/+5 |
| | | |||||
| * | Do not use the \ based list for modules because it treats even the comments ↵ | Ermal | 2010-09-15 | 1 | -71/+43 |
| | | | | | | | | as modules. Simplify logic and make sure php.ini exists in both paths when needed. | ||||
* | | Reorder the way this list (get_configured_interface_list) is generated to ↵ | gnhb | 2010-09-16 | 1 | -9/+7 |
|/ | | | | | | make it more beautiful. I know you guys said don't bother, but it's just cosmetic, and it took 10 seconds. | ||||
* | Ticket #867. Flush the cache when restarting apinger and also when ↵ | Ermal | 2010-09-14 | 3 | -5/+9 |
| | | | | rc.newwanip is called. also restart apinger earlier in to be on latest address asap. | ||||
* | Ensure $value is unset so that subsequent rowhelper fields, without <value/> ↵ | Warren Baker | 2010-09-14 | 1 | -0/+1 |
| | | | | don't have a previous $value set. | ||||
* | Add Save + Cancel buttons to be below advanced features section if advanced ↵ | Warren Baker | 2010-09-14 | 1 | -1/+15 |
| | | | | features is enabled. | ||||
* | Do stricter validation of host names and domain names. | Erik Fonnesbeck | 2010-09-14 | 1 | -2/+2 |
| | |||||
* | Fix the delete button and a couple other small errors. Ticket #891 | Erik Fonnesbeck | 2010-09-14 | 3 | -6/+5 |
| | |||||
* | Simplify logic. | Ermal | 2010-09-13 | 1 | -7/+8 |
| | |||||
* | Ticket #876. Actually use the friendly name for the key of the array ↵ | Ermal | 2010-09-13 | 2 | -21/+9 |
| | | | | returned by return_gateways_array() so the dynamic gateway and status pages work correctly. | ||||
* | fix text | Chris Buechler | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | Disable the 12 hour graph for now, it appears to have defective math. | smos | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | Fix enablechange() js problem caused by converting print() to echo(). | Warren Baker | 2010-09-11 | 1 | -10/+10 |
| | |||||
* | Fix regular expression to allow 10 for ping count. | Erik Fonnesbeck | 2010-09-10 | 1 | -2/+2 |
| | |||||
* | Ensure count is valid. Submitted-by: Josh Little | Scott Ullrich | 2010-09-10 | 1 | -1/+3 |
| | |||||
* | Ticket #876. Show all gateways even though apinger is not monitoring them, ↵ | Ermal | 2010-09-09 | 5 | -70/+92 |
| | | | | for various reasons, this removes user confusion in the status pages. | ||||
* | Ticket #876. Add the ip to the respective files on ppp linkup event so the ↵ | Ermal | 2010-09-09 | 3 | -169/+144 |
| | | | | code of dynamic gateways finds them. Also reorganize/simplify/optimize the apinger config generation code. Do not use that 127.0.0.x hack anymore and avoid loops as much as possible. |