summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Use different names for pppoe and pptp fields so that problems reported byErmal Luçi2008-09-072-32/+48
| | | | | | | 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.
* 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
|
* Correctly use defaultsSeth Mos2008-09-061-3/+3
|
* Remove modulate state per ticket 1730Seth Mos2008-09-061-2/+0
|
* Minor re-work of OpenVPN configuration. Use operational modes to determineMatthew Grooms2008-09-062-105/+379
| | | | | | | | | | | | | | | | | | | | 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.
* Disallow creation of user certificates until the user has actually beenMatthew Grooms2008-09-041-3/+3
| | | | created. This obviously won't work.
* More array checks.Ermal Luçi2008-09-041-11/+26
|
* Correct array depth in is_array checkSeth Mos2008-09-041-1/+1
|
* 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.
* Major whitespace cleanup. Remove a useless html table.Matthew Grooms2008-09-031-52/+65
|
* Major whitespace cleanup. Fix some html table column class mismatches thatMatthew Grooms2008-09-031-129/+127
| | | | made for ugly output
* Fix some html table column class mismatches that made for ugly output.Matthew Grooms2008-09-031-2/+2
|
* Cleanup some of the authentication code. Fix the problem where you mustMatthew Grooms2008-09-031-28/+0
| | | | | | | navigate away from the initial page twice to get somewhere. Remove some of the cruft that was no longer used. Don't unconditionally redirect a user to their homepage if another url was specified pre-login. This will allow admins to create bookmarks to specific pfsense webui pages.
* Correct all double click action urls in the main IPsec config screens.Matthew Grooms2008-09-031-12/+12
| | | | Reported by Seth.
* Change the text in the privilege table row to read "Assigned Privileges"Matthew Grooms2008-09-031-1/+1
| | | | | instead of "Effective Privileges". This is in contrast to the user page which also lists group privilege inheritance.
* Hopefully fix wirless configuration issues on GUI part since the wireless ↵Ermal Luçi2008-09-034-16/+15
| | | | code requests an optcfg array as global which was removed with multi pppoe/pptp/... fixes. Pass the required array as a parameter to the wireless code to avoid further breakage while fixing other code.
* Allow to set the mtu higher than 1500 bytes on interfaces.Ermal Luçi2008-09-032-4/+4
|
* Actually fix problem with assigning number of interfaces greater than 10 or 20.Ermal Luçi2008-09-031-9/+4
|
* Oops forgotten curly.Ermal Luçi2008-09-031-1/+1
|
* Correct problems with OpenVPN that prevented the lzo compression and passMatthew Grooms2008-09-032-6/+7
| | | | tos options from being set correctly in configuration files.
* Add options to export ca, certificate and user certificate data from theMatthew Grooms2008-09-033-1/+89
| | | | webui.
* OpenSSL is now in the base phpScott Ullrich2008-09-022-2/+0
|
* Correct a problem with the setup wizzard. It was using a legacy method toMatthew Grooms2008-09-021-7/+3
| | | | | set the administrative password. This was causing failures while parsing the xml file.
* Correctly show interface column even on disabled interface cases.Ermal Luçi2008-09-021-1/+1
|
* Fix problem reported on http://forum.pfsense.org/index.php/topic,10984.0.html.Ermal Luçi2008-09-021-10/+9
| | | | | Actually this is a dumb php susbstr() function behaviour since the code logic was fine. Either way this fixes the problem of not allowing more the 12 total interfaces present.
* Make edit pages look consistentBill Marquette2008-09-025-0/+15
| | | | Pointed out by: sullrich@
* Do not try to convert twice the real interface to the friendly descr. This ↵Ermal Luçi2008-08-311-7/+2
| | | | fixes the empty interface column on System Logs->Firewall tab log viewer.
* Determine real interface by the new $ifSeth Mos2008-08-311-7/+1
|
* Fix error checking for wireless interfaces being part of a bridge which is ↵Ermal Luçi2008-08-312-5/+11
| | | | allowed only in hostap mode.
* Fix detection if an interface is part of bridge.Ermal Luçi2008-08-317-14/+8
|
* Fix detection if an interface is part of bridge.Ermal Luçi2008-08-311-1/+1
|
* Fix forgotten bridge configuration knob rename.Ermal Luçi2008-08-311-2/+2
|
* Remove &nbsp;Scott Ullrich2008-08-311-1/+1
|
* Appear for both casesScott Ullrich2008-08-311-1/+1
|
* Change // to /Scott Ullrich2008-08-311-1/+2
|
* Reverse fade orderScott Ullrich2008-08-312-2/+4
|
* Fade out edit box when we are browsing. Fade it back in when file is loaded.Scott Ullrich2008-08-312-0/+2
|
* Bold the current working directoryScott Ullrich2008-08-311-1/+1
|
* Wire up Home icon to /Scott Ullrich2008-08-311-1/+1
|
* * Move directory up to line next to home iconScott Ullrich2008-08-311-4/+4
| | | | * Do not &nbsp; so many times, it looks awkward
* We do not have a toolbox on RELENG_1.Scott Ullrich2008-08-311-1/+1
|
* Add missing /Scott Ullrich2008-08-301-1/+1
|
* Add missing filesScott Ullrich2008-08-3022-0/+175
|
* Backport edit.php from HEAD, which is Dead, Zed.Scott Ullrich2008-08-306-194/+1000
|
* move CSS header to correct locationScott Ullrich2008-08-303-9/+9
|
OpenPOWER on IntegriCloud