summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite portions of the user manager to ensure data is properly synced toMatthew Grooms2008-07-251-18/+77
| | | | | | | | | | | the system password and group databases. This is to provide better support for centralized user management when local account administration is preferred. I also took this opportunity to do some housekeeping. A lot of funtions that were only being used in one place or not at all were removed. The user page privelege checks were also simplified in preperation for future work in this area.
* Output . instead of random jibberish on bootup.Scott Ullrich2008-07-231-2/+2
|
* Silence the "Beginning upgrade to version 4.7" message.Matthew Grooms2008-07-191-2/+0
|
* change this to a legit value (3, and any other non-zero number does the same ↵Chris Buechler2008-07-191-1/+1
| | | | thing as 1 which is what the correct value is)
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-3/+70
| | | | | | | * Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is only half part of the changes the other half will come after
* Bump execution timeout to 15 minutes on upgradesSeth Mos2008-07-141-0/+6
|
* Correct a few more issues with the IPsec automatic configuration upgradeMatthew Grooms2008-07-131-62/+94
| | | | | | | | process. We now consolidate multuple enabled phase1 entries for the same remote gateway. This is to prevent multiple remote sections from being created in the racoon.conf file withe the same peer IP address. Also, make sure we don't add multiple AES definitions to a phase2 config. Add a single definition with an auto key length.
* Correct a problem with the IPsec upgrade code. This was related to theMatthew Grooms2008-07-131-2/+2
| | | | | key lengths being set to auto in phase1 which is not currently supported. Instead, set the key lengths to the default value.
* Overhaul IPsec related code. Shared functions have been consolidated intoMatthew Grooms2008-07-111-1/+177
| | | | | | | | | | | | | | 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.
* Use the full path to the vlan parameters seems that the foreach block ↵Ermal Luçi2008-07-101-1/+1
| | | | | | | creates a copy of the original. This should fix vlan upgrade issues reported.
* Use the new way of enumerating interfaces.Ermal Luçi2008-06-181-8/+6
|
* Bring in relayd to perform server load balancingBill Marquette2008-06-161-0/+35
| | | | | | | | Move gateway load balancing code into gwlb.inc - still uses slbd TODO: vs and pool status screens are currently broken...and wouldn't work with the gateway pools anyway, ultimately, the gateway pools need to move.
* Compat shims to convert old vlan configs to the new one.Ermal Luçi2008-06-041-1/+10
| | | | Actually only one tag <vlanif>$if</vlanif> is added.
* add isset per billmChris Buechler2008-06-031-16/+16
|
* Ignore CarpDEV-DHCP interfaces during interface mismatch detection.Scott Ullrich2008-05-291-1/+3
|
* Atomic file writingBill Marquette2008-05-171-10/+4
| | | | | Patch-by: David Rees MFC: for 1.2.1
* Add optional config locking reason and note it in the lock file.Scott Ullrich2008-04-281-1/+2
|
* fix whitespaceChris Buechler2008-04-211-14/+14
|
* don't prompt to remove LAN config if booting (you likely never assigned one, ↵Chris Buechler2008-04-211-9/+33
| | | | | | just remove it) fix error when unset config items don't exist
* add space to not errpr out while starting ftpseasameErmal Luçi2008-04-171-2/+2
|
* Make recently commited code readable.Scott Ullrich2008-04-081-31/+29
|
* fix typo.Ermal Luçi2008-04-081-1/+1
|
* Convert old openvpn server configs to new the new config way.Ermal Luçi2008-04-081-2/+50
|
* Only process static ip address gateways on interfaces.Seth Mos2008-03-131-8/+10
|
* Remove duplicate rrd upgrade entry.Seth Mos2008-03-131-7/+21
| | | | Add first attempt at gateway upgrade code.
* Turn off kernel muting for time being while I sorta out a number ofScott Ullrich2008-03-061-1/+2
| | | | php5 issues.
* Missing unset items for appliance project.Scott Ullrich2008-02-231-0/+3
|
* Unset block private networks on WAN when only one interface configured. We ↵Chris Buechler2008-02-221-0/+1
| | | | | | | add antilockout rules on the WAN in this circumstance, and block private networks conflicts with that when your interface is on private IP space Single interface support Appliance Project
* Don't prompt for OPT assignment if LAN was not assigned. Previous check ↵Chris Buechler2008-02-221-32/+33
| | | | | | | didn't work because the LAN setup in config.xml isn't relevant to the current interface assignment. Single interface support Appliance Project
* Only delete a interface IP if it exists.Scott Ullrich2008-02-191-3/+4
|
* Backout last commit. The dependency order is not correct.Scott Ullrich2008-02-191-2/+1
|
* Remove extra c/rScott Ullrich2008-02-191-1/+0
|
* Ask the user if they would like to unload the IP address configuration ofScott Ullrich2008-02-191-3/+16
| | | | the LAN interface after they have elected to remove it (appliance mode).
* Unset the LAN interface after the user has commited. Otherwise if theyScott Ullrich2008-02-191-5/+6
| | | | | select N that they are not happy with the setup we have already removed the configuration sections.
* Unset the DHCP LAN subnet information when the interface is removed.Scott Ullrich2008-02-191-3/+5
|
* Correctly unset interface and do not define <if> later blindly.Scott Ullrich2008-02-191-5/+8
|
* * Write out configuratin correctlyScott Ullrich2008-02-181-0/+2
| | | | * Do not assign optional interfaces if LAN has been removed.
* Partially fix assignment of only WAN at console interface assignment.Chris Buechler2008-02-181-15/+11
| | | | | Single interface support Appliance Project
* Don't force into interface mismatch loop when using one interface.Chris Buechler2008-02-181-1/+2
| | | | | Single interface support Appliance Project
* Text fix.Chris Buechler2008-02-181-1/+1
| | | | | Single interface support Appliance Project
* Make sure we sync before mounting ro.Scott Ullrich2008-02-141-0/+9
|
* * If LAN interface is unassigned do not worry about interface mismatchesScott Ullrich2008-02-091-0/+2
|
* * Unset the LAN interface if 1 network interface is allowed and user optsScott Ullrich2008-02-091-1/+3
| | | | to not set a LAN interface during interface assignment.
* * Move minimum nic requirement information to globals.incScott Ullrich2008-02-091-23/+28
| | | | * Move minimum ram requirement information to globals.inc
* Bring in the new traffic shaper.Ermal Luçi2008-01-111-17/+16
| | | | | | It is capable of multi interface shaping. Also bring the wizard up-to-date. Now it is capable of doing multi interface too.
* touch up textChris Buechler2008-01-081-1/+1
| | | | Ticket #1569
* text cleanupChris Buechler2007-12-251-10/+8
|
* Add product_copyright re-branding supportScott Ullrich2007-12-161-9/+9
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* Move update bogons script to 3am.Scott Ullrich2007-11-281-3/+3
| | | | Discussed on pfSense-support@
* Log when we change the bogons frequency hour.Scott Ullrich2007-11-281-6/+7
|
OpenPOWER on IntegriCloud