aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11010] changing email and url input types in php filesSenky2013-05-201-1/+1
* [ticket/10758] Extract obtain_user_data for the benefit of tests.Oleg Pudeyev2012-12-191-0/+20
* [ticket/10758] Spelling fix.Oleg Pudeyev2012-12-151-1/+1
* [ticket/10780] Use L_COLON on LDAP page.Andreas Fischer2012-11-101-8/+8
* [ticket/8713] Trim password in auth_db to keep compatibility.Andreas Fischer2012-09-081-0/+4
* Merge PR #813 branch 'develop-olympus' into developOleg Pudeyev2012-05-211-1/+5
|\
| * [ticket/10401] Return correct type when ldap_bind() fails in ldap_login().Andreas Fischer2012-05-221-1/+5
| * [ticket/10708] Check converted passwords for multi-byte charactersRichard Foote2012-03-191-1/+1
* | [feature/class-prefix] Rename auth => phpbb_authIgor Wiedler2012-03-311-0/+1061
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-313-6/+3
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-10-141-0/+9
|\ \ | |/
| * [ticket/10212] Return a CAPTCHA on incorrect username for ip limited users tooNils Adermann2011-10-141-1/+10
* | [feature/request-class] Adjust code base to do html decoding manuallyIgor Wiedler2011-08-181-6/+6
* | Merge branch 'develop' into feature/request-classIgor Wiedler2011-08-181-1/+1
|\ \
| * | [ticket/9608] Remove use of references in captcha and other placesIgor Wiedler2011-07-131-1/+1
* | | [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-13/+14
|/ /
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-07-051-1/+1
|\ \ | |/
| * [ticket/10247] Use COUNT(*) instead of COUNT(attempt_id)Nils Adermann2011-07-041-1/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-151-1/+1
|\ \ | |/
| * [ticket/10220] Limit user agent value length for storage in login attempt tableNils Adermann2011-06-151-1/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-121-2/+2
|\ \ | |/
| * [ticket/9892] count is a keyword in firebird, so renaming this aliasNils Adermann2011-06-121-2/+2
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-111-3/+60
|\ \ | |/
| * [ticket/9992] Use sql_fetchfield for single row and single column resultNils Adermann2011-06-101-2/+1
| * [ticket/9992] Adding a limit on login attempts per IP.Nils Adermann2011-06-101-4/+62
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-091-1/+1
|\ \ | |/
| * [ticket/8138] Add autocomplete="off" to acp_board and ldap settingsNils Adermann2011-06-031-1/+1
* | Merge branch 'feature/igorw/request-class' into developAndreas Fischer2010-12-161-2/+14
|\ \
| * | [feature/request-class] Special case of direct access to _REQUESTIgor Wiedler2010-10-141-2/+14
* | | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-113-6/+0
* | | Merge branch 'develop-olympus' into developIgor Wiedler2010-10-171-2/+4
|\ \ \ | |/ / |/| / | |/
| * [ticket/7538] Limit user_login_attempts to prevent SQL errors.Andreas Fischer2010-10-151-2/+4
* | [feature/auto-loading] Added autoloader to common and ensured compatabilityNils Adermann2010-07-051-2/+2
|/
* [ticket/8792] Add LDAP_SEARCH_FAILED string for when ldap_search() fails.Andreas Fischer2010-05-161-1/+1
* Make sure captcha factory is there. Make sure language array is there.Andreas Fischer2010-01-201-0/+5
* spacesHenry Sudhof2010-01-171-1/+1
* spacesHenry Sudhof2010-01-171-4/+4
* Always require a fresh solved captcha, don't accept a stored solution.Henry Sudhof2010-01-171-3/+8
* make userdata availableHenry Sudhof2010-01-141-1/+1
* #51395 - remove legacy captcha code. authorised by: acyd burnHenry Sudhof2009-09-151-18/+6
* Fix #45315Chris Smith2009-07-181-1/+2
* Correct escaping/unescaping in the LDAP authentication plugin. #48175Chris Smith2009-07-171-7/+11
* - [Feature] New "Newly Registered Users" group for assigning permis...Meik Sievertsen2009-06-202-0/+2
* Oh right. PHP4Henry Sudhof2009-06-131-1/+1
* some corrections, only very minor things.Meik Sievertsen2009-06-071-5/+5
* Okay, a first ci of the new captcha plugins. We'll add dynamic template inclu...Henry Sudhof2009-06-021-33/+6
* As proposed by marshalrusty: re-hash plain MD5s left in the databaseHenry Sudhof2009-02-061-2/+4
* better fix for bug #41085Meik Sievertsen2009-01-291-13/+8
* Fix guest/bot session problems with apache authentication plugin (Bug #41085)Meik Sievertsen2009-01-271-1/+13
* HTTP Authentication supports UTF-8 usernames now [Bug #21135]Nils Adermann2008-06-041-3/+3