Ermal Luçi
c795339e57
Resolves #175 . Return description even for disabled interfaces. Teach the return_gateways_array() to return status for disabled interfaces if the caller requests it.
2009-11-25 18:18:51 +00:00
Ermal Luçi
392cd413c1
Resolves #169 . Show interface friendly names during the wizards. Some more cosemtics is needed in this wizard but this is a first step.
2009-11-25 16:59:24 +00:00
Ermal Luçi
c19900ef56
Resolves #170 . This is really a fallout from include changes. Pointy-hat: sullrich@
2009-11-25 16:36:57 +00:00
Ermal Luçi
850cff07ad
Resolves #171 . Do not show the license file as a protocol list.
2009-11-25 16:33:46 +00:00
Ermal Luçi
e7bfa23102
Resolves #174 . If the interface reassignment changes reload the config for the interface.
2009-11-25 16:20:55 +00:00
Ermal Luçi
c44d3cf7eb
Resolves #179 . Propperly check if this is an array or not. This is required since php 5.+.
2009-11-25 14:32:36 +00:00
jim-p
b6cd22487a
Help page (re)mapping.
2009-11-24 22:14:00 -05:00
Scott Ullrich
7ab2b6886e
Include commonly used .inc files such as filter.inc, shaper.inc, etc
2009-11-24 19:38:04 -05:00
Scott Ullrich
78e0b65c48
Cons25 supports color as well
2009-11-24 17:06:22 -05:00
Seth Mos
3e7dfc05e8
Use the list sta output instead of list ap which we used before.
...
Still need to check if this also results in the right values being graphed, takes some time to confirm.
2009-11-24 21:53:35 +01:00
Seth Mos
162477a405
Make sure the right wireless interface is polled for the graphs
2009-11-24 21:44:37 +01:00
Seth Mos
105bb6a683
Fix wireless stations list
2009-11-24 21:37:01 +01:00
Ermal Luçi
0a595d8419
s/interfaces_carp_configure/interfaces_carp_setup/
2009-11-24 13:44:42 +00:00
Ermal Luçi
474ef84c87
Fix problems with traffic shaper wizards not propperly handling the parameter at first step.
2009-11-24 11:53:09 +00:00
Ermal Luçi
127b93cf79
Include necessary shaper.inc for read_altq_config.
2009-11-24 11:35:05 +00:00
Ermal Luçi
a5f07f0987
Include rrd.inc for enable_rrd_graphing.
2009-11-24 11:32:42 +00:00
Ermal Luçi
ec08d983f3
Include neccessary filter.inc.
2009-11-24 11:27:31 +00:00
Seth Mos
2a203afd37
Wireless cleanups for the new wireless format of FreeBSD 8
...
Changing between different ssids, wpa, wep and channels works. Needs thorough testing.
Client mode also works again, FreeBSD 8 wireless behaves much different from 7.
2009-11-24 00:06:48 +01:00
Scott Ullrich
16058a05ea
Add back mbstring for firewall_rules_edit
2009-11-22 20:14:26 -05:00
Scott Ullrich
07ab492630
Update fieldname, it should be hostname and not host Ticket #159
2009-11-22 20:02:39 -05:00
Scott Ullrich
be1db1d338
Document known module purpouses:
2009-11-22 19:56:09 -05:00
Scott Ullrich
fca48a659f
Add back ctype and document what its for
2009-11-22 19:53:27 -05:00
Scott Ullrich
6028a72d3e
Update doc header
2009-11-22 19:50:56 -05:00
Scott Ullrich
b927a013e9
Allow specifying colors by their name
2009-11-22 19:49:39 -05:00
Scott Ullrich
385a3a31af
Return color code, not echo
2009-11-22 19:17:23 -05:00
Scott Ullrich
fdf3af3f59
Add function header markup for doc generation. Add color() function that will output a color ansi sequence if the terminal supports it. No arguments to color will reset the terminal
2009-11-22 19:04:55 -05:00
Seth Mos
b15ae348f3
Deleting a IP alias needs the IP as a argument, just issuing delete is not valid syntax
2009-11-22 23:14:45 +01:00
Scott Ullrich
9006e9f8b5
Reformat. No functional changes
2009-11-22 16:59:46 -05:00
Scott Ullrich
37a53d161b
Use interface_bring_down()
2009-11-22 16:42:02 -05:00
Scott Ullrich
f07bee94f4
Ensure all interface delete code is wrapped in does_interface_exist()
2009-11-22 16:38:01 -05:00
Scott Ullrich
45e63af19f
Include config.inc and functions.inc
2009-11-22 12:55:59 -05:00
Scott Ullrich
d4ac1b8898
We need mhash for the user manager
2009-11-21 22:51:05 -05:00
Scott Ullrich
2a7a9e3b14
Add shaper.inc and auth.inc
2009-11-21 22:46:56 -05:00
Scott Ullrich
7c6cef3c26
Add shaper.inc
2009-11-21 22:23:01 -05:00
Scott Ullrich
5fbcc12a97
Add blank row to match firewall rules layout
2009-11-21 19:43:15 -05:00
Scott Ullrich
1b43f08fb6
Move linked rule below pass icon. Cleanup tables
2009-11-21 19:41:35 -05:00
Scott Ullrich
1a03cf690d
Include filter.inc and shaper.inc
2009-11-21 19:34:46 -05:00
Scott Ullrich
7a927e67a5
Require filter.inc and shaper.inc
2009-11-21 19:28:00 -05:00
Scott Ullrich
5f2d078e7d
Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed
2009-11-21 19:10:37 -05:00
Scott Ullrich
c987ed88bf
Escape $myurl so that it can be replaced
2009-11-21 18:49:14 -05:00
Scott Ullrich
7f16265af9
Ensure dynamodules directory exists
2009-11-21 18:44:35 -05:00
Scott Ullrich
fcdf949220
Fix spelling mistake
2009-11-21 18:37:19 -05:00
Scott Ullrich
80d887d1ef
Note modules no longer included by default. If a module is needed simply touch /etc/php_dynamodules/$modulename
2009-11-21 18:34:53 -05:00
Scott Ullrich
c44417f85c
Include captiveportal for captiveportal_radius_stop_all()
2009-11-21 18:30:00 -05:00
Scott Ullrich
47eee8fabe
Use dmesg -a when /var/log/dmesg.boot is not available
2009-11-21 18:07:43 -05:00
Scott Ullrich
668e761d78
Include ipsec.inc and vpn.inc
2009-11-21 17:56:54 -05:00
Scott Ullrich
f7e3f9ac68
Include certs.inc
2009-11-21 17:48:22 -05:00
Scott Ullrich
880637d273
Default to only system information and interfaces widgets. This reduces load time on RSPRO from 9+ seconds to 2.5
2009-11-21 17:05:21 -05:00
Scott Ullrich
980df75c74
Set max_procs for > 128 megabytes ram. Set min-procs to 0. Set the MAX_REQUESTS to 2 when memory under 128 megabytes
2009-11-21 16:30:54 -05:00
Scott Ullrich
f82be9e4ec
Set default size for apc shm to 10 megs for < 128
2009-11-21 16:18:04 -05:00