aboutsummaryrefslogtreecommitdiff
path: root/scripts/authuser.php
Commit message (Expand)AuthorAgeFilesLines
* Add $EnableCopyCode and Copy code button to <pre> blocks.petko2023-03-021-2/+2
* Close potential XSS vulnerability (PITS:01483). Add $FailedLoginsFunction, re...petko2022-10-071-5/+12
* Mute PHP8 undefined variables warnings. Add form attributes autofocus, accept.petko2021-08-311-1/+1
* Upd. copyright yearpetko2021-07-091-1/+1
* Add $MultiFactorAuthFunction, $PageIndexFoldFunctionpetko2021-07-091-1/+6
* Fix warnings for undefined variables in PHP 8 (PITS:01461)petko2021-05-051-1/+2
* Update for PHP 7.4 string offset with curly braces is deprecatedpetko2019-09-031-5/+5
* Add $PCCFOverrideFunction. $AuthUserPageFmt can now be an array of page names...petko2018-07-051-10/+12
* Add $AuthLDAPReferrals to set LDAP_OPT_REFERRALS if neededpetko2017-09-081-2/+4
* Forms: remove "target" attribute (broke PmForm); add HTML5 input types "email...petko2015-08-261-0/+2
* Add pmcrypt() wrapper compatible with PHP 5.6 (PITS:01277); Add HTML5 semanti...petko2015-04-231-3/+3
* Reapply commits from r2587 to r2593 to trunk (were mistakenly applied to late...pmichaud2010-12-141-1/+3
* Revert _crypt() to revision r2561. Fix backwards compatibility with (:if exis...petko2010-06-201-0/+48
* Fix around Windows crypt() bug, move _crypt() from authuser.php to pmwiki.php.petko2010-06-131-48/+0
* Add $AuthUserPat variable for the regexp pattern in AuthUserId (PITS:01202). ...petko2010-06-071-4/+5
* Fix AuthUser vulnerability, reverted previous change to stripmagicpetko2009-06-081-3/+3
* E_NOTICE removalspmichaud2008-07-261-2/+2
* Fix up error message for LDAP authentication.pmichaud2007-09-131-1/+1
* Abort ldap authentication if ldap not available.pmichaud2007-07-171-1/+2
* Site -> SiteAdmin conversion.pmichaud2007-06-171-2/+2
* Fix authuser.php issue with undefined $auth array.pmichaud2007-05-051-0/+1
* Update copyright dates.pmichaud2007-02-281-1/+1
* Comment cleanup.pmichaud2007-02-281-1/+1
* Improvement for authenticating against Active Directory.pmichaud2007-02-281-3/+11
* Remove ResolvePageName call from authuser.php .pmichaud2007-02-281-1/+0
* Fixed bug when $AuthUser isn't defined.pmichaud2006-09-081-1/+1
* Add support for .htgroup files.pmichaud2006-09-061-0/+22
* Fixed a bug in handling non-array username entries.pmichaud2006-09-061-1/+3
* Added ?filter option to LDAP authentication.pmichaud2006-08-251-2/+3
* Fixed bug in ldap authentication introduced by 2.1.13.pmichaud2006-08-161-3/+3
* Update to ldap to allow ldaps://...pmichaud2006-08-151-5/+4
* Add code to resolve pagename when included.pmichaud2006-08-051-0/+1
* Suppress error information from LDAP (PITS:00739).pmichaud2006-05-231-1/+1
* Fixed syntax error.pmichaud2006-03-301-1/+1
* Stripmagic any passwords and user ids.pmichaud2006-03-281-1/+2
* Require a password for LDAP authentication.pmichaud2006-03-171-0/+1
* Copyright updates.pmichaud2006-03-121-1/+1
* Fixes for authuser/AuthId.pmichaud2006-02-241-0/+1
* Restored group for '*'.pmichaud2006-01-121-0/+2
* Updates to authentication/authorization code.pmichaud2006-01-121-12/+7
* Switched crypt() for _crypt() in AuthUserConfig.pmichaud2005-12-141-1/+1
* Updated authuser functionality.pmichaud2005-11-271-62/+94
* Fixed bug with LDAP binding. Added MySQL-compatible MD5 hash.pmichaud2005-10-171-1/+2
* Fixed problem with LDAP authentication using empty password.pmichaud2005-10-101-3/+3
* Fixed <script> tags.pmichaud2005-09-161-1/+1
* I18n.pmichaud2005-09-091-3/+3
* Fixed bug in setting of $sub.pmichaud2005-09-061-1/+1
* Added LDAP authentication.pmichaud2005-08-091-0/+25
* Added apache-compatible md5 encryption, and sha encryption.pmichaud2005-06-221-1/+46
* Miscellaneous updates.pmichaud2005-06-211-0/+73