summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "comment out line that's hanging dhclient for now"Ermal2010-09-221-1/+1
| | | | This reverts commit 53a37b66d343682700ff49d595b3ea1310ec320f.
* comment out line that's hanging dhclient for nowChris Buechler2010-09-221-1/+1
|
* unbreak rc.bootupChris Buechler2010-09-221-1/+1
|
* Use pkill to avoid an error if the process isn't already running. This was a ↵jim-p2010-09-221-1/+1
| | | | cosmetic issue only, cron was not yet running when this happened at bootup, it's started later in the boot process. Fixes #902
* Properly check and set "Prefer older IPsec SAs" setting in the config and ↵jim-p2010-09-222-8/+14
| | | | its associated sysctl. Move setting the sysctl to its own function to avoid code duplication.
* If we fail to send an event to check_reload_status consider its not running ↵Ermal2010-09-221-7/+13
| | | | and try restarting it.
* Bring gitsync to the new check_reload_status behaviour.Ermal2010-09-223-7/+3
|
* Properly check if this is in use.jim-p2010-09-211-1/+1
|
* Another CRL delete fix.jim-p2010-09-211-1/+1
|
* Fix delete action for CRLs, and other cleanup.jim-p2010-09-211-14/+16
|
* Allow selecting an OpenVPN Server CRL if we are in an SSL mode.jim-p2010-09-212-2/+26
|
* Don't list a cert count for external CRLs since we can't tell what they are.jim-p2010-09-211-1/+1
|
* Add CRL manager tab to other Cert Manager pagesjim-p2010-09-212-0/+2
|
* Add a work-in-progress CRL manager pagejim-p2010-09-211-0/+430
|
* Some fixes/enhancements/cleanupjim-p2010-09-211-7/+37
|
* Ensure that the value is returned as 'selected' when using a multiple select ↵Warren Baker2010-09-211-1/+1
| | | | list.
* Fix white spacesWarren Baker2010-09-211-1/+1
|
* If column['fieldname'] is a description then change html class to listbg to ↵Warren Baker2010-09-211-2/+6
| | | | conform to rest of GUI description table columns.
* Make OpenVPN client list sortable.jim-p2010-09-201-1/+7
|
* Properly segment the OpenVPN server list table so it will sort properly.jim-p2010-09-201-0/+6
|
* Fix write_rcfile() declaring $rcfileprefix as global and touching rcfile ↵Renato Botelho2010-09-201-0/+7
| | | | before check if it is writable
* Update wizard files for setup wizard to write proper config for current ppp ↵gnhb2010-09-202-15/+72
| | | | | | | | | | architecture. I also allowed selection of physical interface from the wizard screen. This is crucial because if the user has the WAN set to anything other than the same phyical interface used by pppoe/pptp, the old wizard has no way of knowing what physical port to use, and the wizard can generate a bad config. Feel free to expand the list of available interfaces in the dropdown for interface selection.
* Update (C)Scott Ullrich2010-09-191-1/+1
|
* Ensure /etc/gettytab is of a sane size and restore from backup + log if it ↵Scott Ullrich2010-09-191-0/+7
| | | | is not
* Fix the gateway status widget ajax update when there is loss/day.jim-p2010-09-191-2/+2
|
* Correct typo. Spotted by: wagnoza(IRC)Ermal2010-09-171-1/+1
|
* 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.
OpenPOWER on IntegriCloud