Scott Ullrich
c2ce153a12
MFC 7415
...
Use $pconfig
2005-11-06 23:51:28 +00:00
Scott Ullrich
da56c4d74c
MFC 7413
...
Make FTP Its own area with header bar
2005-11-06 23:28:24 +00:00
Scott Ullrich
bc5dc42181
MFC 7406
...
Sync OpenVPN with Peter A's latest version:
rootfs-1.2-ovpn2.tar.gz
2005-11-06 20:30:09 +00:00
Scott Ullrich
c1ec2c2f80
MFC 7401
...
Add support for per interface ftp helper.
Suggested-by: Dan Swartzendruber <dswartz_AT_druber.com>
In-Discussion-with: Bill M, Dan S
2005-11-06 20:03:46 +00:00
Scott Ullrich
a6bfa4ba23
When displaying DHCP leases, call gethostbyaddr() to resolve the hostname if we do not have the record in the database
...
Also check to make sure gethostbyaddr() would return a real value
Ticket 7390
2005-11-05 21:29:11 +00:00
Scott Ullrich
7a79c4f037
Recompile for FreeBSD 6
2005-11-04 22:13:19 +00:00
Scott Ullrich
126ed1ff04
Clean $log_split during each loop
...
Ticket #657
2005-11-04 21:53:36 +00:00
Scott Ullrich
3c961255f5
Handle other protocols besides tcp and udp.
...
Ticket #657
2005-11-04 21:48:31 +00:00
Scott Ullrich
b8467d8e8f
<br> between "Note:"
2005-11-04 21:33:28 +00:00
Scott Ullrich
21784301d2
Do not show blank entries
...
Ticket #664
2005-11-04 21:29:15 +00:00
Scott Ullrich
11c9bb94db
Show item if mac or ip is defined.
...
Ticket #669
2005-11-04 21:25:31 +00:00
Scott Ullrich
c90ea5c10b
Do not call type_change() on form load. It clears the box.
...
Ticket #624
2005-11-04 21:19:06 +00:00
Scott Ullrich
82f4935f8c
Do not echo out an array. It only echos "Array"
...
Ticket #624
2005-11-04 20:57:01 +00:00
Scott Ullrich
39363e03a6
Add a note to include the host and domain name in the hostname field.
2005-11-04 00:35:53 +00:00
Scott Ullrich
f6605fae98
Add wanip as a special net
2005-11-03 23:53:34 +00:00
Scott Ullrich
76934b05a3
MFC 7320
...
Add interface ip option for firewall rules
2005-11-03 23:42:17 +00:00
Scott Ullrich
3446ca38b0
MFC 7313
...
Setup serial console correctly
Ticket #670
2005-11-03 18:25:43 +00:00
Scott Ullrich
7fbb2951d9
close <center> tag
2005-11-03 03:47:23 +00:00
Scott Ullrich
79e481783d
<?php if($mapent['mac'] <> ""): ?> is preferred. Scolded by support forums.
2005-11-03 03:00:28 +00:00
Scott Ullrich
623247f767
Add back checks for LAN ip address. An address is required for traffic shaping.
2005-10-31 22:45:31 +00:00
Scott Ullrich
d82c9f8bd5
MFC 7248
...
Enable BF2 selection :)
2005-10-30 19:30:01 +00:00
Scott Ullrich
2cb2b9f02a
MFC 7247
...
Add Battlefield 2
2005-10-30 19:29:36 +00:00
Scott Ullrich
96557c8198
MFC 7246
...
Alternate schedulers are disabled, don't let advanced settings accidently clear this.
Reported-By: Peter Zaitsev
2005-10-30 19:29:05 +00:00
Scott Ullrich
ce87759a60
MFC 7245
...
Shaper wizard is now capable of allowing the user to select which TWO (and only two) interfaces they'd like to shape.
2005-10-30 19:25:03 +00:00
Scott Ullrich
7785151051
MFC 7244
...
Allow the wizard to send the user error messages
2005-10-30 19:24:29 +00:00
Scott Ullrich
7b4710f9b2
MFC 7243
...
Make interface code look the same as other fields
2005-10-30 19:24:01 +00:00
Scott Ullrich
9d25708602
Do not try and "guess" the subnet mask depending on the ip address
...
Ticket #656
2005-10-29 16:31:35 +00:00
Scott Ullrich
f107446cd5
Do not allow LAN to be bridged with self
...
Ticket #653
2005-10-29 16:27:29 +00:00
Scott Ullrich
3f00c1dc9f
unless both max-src-conn-rate and max-src-conn-rates are provided, unset the values - ticket #650
2005-10-28 23:24:15 +00:00
Scott Ullrich
20cbc4ece5
Mount image as RW before creating certs.
...
Ticket #647
2005-10-27 21:46:24 +00:00
Scott Ullrich
5e46b37c89
MFC 7196
...
mpd blocks until ppp-linkup exits, background rc.newwanip as dyndns is tripping this up (it tries to connect out a pppoe connection that's blocking on this script).
Tested-by: DungaBee, Hoba, and a few others.
2005-10-27 17:32:30 +00:00
Scott Ullrich
20d4980cec
Regenerate slbd configuration after pool changes
...
Ticket #646
2005-10-27 16:47:35 +00:00
Scott Ullrich
abf5a84b45
Only show hard disk standy time on hard disk platforms
...
Ticket #643
2005-10-27 16:44:08 +00:00
Scott Ullrich
341869f3ff
Allow a 0 to be posted (false).
...
Ticket #645
2005-10-27 16:38:58 +00:00
Scott Ullrich
2fc0b1c7df
require_once("config.inc") so that the $config structure is set for AJAX only queries
2005-10-26 18:23:29 +00:00
Scott Ullrich
e260bd6f4c
MFC 7153
...
UI for Commit [7145]
Adv. rules WILL need to be modified for this change
NOTE! This merge was not 100% clean. Had an issue with:
***************
*** 342,348 ****
</tr>
<tr>
<td>Destination port: </td>
- <td><input name="natport" type="text" class="formfld" id="natport" size="5" value="<?=htmlspecialchars($pconfig['natport']);?>"> (leave blank for any)</td>
</tr>
</table>
</td>
--- 351,357 ----
</tr>
<tr>
<td>Destination port: </td>
+ <td><input name="dstport" type="text" class="formfld" id="dstport" size="5" value="<?=htmlspecialchars($pconfig['dstport']);?>"> (leave blank for any)</td>
</tr>
</table>
</td>
2005-10-25 17:05:06 +00:00
Scott Ullrich
80cf44e9c9
MFC 7147
...
Dynamically figure out the number of 'frd' cells in a table This allows for different sized tables to use the row moving JS without looking ugly
2005-10-25 16:58:46 +00:00
Scott Ullrich
d7e105065d
Kill sshd if user has deactivated it.
2005-10-25 01:08:00 +00:00
Scott Ullrich
26e851aa08
MFC 7124
...
Do not include countryName
2005-10-24 21:02:17 +00:00
Scott Ullrich
f78b47e311
MFC 7117
...
Temperature is in Celsius not in percentages
2005-10-23 23:22:01 +00:00
Scott Ullrich
b3e7dc67ed
MFC 7079
...
Force users to use wizard if shaper isn't enabled as wizard is currently the ONLY supported path to use the shaper.
2005-10-23 18:56:37 +00:00
Scott Ullrich
6518f0a69c
Use isset()
...
Ticket #631
2005-10-23 17:12:19 +00:00
Scott Ullrich
49770eac57
MFC 7057
...
Show reject icons for rejected rules
2005-10-22 19:50:10 +00:00
Scott Ullrich
7a23e41950
MFC 7048
...
Clean up 'reload' page, this reads a little better.
2005-10-22 18:41:31 +00:00
Scott Ullrich
037304d866
MFC 7049
...
Fix protocol detection for $myurl Stop $myurl from putting : in url when no alternate port is selected
2005-10-22 18:40:41 +00:00
Scott Ullrich
48cd521114
Test the correct variable when looking for 0.0.0.0
2005-10-22 18:37:04 +00:00
Scott Ullrich
82184ab083
MFC 7033
...
Enable and disable serial console support if requested. Recent changes for USB keyboard and vty's changed this behavior some.
2005-10-21 22:03:07 +00:00
Scott Ullrich
6aadbe0ab6
MFC 7036
...
Allow remote net to be set to 0.0.0.0
2005-10-21 20:39:05 +00:00
Scott Ullrich
938957aff8
MFC 7025
...
We moved the primary gateway to the wan interface long time ago.
2005-10-21 02:28:39 +00:00
Scott Ullrich
55bd955694
MFC 7015
...
Remove "Flush NAT", this was an IPFilter-ism that makes no sense in PF.
2005-10-20 17:26:04 +00:00