summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Use ; not & to seperate parms to cvswebScott Ullrich2005-10-181-1/+1
|
* Update files from RELENG_1 and mount for r/w soonerScott Ullrich2005-10-181-1/+1
|
* Mount image r/w earlier in the processScott Ullrich2005-10-181-2/+2
|
* Restore previous behavior dealing with arraysScott Ullrich2005-10-181-1/+4
|
* Correctly start/stop syslogdScott Ullrich2005-10-181-9/+8
|
* Spell unset() correctlyScott Ullrich2005-10-182-2/+2
|
* MFC 6969Scott Ullrich2005-10-182-4/+20
| | | | | | Save and restore checkbox states correctly Reported-by: nngabriel on irc
* MFC 6960Scott Ullrich2005-10-183-4/+4
| | | | Cleanup hardcoded meta refreshes
* MFC 6959Scott Ullrich2005-10-181-46/+49
| | | | standardize table layout
* MFC 6958Scott Ullrich2005-10-181-7/+5
| | | | Move <div> to the right place, move tabcont class to table it no longer belongs in TD (and hasn't for some time) Remove unused </center> tag
* MFC 6957Scott Ullrich2005-10-181-6/+6
| | | | Specify 'id' to the edit screen!
* MFC 6956Scott Ullrich2005-10-181-2/+1
| | | | close html tag (use span also)
* MFC 6955Scott Ullrich2005-10-181-10/+61
| | | | Show static entries on diagnostics screen, show what IPs are in either the static table or the dynamic table and are in the ARP table More info!!! More is better right?
* Save and restore checkboxes correctlyScott Ullrich2005-10-182-5/+26
| | | | Reported-by: HOBA
* Do not show blank rowsScott Ullrich2005-10-181-4/+6
|
* Restore / save checkbox correctlyScott Ullrich2005-10-181-1/+4
|
* Unset items which are falseScott Ullrich2005-10-171-6/+30
|
* MFC 6940Scott Ullrich2005-10-171-1/+1
| | | | "prioritize p2p" -> "lower priority pf p2p"
* MFC 6931Scott Ullrich2005-10-171-6/+16
| | | | | * Check for "yes". * Unset values if they are not checked
* Save and restore checkboxes correctlyScott Ullrich2005-10-171-26/+38
|
* MFC 6919Scott Ullrich2005-10-171-16/+46
| | | | Set checkbox values to yes and use similar logic to system_advanced.php
* MFC 6922Scott Ullrich2005-10-171-10/+10
| | | | Use isset() on checked items
* MFC 6922Scott Ullrich2005-10-172-2/+6
| | | | Add redlnk class - I'm tired of seeing the pfSense link in fend.inc be blue! Or worse..some random color :-/
* MFC 6921Scott Ullrich2005-10-172-9/+10
| | | | Fix fend.inc alignment Fix tab links
* MFC 6920Scott Ullrich2005-10-171-23/+72
| | | | Allow for parent queues to work. Cleaned up code that does root queue detection and discovered some odd bugs that made me wonder how it worked correctly. Queues can be reordered (honestly, this is kinda pointless, but I put it in cause it was easier to punt to the user than doing queue trees correctly) This is obviously an XXX and needs to be fixed.
* MFC 6915Scott Ullrich2005-10-171-4/+4
| | | | Move gateway above wireless settings
* MFC 6910 6911Scott Ullrich2005-10-161-161/+99
| | | | Beginning of new wireless status tool. So far it shows ifconfig list sta and includes all wireless interfaces defined as top tabs.
* MFC 6877Scott Ullrich2005-10-161-10/+10
| | | | Update terminology - should help cut down questions too
OpenPOWER on IntegriCloud