summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Add a config diff option to the backup history, so you can view changes ↵jim-p2010-03-031-1/+52
| | | | between revisions.
* Fix distance setting for ath and add it to the wireless settings that are ↵Erik Fonnesbeck2010-03-031-9/+9
| | | | synced and listed as shared.
* Ticket #393. Require once.Ermal Luçi2010-03-031-1/+1
|
* Remove mentioning of the well gone ftp helper.Ermal Luçi2010-03-031-1/+1
|
* Ticket #314. Commit somewhat variant of patch provided on ticket to allow ↵Ermal Luçi2010-03-031-0/+6
| | | | checking allow dns override.
* Resolves #392. Remove unused igmpproxy_import and its .gif reference.Ermal Luçi2010-03-031-5/+0
|
* Remove the gateway even from the interface if it is used by it. Resolves #304.Ermal Luçi2010-03-031-0/+2
|
* Do not allow negative numbers in session timeout. Ticket #378.Ermal Luçi2010-03-031-1/+1
|
* Overhaul the user login system to use the Servers tab as its base.Ermal Luçi2010-03-035-332/+180
| | | | Fix quite a few problems down the way.
* Remove the windows LF on this file to be usable on vi.Ermal Luçi2010-03-031-363/+363
|
* Add temporary note that changing the wireless standard may require a reboot. ↵Erik Fonnesbeck2010-03-021-1/+2
| | | | To be reverted when the extra work is in place to get it to change when multiple wireless clones exist.
* Add more descriptive mode names to the error messages.Erik Fonnesbeck2010-03-024-11/+7
|
* When more than a single wireless clone exists, verify that it is possible to ↵Erik Fonnesbeck2010-03-021-0/+29
| | | | change the mode.
* Don't need to bring the interface down twice -- let apply be the one to take ↵Erik Fonnesbeck2010-03-021-1/+0
| | | | care of it, since that appears to be the intention.
* Only create the clone here if it does not exist, to prevent inadvertently ↵Erik Fonnesbeck2010-03-021-1/+2
| | | | destroying the clone before apply has been clicked.
* Fix conditions for disable.Erik Fonnesbeck2010-03-021-2/+2
|
* Use wireless_regex instead, because is_interface_wireless appears to be ↵Erik Fonnesbeck2010-03-021-1/+1
| | | | intended for assigned interfaces only.
* Fix text and add more descriptive names to the modes.Erik Fonnesbeck2010-03-021-2/+9
|
* Allow openvpn server to authenticate only based on username/password ↵Ermal Luçi2010-03-021-1/+12
| | | | credentials.
* Do not allow same names on different auth servers. While here correct radius ↵Ermal Luçi2010-03-021-4/+9
| | | | default ports.
* Merge branch 'master' of ↵Erik Fonnesbeck2010-03-0212-114/+503
|\ | | | | | | | | | | http://gitweb.pfsense.org/pfsense/efonne-wireless_clones Approved-By: sullrich/cmb
| * Merge commit 'mainline/master'Erik Fonnesbeck2010-03-0128-113/+310
| |\
| * | On double click go to the wireless clone edit page. Also remove an unused ↵Erik Fonnesbeck2010-02-271-2/+2
| | | | | | | | | | | | variable.
| * | Change clone_inuse to function in the same style as the other *_inuse ↵Erik Fonnesbeck2010-02-242-9/+9
| | | | | | | | | | | | functions in the interfaces_*.php files.
| * | Revert "Don't skip disabled interfaces when checking which are assigned." ↵Erik Fonnesbeck2010-02-242-2/+2
| | | | | | | | | | | | | | | | | | and fix an error propagated from this. (misread a parameter name when looking up the function) This reverts commit ce075a0fd4aa7eb0788f20233bf60706e4c77edf.
| * | Change method of displaying wireless clone interfaces on the assignment page.Erik Fonnesbeck2010-02-232-1/+14
| | |
| * | Allow changing the parent interface of an unassigned wireless clone.Erik Fonnesbeck2010-02-231-3/+4
| | |
| * | Move most of the code for dealing with wireless clone interface names to ↵Erik Fonnesbeck2010-02-231-5/+1
| | | | | | | | | | | | separate functions.
| * | Add note about limits on the number of wireless clones.Erik Fonnesbeck2010-02-231-1/+1
| | |
| * | Add more detail to the description on the Interfaces: Wireless page.Erik Fonnesbeck2010-02-231-1/+1
| | |
| * | Move shared wireless configuration settings to their own heading.Erik Fonnesbeck2010-02-221-50/+64
| | |
| * | Sync configuration of shared settings between wireless clones.Erik Fonnesbeck2010-02-222-1/+7
| | |
| * | Don't skip disabled interfaces when checking which are assigned.Erik Fonnesbeck2010-02-222-2/+2
| | |
| * | Don't allow changing the parent interface until this code supports deleting ↵Erik Fonnesbeck2010-02-191-1/+2
| | | | | | | | | | | | the old clone.
| * | Merge commit 'mainline/master' into alt_methodErik Fonnesbeck2010-02-1712-65/+244
| |\ \
| * | | Add wireless tab to Interfaces: (assign) now that the configuration page is ↵Erik Fonnesbeck2010-02-159-63/+72
| | | | | | | | | | | | | | | | functional.
| * | | Add page for configuration of wireless clone interfaces.Erik Fonnesbeck2010-02-152-0/+349
| | | |
* | | | Add copyrights of myself.Ermal Luçi2010-03-021-0/+1
| | | |
* | | | Allow the GUI auth API to be used for doing authentication against ↵Ermal Luçi2010-03-024-26/+54
| | | | | | | | | | | | | | | | authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.
* | | | User _ instead of </> so browser does not interpret it as html.Ermal Luçi2010-03-021-4/+4
| | | |
* | | | Do not show the passwd used to logon on logs. Also change the replace from ↵Ermal Luçi2010-03-021-4/+4
| | | | | | | | | | | | | | | | $username to <username> so php does not try to do clever stuff.
* | | | fix textChris Buechler2010-03-011-2/+2
| |_|/ |/| |
* | | The filter expects * and not a php variable.Ermal Luçi2010-03-011-2/+2
| | |
* | | Correct typo in function nameSeth Mos2010-03-011-1/+1
| | |
* | | Mute route delete message, regenerate resolv.conf as this also corrects ↵Seth Mos2010-03-011-1/+1
| | | | | | | | | | | | static routes to the DNS servers.
* | | Add intermmediate certificate support to CP config page.Ermal Luçi2010-03-011-0/+11
| | |
* | | AJAX-ify the gmirror status widget. Add license header while I'm here.jim-p2010-02-272-31/+76
| | |
* | | Add link to download config from backup history. Ticket #268jim-p2010-02-271-0/+19
| | |
* | | Add descriptive title to revert/delete config backup that shows when ↵jim-p2010-02-271-4/+4
| | | | | | | | | | | | hovering. Also add confirmation prompt for revert or delete. Resolves #268
* | | revert unintentional change to system_usermanager_settings.php from last commitChris Buechler2010-02-271-2/+2
| | |
OpenPOWER on IntegriCloud