Commit Graph

3320 Commits

Author SHA1 Message Date
Bill Marquette
6a01ea44fb MFC [15285]
add dhcpd static mappings to dns forwarder
2006-11-11 17:52:40 +00:00
Bill Marquette
08f834dd8b Ticket #1135: better mousetrap for detecting amount of swap 2006-10-22 05:39:00 +00:00
Bill Marquette
85c7777815 MFC [15088]
Ticket #1133: Fix OpenNTP page header and make PPTP log tab consistent
2006-10-22 05:30:56 +00:00
Scott Ullrich
2131ed2f9d We no longer have a update time interval
Ticket #1139
2006-10-18 00:19:21 +00:00
Bill Marquette
edd00534a2 Only allocate 5M to APC cache - the contents of /etc/inc and /usr/local/www
add up to about 4.2M, this should still allow us to cache all our PHP in
shared memory.
Reported-By: gbelanger on forums
2006-10-17 05:35:15 +00:00
Bill Marquette
89a75ca9d1 ZoneEdit now works, tested by myself and korozion
MFC checkin [15047]
2006-10-15 05:20:35 +00:00
Scott Ullrich
422d57b454 Add back maxprocperid javascript since we can now control this. 2006-10-10 00:10:19 +00:00
Scott Ullrich
4362e48a45 Add back maxprocperid since we can now control this. 2006-10-09 23:48:26 +00:00
Scott Ullrich
36a166de6f * Output script correctly using SCRIPT_NAME
* Fix html arguments
2006-10-09 00:19:17 +00:00
Scott Ullrich
670ee6ca53 Set background color for body 2006-10-08 22:34:47 +00:00
Scott Ullrich
871a7352d6 Set background color 2006-10-08 22:32:04 +00:00
Scott Ullrich
28f9e493b9 Notify user that reject style rules only work with the TCP protocol.
Ticket #1118
2006-10-07 20:48:17 +00:00
Scott Ullrich
59769c23dd Save filter state across meta refreshes 2006-10-07 02:55:50 +00:00
Scott Ullrich
cf0542ac95 Hide RADIUS session timeout, it is indeed even a new option to m0n0wall. 2006-10-07 02:17:21 +00:00
Scott Ullrich
bf9ca82ad7 Hide Allow intra-BSS communication option. It is b0rked and we don't plan on playing dominos any further with the wireless stuff. 2006-10-07 02:14:51 +00:00
Scott Ullrich
0541e30289 Add filtering capabilities to system log so that operators can identify information quicker. 2006-10-07 01:39:48 +00:00
Scott Ullrich
fa626e70d0 * Fix status -> slbd
* Simplify dump_clog() and return_clog() to where a preschooler can read
* Fix main diagnostics logs after the above fallout
2006-10-07 00:44:02 +00:00
Scott Ullrich
7fdcfdd3e3 Restore nuked $i variables 2006-10-07 00:08:37 +00:00
Scott Ullrich
0544c27a35 s/Load Balancer/OpenNTPD/
Ticket #1116
2006-10-06 20:01:44 +00:00
Scott Ullrich
37502a4a68 We need to know memory count and memory free for bug submissions. Include top | head -n5 and sysctl hw.physmem 2006-10-06 04:44:01 +00:00
Scott Ullrich
5c424e3de4 Add OpenNTPD logging tab 2006-10-05 22:04:26 +00:00
Scott Ullrich
18330d38ae Add OpenNTPD logging tab 2006-10-05 21:50:56 +00:00
Scott Ullrich
20b90e0ae9 Switch to OpenNTPD. 2006-10-02 21:12:58 +00:00
Scott Ullrich
e9f147c8a4 Reset DHCP server after deleting static assignment. 2006-10-02 00:59:48 +00:00
Scott Ullrich
856e58a60b Unbreak radius auth 2006-10-02 00:51:38 +00:00
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