summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Use array_combine()Scott Ullrich2007-01-241-1/+1
|
* Add pfsense.merge_config_section which can merge two keys together via ↵Scott Ullrich2007-01-241-2/+27
| | | | XMLRPC sync instead of killing the prior section. This is useful when merging subkeys of installedpackets for example.
* Sync aliases after removingScott Ullrich2007-01-241-0/+1
|
* Backport the alias rowhelper description featureScott Ullrich2007-01-242-160/+381
|
* Kill trailing space and note that dsh submitted last patch.Scott Ullrich2007-01-201-1/+1
|
* Fix multiple selection in RELENG_1 package editor. -HEAD does not suffer ↵Scott Ullrich2007-01-201-2/+3
| | | | from this bug as the codebase is different.
* Allow special characters in MPD/PPTP passwords.Scott Ullrich2007-01-191-31/+31
| | | | Ticket #1210
* s/require/require_once/Scott Ullrich2007-01-191-4/+2
|
* MFC TCPDump packet capture scripts from Scott DaleScott Ullrich2007-01-192-0/+233
|
* Update to 20070112Scott Ullrich2007-01-181-1/+1
|
* Fixup color codeScott Ullrich2007-01-181-15/+16
| | | | Suggested-by: DSH
* Replace nervecenter nifty corner code with RELENG_1 metallic code.Scott Ullrich2007-01-181-7/+3
| | | | Suggested-by: DSH
* Fix nerve center theme.Scott Ullrich2007-01-182-2/+6
| | | | Patch submitted by DSH
* Fix padding for releng_1Seth Mos2007-01-181-1/+0
|
* MFC new imagesScott Ullrich2007-01-1763-0/+0
|
* MFC nervecenter themeScott Ullrich2007-01-17215-0/+4883
| | | | Seems to work okay on RELENG_1 so far. May need a few tweaks here and there.
* If we already have a lease state do not loop again.Seth Mos2007-01-151-1/+1
| | | | Fix leases listing for non failover installs
* Fix Quality graph spacingSeth Mos2007-01-151-2/+2
|
* Cleanup Quality graph with HEAD version.Seth Mos2007-01-151-22/+7
|
* Add Xbox360 support in the gaming sectionScott Ullrich2007-01-142-1/+21
| | | | See http://support.microsoft.com/kb/908874
* Show the average and period in human format.Seth Mos2007-01-111-8/+23
|
* Prevent error when there are no leasesSeth Mos2007-01-101-3/+7
|
* Correct gateway check. This was *WRONG*.Scott Ullrich2007-01-091-2/+1
|
* * Do not show the same error message 2+ times (in this case 60)Scott Ullrich2007-01-091-1/+3
| | | | * Show the correct ip address that we are comparing it to
* New much faster (usable) version, also lists failover pool statusSeth Mos2007-01-091-112/+135
|
* Let's see if this works ok over the course of a few snapshots. If not we can ↵Seth Mos2007-01-061-4/+21
| | | | | | | | | | | always revert this checkin combination. Do note the s/$POST/$_POST fixes! Allow for a failover type next to the already available load balancing type. The gui server list box needs some up and down box for ordering. For now just remove and add again. New page is way faster anyways. Test by seth with crappy wifi link to the neighbours :-)
* Reintroduce the Penalty Box option. This one has reported succes fromSeth Mos2007-01-062-190/+375
| | | | | | forum users and has been out there for over 2 weeks now. This also allows you to set a upper limit to the p2p queues. Together with the p2pcatchall that makes for a reasonable p2p blocker.
* Bump the height of all graphs up to 200. This makes us squint less.Seth Mos2007-01-021-7/+7
|
* Merge in new (outbound) load balancing configuration code from HEAD.Seth Mos2006-12-302-40/+240
| | | | | | | | | | * assign interfaces to pool instead of manual IP configuration * Only show interfaces with a gateway * Offer list of monitor IPs including interface gateways. This code is tested for outbound load balancing on a carp cluster and works for me (smos). The server side needs testing. Which I don't know how to. Let's give it a run for a snapshot or 2.
* Limit NAT description to prevent invalid rules.Seth Mos2006-12-271-1/+8
| | | | Submitted-by: Devon O'Dell <devon.odell@coyotepoint.com>
* MFC miniupnpd changes from Ryan WagonerScott Ullrich2006-12-265-41/+92
|
* Backout penalty box option.Scott Ullrich2006-12-232-292/+145
| | | | Step 3 is supposed to be VOIP, and Seth forgot to rename all of the step ids in the .inc file leading to utter badness.
* Backout last commit. We are already using zlib compression.Scott Ullrich2006-12-211-3/+0
|
* Use GZIP http compression handler. This will speed up the GUI when using ↵Scott Ullrich2006-12-211-0/+4
| | | | over slow WAN links. Or just WAN links in general.
* MFC fixes for Ticket 1187 by proxy for Scott DaleSeth Mos2006-12-172-3/+24
|
* Add Penalty box option to the RELENG_1 wizard. I've had no complaintsSeth Mos2006-12-142-144/+291
| | | | | | | and the tests work. It works quite similar to voip queue but with a upper limit. NOTE: This does not shape FTP traffic because of the FTP proxy.
* hint at people that a host should be a IP address.Seth Mos2006-12-121-1/+1
|
* Duh. $type is a variable.Scott Ullrich2006-12-121-1/+1
|
* Log an error when we reach maximum capacity to system logsScott Ullrich2006-12-121-0/+1
|
* Log an error to system logs when $type is not set.Scott Ullrich2006-12-121-0/+4
|
* Revert $type commit. This is being set by the called function per Jonathon.Scott Ullrich2006-12-121-2/+2
|
* Silence Eclipse warningsScott Ullrich2006-12-111-1/+1
|
* Silence Eclipse warningsScott Ullrich2006-12-112-3/+3
|
* Do not use blank variable $type. Use the same variable $cpdb[$i][2] that is ↵Scott Ullrich2006-12-111-1/+1
| | | | being used in the other calls.
* Unhide Allow intra-BSS communication, the option now works with 6.2-RC1Scott Ullrich2006-12-091-4/+0
|
* Set value to ON when checked.Scott Ullrich2006-12-081-2/+2
|
* Kill trailing spaceScott Ullrich2006-12-081-1/+1
|
* Add checkbox support to rowhelperScott Ullrich2006-12-081-0/+5
|
* Sync miniupnpd w/ HEADScott Ullrich2006-12-052-30/+30
|
* MFCScott Ullrich2006-12-041-15/+16
| | | | Miniupnpd menu item
OpenPOWER on IntegriCloud