summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Change /sbin/setkey to ipsec-tools /usr/local/sbin/setkeySeth Mos2008-07-081-1/+1
|
* Switch over to interface_has_gateway() for gateway detectionSeth Mos2008-07-081-10/+2
|
* Show correct updating URL source when it is overriden by adminScott Ullrich2008-07-081-1/+1
|
* format error fixScott Dale2008-07-081-1/+1
|
* make tabs all the sameScott Dale2008-07-081-1/+1
|
* show error correctly and display current version is up to dateScott Dale2008-07-081-8/+14
|
* Turn off CARPDEV.Scott Ullrich2008-07-072-6/+6
|
* Unlink only if the file exists to aviod errors.Ermal Luçi2008-07-071-1/+1
|
* Add shortcut command for manual config editingChris Buechler2008-07-071-0/+3
|
* Eliminate interfaces_carp_bring_up_final()Scott Ullrich2008-07-071-1/+0
|
* Eliminate interfaces_carp_bring_up_final()Scott Ullrich2008-07-074-4/+1
|
* We do not need the simplexml php exentsionScott Ullrich2008-07-062-2/+2
|
* match tabs to other pagesScott Dale2008-07-061-1/+1
|
* removed extra JS update.progressbar. This was killing the webupdate page and ↵Scott Dale2008-07-061-3/+2
| | | | causing thousands of JS errors.
* Move none queue item to top of the list.Seth Mos2008-07-051-6/+10
| | | | Check for empty queue names
* Add gateway compound groups to the firewall gateway drop downSeth Mos2008-07-051-6/+7
|
* remove un-needed code, refine update check errorScott Dale2008-07-051-26/+16
|
* show when new firmware is availableScott Dale2008-07-051-1/+43
|
* Handle empty monitor address correctlySeth Mos2008-07-031-0/+3
|
* Handle empty monitor addressSeth Mos2008-07-031-0/+3
|
* Correct page titleSeth Mos2008-07-031-1/+1
|
* Define typeSeth Mos2008-07-031-1/+1
|
* Trigger setup_gateways_monitor() when applying routing or gateway settings.Seth Mos2008-07-012-0/+4
|
* Remove spurious textSeth Mos2008-07-011-16/+1
|
* correct width for widget coloumnsScott Dale2008-07-011-3/+3
|
* Add status gateway groups page.Seth Mos2008-06-301-0/+201
|
* display product name properlyChris Buechler2008-06-291-1/+1
|
* Do not use the same variable name as the interface we are working with.Ermal Luçi2008-06-271-11/+11
|
* Remove bogus - blah text.Scott Ullrich2008-06-262-2/+2
|
* Load pcreScott Ullrich2008-06-262-2/+2
|
* Use different name for loop var.Ermal Luçi2008-06-241-3/+3
|
* Fixup problems that aries by using the same variables withing for loops.Ermal Luçi2008-06-241-5/+5
| | | | | | PHP does not define any scope for this vars and this breaks things. For this instance fix tabs on dhcp and firerwall rules.
* Missed rule removal commit.Ermal Luçi2008-06-231-1/+17
|
OpenPOWER on IntegriCloud