summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Various fixes and improvements for the DNS rebind and HTTP referrer checks.Erik Fonnesbeck2010-11-181-33/+34
* | | | | | | | Add workaround for referrer check to not be triggered on the previous IP addr...Erik Fonnesbeck2010-11-171-9/+20
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Make sure this isn't searching the referrer using a blank host or IP, which w...Erik Fonnesbeck2010-11-151-3/+12
* | | | | | | Fix case for testing the referrer check setting. Ticket #1011Erik Fonnesbeck2010-11-151-1/+1
* | | | | | | Don't perform referer check if display_error_form is not defined (captive por...Erik Fonnesbeck2010-11-141-1/+1
* | | | | | | Unset this reference before reusing the variable name to prevent corruption o...Erik Fonnesbeck2010-11-131-0/+2
* | | | | | | Fix a theoretical/potential XSS in the http_referer check warning.jim-p2010-11-121-1/+1
* | | | | | | Correct HTTP_REFERER check when using an IP Address vs the Firewalls hostnameScott Ullrich2010-11-101-1/+1
* | | | | | | Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
* | | | | | | * Adding function get_configured_ip_addresses() which returns all interfaces ...Scott Ullrich2010-11-101-0/+26
| |_|_|_|_|/ |/| | | | |
* | | | | | Do not require LDAP search base DN. Requiring this can prevent some valid LDA...jim-p2010-10-271-1/+1
* | | | | | Add a note to the DNS Rebinding protection error letting the user know to try...jim-p2010-10-251-1/+1
* | | | | | Convert fullname field on users to descr, so it gains CDATA protection.jim-p2010-10-191-1/+1
| |_|_|_|/ |/| | | |
* | | | | Test before working on what could be an empty value, otherwise it ends up set...jim-p2010-09-281-0/+2
| |_|_|/ |/| | |
* | | | Check for proper type.Ermal2010-09-081-2/+2
| |_|/ |/| |
* | | Avoid a warning on this code when there is no member for a group.Ermal2010-08-171-2/+2
| |/ |/|
* | Adapt to use 2.0's accountsScott Ullrich2010-08-151-3/+3
|/
* Make sure this variable is an array before performing array operations upon it.jim-p2010-08-021-3/+5
* Move the required once in a more appropriate place.Ermal2010-07-281-1/+2
* Don't maintain a membership for the 'all' group when it includes everyone. Ju...jim-p2010-07-281-0/+3
* Require radius.inc if the webGUI is using radius as the method.Ermal2010-07-271-1/+2
* Flip this back the other way, the group operation will fail if the user isn't...jim-p2010-07-141-5/+5
* Silence this commandjim-p2010-07-141-1/+1
* Add SSH tunneling privilege to list of available privileges.Erik Fonnesbeck2010-07-121-2/+3
* Lock out shell accounts that have no OS access, or are expired/disabled.jim-p2010-07-121-0/+11
* Add check for user-ssh-tunnel to give users access to the ssh tunnel shelljim-p2010-07-121-0/+2
* Flip this test around so it is easier to follow/read.jim-p2010-07-121-3/+3
* Sync groups first, since users may rely on group changes.jim-p2010-07-121-5/+5
* Make sure a user gets deleted from the 'all' group.jim-p2010-07-121-1/+1
* Clean up this code.jim-p2010-07-121-6/+5
* Remove home directory when deleting a user.jim-p2010-07-121-1/+5
* Bypass the DNS Rebind attack checks if accessing by IP address.jim-p2010-07-091-16/+2
* Check for locally configured IPs in DNS rebind checks, so people who port for...jim-p2010-07-061-0/+14
* Add a text box where someone can enter in alternate hostnames for the system ...jim-p2010-07-061-0/+7
* Add a checkbox to disable DNS rebinding checks if needed.jim-p2010-07-061-1/+1
* More fixes for DNS rebinding checks (Most of this code is Scott's, with some ...jim-p2010-07-061-10/+17
* Correct checkScott Ullrich2010-07-061-1/+1
* Correct checkScott Ullrich2010-07-061-1/+1
* Check for 127.0.0.1 as wellScott Ullrich2010-07-061-0/+2
* Oops, correct checkScott Ullrich2010-07-061-1/+1
* Add localhost as a valid host for SSH forwarding casesScott Ullrich2010-07-061-0/+2
* Wrap the dns rebind check in a test to see if our error function exists. If i...jim-p2010-07-061-12/+16
* Move the skel dir to /etc/skel, where it's easier to manage from a build poin...jim-p2010-07-061-1/+1
* Slight fix to dyndns checkjim-p2010-07-061-2/+2
* Check dyndns hostnames as well for DNS Rebind issuesScott Ullrich2010-07-061-5/+12
* ^ PotentialScott Ullrich2010-07-011-1/+1
* Binding -> RebindingScott Ullrich2010-07-011-1/+1
* Comment what we are doing here and add the ticket #.Scott Ullrich2010-07-011-0/+1
* More dns-rebind checks. Ticket #708Scott Ullrich2010-07-011-1/+8
* Give users with ssh access a real shell, but make sure that admin still gets ...jim-p2010-06-291-0/+3
OpenPOWER on IntegriCloud