summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* on newip event reload the static routes for that interface because on ↵Ermal2010-09-172-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!Ermal2010-09-171-2/+1
|
* Prevent a foreach on what might not be an array. Fixes #900jim-p2010-09-161-0/+4
|
* Add as a search domain the domains suggested by dhcp.Ermal2010-09-163-1/+27
|
* Fix typo.Ermal2010-09-161-1/+1
|
* Revert "Add Supported by BSD Perimter field"Chris Buechler2010-09-162-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 ↵Ermal2010-09-161-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-p2010-09-161-3/+3
|
* Add some safety belt checks so we don't try to update an imported crljim-p2010-09-161-0/+9
|
* Add some CRL support functions, not active or used in the GUI yet.jim-p2010-09-161-2/+119
|
* Make it possible to show default against dynamic gateway names in the GUI.Ermal2010-09-161-3/+10
|
* Display delete(x) buttons.Ermal2010-09-161-1/+1
|
* Oops bring back this code too.Ermal2010-09-161-1/+4
|
* Actually this part should not have been committed at all.Ermal2010-09-161-3/+6
|
* Fix gettext! Needed here?!Ermal2010-09-161-1/+1
|
* Whitespace fixes.Ermal2010-09-161-5/+4
|
* Whitespace fixes.Ermal2010-09-161-3/+2
|
* Bring code up to speed with latest world.Ermal2010-09-161-30/+16
|
* Actually display a the right class for static gateways. Also fix whitespaceErmal2010-09-162-27/+24
|
* Show status as Gathering data rather than unknown since the later seems to ↵Ermal2010-09-164-6/+6
| | | | scary people!
* Do not suck in the file but actually execute it.Ermal2010-09-161-1/+1
|
* Add support for an automatic merge list to gitsync, properly escape ↵Erik Fonnesbeck2010-09-162-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 Fonnesbeck2010-09-151-2/+2
|
* Return list with WAN and LAN interfaces in the configured order rather than ↵Erik Fonnesbeck2010-09-151-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 Fonnesbeck2010-09-151-7/+9
| | | | | | generated to make it more beautiful." This reverts commit 144d0e793de61366340758b28f169c3afeeba922.
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-09-1610-111/+99
|\
| * Write status file every 5seconds.Ermal2010-09-151-1/+1
| |
| * Send a log entry when openvpn resync is called.Ermal2010-09-151-2/+6
| |
| * Ticket #876. Actually the event to send is interface newip $ip rather ↵Ermal2010-09-154-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.Ermal2010-09-154-11/+14
| |
| * Oops this is meant to add members not override them.Ermal2010-09-151-1/+1
| |
| * Cleanup code.Ermal2010-09-152-10/+5
| |
| * Change windows.onLoad event to rely on DOM readiness instead, for ↵Warren Baker2010-09-151-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.Ermal2010-09-151-6/+5
| |
| * Do not use the \ based list for modules because it treats even the comments ↵Ermal2010-09-151-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 ↵gnhb2010-09-161-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 ↵Ermal2010-09-143-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 Baker2010-09-141-0/+1
| | | | don't have a previous $value set.
* Add Save + Cancel buttons to be below advanced features section if advanced ↵Warren Baker2010-09-141-1/+15
| | | | features is enabled.
* Do stricter validation of host names and domain names.Erik Fonnesbeck2010-09-141-2/+2
|
* Fix the delete button and a couple other small errors. Ticket #891Erik Fonnesbeck2010-09-143-6/+5
|
* Simplify logic.Ermal2010-09-131-7/+8
|
* Ticket #876. Actually use the friendly name for the key of the array ↵Ermal2010-09-132-21/+9
| | | | returned by return_gateways_array() so the dynamic gateway and status pages work correctly.
* fix textChris Buechler2010-09-121-1/+1
|
* Disable the 12 hour graph for now, it appears to have defective math.smos2010-09-121-1/+1
|
* Fix enablechange() js problem caused by converting print() to echo().Warren Baker2010-09-111-10/+10
|
* Fix regular expression to allow 10 for ping count.Erik Fonnesbeck2010-09-101-2/+2
|
* Ensure count is valid. Submitted-by: Josh LittleScott Ullrich2010-09-101-1/+3
|
* Ticket #876. Show all gateways even though apinger is not monitoring them, ↵Ermal2010-09-095-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 ↵Ermal2010-09-093-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.
OpenPOWER on IntegriCloud