summaryrefslogtreecommitdiffstats
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.
* Add pfsense.merge_config_section which can merge two keys together via ↵Scott Ullrich2007-01-241-0/+21
| | | | 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-243-161/+392
|
* Bump versionSeth Mos2007-01-231-1/+1
| | | | Load balancing should now work with legacy configs.
* Fix filter rules when using load balancing pools. Latest CVS was broken.Seth Mos2007-01-231-4/+4
| | | | | Logic error. And we do need to guess. It's not a local IP, it's a gateway. Something with toffees
* Make DHCP server rules work again. on OPT interfaces.Seth Mos2007-01-231-1/+1
|
* Version bumpScott Ullrich2007-01-231-1/+1
|
* Do not launch check_reload_status from filter.inc. This creates some ↵Scott Ullrich2007-01-221-3/+1
| | | | strange situation where check_reload_status inherits socket descriptors from OpenVPN.
* Don't guess interface, we know.Seth Mos2007-01-211-2/+1
|
* If the load balancer interface name turns out to be a ip address we guess ↵Seth Mos2007-01-211-2/+9
| | | | | | the interface and log a error. Found by Holger
* Not sure how I missed this.Seth Mos2007-01-201-2/+2
| | | | * use correct variable name.
* 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
* Add back missing WINS statement that was accidently chopped in commit #9051Scott Ullrich2007-01-191-1/+2
| | | | Ticket #1209
* Bump versionSeth Mos2007-01-191-1/+1
|
* 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
|
* Change default theme to nervecenter.Scott Ullrich2007-01-182-5/+5
| | | | No objections from any of the 13 other people in IRC. Make it so.
* 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.
* Hard code paths to /etc/inc files on bootup.Scott Ullrich2007-01-161-4/+4
| | | | | | If for some reason php.ini gets whiped out on bootup then you will never be able to boot again. This works around that issues and ensures that we atleast can bootup to the point where php.ini gets written back out. Many many wasted hours on this issue.
* 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
|
* Fix indenation and possible conflicting variable naming (future commits)Seth Mos2007-01-151-7/+7
|
* Add Xbox360 support in the gaming sectionScott Ullrich2007-01-142-1/+21
| | | | See http://support.microsoft.com/kb/908874
* Bump versionSeth Mos2007-01-131-1/+1
| | | | | | * load balancer dhcp multiwan filter.inc fix * added optional interface quality graph * bump config version
* Sync enable_rrd_graph() with HEADSeth Mos2007-01-132-181/+182
| | | | | * added quality graph backend for Optional interfaces * Huge code cleanup. PHP should now return proper line numbers on parse errors.
* filter.inc logic and filter rule fix for new load balancer by interface nameSeth Mos2007-01-121-2/+2
|
* Version bump.Scott Ullrich2007-01-111-1/+1
| | | | | | Note to commiters, we use USA standard date format: MM-DD-YYYY
* 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
|
* Instead of killing openvpn and restarting, simply HUP it to reload its settings.Scott Ullrich2007-01-081-1/+1
|
* Bump version.Seth Mos2007-01-061-1/+1
| | | | Traffic shaper changes, load balancer failover option.
* Let's see if this works ok over the course of a few snapshots. If not we can ↵Seth Mos2007-01-062-4/+29
| | | | | | | | | | | 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.
* Do not configure DHCP server on dhcp interfaces.Seth Mos2007-01-021-1/+2
|
* Do not create DHCP server firewall rules for interfaces which are configured ↵Seth Mos2007-01-021-1/+8
| | | | | | for DHCP. They/We/He/She should not run into this, except when migrating a interface configuration to something else.
* Bump the height of all graphs up to 200. This makes us squint less.Seth Mos2007-01-021-7/+7
|
OpenPOWER on IntegriCloud