#
ed931f77 |
| 01-Apr-2021 |
Nikita Popov |
Add safe(r) query abstraction Add db_query_safe that accepts parameters separately. Use it in some places.
|
#
6cc0deb4 |
| 01-Apr-2021 |
Nikita Popov |
Use db_connect() in some places
|
#
d0822675 |
| 31-Mar-2021 |
Nikita Popov |
Replace uses of escape() with appropriate functions For queries, use real_clean(), for html use hsrc().
|
#
68c08379 |
| 31-Mar-2021 |
Nikita Popov |
Use strict comparison for password Rather unlikely, but could give false positives for 0e comparisons.
|
#
14407c3a |
| 11-Dec-2013 |
Hannes Magnusson |
Username verification is required by the wiki
|
#
ada579ee |
| 11-Dec-2013 |
Hannes Magnusson |
Kill md5 and CVS fallbacks.. People that have never logged in since the move to SVN Are effectively blocked out by this change and they'll have to reset their passwords.
|
#
f4e4f1ea |
| 11-Dec-2013 |
Hannes Magnusson |
Kill a tiny svn-auth.inc
|
#
d652a369 |
| 20-Jul-2009 |
Gwynne Raskind |
cheapo fix for the include issue
|
#
5bb54739 |
| 20-Jul-2009 |
Gwynne Raskind |
revert commit 284392 - extra include unneeded
|
#
7e462675 |
| 19-Jul-2009 |
Hannes Magnusson |
Possibly missing include..
|
#
73b567e9 |
| 19-Jul-2009 |
Hannes Magnusson |
Use the database rather then the passwd file...
|
#
66cf6099 |
| 17-Dec-2008 |
Hannes Magnusson |
Autmatically generate svn passwords on login (meaning: people dont have to "change" their passwords anymore to get access to svn)
|
#
85a66173 |
| 01-Mar-2008 |
Hannes Magnusson |
Add central CVS authentication service for php.net sites
|
Revision tags: BEFORE_CONTENT_LAYOUT_SEP, BEFORE_SOC06, PHPGCOVWEB_1_0, RELEASE_1_0_4 |
|
#
d054d5c7 |
| 10-Jun-2004 |
Gabor Hojtsy |
lots of cleanups: - remove dependency on register_globals at some places (include files) - fix HTML tags (body was missing from master pages) - indentation, coding standards, addi
lots of cleanups: - remove dependency on register_globals at some places (include files) - fix HTML tags (body was missing from master pages) - indentation, coding standards, adding cvs ids - converting some configuration related globals to constants
show more ...
|
#
33a9beac |
| 05-Sep-2003 |
Gabor Hojtsy |
Do not allow an infinite loop when file is not available for opening
|
#
95ee2ace |
| 22-Sep-2001 |
jim winstead |
interface for managing individual manual notes
|