aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13096] Add phpbb_ prefix to ldap_escape()Jakub Senko2014-09-231-2/+2
* [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
* [ticket/10212] Return a CAPTCHA on incorrect username for ip limited users tooNils Adermann2011-10-141-1/+10
* [ticket/10247] Use COUNT(*) instead of COUNT(attempt_id)Nils Adermann2011-07-041-1/+1
* [ticket/10220] Limit user agent value length for storage in login attempt tableNils Adermann2011-06-151-1/+1
* [ticket/9892] count is a keyword in firebird, so renaming this aliasNils Adermann2011-06-121-2/+2
* [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
* [ticket/8138] Add autocomplete="off" to acp_board and ldap settingsNils Adermann2011-06-031-1/+1
* [ticket/7538] Limit user_login_attempts to prevent SQL errors.Andreas Fischer2010-10-151-2/+4
* [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
* #22525Meik Sievertsen2008-03-143-3/+33
* *** empty log message ***Meik Sievertsen2007-10-053-8/+32
* #i42Meik Sievertsen2007-10-043-5/+22
* necessary changes...Meik Sievertsen2007-08-303-0/+27
* - added an option to specify a port for the LDAP serverNils Adermann2007-08-231-3/+27
* - allow multibyte search configurationNils Adermann2007-08-181-11/+34
* - always use convert error message for unconverted incorrect passwords [Bug #...Nils Adermann2007-05-141-1/+1
* timezone box + shortening pm options variable as well as max login attempts fix.Meik Sievertsen2007-04-281-1/+1
* - acp popup, shouldn't require 700 px widthNils Adermann2007-03-311-6/+9
* - fix htmlspecialchars handling in search (search backends get specialchared ...Nils Adermann2007-02-251-11/+36
* - Pruning doesn't lower user post counts anymore [Bug #7676]Nils Adermann2007-02-081-2/+2
* - display search type as page title for premade searches [Bug #6508]Nils Adermann2006-12-271-1/+1
* - finally correctly calculate current time for birthday calculation [Bug #6030]Nils Adermann2006-12-101-1/+25
* messageNils Adermann2006-11-251-3/+27
* some style related changes/fixesMeik Sievertsen2006-11-191-2/+2
* ok, i am an idiot...Meik Sievertsen2006-11-031-3/+3
* - implemented the suggested html_entity_decode function made by davidMeik Sievertsen2006-11-031-2/+2
* two tiny bugfixesMeik Sievertsen2006-10-271-0/+7
* - introducing clean usernames, needs to be tested more, I'm not sure I didn't...Nils Adermann2006-10-133-5/+5
* - auto sync attachment topic flag [Bug #2949]Nils Adermann2006-08-122-9/+29
* - display age in user profile and make it available on viewtopicNils Adermann2006-07-073-49/+164
* - removed db cache (might re-appear, but for now we do not see the need for it)Meik Sievertsen2006-06-163-16/+22