summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* MFC 7401Scott Ullrich2005-11-065-19/+81
| | | | | | | | Add support for per interface ftp helper. Suggested-by: Dan Swartzendruber <dswartz_AT_druber.com> In-Discussion-with: Bill M, Dan S
* When displaying DHCP leases, call gethostbyaddr() to resolve the hostname if ↵Scott Ullrich2005-11-051-2/+8
| | | | | | | | we do not have the record in the database Also check to make sure gethostbyaddr() would return a real value Ticket 7390
* Clean $log_split during each loopScott Ullrich2005-11-041-0/+2
| | | | Ticket #657
* Handle other protocols besides tcp and udp.Scott Ullrich2005-11-041-0/+3
| | | | Ticket #657
* <br> between "Note:"Scott Ullrich2005-11-041-0/+1
|
* Do not show blank entriesScott Ullrich2005-11-041-0/+3
| | | | Ticket #664
* Show item if mac or ip is defined.Scott Ullrich2005-11-041-1/+1
| | | | Ticket #669
* Do not call type_change() on form load. It clears the box.Scott Ullrich2005-11-041-3/+0
| | | | Ticket #624
* Do not echo out an array. It only echos "Array"Scott Ullrich2005-11-041-1/+0
| | | | Ticket #624
* Add a note to include the host and domain name in the hostname field.Scott Ullrich2005-11-041-1/+7
|
* Add wanip as a special netScott Ullrich2005-11-031-1/+1
|
* MFC 7320Scott Ullrich2005-11-031-1/+3
| | | | Add interface ip option for firewall rules
* MFC 7313Scott Ullrich2005-11-031-8/+28
| | | | | | Setup serial console correctly Ticket #670
* close <center> tagScott Ullrich2005-11-031-0/+1
|
* <?php if($mapent['mac'] <> ""): ?> is preferred. Scolded by support forums.Scott Ullrich2005-11-031-1/+1
|
* Add back checks for LAN ip address. An address is required for traffic ↵Scott Ullrich2005-10-311-6/+5
| | | | shaping.
* MFC 7248Scott Ullrich2005-10-301-1/+1
| | | | Enable BF2 selection :)
* MFC 7247Scott Ullrich2005-10-301-0/+19
| | | | Add Battlefield 2
* MFC 7246Scott Ullrich2005-10-301-1/+4
| | | | | | Alternate schedulers are disabled, don't let advanced settings accidently clear this. Reported-By: Peter Zaitsev
* MFC 7245Scott Ullrich2005-10-301-48/+89
| | | | Shaper wizard is now capable of allowing the user to select which TWO (and only two) interfaces they'd like to shape.
* MFC 7244Scott Ullrich2005-10-301-1/+6
| | | | Allow the wizard to send the user error messages
* MFC 7243Scott Ullrich2005-10-301-4/+4
| | | | Make interface code look the same as other fields
* Do not try and "guess" the subnet mask depending on the ip addressScott Ullrich2005-10-291-5/+0
| | | | Ticket #656
* Do not allow LAN to be bridged with selfScott Ullrich2005-10-291-1/+1
| | | | Ticket #653
* unless both max-src-conn-rate and max-src-conn-rates are provided, unset the ↵Scott Ullrich2005-10-281-2/+9
| | | | values - ticket #650
* Mount image as RW before creating certs.Scott Ullrich2005-10-271-1/+4
| | | | Ticket #647
* Regenerate slbd configuration after pool changesScott Ullrich2005-10-271-0/+1
| | | | Ticket #646
* Only show hard disk standy time on hard disk platformsScott Ullrich2005-10-271-1/+3
| | | | Ticket #643
* Allow a 0 to be posted (false).Scott Ullrich2005-10-271-1/+1
| | | | Ticket #645
* require_once("config.inc") so that the $config structure is set for AJAX ↵Scott Ullrich2005-10-261-9/+10
| | | | only queries
* MFC 7153Scott Ullrich2005-10-251-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | 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:&nbsp;&nbsp;</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:&nbsp;&nbsp;</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>
* MFC 7147Scott Ullrich2005-10-251-18/+21
| | | | 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
* Kill sshd if user has deactivated it.Scott Ullrich2005-10-251-0/+1
|
* MFC 7124Scott Ullrich2005-10-241-1/+1
| | | | Do not include countryName
* MFC 7117Scott Ullrich2005-10-231-1/+1
| | | | Temperature is in Celsius not in percentages
* MFC 7079Scott Ullrich2005-10-234-1/+28
| | | | Force users to use wizard if shaper isn't enabled as wizard is currently the ONLY supported path to use the shaper.
* Use isset()Scott Ullrich2005-10-231-1/+1
| | | | Ticket #631
* MFC 7057Scott Ullrich2005-10-221-4/+7
| | | | Show reject icons for rejected rules
* MFC 7048Scott Ullrich2005-10-221-2/+2
| | | | Clean up 'reload' page, this reads a little better.
* MFC 7049Scott Ullrich2005-10-221-9/+22
| | | | Fix protocol detection for $myurl Stop $myurl from putting : in url when no alternate port is selected
* Test the correct variable when looking for 0.0.0.0Scott Ullrich2005-10-221-1/+1
|
* MFC 7033Scott Ullrich2005-10-211-14/+19
| | | | Enable and disable serial console support if requested. Recent changes for USB keyboard and vty's changed this behavior some.
* MFC 7036Scott Ullrich2005-10-211-0/+2
| | | | Allow remote net to be set to 0.0.0.0
* MFC 7025Scott Ullrich2005-10-211-1/+1
| | | | We moved the primary gateway to the wan interface long time ago.
* MFC 7015Scott Ullrich2005-10-201-7/+0
| | | | Remove "Flush NAT", this was an IPFilter-ism that makes no sense in PF.
* Remove reboot noticeScott Ullrich2005-10-181-1/+1
|
* Remove reboot noticeScott Ullrich2005-10-181-2/+1
|
* Do not call staticmaps_sort() twiceScott Ullrich2005-10-181-1/+0
|
* Restore previous behavior dealing with arraysScott Ullrich2005-10-181-1/+4
|
* Correctly start/stop syslogdScott Ullrich2005-10-181-9/+8
|
OpenPOWER on IntegriCloud