Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a config diff option to the backup history, so you can view changes ↵ | jim-p | 2010-03-03 | 1 | -1/+52 |
| | | | | between revisions. | ||||
* | Fix distance setting for ath and add it to the wireless settings that are ↵ | Erik Fonnesbeck | 2010-03-03 | 1 | -9/+9 |
| | | | | synced and listed as shared. | ||||
* | Ticket #393. Require once. | Ermal Luçi | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Remove mentioning of the well gone ftp helper. | Ermal Luçi | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Ticket #314. Commit somewhat variant of patch provided on ticket to allow ↵ | Ermal Luçi | 2010-03-03 | 1 | -0/+6 |
| | | | | checking allow dns override. | ||||
* | Resolves #392. Remove unused igmpproxy_import and its .gif reference. | Ermal Luçi | 2010-03-03 | 1 | -5/+0 |
| | |||||
* | Remove the gateway even from the interface if it is used by it. Resolves #304. | Ermal Luçi | 2010-03-03 | 1 | -0/+2 |
| | |||||
* | Do not allow negative numbers in session timeout. Ticket #378. | Ermal Luçi | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Overhaul the user login system to use the Servers tab as its base. | Ermal Luçi | 2010-03-03 | 5 | -332/+180 |
| | | | | Fix quite a few problems down the way. | ||||
* | Remove the windows LF on this file to be usable on vi. | Ermal Luçi | 2010-03-03 | 1 | -363/+363 |
| | |||||
* | Add temporary note that changing the wireless standard may require a reboot. ↵ | Erik Fonnesbeck | 2010-03-02 | 1 | -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 Fonnesbeck | 2010-03-02 | 4 | -11/+7 |
| | |||||
* | When more than a single wireless clone exists, verify that it is possible to ↵ | Erik Fonnesbeck | 2010-03-02 | 1 | -0/+29 |
| | | | | change the mode. | ||||
* | Don't need to bring the interface down twice -- let apply be the one to take ↵ | Erik Fonnesbeck | 2010-03-02 | 1 | -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 Fonnesbeck | 2010-03-02 | 1 | -1/+2 |
| | | | | destroying the clone before apply has been clicked. | ||||
* | Fix conditions for disable. | Erik Fonnesbeck | 2010-03-02 | 1 | -2/+2 |
| | |||||
* | Use wireless_regex instead, because is_interface_wireless appears to be ↵ | Erik Fonnesbeck | 2010-03-02 | 1 | -1/+1 |
| | | | | intended for assigned interfaces only. | ||||
* | Fix text and add more descriptive names to the modes. | Erik Fonnesbeck | 2010-03-02 | 1 | -2/+9 |
| | |||||
* | Allow openvpn server to authenticate only based on username/password ↵ | Ermal Luçi | 2010-03-02 | 1 | -1/+12 |
| | | | | credentials. | ||||
* | Do not allow same names on different auth servers. While here correct radius ↵ | Ermal Luçi | 2010-03-02 | 1 | -4/+9 |
| | | | | default ports. | ||||
* | Merge branch 'master' of ↵ | Erik Fonnesbeck | 2010-03-02 | 12 | -114/+503 |
|\ | | | | | | | | | | | http://gitweb.pfsense.org/pfsense/efonne-wireless_clones Approved-By: sullrich/cmb | ||||
| * | Merge commit 'mainline/master' | Erik Fonnesbeck | 2010-03-01 | 28 | -113/+310 |
| |\ | |||||
| * | | On double click go to the wireless clone edit page. Also remove an unused ↵ | Erik Fonnesbeck | 2010-02-27 | 1 | -2/+2 |
| | | | | | | | | | | | | variable. | ||||
| * | | Change clone_inuse to function in the same style as the other *_inuse ↵ | Erik Fonnesbeck | 2010-02-24 | 2 | -9/+9 |
| | | | | | | | | | | | | functions in the interfaces_*.php files. | ||||
| * | | Revert "Don't skip disabled interfaces when checking which are assigned." ↵ | Erik Fonnesbeck | 2010-02-24 | 2 | -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 Fonnesbeck | 2010-02-23 | 2 | -1/+14 |
| | | | |||||
| * | | Allow changing the parent interface of an unassigned wireless clone. | Erik Fonnesbeck | 2010-02-23 | 1 | -3/+4 |
| | | | |||||
| * | | Move most of the code for dealing with wireless clone interface names to ↵ | Erik Fonnesbeck | 2010-02-23 | 1 | -5/+1 |
| | | | | | | | | | | | | separate functions. | ||||
| * | | Add note about limits on the number of wireless clones. | Erik Fonnesbeck | 2010-02-23 | 1 | -1/+1 |
| | | | |||||
| * | | Add more detail to the description on the Interfaces: Wireless page. | Erik Fonnesbeck | 2010-02-23 | 1 | -1/+1 |
| | | | |||||
| * | | Move shared wireless configuration settings to their own heading. | Erik Fonnesbeck | 2010-02-22 | 1 | -50/+64 |
| | | | |||||
| * | | Sync configuration of shared settings between wireless clones. | Erik Fonnesbeck | 2010-02-22 | 2 | -1/+7 |
| | | | |||||
| * | | Don't skip disabled interfaces when checking which are assigned. | Erik Fonnesbeck | 2010-02-22 | 2 | -2/+2 |
| | | | |||||
| * | | Don't allow changing the parent interface until this code supports deleting ↵ | Erik Fonnesbeck | 2010-02-19 | 1 | -1/+2 |
| | | | | | | | | | | | | the old clone. | ||||
| * | | Merge commit 'mainline/master' into alt_method | Erik Fonnesbeck | 2010-02-17 | 12 | -65/+244 |
| |\ \ | |||||
| * | | | Add wireless tab to Interfaces: (assign) now that the configuration page is ↵ | Erik Fonnesbeck | 2010-02-15 | 9 | -63/+72 |
| | | | | | | | | | | | | | | | | functional. | ||||
| * | | | Add page for configuration of wireless clone interfaces. | Erik Fonnesbeck | 2010-02-15 | 2 | -0/+349 |
| | | | | |||||
* | | | | Add copyrights of myself. | Ermal Luçi | 2010-03-02 | 1 | -0/+1 |
| | | | | |||||
* | | | | Allow the GUI auth API to be used for doing authentication against ↵ | Ermal Luçi | 2010-03-02 | 4 | -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çi | 2010-03-02 | 1 | -4/+4 |
| | | | | |||||
* | | | | Do not show the passwd used to logon on logs. Also change the replace from ↵ | Ermal Luçi | 2010-03-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | $username to <username> so php does not try to do clever stuff. | ||||
* | | | | fix text | Chris Buechler | 2010-03-01 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | The filter expects * and not a php variable. | Ermal Luçi | 2010-03-01 | 1 | -2/+2 |
| | | | |||||
* | | | Correct typo in function name | Seth Mos | 2010-03-01 | 1 | -1/+1 |
| | | | |||||
* | | | Mute route delete message, regenerate resolv.conf as this also corrects ↵ | Seth Mos | 2010-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | static routes to the DNS servers. | ||||
* | | | Add intermmediate certificate support to CP config page. | Ermal Luçi | 2010-03-01 | 1 | -0/+11 |
| | | | |||||
* | | | AJAX-ify the gmirror status widget. Add license header while I'm here. | jim-p | 2010-02-27 | 2 | -31/+76 |
| | | | |||||
* | | | Add link to download config from backup history. Ticket #268 | jim-p | 2010-02-27 | 1 | -0/+19 |
| | | | |||||
* | | | Add descriptive title to revert/delete config backup that shows when ↵ | jim-p | 2010-02-27 | 1 | -4/+4 |
| | | | | | | | | | | | | hovering. Also add confirmation prompt for revert or delete. Resolves #268 | ||||
* | | | revert unintentional change to system_usermanager_settings.php from last commit | Chris Buechler | 2010-02-27 | 1 | -2/+2 |
| | | |