summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused and possibly erroneous code.Ermal Luçi2008-09-071-24/+0
|
* Add my name to the copyrights, i think i changed enough of this file!Ermal Luçi2008-09-072-0/+2
|
* Delete interfaces_lan.php we have a unified interface config.Ermal Luçi2008-09-071-235/+0
|
* Try to reconfigure interfaces if assigned when edited. For gif and gre this ↵Ermal Luçi2008-09-072-0/+9
| | | | does not make sense.
* Merge lan configuration to the interfaces_wan.php page wich does the ↵Ermal Luçi2008-09-0711-140/+53
| | | | | | 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-073-38/+54
| | | | | | | 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.
* Add an action even onChange so something can be done even without a mouse.Ermal Luçi2008-09-072-2/+2
|
* * (Re)Implement a 'None' type for interface config which allows to assign ↵Ermal Luçi2008-09-072-458/+270
| | | | | | | | interfaces like GRE/GIF and filter on them. * Show the configuration for an interface only after it is enabled. * Show only the configuration option regarding the selected type using some 'sick' javascript 'stolen' on the new loadbalancer.
* 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.
* Remove references to lbpool - this is no longer in use in 1.3Bill Marquette2008-09-072-46/+0
| | | | | Not sure what the correct input validation is here (possibly nothing), but this is definitely not it.
* uncomment the commented out functionality that actually restarts sshdBill Marquette2008-09-071-2/+2
| | | | when it's enabled
* WPA is optional, hence shouldn't be <strong>Chris Buechler2008-09-071-1/+1
|
* 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
|
* Allow bin sbin and boot writingScott Ullrich2008-09-061-1/+10
|
* Correctly use defaultsSeth Mos2008-09-061-3/+3
|
* Do not update platform on cvssync runsScott Ullrich2008-09-061-0/+1
|
* It is now technically possible to cvssync livecd for testing :)Scott Ullrich2008-09-061-2/+8
|
* Remove modulate state per ticket 1730Seth Mos2008-09-061-2/+0
|
* rc.cdrom already outputs its statusScott Ullrich2008-09-061-3/+0
|
* Minor re-work of OpenVPN configuration. Use operational modes to determineMatthew Grooms2008-09-065-189/+610
| | | | | | | | | | | | | | | | | | | | what configuration options are appropriate. The operational mode dictates the authentication method. They are defines as follows ... Peer to Peer ( SSL/TLS ) Peer to Peer ( Shared Key ) Remote Access ( SSL/TLS ) Remote Access ( User Auth ) Remote Access ( SSL/TLS + User Auth ) Some of these modes allow for user authentication using passwords. We now use the etc/inc/openvpn.auth-user.php file to facilitate this by checking the username and password supplied by OpenVPN against our centralized user database. The Server and Client user interfaces have also been updated to support TLS packet authentication. This is an additional security option that is optional.
* * Show operations in progressScott Ullrich2008-09-062-5/+8
| | | | * Increase /conf memory partition size to 6m
* Move cvssync functions to /root/Scott Ullrich2008-09-061-4/+10
|
* Use root unionfs, this saves a bit of memory.Scott Ullrich2008-09-061-1/+1
|
* Cleanup textScott Ullrich2008-09-061-1/+1
|
* Move unionfs commands earlierScott Ullrich2008-09-061-12/+12
|
* Correct CDROM checkScott Ullrich2008-09-061-1/+1
|
* * Mount /root unionfs writableScott Ullrich2008-09-061-8/+12
| | | | * Move unionfs mounting to earlier in the sequence
* Mount /usr/ with write access using UNIONFS.Scott Ullrich2008-09-061-0/+8
|
* Make the ftp proxy work again.Seth Mos2008-09-051-1/+1
|
* Remove the code that auto-generates an outbound NAT rule for traffic thatMatthew Grooms2008-09-051-11/+2
| | | | | | originates from a private network to a distant OpenVPN network. We don't want to unconditionally hide all traffic behind the vpn interface address. If a admin wants to do this manually, nothing is stopping them.
* Disallow creation of user certificates until the user has actually beenMatthew Grooms2008-09-041-3/+3
| | | | created. This obviously won't work.
* Correct the path for OpenVPN client specific configuration files. When theMatthew Grooms2008-09-041-3/+3
| | | | | directory creation moved to the rc script, the path name was changed from /var/etc/openvpn_csc to /var/etc/openvpn-csc. Update the code to match.
* Revert to the previous method of referencing OpenVPN device names in theMatthew Grooms2008-09-042-25/+19
| | | | | | | filter.inc file. We now specify the openvpn device name which is actually an os managed group. OpenVPN tap instances are added or removed from this group when OpenVPN configurations are created or destroyed. Portions of this patch were written by Ermal.
* Modify the ssh toggle script so it at least runs. I suspect its broken inMatthew Grooms2008-09-041-3/+3
| | | | a more subtle way however. Connected client don't appear to disconnect.
* More array checks.Ermal Luçi2008-09-041-11/+26
|
* Correct array depth in is_array checkSeth Mos2008-09-041-1/+1
|
* Bump the system dh-parameters file to 2048 per request on dev@.Matthew Grooms2008-09-041-4/+4
|
* Add checks when an array its expected to avoid errors from php.Ermal Luçi2008-09-041-14/+18
| | | | Reported-by: Seth
* Break out the advanced system options page into tabs group by categories.Matthew Grooms2008-09-0411-1299/+1409
| | | | | | Fold the sysctl tunables page into a tab under the advanced options page. This reduces the top level menu options by one. There should be no functional changes.
OpenPOWER on IntegriCloud