Commit Graph

3269 Commits

Author SHA1 Message Date
Scott Ullrich
c195be3f3e We log to a ram disk, so change text to read to a local ram disk instead of local disk 2006-09-16 21:45:58 +00:00
Scott Ullrich
75abff95c9 Don't try to filter records that have strange date / time stamps. 2006-09-16 20:43:53 +00:00
Scott Ullrich
796b9b3b4f * Whitespace cleanup
* Add missing counter strike ports
* Shift default queues to 1, instead of 3
2006-09-10 23:21:47 +00:00
Scott Ullrich
a4a12dbad6 Only allow number ints for tcp/udp ports.
Ticket #1098
2006-09-06 17:49:16 +00:00
Scott Ullrich
df593437a5 Fix case-o
s/carp/CARP

Ticket #1097
2006-09-06 17:41:07 +00:00
Scott Ullrich
c299e0af66 Correct spelling mistake
s/your/you're/

Ticket #1096
2006-09-06 17:39:51 +00:00
Scott Ullrich
b1c525eed2 Unlink config.cache before reloading. It somehow spoils the FTP helper from being loaded. 2006-09-05 21:54:02 +00:00
Scott Ullrich
65fbb38896 Fix $VARIABLES$ 2006-09-05 17:01:27 +00:00
Scott Ullrich
bc8c1e5616 Set javascript state on form load 2006-09-05 02:10:17 +00:00
Scott Ullrich
3d50349e9b When static port is checked, disable the port option. 2006-09-05 02:09:15 +00:00
Scott Ullrich
6ec18a7a13 Allow item to be saved 2006-09-04 22:52:17 +00:00
Scott Ullrich
120daf8366 If the destination port is an alias, then force the local port as the same alias. We will need to circle back in filter.inc to detect this situation and omit the local port from the rule. 2006-09-04 22:38:12 +00:00
Scott Ullrich
3280df11c0 Turn off debugging alert() 2006-09-04 22:19:20 +00:00
Scott Ullrich
f5a684087c Re-enable items when needed 2006-09-04 22:07:43 +00:00
Scott Ullrich
e2705d6797 When a External port range item is an alias, disallow the entry of Local port.
In-discussion-with: BillM
Bug-reported-by: ChrisB
2006-09-04 22:03:35 +00:00
Scott Ullrich
6b11069e0a If user selects IP adddress, domain name, user fqdn or dynamic dns and leaves the actual value empty in p1myident then throw a input validation error. 2006-09-04 01:16:14 +00:00
Scott Ullrich
9a77bfbeb0 Kill debugging text 2006-09-04 00:08:03 +00:00
Scott Ullrich
9cee226027 Backout last commit, we need some better parsing goo 2006-09-03 23:58:45 +00:00
Scott Ullrich
bf875fa977 Correctly match the interface to the state 2006-09-03 23:51:52 +00:00
Scott Ullrich
0529547cf6 Add bridge status 2006-09-03 23:12:42 +00:00
Scott Ullrich
f559eaf6ff Report gateway for an interface for optional interfaces if needed 2006-09-03 22:30:14 +00:00
Scott Ullrich
709f48f0f0 Use new upload path 2006-09-02 00:27:03 +00:00
Scott Ullrich
b6f6723586 Mount RW for uploads 2006-09-02 00:20:47 +00:00
Scott Ullrich
1ef7b568db * Move lighty upload to a definable globals.inc value upload_path
* Use new upload_path for firmware updates

This in combination with 128 megabyte embedded images should fix the dreaded upgrade problem for the embedded platform.
2006-09-01 18:08:42 +00:00
Scott Ullrich
0e5ddcd9ae Do not allow user to select "network" and enter an alias. Alert user the item is an alias and that is should be set to "Single host or alias" option before saving.
Ticket #1090
2006-09-01 16:39:15 +00:00
Bill Marquette
d012cff409 display page title during package editing 2006-09-01 04:44:20 +00:00
Bill Marquette
e156775235 per dsh@ this breaks enablechange() when multiselect is used (routed package
is an example of this)
2006-09-01 00:13:31 +00:00
Scott Ullrich
97a105c36c MFC 14070
fix: removed redundant Apply Changes button
2006-08-31 15:14:11 +00:00
Scott Ullrich
33c702ad70 Woops, we are not ready for optimization. 2006-08-29 03:14:12 +00:00
Scott Ullrich
601ff0402e Use default shm size 2006-08-29 03:09:45 +00:00
Scott Ullrich
ff17efe329 Enable client cli caching as well. 2006-08-29 02:55:32 +00:00
Scott Ullrich
929db667be Update (C) 2006-08-28 20:18:20 +00:00
Scott Ullrich
645ec835ab Remove special characters from interface descriptions during m0n0wall upgrade.
Also unset the config.cache if it exists.
2006-08-28 20:10:41 +00:00
Scott Ullrich
b66aa8326c Remove highlighting function, it doesn't work. 2006-08-26 19:54:34 +00:00
Scott Ullrich
64b243d23a Misc package changes
Submitted-by: Daniel Haischt
2006-08-25 23:04:56 +00:00
Scott Ullrich
a5c0b6c71e Remove radius accounting and reauth options as they do not work correectly. 2006-08-25 19:58:36 +00:00
Scott Ullrich
c6fd72725d Be even more picky about spacing. 2006-08-24 18:18:59 +00:00
Scott Ullrich
72d5616cf4 Be picky about spacing. 2006-08-24 18:12:51 +00:00
Scott Ullrich
5c61ed105c Provide a link to the OpenBSD carp FAQ. CARP seems to be a magical creature that nobody can grasp easily without lots of information. 2006-08-24 18:08:01 +00:00
Scott Ullrich
30a045ba1b Expand "Announce Dynamic local route" to textarea
Ticket #1071
2006-08-23 23:34:46 +00:00
Scott Ullrich
13fb4c798f s/2/two/ 2006-08-23 23:04:58 +00:00
Scott Ullrich
74fb8d5609 Require a password for CARP type entries 2006-08-23 22:57:13 +00:00
Scott Ullrich
f382c4db06 Allow user to edit already existing vip. 2006-08-23 22:36:50 +00:00
Scott Ullrich
ebdff81973 Do not allow duplicate VHIDS to be defined. It's asking for trouble. And spell vhid correctly this time! 2006-08-23 22:30:58 +00:00
Scott Ullrich
8c1ce6c7c0 Instead of simply bailing leaving the client with a blank screen, output that an error occured and write out to the system log more verbose information for what the problem is. If in the case of a missing mac address, suggest that the user may want to disable mac filtering if they do not need this functionality. 2006-08-21 21:02:14 +00:00
Scott Ullrich
92442757dd Correct error message field names
Ticket #1084
2006-08-21 20:25:23 +00:00
Scott Ullrich
6f9061f843 Update priority description from pf man page. Remove non hfsc material from RELENG_1 2006-08-21 03:25:24 +00:00
Scott Ullrich
5bd874650a Remove packages with a different version tab 2006-08-20 23:48:56 +00:00
Scott Ullrich
61a48553f2 MFC package changes to show information better such as HEAD only packages,
etc.
2006-08-20 23:30:47 +00:00
Scott Ullrich
ea0805c105 When redirecting FTP entries to internal, install rules for interface address correctly if chosen. 2006-08-19 22:42:05 +00:00