Commit Graph

6057 Commits

Author SHA1 Message Date
Chris Buechler
f426f89e72 fix packet capture. php5 apparently doesn't like " with shell_exec 2010-01-13 16:33:28 -05:00
Seth Mos
e08e7ea126 make sure that the settings page also shows only the valid tabs. 2010-01-12 21:42:23 +01:00
Ermal Luçi
a0d1dc5634 Ticket #207. Show the dhcp server tab for the interface that have a previous dhcpd configuration. 2010-01-12 13:39:55 +00:00
Ermal Luçi
0c87f8fab5 Simplify some code. 2010-01-12 13:21:34 +00:00
Ermal Luçi
981a2fbeb4 Ticket #294. Add necessary include. 2010-01-11 18:43:31 +00:00
Ermal Luçi
bbb7e18d87 Feedback #225. If the type of vip changes remove the old type before adding the new one. 2010-01-11 13:37:38 +00:00
Ermal Luçi
6833c9cd10 Clear the subsystem after reload. 2010-01-10 20:11:23 +00:00
Ermal Luçi
4bbfe02955 Ticket #288. Use the subsystem_dirty functions. 2010-01-10 14:51:20 +00:00
Scott Ullrich
d1a6552b71 Its 2010 2010-01-09 23:40:19 -05:00
Scott Ullrich
0e19e0e4a2 Clean up file formatting. Fix typo. Add (C) 2010-01-09 23:39:47 -05:00
Scott Ullrich
b298dd06f9 Return 'Authentication failed' instead of a non standard type which results in kindOf() errors. 2010-01-09 14:40:03 -05:00
Chris Buechler
f07cb7ce38 fix Firewall Logs widget settings save.
Ticket #285
2010-01-09 00:58:24 -05:00
Chris Buechler
856722c390 fix alert scroller in Chrome
Ticket #237
2010-01-07 23:09:56 -05:00
Chris Buechler
85cf9132a0 Make the "Currently viewing" drop down work in all browsers, not just Firefox.
Ticket #109
2010-01-07 03:05:57 -05:00
Chris Buechler
3f83bd4e1f field is not required 2010-01-06 23:09:08 -05:00
Chris Buechler
6768e67b47 fix up text 2010-01-05 22:01:10 -05:00
Chris Buechler
8803319ca4 fix conflict between domTT and prototype that was breaking javascript in a number of areas. Problem described here.
http://groups.google.com/group/dom-tooltip/browse_thread/thread/3f0ecf76e0755ffc?pli=1
Ticket #276 among others
2010-01-05 15:20:44 -05:00
Chris Buechler
4a3cb40c9a don't generate automatic outbound rules again if there are already rules defined 2010-01-04 21:07:49 -05:00
Chris Buechler
d2243cff88 more fixes to auto generated outbound NAT rules to match what is actually created by default in auto NAT mode 2010-01-04 20:57:32 -05:00
Chris Buechler
5bc37291c7 remove broken input validation check. There's no harm in duplicate outbound NAT rules and the logic here is way off, no need for this check at all. 2010-01-04 20:50:33 -05:00
Chris Buechler
aef123a00e fix up auto-generated outbound NAT rules.
Don't wipe out user's configured NAT rules when switching back to automatic.
2010-01-04 20:47:00 -05:00
Chris Buechler
11de5c3da2 fix deletion of additional DHCP options. Resolves #273 2010-01-04 15:21:15 -05:00
Seth Mos
7432ce7b8d Add more smarts to the RRD page, do not show tabs for database that do not exist, pick the 1st database for
wireless, cellular.
2010-01-03 20:09:50 +01:00
jim-p
5a557f44a3 Fix file editing on NanoBSD 2010-01-03 12:49:53 -05:00
jim-p
e665b8ae82 Add cellular tab to RRD settings page, as it was missing. Noticed-by: xbipin on forum. 2010-01-03 12:22:52 -05:00
Scott Ullrich
fefc8897d7 Add ignorefirmwarelock variable that can be used by some ajax callers 2010-01-02 02:23:15 -05:00
Chris Buechler
1a4f9b4240 fix typos 2010-01-01 03:02:14 -05:00
Chris Buechler
ffca877988 fix text 2010-01-01 02:57:15 -05:00
Chris Buechler
2953c7e967 fix up text 2009-12-31 21:20:01 -05:00
Chris Buechler
1ac7a86493 fix racoon restart 2009-12-31 20:09:33 -05:00
Scott Ullrich
f85669cd43 Do not output prototype.js twice 2009-12-31 18:02:59 -05:00
Scott Ullrich
72306d5a09 Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.net 2009-12-31 18:00:15 -05:00
Chris Buechler
eb1f8f8ee4 fix RRD graphs for queues 2009-12-31 15:23:42 -05:00
Scott Ullrich
2c0dd581c5 When exec_php is called detect i the variable toreturn is present and if so forumulate it into a xmlresponse in order to return structured data. 2009-12-30 21:27:02 -05:00
Scott Ullrich
83ce905251 Use _REQUEST 2009-12-30 21:27:02 -05:00
Chris Buechler
f31607c5cc fix text 2009-12-30 19:36:14 -05:00
Ermal Luçi
231e060664 Ticket #261 Do not consider ports as hostnames. This changes the is_port function to consider ':'(ranges) as ports. This seems a previous feature i do not agree with much, but users decide right?! 2009-12-30 16:34:59 +00:00
Ermal Luçi
86b66287f3 Ticket #258 fix regression. 2009-12-29 23:26:16 +00:00
Scott Ullrich
8eb2f33a38 These patches give you a display of the uptime of the active PPP link
on the "Status-> Interfaces" page, and also logging on /conf (to
survive reboot) of uptimes of each session after it is closed. In
addition, the status_interfaces.php page displays the cumulative
uptime total so users can manage their links that are on pay by the
minute arrangements.

Shortcomings: partial minutes are just added as cumulative seconds
where most providers probably charge you for a minute after you're 1
second into that minute. I may fix this later.

Submitted-by:  Gabriel B
2009-12-29 15:51:54 -05:00
Ermal Luçi
f66a7cd591 Do not skip lan on the multi lan wizard. 2009-12-29 15:15:15 +00:00
Ermal Luçi
f534757a77 Use propper field names. 2009-12-29 15:07:32 +00:00
Chris Buechler
d248239bb0 correct function name 2009-12-26 20:04:33 -05:00
Chris Buechler
329a7c8508 fix images 2009-12-26 19:20:29 -05:00
Chris Buechler
0080239944 fix roll images 2009-12-26 19:17:06 -05:00
Chris Buechler
b4c3c53afb display + image, clean up white space 2009-12-26 19:08:10 -05:00
Chris Buechler
86ac483ca4 fix typo 2009-12-26 19:00:16 -05:00
Chris Buechler
bb0802c0c2 use theme image, not hard coded one 2009-12-26 18:59:07 -05:00
Chris Buechler
0efdd147d0 fix typo and text alignment 2009-12-26 18:54:30 -05:00
thompsa
ec51a2224e Add graphing for 3G cellular modems. 2009-12-27 11:36:47 +13:00
Ermal Luçi
2248a94027 Do not mark non-required fields as required. 2009-12-26 14:39:40 +00:00