Commit Graph

3295 Commits

Author SHA1 Message Date
Scott Ullrich
557ac55e32 Add new loading image that is suitable for usage on top of grey tabs. 2006-09-30 22:22:05 +00:00
Scott Ullrich
967fcdd072 Change items to read "SNMP Service" and "DHCP Service" 2006-09-30 01:51:24 +00:00
Scott Ullrich
1dec547bf9 Wait 5 seconds after stopping or starting a service to give the kill or starting process enough time to do its magic instead of marking the service as up when it really is not. 2006-09-30 01:41:48 +00:00
Scott Ullrich
e814de4fe1 Wait 5 seconds after stopping a service to give the kill process enough time to do its magic instead of marking the service as up when it really is not. 2006-09-30 01:32:42 +00:00
Scott Ullrich
574a2b4762 Call filter_configure() instead of /etc/rc.filter_configure from shell (extra exec call) 2006-09-29 23:56:12 +00:00
Scott Ullrich
5d8bcb27e4 Resolve package descriptions if they are available. 2006-09-29 22:11:10 +00:00
Scott Ullrich
981cf3ca2d Only foreach through optional interfaces if they exist 2006-09-28 03:20:03 +00:00
Scott Ullrich
a0e4bd9f2b We cannot tail the initial clog file in return_clog because we are not guaranteed to have that amount of "matching" lines. Instead, build up a grepline that contains all of the grep and grep -v statement. This now allows the tail to chop off the last X lines correctly. 2006-09-27 23:09:43 +00:00
Scott Ullrich
0fcfdd3d0b We cannot tail the initial clog file in dump_clog because we are not guaranteed to have that amount of "matching" lines. Instead, build up a grepline that contains all of the grep and grep -v statement. This now allows the tail to chop off the last X lines correctly. 2006-09-27 23:02:41 +00:00
Scott Ullrich
bf541de935 Be kind, rewind. Restart the package after a reinstallation. 2006-09-27 17:37:52 +00:00
Scott Ullrich
960e61ae23 Be kind, rewind. Restart the package after a reinstallation. 2006-09-27 17:36:37 +00:00
Scott Ullrich
ad6eae25dc Allow loading of text from outside scripts such as snort. 2006-09-26 22:49:53 +00:00
Scott Ullrich
9996eff6ce Detect if stored item in config.xml is an array. If it's an array simply pass array along, if its not then attempt to explode the array. 2006-09-26 19:22:41 +00:00
Scott Ullrich
3c61688623 Fix interfaces selection widget. Now selections are restored. 2006-09-26 19:15:49 +00:00
Scott Ullrich
cb589a4958 Set implicit_flush = true as well. Now downloading and slow tasks actually update the progress bar, etc in real time. 2006-09-25 23:38:17 +00:00
Scott Ullrich
79c05ed90f output_buffering needs to be set to 0 2006-09-25 23:35:00 +00:00
Scott Ullrich
d017ef26fc Output buffering needs to be off. 2006-09-25 18:56:53 +00:00
Scott Ullrich
d690d2c94e MFC 14473
Make sure we test for databases without interface information. e.g. spamd. Fixes report made in forum.
2006-09-24 23:17:36 +00:00
Scott Ullrich
920cafaf0b Move helper function to correct area 2006-09-22 14:39:57 +00:00
Scott Ullrich
d42d21843c 512K is enough for 1000 rows. Back out previous commit. 2006-09-21 03:16:51 +00:00
Scott Ullrich
4fa1ffbb25 Increase filter log space to 784K so that it can accept 999 entries 2006-09-21 02:29:44 +00:00
Scott Ullrich
3deb0883e1 Default to TCP 2006-09-21 02:20:36 +00:00
Scott Ullrich
51fb86f550 * Remove unused variable $do_not_display
* Do not add entry if we cannot deterimine the protocol
2006-09-21 01:41:25 +00:00
Scott Ullrich
f469e606e0 Treat sack type traffic as TCP 2006-09-21 01:07:55 +00:00
Scott Ullrich
27b684cabf Note that the shaper is not compatible with bridging in the opening warning 2006-09-18 16:41:22 +00:00
Scott Ullrich
48ce54d031 Disable firmware check, we are not using it in RELENG_1 2006-09-18 13:29:34 +00:00
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