Commit Graph

3834 Commits

Author SHA1 Message Date
Seth Mos
f0a3ac473b Fix courtesey of Billm, hackathon 2007 conversation.
Forgotten commit.
2007-10-29 22:00:56 +00:00
Daniel Stefan Haischt
8f4423e5c4 * removed scriptaculous. It will be added while building the ISO
or embedded image.
2007-10-28 02:19:35 +00:00
Bill Marquette
c24d0dd0c9 Fix for Ticket #1494 was committed from my first stab at the fix and not the actual fixed code and ended up in ticket #1496 2007-10-26 02:05:51 +00:00
Martin Fuchs
c1a4aacad2 Ticket 1709: fixed typo in OpenVPN cfg-page 2007-10-24 19:41:22 +00:00
Martin Fuchs
88a82fc434 Add Codemasters ArchLord MMORPG to traffic shaper 2007-10-23 20:44:51 +00:00
Martin Fuchs
6d61e0a0e8 Ticket 1709: fexed typo in OpenVPN cfg-page 2007-10-23 20:12:19 +00:00
Seth Mos
b295e815d4 Remove size headers since they seem to screw up IE 2007-10-21 16:18:32 +00:00
Seth Mos
063b934c23 Fix layout and units 2007-10-21 06:41:19 +00:00
Seth Mos
a7a31a1ef5 Commit missed include file change 2007-10-21 06:30:49 +00:00
Seth Mos
2f80d451c6 Commit wireless frontend code 2007-10-21 06:24:24 +00:00
Seth Mos
d972060281 List the available Gateways on the rules edit screen 2007-10-20 00:56:32 +00:00
Bill Marquette
4e41f51817 lint 2007-10-19 22:00:27 +00:00
Bill Marquette
5e6741c8d5 Fix Javascript errors. Thanks JSLint!! 2007-10-19 21:21:22 +00:00
Bill Marquette
674d0fc1db ratio load balancing should actually work 2007-10-19 21:11:59 +00:00
Seth Mos
519352daf7 Fix default gateway bit 2007-10-19 21:00:24 +00:00
Scott Ullrich
f15f4b4d41 Relax the ip address check and allow duplicate ip address entries. 2007-10-19 20:46:05 +00:00
Scott Ullrich
87e629404e Relax the ip address check and allow duplicate ip address entries. 2007-10-19 20:39:10 +00:00
Bill Marquette
ec3cedf7aa Ticket #1476 - use convert multibyte instead of just specialchars 2007-10-19 19:48:16 +00:00
Seth Mos
2be84cfa88 Add descriptive text and link to the gateways page 2007-10-19 19:26:35 +00:00
Seth Mos
d173230c70 Add prelimenary Routing page.
Allow multiple gateways on one (static) interface
2007-10-19 19:10:16 +00:00
Bill Marquette
84b2829775 Ticket #1494 - when wrapping at 32bits, the difference is 32bits - last + current, not some massive negative number 2007-10-18 21:53:21 +00:00
Bill Marquette
b4b3cf425b why add 30 seconds to uptime if we have been up greater than 60 seconds? 2007-10-18 03:23:36 +00:00
Bill Marquette
639aaa954c MFC of change [19782] per request from sullrich@
Scale state table size with memory, never allocate more than 10% system ram, this leads to 12K states on 128M and 102K on 1G systems - this should be a good default
2007-10-17 23:51:26 +00:00
Seth Mos
468b0d65e7 Optimize last 10 seconds of load times on the dhcp leases page.
Only populate arp array once, then check if it exists
2007-10-17 20:10:21 +00:00
Seth Mos
fc25933498 Speedup ARP page by using diag_dhcp_leases.php page code for parsing the dhcpd.leases file 2007-10-17 06:09:26 +00:00
Bill Marquette
fe2f1e1af7 save button needs to be inside form 2007-10-17 05:01:39 +00:00
Seth Mos
b05248a9f0 Correctly check the disabled bit 2007-10-17 04:59:32 +00:00
Bill Marquette
a2dab9bc71 Ticket #1462: Make the save button only appear if you change an assignment 2007-10-17 04:48:18 +00:00
Scott Ullrich
ae2ea68c42 Ensure that all form elements have an id. 2007-10-17 02:13:46 +00:00
Bill Marquette
709cc6e0f2 global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427 2007-10-17 00:25:25 +00:00
Seth Mos
3702685f11 Alphasort the status menu 2007-10-17 00:15:35 +00:00
Scott Ullrich
d575aa70b1 Correctly set rowhelper input textbox sizes. 2007-10-16 18:30:35 +00:00
Seth Mos
8e13ca402c Correct form fields css 2007-10-15 04:27:57 +00:00
Bill Marquette
63c59458a0 sync from RELENG_1_2 2007-10-14 22:32:08 +00:00
Bill Marquette
b4d19b4667 Fix check_firmware_version description
All XMLRPC functions should be authenticated
MFC: ASAP
2007-10-14 16:21:00 +00:00
Seth Mos
518887aadd Fix missing tag. 2007-10-14 02:06:55 +00:00
Seth Mos
1f6d9c48f4 Do not create array items for disabled vpn tunnels 2007-10-13 23:51:13 +00:00
Seth Mos
645140bb3d Do no show disabled tunnels 2007-10-13 23:43:08 +00:00
Bill Marquette
aea4964f8b Fix wording per ticket #1471 2007-10-10 02:44:40 +00:00
Bill Marquette
87c20eb5b5 Ticket #1456 - drop one level of verbosity in tcpdump. Some protocols
will still decode to multi-line message - not an easy fix.  Doesn't
appear to break non-raw log display

Add VRRP as a protocol type in the decode
2007-10-05 21:44:24 +00:00
Bill Marquette
66eff923a3 Ticket #1448: IP Address sorting was MFC'd from HEAD (this whole file
should probably be MFC'd)

MFC: to RELENG_1_2
2007-10-05 21:11:53 +00:00
Scott Ullrich
7fa5fd2c81 Include second argument for pkg_delete() Ticket #1470 2007-10-05 20:59:39 +00:00
Bill Marquette
3afdcfe8ad Fix wording per ticket #1471 2007-10-05 20:50:42 +00:00
Seth Mos
e461fcfc55 Fix broken ipsec logic 2007-10-05 08:41:58 +00:00
Seth Mos
cb1da8116f Fix ipsec overview for wan interface, carp already worked 2007-10-05 07:38:31 +00:00
Seth Mos
a9c8672319 Fix ipsec overview for wan interface, carp already worked 2007-10-05 07:27:08 +00:00
Scott Ullrich
b8a4d945e4 Do not show Apply button if IPSEC is disabled. Ticket #1467 2007-10-01 22:18:59 +00:00
Scott Ullrich
7fad515132 Only iterate an array if it is truly an array Ticket #1463 2007-10-01 22:00:28 +00:00
Scott Ullrich
72ca7c7779 Only break twice if we are asking for kernel type. 2007-10-01 21:50:40 +00:00
Scott Ullrich
afa829bb99 * Fix uniprocessor option * Cleanup text 2007-10-01 21:48:53 +00:00