Commit Graph

15900 Commits

Author SHA1 Message Date
Warren Baker
4ff99fcbc3 If column['fieldname'] is a description then change html class to listbg to conform to rest of GUI description table columns. 2010-09-21 12:27:15 +02:00
jim-p
7773b86862 Make OpenVPN client list sortable. 2010-09-20 15:36:35 -04:00
jim-p
80fa045a8a Properly segment the OpenVPN server list table so it will sort properly. 2010-09-20 15:29:58 -04:00
Renato Botelho
af799b48b6 Fix write_rcfile() declaring $rcfileprefix as global and touching rcfile before check if it is writable 2010-09-20 12:58:49 -03:00
gnhb
389c778ec2 Update wizard files for setup wizard to write proper config for current ppp 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.
2010-09-20 21:57:13 +07:00
Scott Ullrich
8ad39798ef Update (C) 2010-09-19 16:33:07 -04:00
Scott Ullrich
64183253fa Ensure /etc/gettytab is of a sane size and restore from backup + log if it is not 2010-09-19 16:31:37 -04:00
jim-p
effd2ecda6 Fix the gateway status widget ajax update when there is loss/day. 2010-09-19 13:07:51 -04:00
Ermal
3c3ba8f006 Correct typo. Spotted by: wagnoza(IRC) 2010-09-17 14:29:02 +00:00
Ermal
b746dc61ec on newip event reload the static routes for that interface because on 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. 2010-09-17 13:38:01 +00:00
Ermal
b829290395 Fix braindead code! 2010-09-17 13:27:39 +00:00
jim-p
e4d7a06478 Prevent a foreach on what might not be an array. Fixes #900 2010-09-16 23:37:46 -04:00
Ermal
86dcdfc9af Add as a search domain the domains suggested by dhcp. 2010-09-16 22:42:22 +00:00
Ermal
9d1f614cf5 Fix typo. 2010-09-16 22:28:48 +00:00
Chris Buechler
968b84bc46 Revert "Add Supported by BSD Perimter field"
This reverts commit 5df6a315c4.

Conflicts:

	usr/local/www/pkg_mgr.php
	usr/local/www/pkg_mgr_installed.php
2010-09-16 18:09:21 -04:00
Ermal
bb8f919b99 We might not have any defaultgw selected and consider wan as default. Make sure to catch this so GUI works and other parts that depend on defaultgw detection. 2010-09-16 22:08:11 +00:00
jim-p
088ce8692b Fix this function's logic/variable tests. 2010-09-16 17:40:59 -04:00
jim-p
7b757d1bae Add some safety belt checks so we don't try to update an imported crl 2010-09-16 17:32:02 -04:00
jim-p
c5f010aa19 Add some CRL support functions, not active or used in the GUI yet. 2010-09-16 16:57:34 -04:00
Ermal
999111cb73 Make it possible to show default against dynamic gateway names in the GUI. 2010-09-16 17:44:31 +00:00
Ermal
2f36abb869 Display delete(x) buttons. 2010-09-16 17:26:32 +00:00
Ermal
ea939fc3a6 Oops bring back this code too. 2010-09-16 17:23:56 +00:00
Ermal
0c4846ff69 Actually this part should not have been committed at all. 2010-09-16 17:14:17 +00:00
Ermal
5657aa95e5 Fix gettext! Needed here?! 2010-09-16 17:09:29 +00:00
Ermal
6c4988f7f8 Whitespace fixes. 2010-09-16 17:06:47 +00:00
Ermal
8af8524efc Whitespace fixes. 2010-09-16 17:04:10 +00:00
Ermal
99c6135271 Bring code up to speed with latest world. 2010-09-16 17:01:48 +00:00
Ermal
ef05ae5f78 Actually display a the right class for static gateways. Also fix whitespace 2010-09-16 16:49:38 +00:00
Ermal
7ec17767bf Show status as Gathering data rather than unknown since the later seems to scary people! 2010-09-16 16:31:22 +00:00
Ermal
bc0fd36f0b Do not suck in the file but actually execute it. 2010-09-16 17:27:26 +00:00
Erik Fonnesbeck
97e6256f4d Add support for an automatic merge list to gitsync, properly escape user-supplied parameters, and improve error handling a bit. 2010-09-16 02:40:17 -06:00
Erik Fonnesbeck
9bc8788aa9 Use a list that includes WAN and LAN here rather than only OPT. 2010-09-15 23:47:26 -06:00
Erik Fonnesbeck
8735afe8e5 Return list with WAN and LAN interfaces in the configured order rather than giving special treatment, as is already done with the OPTx interfaces. 2010-09-15 23:15:14 -06:00
Erik Fonnesbeck
14f49fd0bc Revert "Reorder the way this list (get_configured_interface_list) is generated to make it more beautiful."
This reverts commit 144d0e793d.
2010-09-15 22:45:03 -06:00
gnhb
be56e2944c Merge branch 'master' of rcs.pfsense.org:pfsense/mainline 2010-09-16 10:49:23 +07:00
gnhb
144d0e793d Reorder the way this list (get_configured_interface_list) is generated to make it more beautiful.
I know you guys said don't bother, but it's just cosmetic, and it took 10 seconds.
2010-09-16 10:45:50 +07:00
Ermal
ecb08c6a82 Write status file every 5seconds. 2010-09-15 21:38:02 +00:00
Ermal
739c9efddf Send a log entry when openvpn resync is called. 2010-09-15 20:11:15 +00:00
Ermal
04c528e72b Ticket #876. Actually the event to send is interface newip $ip rather interface configure! also use the fact that now we have a /tmp/$if_defaultgw rather than relying in route get default which might block. 2010-09-15 19:47:39 +00:00
Ermal
0c452870cd Reload dns and interface properly on dynamic types. 2010-09-15 19:24:26 +00:00
Ermal
d8bf779be2 Oops this is meant to add members not override them. 2010-09-15 18:49:33 +00:00
Ermal
3befe730ff Cleanup code. 2010-09-15 18:46:46 +00:00
Warren Baker
cf6a1f80e8 Change windows.onLoad event to rely on DOM readiness instead, for enablechange() function. Tested on Safari, Chrome, FFox and IE7+8 on windows and OSX. 2010-09-15 14:32:25 +02:00
Ermal
c9cb32c4a3 Do not overwrite the redirurl parameter already taken care of. 2010-09-15 13:04:44 +00:00
Ermal
5556f3a116 Do not use the \ based list for modules because it treats even the comments as modules. Simplify logic and make sure php.ini exists in both paths when needed. 2010-09-15 12:37:31 +00:00
Ermal
01f1b60122 Ticket #867. Flush the cache when restarting apinger and also when rc.newwanip is called. also restart apinger earlier in to be on latest address asap. 2010-09-14 20:32:54 +00:00
Warren Baker
0c8cdb2571 Ensure $value is unset so that subsequent rowhelper fields, without <value/> don't have a previous $value set. 2010-09-14 21:31:01 +02:00
Warren Baker
b9d8c75d82 Add Save + Cancel buttons to be below advanced features section if advanced features is enabled. 2010-09-14 19:51:29 +02:00
Erik Fonnesbeck
88efcf041a Do stricter validation of host names and domain names. 2010-09-14 07:03:59 -06:00
Erik Fonnesbeck
331a89ca5b Fix the delete button and a couple other small errors. Ticket #891 2010-09-14 01:59:45 -06:00