History log of /web-master/fetch/cvsauth.php (Results 1 – 16 of 16)
Revision Date Author Comments
# c8506579 31-Mar-2021 Nikita Popov

Remove get_magic_quotes_gpc() checks

master.php.net runs PHP 5.4, where magic quotes no longer exist.
Add a sanity check that they're really disable, and drop code
handling them. The

Remove get_magic_quotes_gpc() checks

master.php.net runs PHP 5.4, where magic quotes no longer exist.
Add a sanity check that they're really disable, and drop code
handling them. There was at least one use of escape() that wouldn't
do the right thing if this code was run with magic quotes.

show more ...


# 0e511803 10-Dec-2018 Peter Kokot

Refactor long array() syntax to short []

Since app is using PHP 5.4+ already, the longer `array()` syntax can be
refactored to shorter `[]`.


# 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.


# aaea42a2 22-Jan-2012 Rasmus Lerdorf

Remove transitional master2 name


# 9cbfd043 21-Jan-2012 Rasmus Lerdorf

bugsweb does a POST to this script


# de13a7ba 20-Jan-2012 Ferenc Kovacs

s/$token/$_GET[token]/g fixing up the $token references in fetch/* to work without register_globals


# 42888ee6 20-Jan-2012 Rasmus Lerdorf

switch these to master2


# 24eb7458 24-Mar-2011 Derick Rethans

- Update token.


# 8b5c0c88 10-Mar-2011 Philip Olson

Removed old MQ FC Hack. Thankfully this function always exists.


# d652a369 20-Jul-2009 Gwynne Raskind

cheapo fix for the include issue


# 8ebad79a 17-Jul-2009 Rasmus Lerdorf

Change cvsauth token


# 07d2a12d 14-Jul-2009 Hannes Magnusson

Revert :) - it broke authentication apparently..


# 966d655a 12-Jul-2009 Hannes Magnusson

Make sure we create the SVN accounts properly


# b214236d 16-Mar-2008 Hannes Magnusson

Fix example


# 85a66173 01-Mar-2008 Hannes Magnusson

Add central CVS authentication service for php.net sites