aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-09-01A much improved release script, which now knows about Subversion (though isn'tbwarsaw1-1/+0
yet ready to work from the trunk). Also, get rid of all the obsolete .cvsignore directories, they're no longer needed. Almost ready for 2.1.9rc1!
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi9-9/+9
2004-12-28Close a potential cross-site scripting hole, discovered by Florian Weimer.bwarsaw1-5/+23
Initial patch provided by Florian, modified by Barry. Also, turn STEALTH_MODE on by default. Most sites won't change this value from its default, so we might as well use the more secure option. Also, if STEALTH_MODE is turned off, but the websafe() function can't be imported, turn STEALTH_MODE back on.
2003-04-20Backporting from the trunkbwarsaw1-6/+7
2003-03-31Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw1-5/+6
Ademar de Souza Reis Jr