summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
Commit message (Expand)AuthorAgeFilesLines
* Ticket #1052. Enforce certificates if they are present for authenticating to ...Ermal2011-07-151-5/+43
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-34/+34
|\
| * Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-281-6/+10
| |\
| * \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-04-151-0/+2
| |\ \
| * \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-251-1/+3
| |\ \ \
| * \ \ \ Merge branch 'master' into incVinicius Coque2011-01-281-1/+5
| |\ \ \ \
| * \ \ \ \ Merge remote branch 'mainline/master' into incVinicius Coque2010-12-141-40/+68
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote branch 'mainline/master' into incRenato Botelho2010-11-161-0/+37
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote branch 'mainline/master' into incRenato Botelho2010-11-031-3/+3
| |\ \ \ \ \ \ \
| * | | | | | | | More gettext fixesRenato Botelho2010-10-011-2/+2
| * | | | | | | | Fix quotes to use %N$X on gettext callsRenato Botelho2010-10-011-7/+7
| * | | | | | | | Merge remote branch 'mainline/master' into incRenato Botelho2010-10-011-0/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote branch 'mainline/master' into incRenato Botelho2010-09-131-2/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix gettext calls with printf to permit change strings orderRenato Botelho2010-08-301-7/+7
| * | | | | | | | | | Merge remote branch 'mainline/master' into incRenato Botelho2010-08-181-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote branch 'mainline/master' into incRenato Botelho2010-08-161-2/+2
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Implement gettext() calls on auth.incCarlos Eduardo Ramos2010-08-131-36/+36
* | | | | | | | | | | | | Merge remote branch 'upstream/master'jim-p2011-07-011-6/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Add proper checks in auth code for testing if the section has been set in the...Ermal2011-06-281-6/+10
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge remote branch 'upstream/master'Seth Mos2011-04-121-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Add an IPsec xauth permission. Try to use the nologin shell first (just unloc...jim-p2011-04-081-0/+2
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Add IPv6 support to the DNS rebinding attack functionSeth Mos2011-03-141-2/+9
|/ / / / / / / / / /
* | | | | | | | | | Make it possible to turn off successful login messages, this should quiet the...smos2011-03-021-1/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Silence warnings.Ermal2011-01-261-2/+2
* | | | | | | | | allow 127.0.0.1 and localhost for HTTP_REFERER checksChris Buechler2011-01-091-0/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Correct webConfgurator auth/error messagesScott Ullrich2010-12-101-2/+2
* | | | | | | | Add log_auth() which with send items to syslogd using LOG_AUTH facilities. U...Scott Ullrich2010-12-101-3/+2
* | | | | | | | Switches must come after the user name when using pw lock/unlock.Erik Fonnesbeck2010-12-031-1/+1
* | | | | | | | Remove authorized_keys file when there are no authorized keys for the user.Erik Fonnesbeck2010-12-031-1/+2
* | | | | | | | Add successful user for sshlockoutScott Ullrich2010-11-301-1/+1
* | | | | | | | Reword auth error message to match ssh for the most partScott Ullrich2010-11-301-2/+3
* | | | | | | | Revert "Add Active Directory group membership checking Ticket #1009"Scott Ullrich2010-11-291-83/+78
* | | | | | | | Add Active Directory group membership checking Ticket #1009Scott Ullrich2010-11-291-78/+83
* | | | | | | | Don't consider the HTTP referrer check as passing if it was skipped. Ticket #...Erik Fonnesbeck2010-11-211-1/+2
* | | | | | | | Upon restoring a config, replacing whole sections, or editing config.xml in e...Erik Fonnesbeck2010-11-211-4/+18
* | | | | | | | 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
| |_|/ |/| |
OpenPOWER on IntegriCloud