summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Make the pointy-hat gods happy by fixing missing ) error.Scott Ullrich2008-09-101-2/+2
|
* Increment interface counter for wan too.Seth Mos2008-09-101-3/+9
|
* Add more optional debuggingSeth Mos2008-09-101-0/+2
|
* Bring up to more sane config.Ermal Luçi2008-09-101-5/+13
|
* PPP forgotten knobs syncronization.Ermal Luçi2008-09-101-1/+1
|
* * Fixup stray dots('...') on bootup and add some comments since we do ↵Ermal Luçi2008-09-104-99/+129
| | | | | | | loading of the filters twice during bootup?! * Merge all interface related bootstraps under interfaces_configure so this allows us to handle propperly assigned bridge/gre/gif/.. devices that might are initialized later than assigned interfaces. * Make possible configuring multiple dial-out(ppp) interfaces/configs. Though i am not configdent on the quality of the ppp code that was imported before since GUI and backend have some inconsistencies in the fields. While i fixed most of them still 1 or 2 remain which needs propper investigation on the config.
* * Remove the wan word from most of the functions in this file.Ermal Luçi2008-09-101-55/+43
| | | | | * Remove the 's' from functions that deal only with one interface. * Some other fixes in general.
* Remove uneeded and commented out code.Ermal Luçi2008-09-101-3/+0
|
* Correctly return gre/gif addresses if selected on the firewall rules or ↵Ermal Luçi2008-09-101-4/+13
| | | | needed elsewhere.
* Oops, typo. Thanks, http://forum.pfsense.org/index.php/topic,11442.0.htmlErmal Luçi2008-09-101-1/+1
|
* Make sure the /var/db/racoon path exists before starting racoon. This isMatthew Grooms2008-09-101-0/+4
| | | | needed to ensure racoonctl can communicate properly with racoon.
* Do not execute the command if interface is not configured at all(type = none).Ermal Luçi2008-09-091-4/+7
|
* * Array checks too.Ermal Luçi2008-09-091-4/+10
| | | | | | * Add some style(9) NOTE: Maybe someone needs to verify these strange checks on this function!
* Add validation for the ca configuration array presence. Minor style fixes.Matthew Grooms2008-09-091-9/+8
|
* Add validationSeth Mos2008-09-091-4/+7
|
* * Remove dead codeErmal Luçi2008-09-091-140/+19
| | | | | * Use the correct underlying interface when issuing command * Do not forget to bring the physical interface before creating a virtual one.
* Modify the OpenVPN server configuration to allow the DH parameter lengthMatthew Grooms2008-09-092-1/+5
| | | | to be specified. Upgraded 1.2.x configurations will default to 1024 bits.
* Comment out the code that creates a dh-parameters file at boot time andMatthew Grooms2008-09-094-1/+29
| | | | | add three new static parameters files to the /etc directory. In the near term OpenVPN configurations will use the 2048 bit file.
* If we are an single interface setup we need the anti-lockout rule for wan so ↵Ermal Luçi2008-09-091-1/+1
| | | | correct the parameter to find the right interface.
* Handle renaming of the pppoe/pptp username and password parameters.Ermal Luçi2008-09-091-4/+4
|
* Rename interfaces_wan_configure to interface_configure now that it is used ↵Ermal Luçi2008-09-095-6/+6
| | | | for all assigned interface configuration.
* Add interfaces_wlan.inc to the obsolete list.Ermal Luçi2008-09-091-1/+2
|
* Insure this function returns always an array.Ermal Luçi2008-09-091-0/+2
|
* Catch up with file rename.Ermal Luçi2008-09-091-6/+6
|
* Moves the protocol and certificate options out of the general config pageMatthew Grooms2008-09-094-174/+60
| | | | | | | | | | | | | to the Advanced admin access tab. The thought is that they should be next to each other. The certificate management has also been modified to use the centralized certificate manager. I took the liberty of removing the default certificate/key definitions from the web server configuration function as it is now trivial to create these locally. The global SSH authorized keys have also been removed. Any existing key data will be migrated to the admin account. I also added some new checks to ensure the sshd process is only restarted when its configuration has actually changed.
* Adding file that keeps track of obsoleted files. We'll start withScott Ullrich2008-09-081-0/+3
| | | | the various interfaces_???.php files that where just removed.
* Clarify operation in progressScott Ullrich2008-09-081-1/+1
|
* Correct a bug where we attempt to kill an OpenVPN process even though itsMatthew Grooms2008-09-081-13/+21
| | | | pid file does not exist.
* Revert the dh parameters generation back to 1024 bits. There were severalMatthew Grooms2008-09-081-1/+1
| | | | complaints that 2048 bit parameters took too long to generate.
* Log why we're writing a new config outBill Marquette2008-09-081-1/+1
|
* No need to use a reference to the array, if it doesn't exist alreadyBill Marquette2008-09-081-3/+3
| | | | | this tends to make it exist the next time a write_config() occurs which is now happening during bootup thanks to OpenVPN...yay! ;)
* fix 4.6->4.7 upgrade checkBill Marquette2008-09-081-1/+1
|
* Use correct octal modeSeth Mos2008-09-071-2/+2
|
* Correct mode setting to correct permissions in octal modeSeth Mos2008-09-071-1/+1
|
* Remove unused and possibly erroneous code.Ermal Luçi2008-09-071-24/+0
|
* Merge lan configuration to the interfaces_wan.php page wich does the ↵Ermal Luçi2008-09-075-104/+16
| | | | | | configuration of all other assigned interfaces.
* set auto channel properlyChris Buechler2008-09-071-4/+4
|
* Use different names for pppoe and pptp fields so that problems reported byErmal Luçi2008-09-071-6/+6
| | | | | | | http://forum.pfsense.org/index.php/topic,11220.0.html is fixed. Reflect the changes even on config conversion part. Add even some code in preparation of merging even lan on the same page.
* Reflect the change on convert_friendly_interface_to_real... into ↵Ermal Luçi2008-09-071-2/+2
| | | | get_real_wan_interface to return the real interface even for disabled ones. They are the same function that needs to be cleand up with the names in some distant future.
* When restarting an OpenVPN process, don't send a term signal and expect itMatthew Grooms2008-09-071-5/+17
| | | | | | to exit within a fixed time frame of two seconds. The old process may take longer to exit and cause the new process creation to fail. Instead, check the process status every 1/4 seconds and only continue once it terminates.
* Cleanup output textScott Ullrich2008-09-071-4/+6
|
* we don't care if rm can't find old dhcpd database filesBill Marquette2008-09-071-1/+1
|
* fix debug code that never worked and make it disabled by defaultBill Marquette2008-09-071-2/+4
|
* Semicolons after if's apparently parse...but it's not terribly helpfulBill Marquette2008-09-071-2/+2
|
* Eliminate unneeded ,Scott Ullrich2008-09-071-1/+1
|
* Check to see if key exists before unsettingScott Ullrich2008-09-071-1/+2
|
* Check to see if a interface has a dhcp key before trying to unsetScott Ullrich2008-09-071-1/+2
| | | | if the interface has a dhcp server enabled.
* Hide misc errors that occur on / when we have a read-only filesystem (livecd).Scott Ullrich2008-09-061-1/+1
|
* * Cleanup php fastcgi files betterScott Ullrich2008-09-061-1/+2
| | | | * Remove *.tmp files
* Add conf.default to the unionfs rosterScott Ullrich2008-09-061-0/+3
|
OpenPOWER on IntegriCloud