summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* guiconfig.inc needs to come first.Scott Ullrich2008-07-221-2/+1
| | | | Noticed-by: fernando.a.quintero@gmail.com
* one last change, forgot to restore widget counterScott Dale2008-07-221-2/+4
|
* code cleanup. Let hope this kills the dashboard bugScott Dale2008-07-221-45/+45
|
* Use new function to update the configured client and not the others to get ↵Ermal Luçi2008-07-201-2/+2
| | | | better GUI response time.
* Actually update host when a new account is configured.Ermal Luçi2008-07-201-3/+3
|
* Fix setting/unsetting of Disable option.Ermal Luçi2008-07-201-2/+2
|
* this is super annoying in VMware, exit if running in VMwareChris Buechler2008-07-201-0/+6
|
* Do not take into consideration root_ queues.Ermal Luçi2008-07-201-1/+4
|
* * Correct yesterday commit seems that DNS-o-mattic commit support had ↵Ermal Luçi2008-07-202-4/+4
| | | | | | | | | shifted the values cause of bad separator use ' '(space) instead of ','(comma). * Implement DNSexit support. Feature request: #1588
* Fix a but in the IPsec Mobile Client screen that caused the 'Apply' bannerMatthew Grooms2008-07-191-3/+1
| | | | to be displayed unconditionally when IPsec support is globally disabled.
* Fix shifted order. Somebody must have removed a service from here. I am ↵Ermal Luçi2008-07-192-5/+5
| | | | still not sure if the first should be only dyndns or it should be dnsomatic as for values saved on configscp services_dyndns.php root@192.168.10.1:/usr/local/www.
* fix up text.Chris Buechler2008-07-191-16/+16
| | | | | | This page still needs some help Ticket #1775
* Remove stray 'Array' title.Ermal Luçi2008-07-191-1/+0
|
* Describe only the functionality it does we know where we are at.Ermal Luçi2008-07-182-2/+2
|
* Replace create button with a gif image and text.Ermal Luçi2008-07-171-1/+2
|
* Improve javascrpt.Ermal Luçi2008-07-171-1/+3
|
* Catch up with javascript.Ermal Luçi2008-07-161-0/+2
|
* Add javascript to show advanced portions of config options.Ermal Luçi2008-07-161-0/+7
|
* correctly show limiter tab on wizards page.Ermal Luçi2008-07-161-1/+2
|
* Remove 'Remove all' button and rename the create button to the new name!Ermal Luçi2008-07-161-4/+1
|
* Rename for not confusing people!Ermal Luçi2008-07-163-4/+4
|
* We have our own roll of dummynet now.Ermal Luçi2008-07-167-2109/+0
|
* Reread the config after the new settings are saved.Ermal Luçi2008-07-161-4/+4
|
* Allow user to select dummynet pipes/queues.Ermal Luçi2008-07-161-0/+65
|
* Update pattern for rtable supportSeth Mos2008-07-161-1/+1
|
* Make dummynet page visible in the frontend under the "Virtual Interfaces" tab.Ermal Luçi2008-07-163-70/+67
| | | | So people can think of pipes as virtual interfaces as it seem easier to grok.
* Insert frontend code for dummynet(4).Ermal Luçi2008-07-161-0/+397
|
* When switching to AON rules do not create nat rules for interfaces that have ↵Ermal Luçi2008-07-151-0/+2
| | | | | | | | gateway. This fixes some broken generated rules. NOTE: That some more work is needed to make it comply to interfaces that are set as dhcp or to produce nat rules for interfaces other then WAN.
* Add other needed files so everything works as expected.Ermal Luçi2008-07-144-0/+27
|
* This is not needed anymore.Ermal Luçi2008-07-141-561/+0
|
* Missed previous merge config.Ermal Luçi2008-07-141-1/+1
|
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-1414-383/+758
| | | | | | | * Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is the other half of changes
* Correct a the spelling of accessible in the IPsec mobile access page.Matthew Grooms2008-07-141-1/+1
|
* Fix a few bugs in the IPsec pages HTML output that were causing problemsMatthew Grooms2008-07-142-2/+2
| | | | with IE.
* Output input_errors when they are setScott Ullrich2008-07-141-1/+1
|
* * Add invalid characters for description input errorScott Ullrich2008-07-141-20/+24
| | | | * Do not save the data when input_errors are set
* Automatically zap spaces, they can be harmful.Scott Ullrich2008-07-141-1/+1
|
* Introduce a new and improved version of IPsec mobile client support. TheMatthew Grooms2008-07-136-447/+759
| | | | | | | mobile client tab is now used to configure user authentication (Xauth) and client configuration (mode-cfg) options. User authentication is currently limited to system password file entries. This will be extended to support external RADIUS and LDAP account DBs in a follow up comiit.
* Overhaul IPsec related code. Shared functions have been consolidated intoMatthew Grooms2008-07-1116-1530/+1705
| | | | | | | | | | | | | | a new file named /etc/ipsec.inc. Tunnel definitions have been split into phase1 and phase2. This allows any number of phase2 definitions to be created for a single phase1 definition. Several facets of configuration have also been improved. The key size for variable length algorithms can now be selected and the phase1 ID options have been extended to allow for more flexible configuration. Several NAT-T related issues have also been resolved. Please note, IPsec remote access functionality has been temporarily disabled. An improved implementation will be included in a follow up commit.
* Fix page break issue.Scott Ullrich2008-07-101-0/+1
|
* Fix file not found errors.Scott Ullrich2008-07-101-3/+5
|
* Remove the parent interface reconfiguration functions they are only ↵Ermal Luçi2008-07-091-7/+0
| | | | | | | | | | | bogusly/erroneously called here: * On bootup without this change the parent interface will be configured twice. * Even when the system is up a vlan does not have to mock up with the parent apart guaranteeing that it is up. The only thing that does not work is makeing a VLAN on dynamic interfaces like pppoe/pptp. Afaik it has never worked and i do not think that many people would use vlans over pppoe, if a feature request for such things comes up it will be on my TODO around 2.x of pfSense.
* Correctly show interface names.Ermal Luçi2008-07-091-16/+3
|
* Correctly show interface names on the tabs.Ermal Luçi2008-07-091-1/+1
|
* * Correctly edit existing vlans.Ermal Luçi2008-07-091-22/+9
| | | | | | | * Speedup very much the vlan creation/editing but not reconfiguring all the other interfaces but just the one where the vlan resides. NOTE: It is even questionable if it is needed at all to reconfigure the underlying interface since the only thing that vlan needs from the parent is the former to be up so packets can travel.
* Exit slbd, enter relaydSeth Mos2008-07-0810-14/+109
|
* move relayd to after all gateways are configured - it'll be happier, trust meBill Marquette2008-07-081-1/+1
|
* Setup gateways monitor after a rpc syncSeth Mos2008-07-081-0/+1
|
* remove slbd_configure and start removal of gateway stuff from load balancer ↵Bill Marquette2008-07-083-173/+8
| | | | screens
* s/slbd/relayd/ move to after filter is configuredBill Marquette2008-07-081-2/+2
|
OpenPOWER on IntegriCloud