cvsweb-3.0.6/0000755000000000000000000000000010315604254011507 5ustar rootrootcvsweb-3.0.6/icons/0000755000000000000000000000000007712557024012633 5ustar rootrootcvsweb-3.0.6/icons/miniback.gif0000644000000000000000000000020107135422333015061 0ustar rootrootGIF89a¢’!!!111ZZZ„„„ŒŒŒĄĄĄ!ł,FXŗÜ ĄI`L”‹V‹‹Š tÄf]Qn(i¶Ć ČŹZD,­˜ž€00ZLƒ”Ša"* Ѱ·°„EĒq3ČJ`p#;cvsweb-3.0.6/icons/back.gif0000644000000000000000000000033007135422333014207 0ustar rootrootGIF89aĀ’’’Ģ’’™™™fff333!žNThis art is in the public domain. Kevin Hughes, kevinh@eit.com, September 1995!ł,KŗÜž#ņj3S»¢ĪÜõiœ7Nv‚t7*EnXm/ū’ė5FPńźxʤ‘¦l(N§ ڌĄØ:‚@ÕV’ŽŠUüč‘Ļ‹;cvsweb-3.0.6/icons/text.gif0000644000000000000000000000034507135422333014301 0ustar rootrootGIF89aĀ’’’Ģ’’™™™333!žNThis art is in the public domain. Kevin Hughes, kevinh@eit.com, September 1995!ł,X8ŗ¼ń0 @«#¾i;Ļ×U"ø×qDėRÄĻ' »n·–ą „š­ņ Jn»(¬¤Ą<:{P¤ōټVEŚé÷Šķn—Y2ŗėü~šøO‘Ś ;cvsweb-3.0.6/icons/dir.gif0000644000000000000000000000034107135422333014067 0ustar rootrootGIF89aĀ’’’’̙̒’™f3333!žNThis art is in the public domain. Kevin Hughes, kevinh@eit.com, September 1995!ł,T(ŗÜž0ŹIY¹ųĪŗļEÄ}d¦)Å@zj‰C,Ē+ŽõWž<œģ IEįqg<²‚N"4ŚIRaV˜VÅŻĀx‚Ōl<&€Ćę“zĶ#,LšŒ;;cvsweb-3.0.6/icons/minidir.gif0000644000000000000000000000020407135422333014742 0ustar rootrootGIF89a¢’’Ž­’Ü®ĄĄĄø }WK;+%!ł,I(b¦žĪ”1˜²Š€2«v$GQA‘¬y6#Ūvš"ß_­ŻdEč¼žį· śt„ļų`$eĢĢP 8 —©õŠ] æœn„$;cvsweb-3.0.6/icons/minitext.gif0000644000000000000000000000020007135422333015144 0ustar rootrootGIF89a¢’’’’999kkkŒŒŒĄĄĄĪĪĪēēē!ł,EHŗÜ¾ć@k1±ĶJ'Ö\WD¦LAšjĄxFlPŠš²meŲ ,ĒŽ ×Z ¾ßģˆ*oJ€I,No!α$čz½®E;cvsweb-3.0.6/icons/binary.gif0000644000000000000000000000024407676013447014613 0ustar rootrootGIF89aĀ’’’Ģ’’™™™333’’’’’’’’’!ł,i8ŗ¼÷š @«#¾ ˆÆĄeŃRįlje¢ā™ÆK w¾¹°ķż„݉7A h9&9æZói©Z‘»e“‡U~“SŚcƽįIL5›Ńī5.OĻŪź/nķG‚F8@‡ˆI ;cvsweb-3.0.6/icons/minigraph.png0000644000000000000000000000027107563434632015322 0ustar rootroot‰PNG  IHDRó’a€IDATxœÅ;€ D³§ dr(č”2”\#V F~£…ŪĮ °<¤(ō%ŽˆČV Rōöė5RņU«QT#‡\`ēŪYJQązÕV” ;Ś~ÕµDXķ 3VŒŖŽxłĀHV‹ēF[«īJ f²z|Yb’'1ēµÄœ’%ž%Pg=%zĘšIEND®B`‚cvsweb-3.0.6/INSTALL0000644000000000000000000002354010174445213012545 0ustar rootroot$FreeBSD: projects/cvsweb/INSTALL,v 1.36 2005/01/22 12:43:55 scop Exp $ For notes on upgrading between FreeBSD-CVSweb releases, see the bottom of this document. 1) To get cvsweb.cgi to work, make sure that you have Perl 5.6.0 or newer installed and a web server which is capable of executing CGI scripts. See also samples/cvsweb-httpd.conf. CVSweb uses the following Perl modules. Chances are that some of these are already installed with your Perl distribution. The oldest Perl distributions, if any, that already ship with these modules have been marked below. If your Perl doesn't have some of the modules, you can get them from CPAN, . Be sure to install also the prerequisites these modules may have. Note that this list contains only modules that aren't already part of Perl 5.6.0 and newer. Module Version Ships with Perl Type ---------------------------------------------------------- File::Temp 5.8.0 required IPC::Run N/A required MIME::Types N/A optional String::Ediff N/A optional URI N/A required Surprisingly enough, you need to have cvs installed. The recommended version of cvs is 1.11 or newer. Older cvs versions may work with more or less quirks, YMMV. Currently, you'll also need to have the GNU RCS utilities 'rlog', 'rcsdiff' installed (current version is 5.7). This may change if cvs will be able to serve these functions without having a working directory [see TODO]. Note that the cvsweb.cgi script needs to have physical access to the repository (or a copy of it) therefore; rsh, ssh or pserver access doesn't work yet. Install CvsGraph if you want to use it with CVSweb, and see (6) for configuration notes. CvsGraph 1.4.0 or newer is required. Install GNU Enscript if you want syntax highlighting, and see (7) for more info. You'll need version 1.6.3 or newer. Install CVSHistory if you want to use it with CVSweb, and see (8) for configuration notes. You'll need version 2.0 or newer. 2) Copy cvsweb.conf to a configuration directory, typically /usr/local/etc/cvsweb/cvsweb.conf. Edit cvsweb.conf to fit your needs, you'll probably need to tweak the CVS root(s) of the Repository(ies) you want to view. See also the @command_path variable for the path where cvsweb.cgi looks for the various external executables it interacts with. The other cvsweb.conf-* files are example per-cvsroot configuration files, see commentary in cvsweb.conf for more information. 3) Copy cvsweb.cgi to a directory of your web server where the execution of CGI scripts is allowed. Edit it to make the variable $config (look for 'Configuration Area') point to your configuration file. If your perl binary isn't located in /usr/bin you'll have to edit the first line of the script as well. For Apache web servers, there is an optional sample httpd.conf snippet in the samples/ directory. Most setups do not need it though, it is only for advanced and/or mod_perl configurations. 4) If you do not have the dir.gif, text.gif and back.gif icons, copy them somewhere in your $DocumentRoot and edit the %ICONS hash in cvsweb.conf. You won't need to do this if you have a stock Apache installed - they're located in the default icons directory. The icons distributed with this cvsweb are in the public domain. If you think that the default icons are too large, use the corresponding mini icons in the icons/ directory and change the %ICONS hash in cvsweb.conf. 5) Copy cvsweb.css from the css/ directory to a web server directory, and point the $cssurl variable in cvsweb.conf to it. 6) CvsGraph can be used with this version of CVSweb. See the $allow_cvsgraph and $cvsgraph_config configuration variables in cvsweb.conf. Note (and install) also the cvsgraph.png icon in the icons/ directory. 7) GNU Enscript can be used for syntax highlighting. To enable it, copy lang_cvsweb.st and lang_cvsweb_diff.st from the enscript/ dir to your Enscript "hl" directory (often eg. /usr/share/enscript/hl/) and enable $allow_enscript in cvsweb.conf. lang_cvsweb.st is used for generic colorization, and lang_cvsweb_diff.st for diffs. 8) CVSHistory can be used with this version of CVSweb. See the $cvshistory_url configuration variable in cvsweb.conf. For best results, configure CVSweb and CVSHistory to use the same "logical names" for CVS roots. 9) If you like you can add descriptions to be shown next to each directory or module name. These are read from CVSROOT/descriptions. - Check out a copy of your CVSROOT - edit checkoutlist and add a line that says descriptions - Edit descriptions. Add one line for each directory that you would like to have a comment for. You can have HTML in the descriptions. These lines are relative from the $CVSROOT. Example: JVote An application to assist with IRTC voting JVote/images Store the images for JVote JVote/tools Scripts to startup JVote - cvs add descriptions - cvs commit - Set $use_descriptions to 1 in cvsweb.conf. 10) Have fun! Troubleshooting --------------- If you've trouble to make cvsweb.cgi work ... .. if nothing seems to work: o Check if you can execute CGI scripts (Apache needs to have an ScriptAlias /cgi-bin or cgi-script Handler defined). Try to execute a simple CGI script that often comes with the distribution of the web server; locate the log files and try to find hints which explain the malfunction. o View the entries in the web server's error.log. Set $DEBUG to 1 in cvsweb.conf to get more error output. .. If cvsweb seems to work but doesn't show the expected result (Typical error: you can't see any files) o Check whether the CGI script has read permissions to your CVS repository. The CGI script often runs as the user 'nobody' or 'httpd'. o If you use annotation, see @annotate_options in cvsweb.conf. o See CVSROOT/config for various options controlling what gets written into CVSROOT/history, where lock files are placed etc. You can also build a fake cvsroot with symlinks to the 'real' CVS directories and make a fake CVSROOT/history as symbolic link to /dev/null. If you don't want cvs called from cvsweb to place read locks at all, let cvsweb operate on a copy. o Does cvsweb find your RCS utils/cvs binary(annotate)? See $command_path in in cvsweb.conf. o cvsweb allows for compression now. It is determined first if the browser accepts gzip encoding. But - no rule without exception - some versions of MSIE claim to understand gzip encoded content but display garbage .. so compression for MSIE is disabled now. Maybe you find another browser with this problem, then you should disable compression ($allow_compress=0 in cvsweb.conf) and report it to . Upgrade instructions -------------------- List of things to pay attention to when upgrading FreeBSD-CVSweb from earlier versions follows. Lack of instructions for a particular version means that there are no special things to pay attention to. Upgrading to 3.0.5 ------------------ The following configuration variables in cvsweb.conf have changed: $allow_mailtos is new, and optional. See comments in cvsweb.conf. Upgrading to 3.0.3 ------------------ The following configuration variables in cvsweb.conf have changed: $DEBUG is new, and optional. See comments in cvsweb.conf. Upgrading to 3.0.1 ------------------ The following configuration variables in cvsweb.conf have changed: $cvshistory_url is new, and optional. See comments in cvsweb.conf. Upgrading to 3.0.0 ------------------ Make sure that the dependencies are met, see 1) above. The following configuration variables in cvsweb.conf have changed: $command_path has been changed to @command_path, ie. a list. @HideModules has been removed. It had nothing to do with actual modules in CVS terminology, and the implementation was broken. @ForbiddenFiles has been enhanced to affect directories as well. $cvstreedefault is now optional. If unset, the first one in @CVSrepositories is used. %DEFAULTVALUE for "f" (default diff format) now understands the values "uc", "cc" and "sc" for enscript-colored diffs (unified, context and side-by-side respectively). %DEFAULTVALUE for "ln" can now be set to a boolean indicating whether line numbers in markup views should be shown or not. The default is off. The following parameters have been removed, use CSS instead: $body_tag, $body_tag_for_src, $navigationHeaderColor, $dirtable, @tabcolors, $columnHeaderColorDefault, $columnHeaderColorSorted, $tableBorderColor, $diffcolorHeading, $diffcolorEmpty, $diffcolorRemove, $diffcolorChange, $diffcolorAdd, $diffcolorDarkChange, $difffontface, $difffontsize, $markupLogColor. The following parameters have been removed, with no replacement: $open_extern_window, $extern_window_height, $extern_window_width, $checkout_magic. $allow_enscript, @enscript_options and %enscript_types control the use and behavior of enscript(1). $allow_cvsgraph and $cvsgraph_config control the use and behavior of cvsgraph(1). $file_list_len can be set to work around problems with rlog(1) and dirs with lots of files. $cssurl contains the absolute URI to the CSS file to use. %ICONS has two new entries: binfile for binary files (-kb keyword substitution) and graph for the cvsgraph icon. %DIFF_COMMANDS is new, it is used to configure external per file type diff commands. cvsweb-3.0.6/enscript/0000755000000000000000000000000010013454760013336 5ustar rootrootcvsweb-3.0.6/enscript/lang_cvsweb_diff.st0000644000000000000000000000241410013454760017171 0ustar rootroot/* GNU Enscript language file for FreeBSD-CVSweb diffs. $FreeBSD: projects/cvsweb/enscript/lang_cvsweb_diff.st,v 1.1 2004/02/14 17:25:04 scop Exp $ */ state lang_cvsweb_diff { BEGIN { /* RGB -> HTML color mapper function. */ sub map_color (r, g, b) { return sprintf ("#%02X%02X%02X", r, g, b); } LANGUAGE_SPECIALS = /[<>\&\"]/; sub language_print (str) { str = regsuball (str, /\&/, "&"); str = regsuball (str, //, ">"); str = regsuball (str, /\"/, """); print (str); } sub language_symbol (symbol) { return false; } sub header () { } sub trailer () { } sub face_on (face) { if (face[boldp]) print (""); if (face[italicp]) print (""); if (face[fg_color]) print (""); if (face[bg_color]) print (""); } sub face_off (face) { if (face[fg_color]) print (""); if (face[bg_color]) print (""); if (face[italicp]) print (""); if (face[boldp]) print (""); } return; } } /* Local variables: mode: c End: */ cvsweb-3.0.6/enscript/lang_cvsweb.st0000644000000000000000000000233707655167214016222 0ustar rootroot/* GNU Enscript language file for FreeBSD-CVSweb. $FreeBSD: projects/cvsweb/enscript/lang_cvsweb.st,v 1.2 2003/05/04 10:42:20 scop Exp $ */ state lang_cvsweb { BEGIN { /* RGB -> HTML color mapper function. */ sub map_color (r, g, b) { return sprintf ("#%02X%02X%02X", r, g, b); } LANGUAGE_SPECIALS = /[<>\&\"]/; sub language_print (str) { str = regsuball (str, /\&/, "&"); str = regsuball (str, //, ">"); str = regsuball (str, /\"/, """); print (str); } sub language_symbol (symbol) { return false; } sub header () { } sub trailer () { } sub face_on (face) { if (face[boldp]) print (""); if (face[italicp]) print (""); if (face[fg_color]) print (""); if (face[bg_color]) print (""); } sub face_off (face) { if (face[fg_color]) print (""); if (face[bg_color]) print (""); if (face[italicp]) print (""); if (face[boldp]) print (""); } return; } } /* Local variables: mode: c End: */ cvsweb-3.0.6/cvsweb.conf-freebsd0000644000000000000000000000161610111441472015256 0ustar rootroot# -*-perl-*- # # Set up for FreeBSD repo options. # # $FreeBSD: projects/cvsweb/cvsweb.conf-freebsd,v 1.10 2004/06/07 19:33:11 knu Exp $ # $Idaemons: /home/cvs/cvsweb/cvsweb.conf-freebsd,v 1.5 2001/08/01 09:32:22 knu Exp $ if ($^O eq 'freebsd') { $ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader'; $ENV{'RCSINCEXC'} = 'iFreeBSD'; } else { $ENV{'RCSLOCALID'} = 'FreeBSD'; } @prcategories = qw( advocacy alpha amd64 bin conf docs gnu i386 ia64 java kern misc pending ports powerpc sparc64 standards www ); $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s"; $prkeyword = "PR"; $mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.2-current&format=html"; # Allow downloading a tarball of a port or a project directory $allow_tar = ($where =~ m,^(ports/[^/]+/[^/]+/|projects/[^/]+/),); 1; cvsweb-3.0.6/cvsweb.conf-netbsd0000644000000000000000000000240610111441472015121 0ustar rootroot# -*-perl-*- # # Set up for NetBSD repo options. # # $FreeBSD: projects/cvsweb/cvsweb.conf-netbsd,v 1.8 2002/12/23 15:05:10 scop Exp $ # $Idaemons: /home/cvs/cvsweb/cvsweb.conf-netbsd,v 1.5 2001/08/01 09:32:22 knu Exp $ if ($^O eq 'freebsd') { $ENV{'RCSLOCALID'} = 'NetBSD=Id'; $ENV{'RCSINCEXC'} = 'iNetBSD'; } else { $ENV{'RCSLOCALID'} = 'NetBSD'; } @prcategories = qw( admin bin install kern lib misc pending pkg port-alpha port-amiga port-arc port-arm26 port-arm32 port-atari port-bebox port-cobalt port-dreamcast port-hp300 port-hpcmips port-i386 port-luna68k port-m68k port-mac68k port-macppc port-mips port-mvme68k port-newsmips port-news68k port-next68k port-ofppc port-pc532 port-pmax port-powerpc port-prep port-sgimips port-sh3 port-sparc port-sparc64 port-sun3 port-vax port-x68k security standards test xsrc y2k ); $prcgi = "http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=%s"; $prkeyword = "PR"; $mancgi = "http://www.flame.org/cgi-bin/uncgi/hman?sect=%s&page=%s&arch=i386"; # Allow downloading a tarball of a pkgsrc $allow_tar = ($where =~ m,^pkgsrc/[^/]+/[^/]+/,); 1; cvsweb-3.0.6/README0000644000000000000000000001510410315603322012363 0ustar rootroot$FreeBSD: projects/cvsweb/README,v 1.7 2005/09/25 20:21:38 scop Exp $ $Idaemons: /home/cvs/cvsweb/README.knu,v 1.9 2001/01/13 07:48:09 knu Exp $ FreeBSD-CVSweb is a WWW interface for CVS repositories. CVSweb was originally written by Bill Fenner and improved by Henner Zeller, Henrik Nordström, and Ken Coar, then Akinori MUSHA brought it back to FreeBSD community and made further improvements. Ville Skyttä has continued that work. To track the development, access the MAIN branch of the module `projects/cvsweb' in the FreeBSD CVS repository. For legacy 2.x versions, see the branch named 'rel-2_0-branch'. Project home page: Repository access: CVSweb of CVSweb: Release archives: Mailing list: Here is the list of added features over Zeller's version: o Customizable "show functions" option You can specify a regexp for each file type to teach rcsdiff(1) to recognize function lines. o Customizable PR categories o Move $prcgi to cvsweb.conf Now each repository can have its own PR categories and query-pr.cgi URL, which can be defined in cvsweb.conf-${cvstree}. It is useful when you have such as NetBSD and/or OpenBSD repositories. o Improved support for text-based browsers Unidiff is the default format for diffs, for text-based browsers. o Enhanced PR # hyperlinking. The following styles are supported. PR: 12345, 67890, .. PR: #12345, #67890, .. PR# sparc/12345, i386/67890 PR: ports/43210 kern/98765 .. is related to bin/4567, which is ... o Manpage hyperlinking. Both `cat(1)' and `cat.1' styles are supported. o Revision numbers hyperlinking in annotation. o Automatic tarball generation. (Obtained from Debian) o Automatic zipball generation. o Customizable repository entry order. o Location text field. o Support for the use of localized charsets. o Workaround for buggy web servers. o Numerous bugfixes regarding URI/filename manipulation. o HTML improvements, XHTML 1.0 Transitional, and a separate CSS file for presentation. o Security fixes to let it work under perl -T. o Annotate works under mod_perl and against a read only repository. o CvsGraph integration. o Syntax highlighting using GNU Enscript . o CVSHistory integration. o Line number output for HTMLized views. o Support for showing README.cvs.html and README.cvs akin to Apache's FancyIndexes. o Support for external diff tools. o Works with mod_perl >= 1.99_11 as well as 1.2x. o ...and much more! See NEWS for high level changes between releases. See also README, as well as TODO for new features under consideration and development. ------------------------------------------------------------------------------- The original Zeller README follows (possibly outdated to some extent): ------------------------------------------------------------------------------- The cgi-script cvsweb.cgi is written by Bill Fenner (see [1]) for the freebsd project. It allows browsing of CVS-repositories (see [2]) with an HTML-browser. This version is based on Bill's script and is hacked to fit our needs, so don't blame him if anything doesn't work .. Added features: - a colored side by side diff - easier navigation - mime-type aware checkout which allows for browsing of version controlled HTML-pages - easier configuration - everything configurable is in one external file now - added cvs-annotate - this requires cvs >= 1.9 (tested with cvs 1.10) - a better way of viewing timestamps: they're shown as age (something like 'changed 2 days 4 hours ago') - sorting by filename / age - just click on the corresponding column - urlencodes all filenames so files with spaces and special characters in their names are viewable as well. - selectionbox for choosing different CVS-roots - overview of last revisionnumber, age and logentry in the directory view - you can check out the current revision of a file if you are in the directory view (idea from Nick Brachet) - gzip'ed output if the browser accepts this; this can reduce the size (and download time) by a factor of 4 (directory view) to 10 (colored diff; the size of the colored diff could be reduced with CSS .. anyone ?). The use of gzip has been in the very first version of cvsweb (by Bill Fenner), but has been removed because it wasn't easy to determine if a browser actually understands it. Today the browsers state if they accept the Content-encoding gzip.. .. but MSIE lies about this (so cvsweb disables gzip-encoding in this case). - Tag based browsing. An easy and what I think intuitive way to browse a CVS tree based on tags, with filtering of files and CVS logs to only show whats relevant for the selected tag. - "Pretty-printed" checkouts for text based files. My intention is to eventually add cross-referencing to this, but for now the file is only converted to HTML with automatic detection of various links. - "Click-on-version" diff selection. - sorting for every column now - uses 'cvs co' for checkout instead of rcs co - Ability to show directory descriptions from CVSROOT/descriptions cvsweb.cgi became quite huge now and is bad style code (I am not a perl-programmer - this is what I do in my spare time!) so this should be rewritten. I'd propose a Java-servlet which could use the C/S-protocol .. anyone ? And what about using mod_perl, and rewriting it into a set of proper Perl-5 modules? This software is distributed under the terms of the BSD-licence. You can download the latest version at or get it directly with cvs at CVSROOT: :pserver:anonymous@cvs.stud.fh-heilbronn.de:/cvsroot/public Password: anonymous Module: cvsweb Please send suggestions, bugs etc to Henner Zeller or Henrik Nordstrom -- refs [1] for the original Version of cvsweb.cgi, see [2] for cvs, see -- Ville Skyttä -- The FreeBSD Project cvsweb-3.0.6/cvsweb.conf-openbsd0000644000000000000000000000154010111441472015272 0ustar rootroot# -*-perl-*- # # Set up for OpenBSD repo options. # # $FreeBSD: projects/cvsweb/cvsweb.conf-openbsd,v 1.8 2002/12/23 15:05:10 scop Exp $ # $Idaemons: /home/cvs/cvsweb/cvsweb.conf-openbsd,v 1.5 2001/08/01 09:32:22 knu Exp $ if ($^O eq 'freebsd') { $ENV{'RCSLOCALID'} = 'OpenBSD=Id'; $ENV{'RCSINCEXC'} = 'iOpenBSD'; } else { $ENV{'RCSLOCALID'} = 'OpenBSD'; } @prcategories = qw( alpha arm documentation i386 kernel library m68k mips ns32k pending ports ppc sparc system user vax ); $prcgi = "http://cvs.openbsd.org/cgi-bin/wwwgnats.pl/full?pr=%s"; $prkeyword = "PR"; $mancgi = "http://www.openbsd.org/cgi-bin/man.cgi?apropos=0&sektion=%s&query=%s&manpath=OpenBSD+Current&arch=i386&format=html"; # Allow downloading a tarball of a port $allow_tar = ($where =~ m,^ports/[^/]+/[^/]+/,); 1; cvsweb-3.0.6/css/0000755000000000000000000000000010077275260012305 5ustar rootrootcvsweb-3.0.6/css/cvsweb.css0000644000000000000000000000600210077275260014306 0ustar rootroot/* CSS for FreeBSD-CVSweb */ /* $FreeBSD: projects/cvsweb/css/cvsweb.css,v 1.15 2004/07/20 20:04:00 scop Exp $ */ body { color: #000; background-color: #fff; } th { text-align: left; } hr { height: 1px; border: none; background-color: #000; } h1 { text-align: center; } fieldset { background-color: #eee; padding: 0.8em; } input[type="submit"] { padding-left: 0.5em; padding-right: 0.5em; } /* Generic nowrap class */ .nowrap { white-space: nowrap; } /* Source, diff and annotate views */ .src { color: #000; background-color: #eee; font-style: normal; font-weight: normal; } /* Navigation header for source views, diffs and annotations */ .navigate-header { background-color: #99e; padding: 2px; border: 2px outset; } /* Directory table */ table.dir { border-right: 1px solid #ccc; } /* Cells */ table.dir * td { border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; padding-left: 5px; padding-right: 5px; } /* Column headers */ table.dir * th { background-color: #ffc; border: thin outset; padding-left: 5px; padding-right: 5px; } /* Sorted column header */ table.dir * th.sorted { background-color: #fc6; border: thin inset; } /* Even rows */ table.dir * tr.even { background-color: #fff; } /* Odd rows */ table.dir * tr.odd { background-color: #fff; } /* File and dir name columns */ table.dir * td.file, table.dir * td.dir { white-space: nowrap; } /* Graph link column */ table.dir * td.graph { padding-left: 3px; padding-right: 3px; text-align: center; width: 1%; } /* Age column */ table.dir * td.age { font-style: italic; white-space: nowrap; } table.dir * td.author { white-space: nowrap; } /* Log entry column */ table.dir * td.log { font-size: smaller; } /* Attic toggles in directory view */ .attic { font-size: smaller; } /* Option table labels and values */ .opt-label { text-align: right; padding-left: 0.5em; } .opt-value { padding-right: 0.5em; } /* Log entry in markup */ .log-markup { background-color: #fff; width: 100%; } /* Diff-selected revision in log */ .diff-selected { padding-right: 0.5em; border-right: 10px solid #fc6; } /* 'Line'-header of each diffed file */ .diff-heading { background-color: #9cc; border: 2px outset; padding: 5px; } /* Common properties for diff "contents" */ .diff { font-family: sans-serif; font-size: smaller; } /* Lines that are the same */ .diff-same { background-color: inherit; } /* Empty lines */ .diff-empty { background-color: #ccc; } /* Added lines */ .diff-added { background-color: #9f9; } /* Removed lines */ .diff-removed { background-color: #f99; } /* Changed lines */ .diff-changed { background-color: #ff6; } /* Empty changed lines */ .diff-changed-missing { background-color: #ee6; } /* Unchanged text in ediffs */ .diff-unchanged { background-color: #ccc; } /* Current revision lines in annotate view */ .current-rev { font-weight: bold; } /* Download links */ .download-link { font-weight: bold; } /* Display links */ .display-link { font-weight: bold; } cvsweb-3.0.6/ChangeLog0000644000000000000000000012466010315604203013264 0ustar rootroot$FreeBSD: projects/cvsweb/ChangeLog,v 1.194 2005/09/25 20:28:51 scop Exp $ 2005-09-25 Ville Skyttä * Release 3.0.6. * README: CVS home page has moved to http://www.nongnu.org/cvs/ 2005-08-26 Ville Skyttä * cvsweb.cgi: Allow the "content-type" CGI param to contain "+". [Submitted by: ] 2005-06-19 Ville Skyttä * cvsweb.conf: Spelling fixes. [Submitted by: Zafer Aydogan , Jonathan Noack ] 2005-05-06 Ville Skyttä * cvsweb.cgi (printLog): Improve presentation of the "Diff to ..." lines, thanks to Jerry Nairn for pointing this out. 2005-04-11 Ville Skyttä * cvsweb.cgi (human_readable_diff): Try harder to output sane revision numbers when rcsdiff produced no output. [Submitted by: Jerry Nairn , Jon Noack (modified)] 2005-01-22 Ville Skyttä * Release 3.0.5. 2005-01-08 Ville Skyttä * cvsweb.cgi (spacedHtmlText): Fix tab expansion to take all consecutive tabs into account on each pass, not just the last tab. [Submitted by: Vlado Klimovsky ] * cvsweb.cgi (config_error): New subroutine for reporting errors in configuration files. * cvsweb.cgi (html_header): Avoid warning when $CSS is not defined. * cvsweb.conf: Add sample code for loading site configuration file snippets from a conf.d directory. * cvsweb.cgi, cvsweb.conf: The new configuration variable $allow_mailtos can be set to false in order to disable creation of mailto: links in various HTMLized views. Thanks to Solar Designer for the suggestion. 2005-01-06 Ville Skyttä * cvsweb.conf (ForbiddenFiles): Comment typo fix. http://bugs.debian.org/288428 * cvsweb.conf, cvsweb.cgi: Configuration documentation improvements. * cvsweb.cgi: Don't prefer the current dir (usually cgi-bin) when finding a readable dir to operate in. Checking whether we can read that dir in the CGI script code may not be enough in some tightly controlled enviroments, eg. SELinux, since it doesn't necessarily apply to the commands we invoke. 2004-12-11 Ville Skyttä * cvsweb.cgi: Preserve values of hidecvsroot and hidenonreadable when submitting the options form. Thanks to Daniel Leidert for the heads up. 2004-12-10 Ville Skyttä * cvsweb.cgi (stickyvars): Add hidecvsroot and hidenonreadable. * cvsweb.conf (DEFAULTVALUE): Improve documentation. 2004-11-17 Ville Skyttä * cvsweb.cgi (human_readable_diff): Fix query string in links when human readable diff is the default diff format. [Submitted by: Michael Sims (modified)] 2004-11-06 Ville Skyttä * Release 3.0.4. * cvsweb.cgi (spacedHtmlText): Fix tab expansion to not eat all characters before the first tab. This bug was introduced in 3.0.2. 2004-11-03 Ville Skyttä * Release 3.0.3. * cvsweb.cgi (spacedHtmlText): Improve whitespace handling when $hr_breakable is true, especially with String::Ediff. [Submitted by: Bo Zou (modified)] 2004-10-16 Ville Skyttä * cvsweb.cgi: Extend the magic "." revision support so that it takes the branch into account (if defined in the query string's only_with_tag parameter). Applies to all download, view, and annotate URLs. 2004-10-15 Ville Skyttä * cvsweb.cgi (navigateHeader): Support linking to log view's branch/tag anchors. * cvsweb.cgi, cvsweb.conf (DEBUG): New configuration parameter for enabling more output to web server error log for troubleshooting. 2004-08-20 Ville Skyttä * Release 3.0.2. 2004-08-11 Ville Skyttä * cvsweb.cgi: Review and rework URI escaping. 2004-08-10 Ville Skyttä * cvsweb.cgi: Send temporary HTTP redirects where appropriate instead of always permanent ones. * cvsweb.cgi: When submitting the options form in an Attic/ dir, stay there, don't change to the parent dir. * cvsweb.cgi: Ensure that CVSROOT/modules is always properly closed. * cvsweb.cgi: Coding style and variable scoping improvements. * cvsweb.conf (MIRRORS): Add example mirror configuration. 2004-07-28 Ville Skyttä * cvsweb.cgi: Get rid of the $newpath and $pathinfo globals. * cvsweb.cgi: Don't use $&. * cvsweb.cgi: Add a couple of table summaries. 2004-07-26 Ville Skyttä * cvsweb.cgi: Make Attic "stripping" regexps more strict in order to not treat eg. "FooAttic" as Attic. * cvsweb.conf (ICONS): Shorten default alt text for binaries to [BIN] for better text-based browser experience. 2004-07-24 Ville Skyttä * cvsweb.cgi: Coding style and variable scoping improvements. 2004-07-17 Ville Skyttä * cvsweb.cgi, css/cvsweb.css: Combine CSS properties for all diff lines into the "diff" class, change default diff colors for better experience on non-highcolor displays, and use only generic font families. 2004-05-08 Ville Skyttä * Release 3.0.1. * cvsweb.cgi: Include CVSHistory links for files from the log view. 2004-05-05 Ville Skyttä * cvsweb.cgi, cvsweb.conf: Light integration with CVSHistory. 2004-04-24 Ville Skyttä * cvsweb.cgi (flush_diff_rows): Fix HTML escaping problem in the "PreChangeRemove" state. [Submitted by: Mark A. Mankins ] 2004-04-20 Ville Skyttä * cvsweb.cgi: Resurrect the ability to link to the latest revision of a file using ?rev=. and ?rev=HEAD. * cvsweb.cgi (doGraphView): Make sure branch links from the graph view contain only the target branch. 2004-03-30 Ville Skyttä * cvsweb.cgi: Allow revision numbers without dots (eg. "1"). * cvsweb.cgi (download_url): Fix download links for valid non-branch revisions which contain 0's, for example "2.0.2.1". Thanks to Jules for the heads up. 2004-03-17 Ville Skyttä * cvsweb.conf (cvs_options): Remove -l as it's not available in current stable or "feature" versions of cvs. 2004-03-16 Ville Skyttä * cvsweb.cgi (doAnnotate): Add CSS class for current revision lines. * css/cvsweb.css (current-rev): New. [Submitted by: Max Laier (modified)] 2004-02-27 Ville Skyttä * cvsweb.cgi: Always pass the -m (module) argument to cvsgraph(1). That's the right thing to do and makes the graphing more robust against unexpected cvsgraph.conf files. Also move some related documentation from INSTALL to cvsweb.conf. Thanks to Gernot W. Schmied and Jon Noack for the heads up. * cvsweb.conf: Enscript regexp improvements: fix regexp for Perl scripts [Submitted by: Stefan Moessler and Jon Noack ], treat *.pac as JavaScript, use Perl states instead of Makefile ones for Makefile.PL, other documentation improvements. 2004-02-26 Ville Skyttä * Release 3.0.0. 2004-02-23 Ville Skyttä * cvsweb.cgi (doDiff): Don't pass -p or -F to rcsdiff(1) when doing side by side diffs. diff(1) from diffutils < 2.8 does not like that. Thanks to Jon Noack for the catch. * cvsweb.conf: Improve $showfunc and %funcline_regexp documentation. 2004-02-15 Ville Skyttä * Release 2.9.3 (beta). * cvsweb.cgi (printLog): Don't turn off tag, diff etc linking in markup view. [Submitted by: Christopher Wolf (modified)] * cvsweb.cgi (cvswebMarkup): Use "Revision" consistently, HTML escape tag names also when $show_log_in_markup is turned off. 2004-02-14 Ville Skyttä * cvsweb.cgi (DIFFTYPES): Use width=168 in side by side diffs to support 80 character line lengths. [Submitted by: Christopher Wolf ] * cvsweb.cgi, cvsweb.css: Better control over line wrapping in the directory view. [Submitted by: Christopher Wolf (modified)] * cvsweb.cgi, enscript/lang_cvsweb_diff.st: Use a separate Enscript language file for diffs, and tune it for better diff readability. [Submitted by: Christopher Wolf (modified)] * cvsweb.cgi: Fix tarball/zip creation from non-toplevel dirs. This was broken since revision 1.191 (FreeBSD-CVSweb 2.9.1). [Submitted by: Christopher Wolf (modified)] * cvsweb.cgi (doGraphView): Add a compatiblity kludge for the client side image map markup to make it work eg. with Mozilla based browsers. Thanks to Christopher Wolf for the catch. 2004-01-31 Ville Skyttä * Release 2.9.2 (beta). * cvsweb.cgi: Rework handling of forbidden files. forbidden_module() and @HideModules had nothing to do with modules in CVS terminology, and the implementation was broken. forbidden() and @ForbiddenFiles now affect directories as well. * cvsweb.conf: Sample regexp improvements, remove @HideModules, disable Apache logo by default. * cvsweb.cgi: Path canonicalization/portability improvements, makes @ForbiddenFiles more robust against not-too-paranoid regexps. * cvsweb.cgi: Hide CVSROOT directories only directly below the root. * README, README.FreeBSD: Combine into README. 2004-01-24 Ville Skyttä * cvsweb.cgi: Add support for per file type external diff commands. [Submitted by: Bryce Nesbitt (modified)] * cvsweb.conf (DIFF_COMMANDS): New, to support the above. * cvsweb.cgi: Avoid some warnings when HTMLifying diffs and doing revisionless checkouts (ie. HEAD), improve diff linking for binary files, fix "as text" links for non-text/plain text files, make search_path a bit more robust. * cvsweb.conf (command_path): Change to a list for portability. * cvsweb.cgi: Clean up IPC::Run usage; get rid of timeouts, they seem to cause more harm than good. 2004-01-21 Ville Skyttä * cvsweb.cgi: Use only_complete in MIME::Types initialization to get only useful entries: smaller memory footprint. 2004-01-15 Ville Skyttä * cvsweb.cgi: Review, clean up and speed up regular expression usage. Also change a few globals to constants. * cvsweb.conf: Remove the $checkout_magic configuration variable. Support for it has been apparently broken since 2000-10-10 so probably nobody will miss it. 2004-01-11 Ville Skyttä * cvsweb.cgi: Lots of improvements in download/view linking wrt. MIME types and binary files, avoid logging the file multiple times when doing a checkout. (VERSION): Set to 2.9.2-dev. * css/cvsweb.css (display-link): New. * cvsweb.conf (long_intro): Improve. 2004-01-10 Ville Skyttä * cvsweb.cgi (download_link): Get rid of the open-in-new-window code altogether. The end user should decide, not the sysadmin. * cvsweb.conf: Remove now unused parameters $open_extern_window, $extern_window_height, and $extern_window_width. 2003-10-25 Ville Skyttä * cvsweb.cgi (doCheckout): Fix checkout from paths where the top level directory starts with a dot, improve error message. [Submitted by: David O'Shea ] * cvsweb.cgi: General error handling and message improvements. Avoid "cvs export" for unsupported tarball requests. 2003-10-05 Ville Skyttä * Release 2.9.1 (beta). * cvsweb.cgi: Show contents of README.cvs(.html) in the dir view header if such a file is present in the directory. * cvsweb.cgi (human_readable_diff): Add some links to markup view. * INSTALL: Clean up and add instructions for upgrading from 2.0.x. 2003-10-02 Ville Skyttä * cvsweb.cgi: Improve markup, change to XHTML 1.0 Transitional. 2003-09-26 Ville Skyttä * cvsweb.cgi: Pulling in the huge CGI module only for the sake of query string parsing isn't quite worth it. Revert to a homebrew implementation, use URI::Escape and grok semicolons as separators. 2003-09-15 Ville Skyttä * cvsweb.cgi (cvswebMarkup): Add line numbers support to internal "preformat-in-markup" mode. Prefer enscript(1) over it (if enabled). 2003-09-14 Ville Skyttä * cvsweb.cgi: Rewrite tarball/zip creation using IPC::Run, now works with mod_perl. Improve error handling, allow .tgz extension for tarballs. * cvsweb.cgi: Don't show tarball/zip download links if the commands for creating them aren't available. * cvsweb.cgi: Strict input checking and laundering, needed for running under Perl 5.8 with taint checks enabled (PR 52386). Use the CGI module for input parsing. * cvsweb.cgi: More use of File::Spec for portability. * cvsweb.conf: Improve documentation and default settings. 2003-09-07 Ville Skyttä * cvsweb.cgi: Don't offer tarball/zip downloads for empty dirs. * cvsweb.cgi, cvsweb.css: Redesign option forms, general markup improvements. 2003-09-06 Ville Skyttä * cvsweb.cgi: Get rid of mod_perl specific code. It's not needed and will only cause trouble because of subtle differences between mod_perl 1 and 2. * cvsweb.cgi: Try to find and cd into a readable directory before doing any cvs or rcs operations for better support for non-readable cgi-bin directories. 2003-08-12 Ville Skyttä * cvsweb.cgi, cvsweb.css: Use String::Ediff for Emacs-style human readable ediffs if available. [Submitted by: Bo Zou (modified)] 2003-08-08 Ville Skyttä * cvsweb.cgi: Use IPC::Run instead of IPC::Open2 and IO::Pipe for better portablity (eg. for mod_perl 1.99+). 2003-08-03 Ville Skyttä * cvsweb.cgi: Baby steps in use of File::Spec (0.8+) for better portability. * cvsweb.cgi: Implement enscript-colored diffs * cvsweb.cgi (doDiff): Use rcsdiff_options. * cvsweb.conf (rcsdiff_options): New. 2003-07-30 Ville Skyttä * cvsweb.conf-freebsd (prcategories): Bring up to date. [Submitted by: simon@FreeBSD.org] 2003-07-20 Ville Skyttä * cvsweb.cgi: Make $cvstreedefault optional in cvsweb.conf, improve error messages and warnings. * cvsweb.conf: Doc updates. 2003-06-25 Ville Skyttä * cvsweb.cgi: Rework MIME type discovery, now uses MIME::Types(3) if it's available. (cvswebMarkup): Use height="100%" for . * cvsweb.conf: Doc update, comment out '*' from %MTYPES. [Heads up by: Daniel Wallner ] 2003-06-24 Ville Skyttä * cvsweb.cgi: Don't try to rlog(1) unreadable files [Submitted by: Bernd Groh (modified)] * cvsweb.cgi (doGraphView): Make it work with multiple roots. [Submitted by: Christophe Kalt ] * cvsweb.cgi: Show binary (-kb) files with a different icon, show keyword expansion mode in log view. * cvsweb.conf: Add binfile to %ICONS. * icons/binary.gif: New. [Submitted by: Paul Gelderblom ] 2003-05-04 Ville Skyttä * cvsweb.cgi (cvswebMarkup): Implement line number output. [Submitted by: Roy Smith (modified)] * cvsweb.conf (DEFAULTVALUE): Don't show line numbers by default. * enscript/lang_cvsweb.st: Support for line numbers. * css/cvsweb.css (src): Ditto. * README.FreeBSD: Ditto. 2003-05-01 Ville Skyttä * cvsweb.cgi (cvswebMarkup): Syntax highlighting with GNU Enscript. * cvsweb.conf (CMD): Search for enscript. * cvsweb.conf (allow_enscript, enscript_options, enscript_types): New. * enscript/lang_cvsweb.st: New. [Submitted by: Neal Horman (modified)] * INSTALL: Document GNU Enscript stuff. * README.FreeBSD: Ditto. 2003-04-27 Ville Skyttä * cvsweb.cgi: Nuke $verbose and some undefinedness warnings. Handle text/vnd.viewcvs-markup for interoperability/easier migration from ViewCVS. * cvsweb.cgi (fileSortCmp): Sort parent dir first, then Attic. * cvsweb.cgi (htmlify): Don't link "man pages" that contain only numbers and punctuation. * cvsweb.cgi (doGraphView): Prevent cross site scripting in CvsGraph maps, output HTML 4. * INSTALL: Minimum supported CvsGraph version is 1.4.0. 2003-02-11 Akinori MUSHA * cvsweb.cgi (htmlify): Improve man page linking. [Requested by: Yoshihiko SARUMARU ] 2002-12-23 Ville Skyttä * cvsweb.conf*, cvsweb.cgi: Use $^O instead of `uname`. See the perlport(1) manual page for $^O values. * cvsweb.conf (CMD): Prefer gtar over tar. (zip_options): Add -q to prevent zip(1) from trashing error logs. * cvsweb.cgi: Get rid of unsafe environment variables. [Submitted by: Paul Gelderblom ] 2002-12-21 Ville Skyttä * cvsweb.conf (file_list_len): New configuration variable. * cvsweb.cgi (getDirLogs): Use $file_list_len to handle dirs with lots of files. [Submitted by: Peter Klausner and Tomas Novak (modified)] * cvsweb.cgi: Add case (in)sensitive sort option for files. [Submitted by: Paul Gelderblom ] 2002-11-24 Ville Skyttä * cvsweb.cgi: Use File::Temp for creating temporary stuff, only dirs for now, bump minimum Perl version to 5.005_03. 2002-11-16 Ville Skyttä * cvsweb.cgi: Move CSS to external file, HTML escaping fixes. * cvsweb.conf: New configuration variable: $cssurl * css/cvsweb.css: New. 2002-11-13 Ville Skyttä * cvsweb.cgi: Implement CvsGraph integration. Thanks to CvsGraph and ViewCVS folks for ideas. * cvsweb.conf (allow_cvsgraph, cvsgraph_config): New variables. (ICONS): Add graph icon. * icons/minigraph.png: New. * INSTALL, README.FreeBSD, TODO.FreeBSD: CvsGraph update. 2002-10-21 Ville Skyttä * cvsweb.cgi: More CSS'ifications. (htmlify): Improve URL regexp. * cvsweb.conf: Remove many options obsoleted by use of CSS, they'll be customizable again when the CSS moves to an external file. 2002-09-23 Ville Skyttä * cvsweb.conf (annotate_options): New config variable. * cvsweb.cgi (doAnnotate): Use @annotate_options. [Idea from: Debian bug tracking system (#117112)] 2002-08-16 Ville Skyttä * cvsweb.cgi (doAnnotate): Make annotate work under mod_perl. * cvsweb.cgi (html_footer): Output address only if it's set. [Obtained from: NetBSD (modified)] * cvsweb.conf: Add -u to cvs_options by default on NetBSD. [Obtained from: NetBSD] 2002-08-04 Ville Skyttä * cvsweb.cgi: Made annotate work against a read only repository. This implementation uses the global -n option to cvs(1) if any of the annotate dirs is not writable. If all are, we don't use -n since locking ensures consistent annotations. While working with this, noticed that annotate didn't work under mod_perl, nor does it after this change. * cvsweb.cgi: Fix annotate HTML output. 2002-08-03 Ville Skyttä * cvsweb.cgi: Escape filenames in directory listings. Re-indentation, whitespace cleanup. 2002-07-30 Ville Skyttä * INSTALL: Recommend cvs >= 1.11, typo fixes. * cvsweb.conf (cvs_options): Mention cvs < 1.11 '-l' bug. 2002-07-23 Ville Skyttä * cvsweb.cgi: Fix diffs between tags. * cvsweb.cgi: Release as FreeBSD-CVSweb 2.0.5. 2002-07-18 Ville Skyttä * cvsweb.cgi (chooseMirror): Cleanup, sort and reformat mirror listing, fix HTML. * cvsweb.cgi (chooseCVSRoot): Fix duplicate accesskeys and id's in the "front" page. * cvsweb.cgi (download_link): Fix typo in JavaScript download window parameter. 2002-07-14 Ville Skyttä * cvsweb.cgi (download_link): Include query string in JavaScript download links in order to unbreak downloads from non-default CVS roots. [Submitted by: Yann Droneaud ] 2002-07-10 Ville Skyttä * cvsweb.cgi: Don't display @ForbiddenFiles in directory listings; also make sure their logs are not accessible via direct URLs. 2002-07-09 Ville Skyttä * cvsweb.cgi (fileSortCmp): Fix dir sort order breakage when there are rogue files in the repository dir and the sort order is not by file name. [Submitted by: "Khachaturov, Vassilii" ] 2002-07-06 Ville Skyttä * cvsweb.conf (long_intro): Remove authors' email addresses. * cvsweb.conf (cvs_options): Add -f; avoid reading ~/.cvsrc. * cvsweb.cgi: Add some labels and access keys to form controls. * cvsweb.cgi: Release as FreeBSD-CVSweb 2.0.4. 2002-07-03 Ville Skyttä * cvsweb.cgi: Remove an unused variable. * README, cvsweb.cgi, cvsweb.conf: Update various contact infos and links. 2002-07-02 Ville Skyttä * cvsweb.cgi (printLog): Remove extra
from first log message. * cvsweb.cgi: Variablize HTML metadata, add "generator". * cvsweb.cgi: Close the CVSROOT/descriptions filehandle after we're finished with it. 2002-05-22 Akinori MUSHA * cvsweb.cgi: Read configuration files with `do' instead of `require' to unbreak mod_perl support. [Submitted by: "Khachaturov, Vassilii" ] * cvsweb.cgi: Cosmetic fixes. Use and/or rather than &&/|| to connect sentences. * cvsweb.cgi: Exit with -1 if exec() fails. * cvsweb.cgi: Do not print a redundant `Diff' for rev.1.1. [Submitted by: Ville Skyttä ] * cvsweb.cgi: Prevent cross-site scripting. [Submitted by: Motoyuki Konno (modified)] * cvsweb.cgi: Skip a possible `locked by' clause and extract a revision number out of a log entry properly. [Submitted by: "Khachaturov, Vassilii" ] * cvsweb.cgi: Apply some HTML cleanups and use CSS instead of ancient HTML 3/4 tags and attributes. [Submitted by: Ville Skyttä ] * cvsweb.cgi: Pass `use' features to import to make it more memory efficient. [Submitted by: Ville Skyttä ] * cvsweb.cgi: Add new configuration variables: $allow_log_extra, $allow_dir_extra, and $allow_source_extra. [Submitted by: "Khachaturov, Vassilii" ] * cvsweb.cgi: Release as FreeBSD-cvsweb 2.0.2. * cvsweb.cgi: Previous fixes against cross-site scripting vulnerabilities were insufficient and buggy (error messages were messed up). Revamp fatal() to HTML-quote automatically and fix error message output. * cvsweb.cgi: Release as FreeBSD-cvsweb 2.0.3. 2002-05-11 Akinori MUSHA * cvsweb.cgi: There are no spaces at EOL in modern rlog output. [Submitted by: "Khachaturov, Vassilii" ] 2002-05-08 Motoyuki Konno * cvsweb.cgi: Fix a cross-site scripting vulnerablity. 2002-05-07 Akinori MUSHA * cvsweb.conf-netbsd, cvsweb.conf-openbsd: NetBSD and OpenBSD don't use $CVSHeader$ but $Id$. [Submitted by: motoyuki@FreeBSD.org] * cvsweb.cgi: Work around a bug of cvs -p; expand symlinks in a cvsroot. [Submitted by: motoyuki@FreeBSD.org] * cvsweb.cgi: Fix parsing in 'tags' state. [Submitted by: "Khachaturov, Vassilii" ] 2002-04-11 Akinori MUSHA * cvsweb.cgi, cvsweb.conf: Perform an HTML cleanup. [Submitted by: Ville Skyttä ] * cvsweb.cgi: Call this version FreeBSD-cvsweb 2.0.1. 2002-04-05 Akinori MUSHA * INSTALL: Somehow description configuration doesn't work if you put trailing /'s in module names, so fix the document for the moment. [Submitted by: Mario Sergio Fujikawa Ferreira ] 2002-02-06 Akinori MUSHA * cvsweb.cgi: Use TMPDIR instead of the hardcoded /tmp. * cvsweb.cgi: Never pass 'MAIN' to cvs(1). 'HEAD' is the valid tag. 2001-11-08 Akinori MUSHA * cvsweb.conf-freebsd: Allow downloading a tarball of a project directory as well as a port directory. * cvsweb.cgi: Call this version FreeBSD-cvsweb 2.0.0. 2001-10-11 Akinori MUSHA * cvsweb.cgi, cvsweb.conf: Introduce optional output filter. [Requested by: Shigeyuki Fukushima ] * ChangeLog, README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd, cvsweb.conf-ruby: Add FreeBSD tags and adjust my vendor tags. 2001-10-08 Akinori MUSHA * cvsweb.cgi: Fix a bug where it produces wrong download links when cvsweb.cgi is placed right under the document root. [Reported by: Arnaud on EFnet] 2001-08-01 Akinori MUSHA * cvsweb.cgi: perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs -nasc -ce * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd, cvsweb.conf-ruby: perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs -nasc -ce * cvsweb.cgi, cvsweb.conf: MFZ 1.111, but introduce @ForbiddenFiles instead of @DissallowRead to forbid user to cvs checkout/diff/annotate specified files. * cvsweb.cgi: MFZ 1.112: A couple of trivial fixes. 2001-07-26 Akinori MUSHA * cvsweb.cgi: Chdir to TMPDIR so it works even when the cgi-bin directory is unreadable. [Submitted by: Dmitry Morozovsky ] * cvsweb.cgi: Let the module/path box appear and work properly when there is only one repository. [Submitted by: Dmitry Morozovsky ] 2001-07-06 Akinori MUSHA * cvsweb.cgi, cvsweb.conf: Support "zip" as an additional archiver. * cvsweb.cgi: MFZ 1.110. But the bug had already been fixed in knu-cvsweb. 2001-06-22 Akinori MUSHA * cvsweb.cgi: Get rid of a potential "uninitialized variable usage" warning. [Submitted by: Bill Fenner ] 2001-06-08 Akinori MUSHA * cvsweb.cgi: MFZ 1.109. Preset the global variable the stores the per file cvs info to avoid accumulating cruft under modperl. 2001-06-05 Akinori MUSHA * cvsweb.cgi: Change "Previous Directory" to "Parent Directory". * cvsweb.cgi: Properly HTML-quote function names in the colored diff view. [Submitted by: Ian Whalley ] 2001-05-18 Akinori MUSHA * cvsweb.cgi: Avoid localizing @_ to make threaded Perl happy. [FreeBSD PR: 26851] [Submitted by: David Wolfskill ] 2001-05-10 Akinori MUSHA * cvsweb.cgi: Correct a link in the navigation header. [Submitted by: Tanaka Akira ] 2001-05-08 Akinori MUSHA * cvsweb.cgi: Fix a typo and get diff -F RE to really work. 2001-04-25 Akinori MUSHA * cvsweb.conf: Introduce the new knu-cvsweb site: http://www.idaemons.org/~knu/cvsweb/ * ChangeLog: Update and reformat. 2001-03-28 02:20 knu * cvsweb.cgi: Re-fix the bogus fix for the previous colons-in-a-filename problem. [Noted by: Yar Tikhiy ] 2001-03-28 01:39 knu * cvsweb.cgi: Conform cvsweb-markup pages to HTML 4.0 Transitional. [Submitted by: Will Andrews ] [Validated by: http://validator.w3.org/] 2001-03-23 04:46 knu * cvsweb.cgi: MFZ: 1.106. Do closedir() properly. 2001-03-23 04:36 knu * ChangeLog: Add a log missed on 2001-02-01. 2001-03-23 04:29 knu * ChangeLog: Encode colons in file names properly. [FreeBSD PR: 25963] [Submitted by: Marc van Woerkom <3d@FreeBSD.org>] 2001-03-23 04:27 knu * cvsweb.cgi: Encode colons in file names properly. [FreeBSD PR: 25963] [Submitted by: Marc van Woerkom <3d@FreeBSD.org>] 2001-02-02 06:39 knu * cvsweb.cgi: Use a fixed-width font in the colored diff view. [Requested by: Julian Elischer ] 2001-01-29 12:54 knu * cvsweb.cgi: Remove an obsolete notice: CVSWEB_CONFIG is disused. One leftover substitution: "cvs" -> $CMD{cvs} 2001-01-14 18:04 knu * cvsweb.conf: s/at here/here/ 2001-01-13 16:48 knu * ChangeLog, README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd, cvsweb.conf-ruby: Add some knu-cvsweb info. * cvsweb.cgi: MFZ: 1.105. * README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd, cvsweb.conf-ruby: Change CVS tags: "Id" -> "Idaemons". 2001-01-12 16:48 knu * ChangeLog: Add ChangeLog. 2001-01-12 08:42 knu * cvsweb.cgi: Clean up URI parser. * cvsweb.cgi: Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO parser. [Requested by: Makoto MATSUSHITA ] * cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd: Allow downloading a single port/pkgsrc in tarball by default. 2001-01-12 03:17 knu * cvsweb.cgi, cvsweb.conf: D'oh, forgot to chomp the result of `uname`. [Submitted by: Christian Weisgerber ] 2001-01-11 11:00 knu * cvsweb.cgi, cvsweb.conf: Oops. 2001-01-11 10:52 knu * cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd: Run "tar cf - ... | gzip -c" rather than "tar zcf - ..." to avoid tar(1)'s automatic padding of nulls to align with the block size, which is just garbage for a receiver. [Noted by: Katsuyuki Komatsu ] * cvsweb.cgi: Have $uname variable to hold the OS implementation name. * cvsweb.conf: Move %CMD's initialization part to the beginning of cvsweb.conf so it can use $uname and configure properly for the OS. * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd: Wrap FreeBSD or OpenBSD specific features in conditional blocks using $uname. * cvsweb.cgi: Fix some open() calls in good manners. 2001-01-05 09:00 knu * cvsweb.cgi: Delete $ENV{PATH} before everything. (against -T paranoia) It's nothing to worry since cvsweb.cgi always invokes executables by full paths, though. * cvsweb.cgi: Correct the error messages regarding $command_path. 2001-01-03 17:57 knu * cvsweb.cgi, cvsweb.conf: Don't rely on perl's $ENV{PATH} search. Search commands for itself and specify them by full paths. 2001-01-03 11:55 knu * README.knu, cvsweb.cgi: Don't forget to add $query to the URL when redirecting. Now module alias redirection and Attic redirection work with all sticky variables preserved. (Previously they didn't work against a non-default cvsroot) * cvsweb.cgi: Put a text field on each directory view that allows user to jump directly to an arbitrary module, which can be specified either by a full module/file path or by a module alias. 2001-01-03 08:34 knu * README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries in the specified order, not alphabetical. * README.knu, cvsweb.cgi, cvsweb.conf: Now /usr/local/etc/cvsweb/ is the default directory for configuration files. 2001-01-02 21:23 knu * cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T. * cvsweb.cgi: Change perl command line: Change perl5 to perl and just declare `require 5.000'. Remove -s option that was intended for debug use. Add -T option to perform security checks. * cvsweb.cgi: Change search paths for cvsweb.conf: Don't adopt the value of $ENV{CVSWEB_CONFIG} that was intended for debug use. Search the same directory that cvsweb.cgi is in instead of the current directory. * cvsweb.cgi: Invoking `last' in `do { ... } while (0);' is wrong. Change the loop to `while (1) { ... last; }'. * cvsweb.cgi, cvsweb.conf: Don't do chdir. Instead, use tar(1)'s -C option and cvs(1) export's -d option. * cvsweb.cgi: Explicitly define $ENV{PATH}. * cvsweb.conf: Turn $allow_compress off by default so user can debug cvsweb.cgi easily. 2001-01-02 08:15 knu * cvsweb.cgi: Add $prkeyword variable to allow user to use (e.g.) `Bug' instead of `PR' as the bug report identifier. * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd, cvsweb.conf-ruby: Add cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move rather FreeBSD specific configuration values to cvsweb.conf-freebsd. * cvsweb.conf: Add a %funcline_regexp entry for Ruby. (*.rb) 2001-01-02 06:24 knu * cvsweb.conf: Add `pending' to the list of PR categories. 2001-01-02 05:57 knu * cvsweb.cgi: Reduce 'Use of uninitialized value' warnings. [Noticed by: Wolfram Schneider ] 2000-12-30 08:56 knu * cvsweb.cgi: Oops, I forgot "cvs export" always need a -r/-D. Specify -rHEAD when no tag/branch is defaulted. 2000-12-30 08:35 knu * cvsweb.cgi, cvsweb.conf: Add $preformat_in_markup variable and turn it off by default. This option should be turned off when you have files in the repository that are in a multibyte encoding which uses HTML special characters ([<>&"]) as part of a multi-byte character. (such as iso-2022-jp, ShiftJIS, etc.) Otherwise those files will get screwed up in markup. * cvsweb.conf: Fix for those systems which tar(1)'s are not GNU tar(1): Add @tar_options variable and make the --ignore-failed-read flag optional. Use cvs export instead of cvs checkout, so the --exclude 'CVS' flag isn't needed. [Noticed by: Christian Weisgerber ] * cvsweb.conf: Fix for those systems which cvs(1)'s don't support -R option (Actually, only FreeBSD's and OpenBSD's cvs(1) support it): Add @cvs_options and make the -R flag optional. 2000-12-29 22:29 knu * cvsweb.cgi: Add charset to all text/* output, including diffs. [Submitted by: Alexey Zelkin ] 2000-12-29 18:12 knu * cvsweb.cgi: The use of `do "file"' is obsolete. Use require instead. 2000-12-29 17:47 knu * cvsweb.cgi: Add the prototype declaration for hrefquote(). 2000-12-29 03:17 knu * README.knu: Mention automatic tarball generation feature. 2000-12-29 03:16 knu * TODO.knu: Directory sorting was fixed at the same time that "show only tags" feature was fixed. 2000-12-29 03:07 knu * cvsweb.cgi: Specify --ignore-failed-read on invoking tar(1). 2000-12-29 02:49 knu * cvsweb.cgi, cvsweb.conf: Add "automatic tarball generation" feature. You can check out a whole directory in gzipped tarball. [Obtained from: Debian package: cvsweb_1.93-1] * cvsweb.cgi: Allow space characters in file names. (not tested yet) 2000-12-18 13:25 knu * TODO.knu, cvsweb.cgi: Revert MFZ: 1.103 -> 1.104 which introduced a bogus bug. As noone seems to need to use 0.X revisions, I'd just drop it. This should fix the "show only tags" feature. 2000-12-18 12:47 knu * cvsweb.cgi: Silence the warnings. 2000-12-18 11:48 knu * cvsweb.cgi: Add meta tags to prevent WWW robots from crawling over the cvsweb. [Submitted by: Wolfram Schneider ] 2000-12-08 00:11 knu * cvsweb.cgi: Silence `Use of uninitialized value' warnings. (again) 2000-12-07 03:20 knu * TODO.knu: Mention "show only tags" feature breakage. 2000-12-07 03:19 knu * cvsweb.cgi: Emit a rather better error message when a user requests to check out a deleted file. [Pointed out by: Chris Faulhaber ] * cvsweb.cgi: Cut an out-of-date error message. (adding -R and -l options to the cvs command line should have obsoleted it) * cvsweb.cgi: Optimize, clean up. 2000-11-23 04:26 knu * cvsweb.cgi, cvsweb.conf: Add a new variable $charset to specify the charset for HTML output. [Submitted by: SADA Kenji ] 2000-11-05 00:32 knu * cvsweb.cgi: Silence `Use of uninitialized value' warnings. 2000-11-03 02:36 knu * README.knu: Mention cat.1 is hyperlinked as well as cat(1). 2000-11-03 02:34 knu * cvsweb.cgi: MFZ: 1.104: ("Allow for 0.X versions. CVS accepts such version numbers in import -b even if not strictly legal...") 2000-11-03 02:33 knu * cvsweb.conf: Set the default diff type to unidiff for all browsers, not only text-based ones. 2000-10-21 00:46 knu * cvsweb.cgi: Always give options to click on a non-colored diff _and_ a colored diff. [Requested by: SO many people :>] 2000-10-20 22:59 knu * TODO.knu: Hyperlinking was properly fixed. 2000-10-20 21:28 knu * TODO.knu, cvsweb.cgi: Fix htmllify so that ... won't nest. :) * cvsweb.cgi: Do not show additional "(colored)" diff links when long colored diff is the default. * cvsweb.cgi: Reduce the use of `.' operator that is known to be expensive. Fix indent, clean up. 2000-10-11 06:14 knu * cvsweb.cgi: Introduce a new function: htmlquote(). * cvsweb.cgi: Clean up hyperlink tags. * cvsweb.cgi: Use &link() instead of .... * cvsweb.cgi: Do urlencode() or htmlquote() as appropriate. 2000-10-11 03:48 knu * cvsweb.cgi: - Recognize "links" as another text mode browser. - Fix the revision links in the annotation view of a file. [Submitted by: Christian Weisgerber ] 2000-10-07 16:44 knu * cvsweb.cgi: Fix &link() not to put a redundant trailing LF. * cvsweb.cgi: Improve manpage linking to support "foo.1" as well as "foo(1)". 2000-10-07 16:35 knu * cvsweb.cgi: Fix screwups in the last commit. * cvsweb.cgi: Parse rlog's output explicitly. Recognize 77 ='s as a file separator, and 28 -'s as revision separator. [Submitted by: Makoto MATSUSHITA ] 2000-10-03 04:07 knu * cvsweb.cgi: Cleanup $barequery generation. Undefine "my" variables when they are done. 2000-10-01 05:10 knu * cvsweb.cgi: Fix annotation bugs. * cvsweb.cgi: Do not pass gzip'ed directives to cvs. (it never worked, sigh) * cvsweb.cgi: Fix mis-spacing. Now it should look pretty well. 2000-10-01 03:48 knu * INSTALL, cvsweb.cgi: Specify -R (Read-only mode) and -l (Do not log in history) flags when doing a cvs annotation so that one does not need to turn on the write permission on CVSROOT/history for the user which httpd runs cvsweb.cgi as. (typically "nobody") 2000-10-01 03:27 knu * cvsweb.cgi: Fix the comment to make how to set $config clear. [Inspired by: "Dan Langille" ] 2000-09-29 03:06 knu * cvsweb.cgi: Trap errors in the configuration files on loading and show error messages. (Previously it failed silently) [Submitted by: Sean Scarff ] 2000-09-22 20:13 knu * cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce $body_tag_for_src to allow to set the foreground color. [Noticed by: dcs@FreeBSD.org] 2000-09-22 00:30 knu * cvsweb.cgi: MFZ: 1.103. 2000-09-20 05:07 knu * cvsweb.cgi: Follow tab-width/tabstop/ts directives when expanding tabs into spaces. Currently, only first 10 lines are scanned for the directives. 2000-09-20 04:57 knu * cvsweb.cgi: MFZ: 1.101. * cvsweb.cgi: Fix a few bugs under mod_perl. * cvsweb.cgi: Use the Compress::Zlib module if available. * cvsweb.cgi: Embed PDF files inside the cvs markup view. 2000-09-20 03:35 knu * cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the last update. 2000-09-12 02:11 knu * cvsweb.cgi: Allow one to set the default diff type. [Inspired by: Makoto MATSUSHITA ] 2000-09-10 20:54 knu * cvsweb.cgi: Clean up spacedHtmlText(). 2000-09-05 00:55 knu * README.knu: Mention revision numbers hyperlinking in annotation. 2000-09-05 00:53 knu * cvsweb.cgi: Get the revision numbers in annotation available as hyperlinks. [Requested by: Josef Karthauser ] 2000-09-04 23:50 knu * cvsweb.cgi: Fix previously introduced incorrect fix. s/\s+\n$//; --> s/\s+$/\n/; [FreeBSD PR: misc/20989] [Submitted by: Tony Finch ] 2000-09-04 03:25 knu * README.knu, cvsweb.cgi, cvsweb.conf: Introduce manpage hyperlinking. 2000-09-04 02:33 knu * cvsweb.cgi: Get all mail URLs and addresses as hyperlinks, not just the first one. (s/// --> s///g) 2000-08-25 18:01 knu * cvsweb.cgi: Get side-by-side diff working when $showfunc is true, noting that `-p' option of diff(1) can only be used with context and unified diffs. [Submitted by: Roger Hardiman ] * cvsweb.cgi: Allow to specify CVS tags or branch names (including `.' and `HEAD') on cvs checkout. (e.g. http://foo/cvsweb.cgi/bar/dood.c?rev=. http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4 http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4_1_0_RELEASE) Not for diff currently, as rcsdiff does not grok CVS tags. [Inspired by: Folks at the FreeBSD cvs-all list.] * cvsweb.cgi: Specify `-R' (turn on read-only repository mode) and `-l' (do not log in the command history) on cvs checkout, so that one does not need a write permission with the repository. 2000-08-25 00:53 knu * cvsweb.cgi: MFZ 1.94. 2000-08-16 05:39 knu * cvsweb.conf: Turn evil $hr_ignwhite off. 2000-08-15 17:35 knu * cvsweb.cgi: Fix cvsweb.cgi's hidden bug: s/\s+$//; --> s/\s+\n$//; Whitespace cleanup. 2000-08-15 15:54 knu * cvsweb.cgi: Declare prototypes and shut up warnings. * cvsweb.cgi: Remove redundant white space at the end of lines. 2000-08-14 03:58 knu * cvsweb.cgi: Use cvsweb.conf* in the current directory when they don't exist in /usr/local/etc/. 2000-08-01 21:42 knu * cvsweb.cgi: #!/usr/bin/perl -> #!/usr/bin/perl5 2000-07-29 21:41 knu * cvsweb.cgi: Resurrect $Revision$ tags of Zeller's version. 2000-07-29 21:10 knu * cvsweb.cgi: Change $prcgi to include `?pr=' part for such as NetBSD. 2000-07-29 21:04 knu * cvsweb.conf: Change $prcgi to include `?pr=' part for such as NetBSD. 2000-07-29 20:16 knu * README.knu: Add an RCS tag. 2000-07-29 20:07 knu * README.knu: Add README.knu to document the enhancements over Zeller's version. 2000-07-29 18:24 knu * cvsweb.cgi: Another STDERR bit. (I only did 1/2 previously..) 2000-07-29 06:38 knu * cvsweb.cgi: D'oh. Correct @stickyvars. 2000-07-29 04:38 knu * cvsweb.cgi: Output diffs in unidiff format for text-based browsers. (by default) * cvsweb.conf: Convert freebsd.org to FreeBSD.org. 2000-07-29 02:24 knu * cvsweb.cgi: Merge From Zeller: 1.93 * cvsweb.cgi: Use CR LF in HTTP header. * cvsweb.cgi: Redirect STDERR to /dev/null before executing rlog instead of closing it. 2000-07-28 01:16 knu * cvsweb.cgi, cvsweb.conf: Clean up. * cvsweb.cgi, cvsweb.conf: Replace $hr_funout with $showfunc and always show function names if defined. (It has been only for human readable format until this change) 2000-07-20 20:52 knu * cvsweb.cgi: Allow to use `!!CVSROOTdescr!!' in $long_intro to embed per CVSROOT description. 2000-07-20 20:14 knu * cvsweb.conf: Make $hr_funout default. 2000-07-20 20:06 knu * cvsweb.conf: Display my mail address instead of Zeller's. 2000-07-20 06:59 knu * INSTALL, README, TODO, cvsweb.cgi, cvsweb.conf, icons/back.gif, icons/dir.gif, icons/miniback.gif, icons/minidir.gif, icons/minitext.gif, icons/text.gif: Start point. cvsweb-3.0.6/NEWS0000644000000000000000000000767610315604203012220 0ustar rootroot$FreeBSD: projects/cvsweb/NEWS,v 1.48 2005/09/25 20:28:51 scop Exp $ This document describes the high level changes between FreeBSD-CVSweb versions. For detailed changes including credits, see ChangeLog. For installation instructions and upgrade notes, see INSTALL. Changes in 3.0.6, released 2005-09-25: * Better human readable diff output when rcsdiff doesn't output anything. * Improved "Diff to" presentation in log view. * Allow MIME types to contain "+". Changes in 3.0.5, released 2005-01-22: * Fixed links in human readable diff view when it's the default diff format. * Submitting the option form preserves hidden user settings. * Improvements related to tightly controlled setups such as SELinux. * Configuration and configuration documentation improvements. * Tab expansion fix for HTMLized views. Changes in 3.0.4, released 2004-11-06: * Fixed tab expansion to not eat everything before a tab in HTMLized diffs. Changes in 3.0.3, released 2004-11-03: * Improved support for the magic "." (== latest) revision on branches for download, view, and annotate URLs. * Improved whitespace handling in "human readable" (HTMLized) diffs. * The new cvsweb.conf parameter $DEBUG can be set to a true value in order to enable more output to the web server error log for troubleshooting. Changes in 3.0.2, released 2004-08-20: * More robust URI escaping, links to paths/filenames containing unusual characters work better now. * Visual, accessibility, and CSS class structure improvements. * Minor optimizations and bug fixes. Changes in 3.0.1, released 2004-05-08: * Light integration with CVSHistory. * CvsGraph invocation is more robust against unexpected cvsgraph.conf settings. * Fix download links for non-branch files whose revision number contains 0's. * Linking to the latest revision of a file works again using ?rev=(.|HEAD). * Improve Enscript file type detection regexps. * Improve annotate view formatting a bit. * Other minor enhancements. Changes in 3.0.0, released 2004-02-26: * Fix Enscript colored side by side diffs with diffutils < 2.8. Changes in 2.9.3 (beta), released 2004-02-15: * Fix tarball/zip creation from non-toplevel dirs (was broken since 2.9.1). * Support 80 character line lengths in side by side diffs. * Improved control over line wrapping in the directory view. * Separate GNU Enscript language file for diffs. * Better browser compatiblity in client side graph image maps. * Don't turn off tag, diff etc linking in markup view. Changes in 2.9.2 (beta), released 2004-01-31: * Improved download/view/diff linking wrt. MIME types and binary files. * Support for per file type, external diff commands. * Support for read-only repository access mode also for cvs >= 1.12.1. * Fix checkouts from paths where the top level dir starts with a dot. * Improved hidden/forbidden file/dir functionality. * The minimum supported version of GNU Enscript is actually 1.6.3, and for mod_perl 2, >= 1.99_11 is strongly recommended although it does run to some extent with 1.99_08. Changes in 2.9.1 (beta) (after 2.0.6), released 2003-10-05: * Much improved HTML quality, XHTML 1.0 Transitional, use of external CSS. * Visual and accessibility improvements. * Graphical revision views using CvsGraph (>= 1.4.0). * Source and diff syntax highlighting using GNU Enscript (>= 1.6.2). * mod_perl 2 support (>= 1.99_08). * Ability to handle directories with *lots* of files. * Case insensitive sorting option for directories. * Cross site scripting paranoia against weirdly formatted tags etc. * Option to display line numbers in source views. * Improved MIME type discovery and support for binary files. * Support for (X)Emacs-style human readable diffs using String::Ediff. * Taint-safety on Perl 5.8, strict CGI query parameter checking. * Ability to show Apache FancyIndex-style README.cvs(.html) in dir views. * Lots of minor bugfixes. * Portability improvements. * Documentation improvements. * Code cleanups. * For information how to upgrade from 2.0.x versions, see INSTALL. cvsweb-3.0.6/cvsweb.conf-ruby0000644000000000000000000000062710111441472014626 0ustar rootroot# -*-perl-*- # # Set up for Ruby repo options. # # $FreeBSD: projects/cvsweb/cvsweb.conf-ruby,v 1.4 2001/10/11 15:15:12 knu Exp $ # $Idaemons: /home/cvs/cvsweb/cvsweb.conf-ruby,v 1.3 2001/08/01 09:32:22 knu Exp $ @prcategories = qw( incoming questions spurious win32 1.4 1.5 1.6 ); $prcgi = "http://www.ruby-lang.org/cgi-bin/ruby-bugs/incoming?id=%s"; $prkeyword = "Bug"; 1; cvsweb-3.0.6/cvsweb.conf0000644000000000000000000005471610255233516013666 0ustar rootroot# -*- perl -*- # Configuration of cvsweb.cgi, a web interface to CVS repositories. # # (c) 1998-1999 H. Zeller # 1999 H. Nordstrom # 2000-2002 A. MUSHA # 2002-2005 V. Skyttä # based on work by Bill Fenner # # $FreeBSD: projects/cvsweb/cvsweb.conf,v 1.97 2005/06/19 09:13:50 scop Exp $ # $Id: cvsweb.conf,v 1.29 2001/07/23 09:14:52 hzeller Exp $ # $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $ # # # Unless otherwise noted, all boolean parameters here default to off # when no value for them has been explicitly set. # # Set the path for the following commands: # cvs, rlog, rcsdiff # gzip (if you enable $allow_compress) # (g)tar, zip (if you enable $allow_tar) # cvsgraph (if you enable $allow_graph) # enscript (if you enable $allow_enscript) # @command_path = qw(/bin /usr/bin /usr/local/bin); # Search the above directories for each command (prefer gtar over tar). # for (qw(cvs rlog rcsdiff gzip gtar zip cvsgraph enscript)) { $CMD{$_} = search_path($_); } $CMD{tar} = delete($CMD{gtar}) if $CMD{gtar}; $CMD{tar} ||= search_path('tar'); # CVS roots # # CVSweb can handle several CVS repositories at once. Enter short (internal) # symbolic repository names, their names in the UI and the actual locations # here. The repositories will be listed in the order they're specified here. # # Obviously, CVSweb will need read access to these repository dirs. If you # receive an error that no valid CVS roots were found, double-check the file # permissions and any other attributes your system may have for the repository # directories, such as SELinux file contexts. # # CVSweb will also load per-cvsroot configuration files if they exist. # The symbolic_name (see below) of the CVS root will be concatenated into the # name of the main (this) configuration file along with a hyphen, and that # file will be loaded for that particular CVS root. For examples, see # cvsweb.conf-* in the CVSweb distribution. # # Note that only local repositories are currently supported. Things like # :pserver:someone@xyz.com:/data/cvsroot won't work. # # 'symbolic_name' => ['Name to display', '/path/to/cvsroot'] # @CVSrepositories = ( 'local' => ['Local Repository', '/var/cvs'], # 'freebsd' => ['FreeBSD', '/var/ncvs'], # 'openbsd' => ['OpenBSD', '/var/ncvs'], # 'netbsd' => ['NetBSD', '/var/ncvs'], # 'ruby' => ['Ruby', '/var/anoncvs/ruby'], ); # The default CVS root. Note that @CVSrepositories is list, not a hash, # so you'll want to use 2 * 0-based-index-number here; or set this directly # to the default's symbolic name. Unless specified, the first valid one in # @CVSrepositories is used as the default. # # For example: # #$cvstreedefault = $CVSrepositories[2 * 0]; #$cvstreedefault = 'local'; # Mirror sites. The keys will be used as link texts, and the values are # URLs pointing to the corresponding mirrors. # #%MIRRORS = ( # 'Other location' => 'http://192.168.0.1/cgi-bin/cvsweb.cgi/', # 'Yet another one' => 'http://192.168.0.2/cgi-bin/cvsweb.cgi/', #); # Bug tracking system linking options ("PR" means Problem Report, as in GNATS) # This will be done only for views for which $allow_*_extra below is true. # #@prcategories = qw( # advocacy # alpha # bin # conf # docs # gnu # i386 # kern # misc # pending # ports # sparc #); #$prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s"; #$prkeyword = "PR"; # Manual gateway linking. This will be done only for views for which # $allow_*_extra below is true. # $mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html"; # Defaults for user definable options. # %DEFAULTVALUE = ( # sortby: File sort order # file Sort by filename # rev Sort by revision number # date Sort by commit date # author Sort by author # log Sort by log message "sortby" => "file", # ignorecase: Ignore case in sorts (filenames, authors, log messages) # 0 Honor case # 1 Ignore case "ignorecase" => "0", # hideattic: Hide or show files in Attic # 1 Hide files in Attic # 0 Show files in Attic "hideattic" => "1", # logsort: Sort order for CVS logs # date Sort revisions by date # rev Sort revision by revision number # cvs Don't sort them. Same order as CVS/RCS shows them. "logsort" => "date", # f: Default diff format # h Human readable # u Unified diff # c Context diff # s Side by side # uc Unified diff, enscript colored (falls back to "u" w/o enscript) # cc Context diff, enscript colored (falls back to "c" w/o enscript) # sc Side by side, enscript colored (falls back to "s" w/o enscript) "f" => "u", # hidecvsroot: Don't show the CVSROOT directory. Note that this is # just the default for a user settable option (like others in this # %DEFAULTVALUE hash); it won't really prevent access to CVSROOT. # See @ForbiddenFiles for that. # 1 Do not include the top-level CVSROOT directory in dir listings # 0 Treat the top-level CVSROOT directory just like all other dirs "hidecvsroot" => "0", # hidenonreadable: Don't show files and directories that cannot be read # in directory listings. # 1 Hide non-readable entries # 0 Show non-readable entries "hidenonreadable" => "1", # ln: Show line numbers in HTMLized views # 1 Show line numbers # 0 Don't show line numbers "ln" => "0", ); # # Layout options (see also the included CSS file) # # Wanna have a logo on the page ? # #$logo = '

Powered by Apache

'; # The title of the Page on startup. This will be put inside

and # tags, and HTML escaped. # $defaulttitle = "CVS Repository"; # The address is shown on the footer. This will be put inside a <address> tag. # $address = '<span style="font-size: smaller">FreeBSD-CVSweb <<a href="mailto:freebsd-cvsweb@FreeBSD.org">freebsd-cvsweb@FreeBSD.org</a>></span>'; $long_intro = <<EOT; <p> This is a WWW interface for CVS repositories. You can browse the file hierarchy by following directory links (which have slashes after them, e.g. <code>src/</code>). If you follow a link to a file, you will see its revision history. Following a link labeled with a revision number will display that revision of the file. In the revision history view, there is a link near each revision to display diffs between that revision and the previous one, and a form at the bottom of the page that allows you to display diffs between arbitrary revisions. </p><p> This script has been written by Bill Fenner and improved by Henner Zeller, Henrik Nordström, and Ken Coar, then Akinori MUSHA brought it back to FreeBSD community and made further improvements; it is covered by <a href="http://www.opensource.org/licenses/bsd-license.html">The BSD License</a>. </p><p> If you would like to use this CGI script on your own web server and CVS tree, download the latest version from <<a href="http://www.FreeBSD.org/projects/cvsweb.html">http://www.FreeBSD.org/projects/cvsweb.html</a>>. </p><p> Feel free to send any patches, suggestions and comments to the FreeBSD-CVSweb mailing list at <<a href="mailto:freebsd-cvsweb\@FreeBSD.org">freebsd-cvsweb\@FreeBSD.org</a>>. </p> EOT $short_instruction = <<EOT; <p> Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions. </p> EOT # Icons for the web UI. If ICON-URL is empty, the TEXT representation is # used. If you do not want to have a tool tip for an icon, set TEXT empty. # The width and height of the icon allow the browser to correctly display # the table while still loading the icons. If these icons are too large, # check out the "mini" versions in the icons/ directory; they have a # width/height of 16/16. # my $iconsdir = '/icons'; # format: TEXT ICON-URL width height %ICONS = ( back => [('[BACK]', "$iconsdir/back.gif", 20, 22)], dir => [('[DIR]', "$iconsdir/dir.gif", 20, 22)], file => [('[TXT]', "$iconsdir/text.gif", 20, 22)], binfile => [('[BIN]', "$iconsdir/binary.gif", 20, 22)], graph => [('[GRAPH]', "$iconsdir/minigraph.png", 16, 16)], ); undef $iconsdir; # An URL where to find the CSS. # $cssurl = '/css/cvsweb.css'; # The length to which the last log entry should be truncated when shown # in the directory view. # $shortLogLen = 80; # Show author of last change? # $show_author = 1; # Cell padding for directory table. # $tablepadding = 2; # Regular expressions for files and directories which should be hidden. # Each regexp is compared against a path relative to a CVS root, after # stripping the trailing ",v" if present. Matching files and directories # are not displayed. # @ForbiddenFiles = ( qr|^CVSROOT/+passwd$|o, # CVSROOT/passwd should not be 'cvs add'ed though. qr|/\.cvspass$|o, # Ditto. Just in case. #qr|^my/+secret/+dir|o, ); # Use CVSROOT/descriptions for describing the directories/modules? # See INSTALL, section 9. # $use_descriptions = 0; # # Human readable diff. # # (c) 1998 H. Zeller <zeller@think.de> # # Generates two columns of color encoded diff; much like xdiff or GNU Emacs' # ediff-mode. # # The diff-stuff is a piece of code I once made for cvs2html which is under # GPL, see http://www.sslug.dk/cvs2html # (c) 1997/98 Peter Toft <pto@sslug.imm.dtu.dk> # Make lines breakable so that the columns do not exceed the width of the # browser? # $hr_breakable = 1; # Print function names in diffs (unified and context only). # See the -p option in the diff(1) man page. # $showfunc = 1; # For each pair of regexps, files that match the first regexp will be diff'ed # with an -F option using the second regexp (unified and context only). # See the -F option in the diff(1) man page. # %funcline_regexp = ( qr/\.(?:4th|fr)$/o => "\\(^\\|[ \t]\\): ", qr/\.rb$/o => "^[\t ]*\\(class\\|module\\|def\\) ", ); # Ignore whitespace in human readable diffs? ('-w' option to diff) # $hr_ignwhite = 0; # Ignore diffs which are caused by keyword substitution, $Id and friends? # ('-kk' option to rcsdiff) # $hr_ignkeysubst = 1; # The width of the textinput of the "request diff" form. # $inputTextSize = 12; # Custom per MIME type diff tools, used for comparing binary files such as # spreadsheets, images etc. Each key is a MIME type in lowercase. # Each value is an array ref of available diff tools for that type, each of # which is a hash ref with values (mandatory where default not listed): # name: the name to show in the UI for this diff type # cmd: full path to executable # args: arguments as an array ref (not string!, defaults to no arguments) # type: output MIME type (defaults to text/plain) # %DIFF_COMMANDS = ( #'text/xml' => [ # { name => 'XMLdiff', # cmd => $CMD{xmldiff}, # }, # { name => 'XMLdiff (XUpdate)', # cmd => $CMD{xmldiff}, # args => [ qw(-x) ], # type => 'text/xml', # }, #], ); # # Mime types # # The MIME type lookup works like this: # 1) Look up from %MTYPES below with the file name extension (suffix). # 2) If not found, use the MIME::Types(3) module if it's available. # 3) If not found, lookup from the $mime_types file (see below). # 4) If not found, try %MTYPES{'*'}. # 5) If not found, use 'application/octet-stream' if the file's keyword # substitution mode is b (ie. the file was checked in as binary to CVS), # 'text/plain' otherwise. # Quick MIME type lookup; maps filename extensions to MIME types. # Add common mappings here for fast lookup. You can also use this # to override MIME::Types(3) or the $mime_types file (see below). # %MTYPES = ( "html" => "text/html", "shtml" => "text/html", "gif" => "image/gif", "jpeg" => "image/jpeg", "jpg" => "image/jpeg", "png" => "image/png", "xpm" => "image/xpm", # "*" => "text/plain", ); # The traditional mime.types file, eg. the one from Apache is fine. # See above where this gets used. # $mime_types = '/usr/local/etc/apache/mime.types'; # Charset appended to the Content-Type HTTP header for text/* MIME types. # Note that the web server may default to some charset which may take effect # if you leave this parameter empty or unset. # For Apache, see also the AddDefaultCharset directive. # $charset = ''; # e.g. #$charset = $where =~ m,/ru[/_-], ? 'koi8-r' # : $where =~ m,/zh[/_-], ? 'big5' # : $where =~ m,/ja[/_-], ? 'x-euc-jp' # : $where =~ m,/ko[/_-], ? 'x-euc-kr' # : 'iso-8859-1'; # Output filter # $output_filter = ''; # e.g. ## unify/convert Japanese code into EUC-JP #$output_filter= '/usr/local/bin/nkf -e'; ############## # Misc ############## # Allow annotation of files? See also @annotate_options below. # $allow_annotate = 1; # Allow HTMLized versions of files? # $allow_markup = 1; # Allow CVSweb to create mailto: links from email addresses in various # HTMLized views? Default: yes. # #$allow_mailtos = 0; ## Extra hyperlinking means hyperlinks to bug tracking systems and manual page ## gateways, see $prcgi and $mancgi and related options above. # Allow extra hyperlinking (such as PR cross-references) in logs? # Default: yes. # #$allow_log_extra = 0; # Allow extra hyperlinking in directory views? # $allow_dir_extra = 1; # Allow extra hyperlinking in source code/formatted diff views? # $allow_source_extra = 1; # Allow compression with gzip in general? Note that this also requires # that the browser supports it, and will be disabled on the fly when necessary. # #$allow_compress = 1; # Use JavaScript in the UI? # $use_java_script = 1; # Show a form for setting options in the directory view? # $edit_option_form = 1; # Show last changelog message for subdirectories? # The current implementation makes many assumptions and may show the # incorrect file at some times. The main assumption is that the last # modified file has the newest filedate. But some CVS operations # touch the file even when a new version isn't checked in, and TAG # based browsing essentially puts this out of order unless the last # checkin was on the same tag as you are viewing. # Enable this if you like the feature, but don't rely on correct results. # #$show_subdir_lastmod = 1; # Show CVS log when viewing file contents? # $show_log_in_markup = 1; # Preformat when viewing file contents? This should be turned off # when you have files in the repository that are in a multibyte # encoding which uses HTML special characters ([<>&"]) as part of a # multibyte character. (such as iso-2022-jp, ShiftJIS, etc.) # Otherwise those files will get screwed up in markup. # # Note: enscript(1) highlighting is preferred over the built-in preformatting, # ie. this has no effect if $allow_enscript is true and enscript can highlight # the file. # #$preformat_in_markup = 1; # Default tab width used to expand tabs to spaces in various HTMLized views. # Note that CVSweb scans the first few lines of sources for some common editor # directives controlling the tab width. It uses the value from them if found, # falling back to the value of $tabstop if not. Default: 8. # #$tabstop = 4; # If you wish to display absolute times in your local timezone, # then define @mytz and fill in the strings for your standard and # daylight time. Note that you must also make sure the system # timezone is correctly set. # #@mytz=("EST", "EDT"); # CVSweb is friendly to caches by sending the HTTP Last-Modified # header corresponding to the sent content. In the case of a # checkout, this may require running rcslog on the file solely for the # purpose of retrieving the timestamp to be sent. If you have a slow # server, you may want to turn this off for a small performance gain. # $use_moddate = 1; # Maximum number of filenames to pass to rlog(1) in one command. # If you see "Failed to spawn GNU rlog" errors with directories containing # lots of files, experiment by setting this to different values and see if # the error still occurs. A good value to start from would be eg. 200. # Just comment this out if you're not bitten by the problem. # #$file_list_len = 200; # Allow graphical representations of file revisions and branches with CvsGraph? # $allow_cvsgraph = $CMD{cvsgraph} ? 1 : 0; # Path to the CvsGraph configuration file. Only used if $allow_cvsgraph # is true. Leave this empty or comment it out to make cvsgraph(1) use its # default configuration file. Note that CVSweb will override some of the # settings in the configuration file with command line options, see # doGraph() and doGraphView() in cvsweb.cgi for details. # #$cvsgraph_config = "/etc/cvsgraph.conf"; # URL to the CVSHistory script. This should be absolute (but does not need # to include the host and port if the script is on the same server as # CVSweb). #$cvshistory_url = "/cgi-bin/cvshistory.cgi"; # Whether to allow downloading a tarball or a zip of the current directory. # While downloading of the entire repository is disallowed, depending on # the directory this may take a lot of time and disk space. For some CVS # versions, the user account running CVSweb needs write access to # CVSROOT/val-tags. See also the tar, gzip and zip options below. # #$allow_tar = (($CMD{tar} && $CMD{gzip}) || $CMD{zip}) ? 1 : 0; # Options to pass to tar(1). # For example: @tar_options = qw(--ignore-failed-read); # GNU tar has some useful options against unexpected errors. # Other useful options include "--owner=0" and "--group=0", see # the tar(1) (or gtar(1)) manpage for details. # @tar_options = qw(); # Options to pass to gzip(1) when compressing a tarball to download. # For example: @gzip_options = qw(-3); # Try lower compression level than 6 (default) if you want faster # compression, or higher for better compression. # @gzip_options = qw(); # Options to pass to zip(1) when compressing a zip archive to download. # For example: @zip_options = qw(-3); # Try lower compression level than 6 (default) if you want faster # compression, or higher for better compression. # @zip_options = qw(-q); # Options to pass to cvs(1). # For cvs versions 1.11 to 1.11.6 (broken in < 1.11, removed in 1.11.7), you # can use the '-l' option to prevent cvs from writing to the history file. # For other cvs versions, either suppress history logging by using the # LogHistory parameter in CVSROOT/config or make sure that the CVSweb user # can read and write to CVSROOT/history. # FreeBSD's and OpenBSD's cvs(1) has long since supported -R (read only access # mode) option, which considerably speeds up checkouts over NFS. For other # platforms, the -R option and the CVSREADONLYFS environment variable are # available in cvs >= 1.12.1. A similar effect is provided by -u on NetBSD. # @cvs_options = qw(-f); push @cvs_options, '-R' if ($^O eq 'freebsd' || $^O eq 'openbsd'); push @cvs_options, '-u' if ($^O eq 'netbsd'); # Only affects cvs >= 1.12.1, but doesn't hurt older ones. $ENV{CVSREADONLYFS} = 1 unless exists($ENV{CVSREADONLYFS}); # Options to pass to the 'cvs annotate' command, usually the normal # @cvs_options are good enough here. # To make annotate work against a read only repository, add -n, ie.: # @annotate_options = (@cvs_options, '-n'); # @annotate_options = @cvs_options; # Options to pass to rcsdiff(1). # Probably the only useful one here is -q (suppress diagnostic output). # @rcsdiff_options = qw(-q); # Enables syntax highlighting using GNU Enscript if set. # You will need GNU Enscript version 1.6.3 or newer for this to work. # #$allow_enscript = $CMD{enscript} ? 1 : 0; # Options to pass to enscript(1). # Do not set the -q, --language, -o or --highlight options here. # Most useful styles are probably emacs, emacs_verbose and msvc. # @enscript_options = qw(--style=emacs --color=1); # Enscript highlight rule to filename regex mappings. The set of useful # mappings depends on what highlight rules the system has installed. # %enscript_types = ( 'ada' => qr/\.ad(s|b|a)$/o, 'asm' => qr/\.[Ss]$/o, 'awk' => qr/\.awk$/o, 'bash' => qr/\.(bash(_profile|rc)|inputrc)$/o, 'c' => qr/\.(c|h)$/o, 'changelog' => qr/^changelog$/io, 'cpp' => qr/\.(c\+\+|C|H|cpp|cc|cxx)$/o, 'csh' => qr/\.(csh(rc)?|log(in|out)|history)$/o, 'elisp' => qr/\.e(l|macs)$/o, 'fortran' => qr/\.[fF]$/o, 'haskell' => qr/\.(l?h|l?g)s$/o, 'html' => qr/\.x?html?$/o, 'idl' => qr/\.idl$/o, 'inf' => qr/\.inf$/io, 'java' => qr/\.java$/o, 'javascript' => qr/\.(js|pac)$/o, 'ksh' => qr/\.ksh$/o, 'm4' => qr/\.m4$/o, 'makefile' => qr/(GNU)?[Mm]akefile(?!\.PL\b)|\.(ma?ke?|am)$/o, 'matlab' => qr/\.m$/o, 'nroff' => qr/\.man$/o, 'pascal' => qr/\.p(as|p)?$/io, 'perl' => qr/\.p(m|(er)?l)$/io, 'postscript' => qr/\.e?ps$/io, 'python' => qr/\.py$/o, 'rfc' => qr/\b((rfc|draft)\..*\.txt)$/o, 'scheme' => qr/\.(scm|scheme)$/o, 'sh' => qr/\.sh$/o, 'skill' => qr/\.il$/o, 'sql' => qr/\.sql$/o, 'states' => qr/\.st$/o, 'synopsys' => qr/\.s(cr|yn(th)?)$/o, 'tcl' => qr/\.tcl$/o, 'tcsh' => qr/\.tcshrc$/o, 'tex' => qr/\.tex$/o, 'vba' => qr/\.vba$/o, 'verilog' => qr/\.(v|vh)$/o, 'vhdl' => qr/\.vhdl?$/o, 'vrml' => qr/\.wrl$/o, 'wmlscript' => qr/\.wmls(cript)?$/o, 'zsh' => qr/\.(zsh(env|rc)|z(profile|log(in|out)))$/o, ); # Troubleshooting: in case of problems, setting this to 1 will cause more # error output into your web server error log. Under normal operation, # this should be set to 0 or commented out. # #$DEBUG = 1; # Enable this to let CVSweb load extra configuration files from the "conf.d" # subdirectory of the directory this file is located in. This enables site # specific configuration without having to modify this "master" configuration # file (except for enabling this functionality below :) # if (0) { my $confdir = catdir(dirname(__FILE__), 'conf.d'); if (opendir(CONFD, $confdir)) { my @files = sort(map(catfile($confdir, $_), readdir(CONFD))); close(CONFD); for my $conffile (grep(-f && -r _, @files)) { ($conffile) = ($conffile =~ /(.+\.conf)$/) or next; do "$conffile" or config_error($conffile, $@); } } } 1; # EOF ��������������������������������������������������cvsweb-3.0.6/TODO�����������������������������������������������������������������������������������0000644�0000000�0000000�00000002514�10141265450�012177� 0����������������������������������������������������������������������������������������������������ustar �root����������������������������root�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������$FreeBSD: projects/cvsweb/TODO,v 1.10 2004/10/31 22:46:00 scop Exp $ $Idaemons: /home/cvs/cvsweb/TODO.knu,v 1.6 2001/01/13 07:48:09 knu Exp $ TODO list for FreeBSD-CVSweb ------------------------------------------------------------------------------- o Tear the code apart, and modularize. o Ensure that fatal error messages are shown properly when gzip encoding is enabled. o Use specialized modules from CPAN to do stuff, maybe these would be useful: + Archive::Tar + Archive::Zip + Compress::Zlib + Compress::Bzip2 + HTML::Entities + Cvs or VCS::LibCVS o Integrate/cooperate with various CVS utilities. + cvs2cl <http://www.red-bean.com/cvs2cl/> + cvsplot <http://cvsplot.sourceforge.net/> + CVSps <http://www.cobite.com/cvsps/> o Limit the number of log entries shown. o Explore whether we can use cvs for all operations and drop rlog, rcsdiff and friends. o Find out if it is feasible to provide prune-like functionality, ie. hide empty subdirs. o Recursive diffs, including support for tags/branches/dates. o Support for dates in tarballs/zips (in addition to tags/branches). o Make it possible to pass media type parameters with the content-type query string parameter, for example "Content-Type: text/html; charset=utf-8". o Make use of String::Ediff (if it's available) configurable in the UI. ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������cvsweb-3.0.6/cvsweb.cgi�����������������������������������������������������������������������������0000644�0000000�0000000�00000367167�10315604203�013502� 0����������������������������������������������������������������������������������������������������ustar �root����������������������������root�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������#!/usr/bin/perl -T # # cvsweb - a CGI interface to CVS trees. # # Written in their spare time by # Bill Fenner <fenner@FreeBSD.org> (original work) # extended by Henner Zeller <zeller@think.de>, # Henrik Nordstrom <hno@hem.passagen.se> # Ken Coar <coar@Apache.Org> # Dick Balaska <dick@buckosoft.com> # Akinori MUSHA <knu@FreeBSD.org> # Jens-Uwe Mager <jum@helios.de> # Ville Skyttä <scop@FreeBSD.org> # Vassilii Khachaturov <vassilii@tarunz.org> # # Based on: # * Bill Fenners cvsweb.cgi revision 1.28 available from: # http://www.FreeBSD.org/cgi/cvsweb.cgi/www/en/cgi/cvsweb.cgi # # Copyright (c) 1996-1998 Bill Fenner # (c) 1998-1999 Henner Zeller # (c) 1999 Henrik Nordstrom # (c) 2000-2002 Akinori MUSHA # (c) 2002-2005 Ville Skyttä # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # # $FreeBSD: projects/cvsweb/cvsweb.cgi,v 1.295 2005/09/25 20:28:51 scop Exp $ # $Id: cvsweb.cgi,v 1.112 2001/07/24 13:03:16 hzeller Exp $ # $Idaemons: /home/cvs/cvsweb/cvsweb.cgi,v 1.84 2001/10/07 20:50:10 knu Exp $ # ### require 5.006; use strict; use warnings; use filetest qw(access); use vars qw ( $VERSION $CheckoutMagic $MimeTypes $DEBUG $config $allow_version_select @CVSrepositories @CVSROOT %CVSROOT %CVSROOTdescr %MIRRORS %DEFAULTVALUE %ICONS %MTYPES %DIFF_COMMANDS @DIFFTYPES %DIFFTYPES @LOGSORTKEYS %LOGSORTKEYS %alltags %fileinfo %tags @branchnames %nameprinted %symrev %revsym @allrevisions %date %author @revdisplayorder @revisions %state %difflines %log %branchpoint @revorder $keywordsubstitution $prcgi @prcategories $re_prcategories $prkeyword $re_prkeyword $mancgi $doCheckout $scriptname $scriptwhere $where $Browser $nofilelinks $maycompress @stickyvars %funcline_regexp $is_links $is_lynx $is_w3m $is_msie $is_mozilla3 $is_textbased %input $query $barequery $sortby $bydate $byrev $byauthor $bylog $byfile $defaultDiffType $logsort $cvstree $cvsroot $charset $output_filter @command_path %CMD $allow_compress $backicon $diricon $fileicon $graphicon $fullname $cvstreedefault $logo $defaulttitle $address $binfileicon $long_intro $short_instruction $shortLogLen $show_author $tablepadding $hr_breakable $showfunc $hr_ignwhite $hr_ignkeysubst $inputTextSize $mime_types $allow_annotate $allow_markup $allow_mailtos $allow_log_extra $allow_dir_extra $allow_source_extra $allow_cvsgraph $cvsgraph_config $use_java_script $edit_option_form $show_subdir_lastmod $show_log_in_markup $preformat_in_markup $tabstop $state $annTable $sel @ForbiddenFiles $use_descriptions %descriptions @mytz $dwhere $use_moddate $gzip_open $file_list_len $allow_tar @tar_options @gzip_options @zip_options @cvs_options @annotate_options @rcsdiff_options $HTML_DOCTYPE $HTML_META $cssurl $CSS $cvshistory_url $allow_enscript @enscript_options %enscript_types ); use Cwd qw(abs_path); use File::Basename qw(dirname); use File::Path qw(rmtree); use File::Spec::Functions qw(canonpath catdir catfile curdir devnull rootdir tmpdir updir); use File::Temp qw(tempdir tempfile); use IPC::Run qw(); use Time::Local qw(timegm); use URI::Escape qw(uri_escape uri_unescape); use constant VALID_PATH => qr/^([[:^cntrl:]]+)$/o; use constant VALID_TAG1 => qr/^([a-zA-Z][[:graph:]]*)$/o; use constant VALID_TAG2 => qr/^([^\$,.:;@]+)$/o; use constant CVSWEBMARKUP => qr{^text/(x-cvsweb|vnd\.viewcvs)-markup$}io; use constant LOG_FILESEPR => qr/^={77}$/o; use constant LOG_REVSEPR => qr/^-{28}$/o; use constant HAS_ZLIB => eval { require Compress::Zlib; }; use constant HAS_EDIFF => eval { require String::Ediff; }; # ----------------------------------------------------------------------------- # All global initialization that can be done in compile time should go to # the BEGIN block. Persistent environments, such as mod_perl, will benefit # from this. BEGIN { $VERSION = '3.0.6'; $HTML_DOCTYPE = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ' . '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'; $HTML_META = <<EOM; <meta name="robots" content="nofollow" /> <meta name="generator" content="FreeBSD-CVSweb $VERSION" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta http-equiv="Content-Style-Type" content="text/css" /> EOM # Use MIME::Types for MIME type lookups if it's available. eval { require MIME::Types; $MimeTypes = MIME::Types->new(only_complete => 1); }; $MimeTypes = undef if $@; $CheckoutMagic = '~checkout~'; } # ----------------------------------------------------------------------------- sub printDiffSelect($); sub printDiffSelectStickyVars(); sub getDiffLinks($$$); sub printLogSortSelect($); sub findLastModifiedSubdirs(@); sub htmlify_sub(&$); sub htmlify($;$); sub spacedHtmlText($;$); sub link($$); sub revcmp($$); sub fatal($$@); sub config_error($$); sub redirect($;$); sub safeglob($); sub search_path($); sub getEnscriptHL($); sub getMimeType($;$); sub head($;$); sub scan_directives(@); sub openOutputFilter(); sub doAnnotate($$); sub doCheckout($$$); sub doEnscript($$$;$); sub doGraph(); sub doGraphView(); sub cvswebMarkup($$$$$$;$); sub viewable($); sub doDiff($$$$$$); sub getDirLogs($$@); sub readLog($;$); sub printLog($$$;$$); sub doLog($); sub flush_diff_rows($$$$); sub human_readable_diff($$); sub navigateHeader($$$$$;$); sub plural_write($$); sub readableTime($$); sub clickablePath($$); sub chooseCVSRoot(); sub chooseMirror(); sub fileSortCmp(); sub download_url($$;$); sub download_link($$$;$); sub display_url($$;$); sub display_link($$;$$); sub graph_link($;$); sub history_link($$;$); sub toggleQuery($;$); sub htmlquote($); sub htmlunquote($); sub uri_escape_path($); sub http_header(;$$); sub html_header($;$); sub html_footer(); sub link_tags($); sub forbidden($); sub startproc(@); sub runproc(@); sub checkout_to_temp($$$); # Get rid of unsafe environment vars. Don't do this in the BEGIN block # (think mod_perl)... delete(@ENV{qw(PATH IFS CDPATH ENV BASH_ENV)}); my ($mydir) = (dirname($0) =~ /(.*)/); # untaint ##### Start of Configuration Area ######## # == EDIT this == # Locations to search for user configuration, in order: for (catfile($mydir, 'cvsweb.conf'), '/usr/local/etc/cvsweb/cvsweb.conf') { if (-r $_) { $config = $_; last; } } ##### End of Configuration Area ######## undef $mydir; ######## Configuration parameters ######### @CVSrepositories = @CVSROOT = %CVSROOT = %MIRRORS = %DEFAULTVALUE = %ICONS = %MTYPES = %tags = %alltags = %fileinfo = %DIFF_COMMANDS = (); $cvstreedefault = $logo = $defaulttitle = $address = $long_intro = $short_instruction = $shortLogLen = $show_author = $tablepadding = $hr_breakable = $showfunc = $hr_ignwhite = $hr_ignkeysubst = $inputTextSize = $mime_types = $allow_annotate = $allow_markup = $allow_compress = $use_java_script = $edit_option_form = $show_subdir_lastmod = $show_log_in_markup = $preformat_in_markup = $tabstop = $use_moddate = $gzip_open = $DEBUG = $allow_cvsgraph = $cvsgraph_config = $cvshistory_url = $allow_tar = undef; $allow_version_select = $allow_mailtos = $allow_log_extra = 1; @DIFFTYPES = qw(h H u c s); @DIFFTYPES{@DIFFTYPES} = ( { 'descr' => 'colored', 'opts' => ['-u'], 'colored' => 1, }, { 'descr' => 'long colored', 'opts' => ['--unified=15'], 'colored' => 1, }, { 'descr' => 'unified', 'opts' => ['-u'], 'colored' => 0, }, { 'descr' => 'context', 'opts' => ['-c'], 'colored' => 0, }, { 'descr' => 'side by side', # width=168 should be enough to support 80 character line lengths 'opts' => ['--side-by-side', '--width=168'], 'colored' => 0, }, ); @LOGSORTKEYS = qw(cvs date rev); @LOGSORTKEYS{@LOGSORTKEYS} = ( { descr => 'Not sorted', }, { descr => 'Commit date', }, { descr => 'Revision', }, ); ##### End of configuration parameters ##### my $pathinfo = ''; if (defined($ENV{PATH_INFO}) && $ENV{PATH_INFO} ne '') { ($pathinfo) = ($ENV{PATH_INFO} =~ VALID_PATH) or fatal('500 Internal Error', 'Illegal PATH_INFO in environment: <code>%s</code>', $ENV{PATH_INFO}); } if ($ENV{SCRIPT_NAME}) { ($scriptname) = ($ENV{SCRIPT_NAME} =~ VALID_PATH) or fatal('500 Internal Error', 'Illegal SCRIPT_NAME in environment: <code>%s</code>', $ENV{SCRIPT_NAME}); } $scriptname = '' unless defined($scriptname); $where = $pathinfo; $doCheckout = $where =~ s|^/$CheckoutMagic/|/|o; $where =~ s|^/||; $scriptname =~ s|^/*|/|; # Let's workaround thttpd's stupidity.. if ($scriptname =~ m|/$|) { $pathinfo .= '/'; my $re = quotemeta $pathinfo; $scriptname =~ s/$re$//; } # $scriptname : the URI escaped path to this script # $where : the path in the CVS repository (without leading /, or only /) # $scriptwhere: the URI escaped $scriptname + '/' + $where $scriptname = uri_escape_path($scriptname); $scriptwhere = join('/', $scriptname, uri_escape_path($where)); $where = '/' if ($where eq ''); # In text-based browsers, it's very annoying to have two links per file; # skip linking the image for them. $Browser = $ENV{HTTP_USER_AGENT} || ''; $is_links = ($Browser =~ m`^E?Links `); $is_lynx = ($Browser =~ m`^Lynx/`i); $is_w3m = ($Browser =~ m`^w3m/`i); $is_msie = ($Browser =~ m`MSIE`); $is_mozilla3 = ($Browser =~ m`^Mozilla/[3-9]`); $is_textbased = ($is_links || $is_lynx || $is_w3m); $nofilelinks = $is_textbased; # newer browsers accept gzip content encoding # and state this in a header # (netscape did always but didn't state it) # It has been reported that these # braindamaged MS-Internet Exploders claim that they # accept gzip .. but don't in fact and # display garbage then :-/ # Turn off gzip if running under mod_perl and no zlib is available, # piping does not work as expected inside the server. $maycompress = ( ((defined($ENV{HTTP_ACCEPT_ENCODING}) && $ENV{HTTP_ACCEPT_ENCODING} =~ /gzip/) || $is_mozilla3) && !$is_msie && !(defined($ENV{MOD_PERL}) && !HAS_ZLIB) ); # Parameters that will be sticky in all constructed links/query strings. @stickyvars = qw(cvsroot hideattic ignorecase sortby logsort f only_with_tag ln hidecvsroot hidenonreadable); # # Load configuration. # if (-f $config) { do "$config" or config_error($config, $@); } else { fatal("500 Internal Error", 'Configuration not found. Set the parameter <code>$config</code> in cvsweb.cgi to your <b>cvsweb.conf</b> configuration file first.'); } # Try to find a readable dir where we can cd into. Some abs_path() # implementations as well as various cvs operations require such a dir to # work properly. { local $^W = 0; for my $dir (tmpdir(), rootdir()) { last if (-r $dir && chdir($dir)); } } $CSS = $cssurl ? sprintf("<link rel=\"stylesheet\" type=\"text/css\" href=\"%s\" />\n", htmlquote($cssurl)) : ''; # --- input parameters my %query = (); if (defined($ENV{QUERY_STRING})) { for my $p (split(/[;&]+/, $ENV{QUERY_STRING})) { next unless $p; $p =~ y/+/ /; my ($key, $val) = split(/=/, $p, 2); next unless defined($key); $val = 1 unless defined($val); ($key = uri_unescape($key)) =~ /[[:graph:]]/ or next; ($val = uri_unescape($val)) =~ /[[:graph:]]/ or next; $query{$key} = $val; } } undef %input; my $t; for my $p (qw(graph hideattic hidecvsroot hidenonreadable ignorecase ln copt makeimage options tarball)) { $t = $query{$p}; if (defined($t)) { ($input{$p}) = ($t =~ /^([01]|on)$/) or fatal('500 Internal Error', 'Invalid boolean value: <code>%s=%s</code>', $p, $t); } } for my $p (qw(annotate r1 r2 rev tr1 tr2)) { $t = $query{$p}; if (defined($t)) { if (($p eq 'r1' || $p eq 'r2') && $t eq 'text') { # Special case for the "Use text field" option in the log view diff form. $input{$p} = $t; next; } elsif (($p eq 'rev' || $p eq 'annotate') && ($t eq '.' || $t eq 'HEAD')){ # Another special case, allow linking to latest revision using these. $input{$p} = '.'; next; } my ($rev, $tag) = split(/:/, $t, 2); ($input{$p}) = ($rev =~ /^(\d+(?:\.\d+)*)$/) or fatal('500 Internal Error', 'Invalid revision: <code>%s=%s</code>', $p, $t); if (defined($tag)) { ($tag) = ($tag =~ VALID_TAG1) or fatal('500 Internal Error', 'Invalid tag/branch name in revision: <code>%s=%s</code>', $p, $t); ($tag) = ($tag =~ VALID_TAG2) or fatal('500 Internal Error', 'Invalid tag/branch name in revision: <code>%s=%s</code>', $p, $t); $input{$p} .= ':' . $tag; } } } $t = defined($query{only_with_tag}) ? $query{only_with_tag} : $query{only_on_branch}; # Backwards compatibility. if (defined($t)) { ($input{only_with_tag}) = ($t =~ VALID_TAG1) or fatal('500 Internal Error', 'Invalid tag/branch name: <code>%s</code>', $t); ($input{only_with_tag}) = ($t =~ VALID_TAG2) or fatal('500 Internal Error', 'Invalid tag/branch name: <code>%s</code>', $t); } $t = $query{logsort}; if (defined($t)) { ($input{logsort}) = ($t =~ /^(cvs|date|rev)$/) or fatal('500 Internal Error', 'Unsupported log sort key: <code>%s</code>', $t); } $t = $query{f}; if (defined($t)) { ($input{f}) = ($t =~ /^(([hH]|[ucs]c?)|ext\d*)$/) or fatal('500 Internal Error', 'Unsupported diff format: <code>%s</code>', $t); } $t = $query{sortby}; if (defined($t)) { ($input{sortby}) = ($t =~ /^(file|date|rev|author|log)$/) or fatal('500 Internal Error', 'Unsupported dir sort key: <code>%s</code>', $t); } $t = $query{'content-type'}; if (defined($t)) { ($input{'content-type'}) = ($t =~ m|^([-0-9A-Za-z]+/[-0-9A-Za-z\.\+]+)$|) or fatal('500 Internal Error', 'Unsupported content type: <code>%s</code>', $t); } $t = $query{cvsroot}; if (defined($t)) { ($input{cvsroot}) = ($t =~ /^([[:print:]]+)$/) or fatal('500 Internal Error', 'Invalid symbolic CVS root name: <code>%s</code>', $t); } $t = $query{path}; if (defined($t)) { ($input{path}) = ($t =~ VALID_PATH) or fatal('500 Internal Error', 'Invalid path: <code>%s</code>', $t); } undef($t); undef(%query); # --- end input parameters # # CVS roots # my $rootfound = 0; for (my $i = 0; $i < scalar(@CVSrepositories); $i += 2) { my $key = $CVSrepositories[$i]; my ($descr, $root) = @{$CVSrepositories[$i+1]}; $root = canonpath($root); unless (-d $root) { warn("Root '$root' defined in \@CVSrepositories is not a directory, " . 'entry ignored'); next; } $rootfound ||= 1; $cvstreedefault = $key unless defined($cvstreedefault); $CVSROOTdescr{$key} = $descr; $CVSROOT{$key} = $root; push(@CVSROOT, $key); } unless ($rootfound) { fatal('500 Internal Error', 'No valid CVS roots found! See <code>@CVSrepositories</code> in ' . 'the configuration file (<code>%s</code>).', $config); } undef $rootfound; # # Default CVS root # if (!defined($CVSROOT{$cvstreedefault})) { fatal("500 Internal Error", '<code>$cvstreedefault</code> points to a repository (%s) not ' . 'defined in <code>@CVSrepositories</code> in your configuration ' . 'file (<code>%s</code>).', $cvstreedefault, $config); } $DEFAULTVALUE{cvsroot} = $cvstreedefault; while (my ($key, $defval) = each %DEFAULTVALUE) { # Replace not given parameters with defaults. next unless (defined($defval) && $defval =~ /\S/ && !defined($input{$key})); # Empty checkboxes in forms return nothing, so we define a helper parameter # in these forms (copt) which indicates that we just set parameters with a # checkbox. if ($input{copt}) { # 'copt' is set -> the result of empty input checkbox # -> set to zero (disable) if default is a boolean (0|1). $input{$key} = 0 if ($defval eq '0' || $defval eq '1'); } else { # 'copt' isn't set --> empty input is not the result # of empty input checkbox --> set default. $input{$key} = $defval; } } $barequery = ""; my @barequery; foreach (@stickyvars) { # construct a query string with the sticky non default parameters set if (defined($input{$_}) && !(defined($DEFAULTVALUE{$_}) && $input{$_} eq $DEFAULTVALUE{$_})) { push(@barequery, join('=', uri_escape($_), uri_escape($input{$_}))); } } if ($allow_enscript) { push(@DIFFTYPES, qw(uc cc sc)); @DIFFTYPES{qw(uc cc sc)} = ( { 'descr' => 'unified, colored', 'opts' => ['-u'], 'colored' => 0, }, { 'descr' => 'context, colored', 'opts' => ['-c'], 'colored' => 0, }, { 'descr' => 'side by side, colored', # width=168 should be enough to support 80 character line lengths 'opts' => ['--side-by-side', '--width=168'], 'colored' => 0, }, ); } else { # No Enscript -> respect difftype, but don't offer colorization. if ($input{f} && $input{f} =~ /^([ucs])c$/) { $input{f} = $1; } } # is there any query ? if (@barequery) { $barequery = join (';', @barequery); $query = "?$barequery"; $barequery = ";$barequery"; } else { $query = ""; } undef @barequery; if (defined($input{path})) { redirect("$scriptname/$input{path}$query"); } # get actual parameters { my $sortby = $input{sortby} || 'file'; $bydate = 0; $byrev = 0; $byauthor = 0; $bylog = 0; $byfile = 0; if ($sortby eq 'date') { $bydate = 1; } elsif ($sortby eq 'rev') { $byrev = 1; } elsif ($sortby eq 'author') { $byauthor = 1; } elsif ($sortby eq 'log') { $bylog = 1; } else { $byfile = 1; } } $defaultDiffType = $input{f}; $logsort = $input{logsort}; # alternate CVS-Tree, configured in cvsweb.conf if ($input{cvsroot} && $CVSROOT{$input{cvsroot}}) { $cvstree = $input{cvsroot}; } else { $cvstree = $cvstreedefault; } $cvsroot = $CVSROOT{$cvstree}; # create icons out of description foreach my $k (keys %ICONS) { my ($itxt, $ipath, $iwidth, $iheight) = @{$ICONS{$k}}; no strict 'refs'; if ($ipath) { ${"${k}icon"} = sprintf('<img src="%s" alt="%s" border="0" width="%d" height="%d" />', htmlquote($ipath), htmlquote($itxt), $iwidth, $iheight); } else { ${"${k}icon"} = $itxt; } } my $config_cvstree = "$config-$cvstree"; # Do some special configuration for cvstrees if (-f $config_cvstree) { do "$config_cvstree" or fatal("500 Internal Error", 'Error in loading configuration file: %s<br /><br />%s<br />', $config_cvstree, $@); } undef $config_cvstree; $re_prcategories = '(?:' . join ('|', @prcategories) . ')' if @prcategories; $re_prkeyword = quotemeta($prkeyword) if defined($prkeyword); $prcgi .= '%s' if defined($prcgi) && $prcgi !~ /%s/; $fullname = catfile($cvsroot, $where); my $rewrite = 0; if ($pathinfo =~ m|//|) { $pathinfo =~ y|/|/|s; $rewrite = 1; } if (-d $fullname) { if ($pathinfo !~ m|/$|) { $pathinfo .= '/'; $rewrite = 1; } } elsif ($pathinfo =~ m|/$|) { chop $pathinfo; $rewrite = 1; } if ($rewrite) { redirect($scriptname . uri_escape_path($pathinfo) . $query, 1); } undef $rewrite; undef $pathinfo; if (!-d $cvsroot) { fatal("500 Internal Error", '$CVSROOT not found!<p>The server on which the CVS tree lives is probably down. Please try again in a few minutes.'); } # # Short-circuit forbidden things. Note that $fullname should not change # after this, because the rest of the code assumes this check has already # been done. # fatal('403 Forbidden', 'Access to %s forbidden.', $where) if forbidden($fullname); # # Handle tarball downloads before any headers are output. # if ($input{tarball}) { fatal('403 Forbidden', 'Downloading tarballs is prohibited.') unless $allow_tar; my ($module) = ($where =~ m,^/?(.*),); # untaint $module =~ s,/([^/]*)$,,; my ($ext) = ($1 =~ /(\.t(?:ar\.)?gz|\.zip)$/); my ($basedir) = ($module =~ m,([^/]+)$,); if ($basedir eq '' || $module eq '') { fatal('500 Internal Error', 'You cannot download the top level directory.'); } my $istar = ($ext eq '.tar.gz' || $ext eq '.tgz'); if ($istar) { fatal('500 Internal Error', 'tar command not found.') unless $CMD{tar}; fatal('500 Internal Error', 'gzip command not found.') unless $CMD{gzip}; } my $iszip = ($ext eq '.zip'); if ($iszip && !$CMD{zip}) { fatal('500 Internal Error', 'zip command not found.'); } if (!$istar && !$iszip) { fatal('500 Internal Error', 'Unsupported archive type.'); } my $tmpexportdir; eval { local $SIG{__DIE__}; # Don't use the CLEANUP argument to tempdir() here, since we might be under # mod_perl (the process runs for a long time), unlink explicitly later. $tmpexportdir = tempdir('.cvsweb.XXXXXXXX', TMPDIR => 1); }; if ($@) { fatal('500 Internal Error', 'Unable to make temporary directory: %s', $@); } if (!chdir($tmpexportdir)) { fatal('500 Internal Error', "Can't cd to temporary directory %s: %s", $tmpexportdir, $!); } my @fatal; my $tag = $input{only_with_tag} || 'HEAD'; $tag = 'HEAD' if ($tag eq 'MAIN'); my @cmd = ($CMD{cvs}, @cvs_options, '-Qd', $cvsroot, 'export', '-r', $tag, '-d', $basedir, $module); my $export_err; my ($errcode, $err) = runproc(\@cmd, '2>', \$export_err); if ($errcode) { @fatal = ('500 Internal Error', 'Export failure (exit status %s), output: <pre>%s</pre>', $errcode, $err || $export_err); } else { $| = 1; # Essential to get the buffering right. local (*TAR_OUT); my (@cmd, $ctype); if ($istar) { my @tar = ($CMD{tar}, @tar_options, '-cf', '-', $basedir); my @gzip = ($CMD{gzip}, @gzip_options, '-c'); push(@cmd, \@tar, '|', \@gzip); $ctype = 'application/x-gzip'; } elsif ($iszip) { my @zip = ($CMD{zip}, @zip_options, '-r', '-', $basedir); push(@cmd, \@zip, \''); $ctype = 'application/zip'; } push(@cmd, '>pipe', \*TAR_OUT); my ($h, $err) = startproc(@cmd); if ($h) { print "Content-Type: $ctype\r\n\r\n"; local $/ = undef; print <TAR_OUT>; $h->finish(); } else { @fatal = ('500 Internal Error', '%s failure (exit status %s), output: <pre>%s</pre>', $istar ? 'Tar' : 'Zip', $? >> 8 || -1, $err); } } # Clean up. rmtree($tmpexportdir); &fatal(@fatal) if @fatal; exit; } ############################## # View a directory ############################### if (-d $fullname) { my $dh = do { local (*DH); }; opendir($dh, $fullname) or fatal("404 Not Found", '%s: %s', $where, $!); my @dir = grep(!forbidden(catfile($fullname, $_)), readdir($dh)); closedir($dh); my @subLevelFiles = findLastModifiedSubdirs(@dir) if $show_subdir_lastmod; my @unreadable = getDirLogs($cvsroot, $where, @subLevelFiles); if ($where eq '/') { html_header($defaulttitle); $long_intro =~ s/!!CVSROOTdescr!!/$CVSROOTdescr{$cvstree}/g; print $long_intro; } else { html_header($where); my $html = (-f catfile($fullname, 'README.cvs.html,v') || -f catfile($fullname, 'Attic', 'README.cvs.html,v')); my $text = (!$html && (-f catfile($fullname, 'README.cvs,v') || -f catfile($fullname, 'Attic', 'README.cvs,v'))); if ($html || $text) { my $rev = $input{only_with_tag} || 'HEAD'; my $cr = abs_path($cvsroot) || $cvsroot; my $co = "$where/README.cvs.html" if $html; $co ||= "$where/README.cvs" if $text; # abs_path() taints when run as a CGI... if ($cr =~ VALID_PATH) { $cr = $1; } else { fatal('500 Internal Error', 'Illegal CVS root: <code>%s</code>', $cr); } my @cmd = ($CMD{cvs}, @cvs_options, '-d', $cr, 'co', '-p', "-r$rev",$co); local (*CVS_OUT, *CVS_ERR); my ($h, $err) = startproc(\@cmd, \"", '>pipe', \*CVS_OUT, '2>pipe', \*CVS_ERR); fatal('500 Internal Error', $err) unless $h; if ($html) { local $/ = undef; print <CVS_OUT>; } else { print "<p>\n"; while (<CVS_OUT>) { chomp; print htmlquote($_), '<br />'; } print "</p>"; } $h->finish(); } print $short_instruction; } if ($use_descriptions && open(DESC, catfile($cvsroot, 'CVSROOT', 'descriptions'))) { while (<DESC>) { chomp; my ($dir, $description) = /(\S+)\s+(.*)/; $descriptions{$dir} = $description; } close(DESC); } print "<p><a name=\"dirlist\"></a></p>\n"; # give direct access to dirs if ($where eq '/') { chooseMirror(); chooseCVSRoot(); } else { print '<p>Current directory: <b>', clickablePath($where, 0), '</b>'; if ($cvshistory_url) { (my $d = $where) =~ s|^/*(.*?)/*$|$1|; print ' - ', history_link($d, ''); } print "</p>\n"; print "<p>Current tag: <b>", htmlquote($input{only_with_tag}), "</b></p>\n" if $input{only_with_tag}; } print "<hr />\n"; my $infocols = 1; printf(<<EOF, 'Directory index of ' . htmlquote($where)); <table class="dir" width="100%%" cellspacing="0" cellpadding="$tablepadding" summary="%s"> <tr> EOF printf('<th colspan="2"%s>', ($byfile ? ' class="sorted"' : '')); if ($byfile) { print 'File'; } else { print &link('File', sprintf('./%s#dirlist', toggleQuery('sortby', 'file'))); } print "</th>\n"; # Do not display the other column headers if we do not have any files # with revision information. if (scalar(%fileinfo)) { $infocols++; printf('<th%s>', ($byrev ? ' class="sorted"' : '')); if ($byrev) { print 'Rev.'; } else { print &link('Rev.', sprintf('./%s#dirlist', toggleQuery('sortby', 'rev'))); } print "</th>\n"; $infocols++; printf('<th%s>', ($bydate ? ' class="sorted"' : '')); if ($bydate) { print 'Age'; } else { print &link('Age', sprintf('./%s#dirlist', toggleQuery('sortby', 'date'))); } print "</th>\n"; if ($show_author) { $infocols++; printf('<th%s>', ($byauthor ? ' class="sorted"' : '')); if ($byauthor) { print 'Author'; } else { print &link('Author', sprintf('./%s#dirlist', toggleQuery('sortby', 'author'))); } print "</th>\n"; } $infocols++; printf('<th%s>', ($bylog ? ' class="sorted"' : '')); if ($bylog) { print 'Last log entry'; } else { print &link('Last log entry', sprintf('./%s#dirlist', toggleQuery('sortby', 'log'))); } print "</th>\n"; } elsif ($use_descriptions) { print "<th>Description</th>\n"; $infocols++; } print "</tr>\n"; my $dirrow = 0; my $i; lookingforattic: for ($i = 0; $i <= $#dir; $i++) { if ($dir[$i] eq "Attic") { last lookingforattic; } } if (!$input{hideattic} && ($i <= $#dir) && opendir($dh, $fullname . '/Attic')) { splice(@dir, $i, 1, grep((s|^|Attic/|, !m|/\.|), readdir($dh))); closedir($dh); } my $hideAtticToggleLink = $input{hideattic} ? '' : &link('[hide]', sprintf('./%s#dirlist', &toggleQuery('hideattic'))); # Sort without the Attic/ pathname. # place directories first my $filesexists; my $filesfound; foreach my $file (sort { &fileSortCmp } @dir) { next if ($file eq curdir()); # ignore CVS lock and stale NFS files next if ($file =~ /^\#cvs\.|^,|^\.nfs/); # \# for XEmacs cperl-mode... # Check whether to show the CVSROOT path next if ($input{hidecvsroot} && $where eq '/' && $file eq 'CVSROOT'); # Is it a directory? my $isdir = -d catdir($fullname, $file); # Ignore non-readable files and directories? next if ($input{hidenonreadable} && (! -r _ || ($isdir && ! -x _))); my $attic = ''; if ($file =~ s|^Attic/||) { $attic = ' <span class="attic">(in the Attic) ' . $hideAtticToggleLink . '</span>'; } if ($file eq updir() || $isdir) { next if ($file eq updir() && $where eq '/'); my ($rev, $date, $log, $author, $filename, $keywordsubst) = @{$fileinfo{$file}} if (defined($fileinfo{$file})); printf "<tr class=\"%s\">\n<td class=\"dir\" colspan=\"2\">", ($dirrow % 2) ? 'even' : 'odd'; if ($file eq updir()) { my $url = "../$query"; print $nofilelinks ? $backicon : &link($backicon, $url); print ' ', &link("Parent Directory", $url); } else { my $url = './' . uri_escape_path($file) . "/$query"; print '<a name="', htmlquote($file), '"></a>'; print $nofilelinks ? $diricon : &link($diricon, $url); print ' ', &link(htmlquote("$file/"), $url), $attic; if ($file eq "Attic") { print ' <span class="attic">', &link('[show]', sprintf('./%s#dirlist', &toggleQuery('hideattic'))), '</span>'; } } # Show last change in dir if ($filename) { print "</td>\n<td> </td>\n<td class=\"age\">"; print readableTime(time() - $date, 0) if $date; print "</td>\n<td class=\"author\">", htmlquote($author) if $show_author; print "</td>\n<td class=\"log\">"; $filename =~ s%^[^/]+/%%; print &link(htmlquote("$filename/$rev"), sprintf('%s/%s%s#rev%s', uri_escape($file), uri_escape($filename), $query, $rev)), '<br />'; if ($log) { print htmlify(substr($log, 0, $shortLogLen), $allow_dir_extra); print '...' if (length($log) > 80); } } else { my $dwhere = ($where ne '/' ? $where : '') . $file; if ($use_descriptions && defined $descriptions{$dwhere}) { print '<td colspan="', ($infocols - 1), '">'; print $descriptions{$dwhere}; } elsif ($infocols > 1) { # close the row with the appropriate number of # columns, so that the vertical seperators are visible my ($cols) = $infocols; while ($cols > 1) { print "</td>\n<td> "; $cols--; } } } print "</td>\n</tr>\n"; $dirrow++; } elsif ($file =~ s/,v$//) { my $fileurl = ($attic ? 'Attic/' : '') . uri_escape_path($file); my $url = './' . $fileurl . $query; $filesexists++; next if (!defined($fileinfo{$file})); my ($rev, $date, $log, $author, $filename, $keywordsubst) = @{$fileinfo{$file}}; my $isbinary = $keywordsubst eq 'b' ? 1 : 0; $filesfound++; printf "<tr class=\"%s\">\n", ($dirrow % 2) ? 'even' : 'odd'; printf '<td class="file"%s>', $allow_cvsgraph ? '' : ' colspan="2"'; my $icon = $isbinary ? $binfileicon : $fileicon; print $nofilelinks ? $icon : &link($icon, $url); print ' ', &link(htmlquote($file), $url), $attic; print '</td><td class="graph">', graph_link($fileurl) if $allow_cvsgraph; print "</td>\n<td width=\"30\">", display_link($fileurl, $rev); print "</td>\n<td class=\"age\">"; print readableTime(time() - $date, 0) if $date; print "</td>\n<td class=\"author\">", htmlquote($author) if $show_author; print "</td>\n<td class=\"log\">"; if ($log) { print htmlify(substr($log, 0, $shortLogLen), $allow_dir_extra); print '...' if (length $log > 80); } print "</td>\n</tr>"; $dirrow++; } print "\n"; } print "</table>\n"; if ((my $num = scalar(@unreadable)) && ! $input{hidenonreadable}) { printf(<<EOF, $num, htmlquote(join(', ', @unreadable))); <p> <b>NOTE:</b> The following %d unreadable files were ignored:<br /> <em>%s</em> </p> EOF } if ($filesexists && !$filesfound) { my $currtag = defined($input{only_with_tag}) ? sprintf(' (%s)', htmlquote($input{only_with_tag})) : ''; printf(<<EOF, $filesexists, $currtag); <p> <b>NOTE:</b> There are %d files, but none matches the current tag%s. </p> EOF } if ($input{only_with_tag} && (!%tags || !$tags{$input{only_with_tag}})) { %tags = %alltags; } if (scalar %tags || $input{only_with_tag} || $edit_option_form || defined($input{options})) { print "<hr />\n"; } if (scalar %tags || $input{only_with_tag}) { print "<form method=\"get\" action=\"./\">\n<p>\n"; foreach my $var (@stickyvars) { printf("<input type=\"hidden\" name=\"$var\" value=\"%s\" />\n", htmlquote($input{$var})) if (defined($input{$var}) && (!defined($DEFAULTVALUE{$var}) || $input{$var} ne $DEFAULTVALUE{$var}) && $var ne 'only_with_tag'); } printf(<<EOF, ($use_java_script ? ' onchange="this.form.submit()"' : '')); <span class="nowrap"> <label for="only_with_tag" accesskey="T">Show only files with tag: <select id="only_with_tag" name="only_with_tag"%s> <option value="">All tags / default branch</option> EOF foreach my $tag (reverse sort { lc $a cmp lc $b } keys %tags) { my $selected = defined($input{only_with_tag}) && $input{only_with_tag} eq $tag; printf("<option%s>%s</option>\n", $selected ? ' selected="selected"' : '', htmlquote($tag)); } printf(<<EOF, htmlquote($where)); </select> </label></span> <span class="nowrap"> <label for="path" accesskey="P">Module path or alias: <input type="text" id="path" name="path" value="%s" size="15" /></label> </span> <input type="submit" value="Go" accesskey="G" /> </p> </form> EOF } if ($allow_tar && $filesfound) { my ($basefile) = ($where =~ m,(?:.*/)?([^/]+),); my $havetar = $CMD{tar} && $CMD{gzip}; my $havezip = $CMD{zip}; if (defined($basefile) && $basefile ne '' && ($havetar || $havezip)) { my $q = ($query ? "$query;" : '?') . 'tarball=1'; print "<hr />\n", '<div style="text-align: center">Download this directory in '; # Mangle the filename so browsers show a reasonable filename to download. my @types = (); $basefile = uri_escape($basefile); push(@types, &link('tarball', "$basefile.tar.gz$q")) if $havetar; push(@types, &link('zip archive', "$basefile.zip$q")) if $havezip; print join(' or ', @types), "</div>\n"; } } if ($edit_option_form || defined($input{options})) { print <<EOF; <form method="get" action="./"> <fieldset> <legend>General options</legend> <input type="hidden" name="copt" value="1" /> EOF for my $v qw(hidecvsroot hidenonreadable) { printf(qq{<input type="hidden" name="%s" value="%s" />\n}, $v, $input{$v} || 0); } if ($cvstree ne $cvstreedefault) { print "<input type=\"hidden\" name=\"cvsroot\" value=\"$cvstree\" />\n"; } print <<EOF; <table summary="General options"> <tr> <td class="opt-label"> <label for="sortby" accesskey="F">Sort files by:</label> </td> <td class="opt-value"> <select id="sortby" name="sortby"> <option value="">File</option> EOF print "<option", $bydate ? ' selected="selected"' : '', " value=\"date\">Age</option>\n"; print "<option", $byauthor ? ' selected="selected"' : '', " value=\"author\">Author</option>\n" if $show_author; print "<option", $byrev ? ' selected="selected"' : '', " value=\"rev\">Revision</option>\n"; print "<option", $bylog ? ' selected="selected"' : '', " value=\"log\">Log message</option>\n"; print <<EOF; </select>, <label for="ignorecase" accesskey="I">case-insensitive: EOF print '<input id="ignorecase" name="ignorecase" type="checkbox"', $input{ignorecase} ? ' checked="checked"' : '', " value=\"1\" /></label>\n"; print <<EOF; </td> <td class="opt-label"> <label for="hideattic" accesskey="A">Hide files in Attic:</label> </td> <td class="opt-value"> EOF print '<input id="hideattic" name="hideattic" type="checkbox"', $input{hideattic} ? ' checked="checked"' : '', ' value="1" />'; print <<EOF; </td> </tr> <tr> <td class="opt-label"> <label for="logsort" accesskey="L">Sort log by:</label> </td> <td class="opt-value"> EOF printLogSortSelect(0); print <<EOF; </td> <td class="opt-label"> <label for="ln" accesskey="N">Show line numbers:</label> </td> <td class="opt-value"> EOF print '<input id="ln" name="ln" type="checkbox"', $input{ln} ? ' checked="checked"' : '', " value=\"1\" />\n"; print <<EOF; </td> </tr> <tr> <td class="opt-label"> <label for="f" accesskey="D">Diff format:</label> </td> <td> EOF printDiffSelect(0); print <<EOF; </td> <td colspan="2" class="opt-label"> <input type="submit" value="Change Options" accesskey="C" /> </td> </tr> </table> </fieldset> </form> EOF } html_footer(); } ############################### # View Files ############################### elsif (-f $fullname . ',v') { if (defined($input{rev}) || $doCheckout) { &doCheckout($fullname, $input{rev}, $input{only_with_tag}); gzipclose(); exit; } if (defined($input{annotate}) && $allow_annotate) { &doAnnotate($input{annotate}, $input{only_with_tag}); gzipclose(); exit; } if (defined($input{r1}) && defined($input{r2})) { &doDiff($fullname, $input{r1}, $input{tr1}, $input{r2}, $input{tr2}, $input{f}); gzipclose(); exit; } if ($allow_cvsgraph && $input{graph}) { if ($input{makeimage}) { doGraph(); } else { doGraphView(); } gzipclose(); exit; } &doLog($fullname); } ############################## # View Diff ############################## elsif ($fullname =~ s/\.diff$// && -f $fullname . ',v' && $input{r1} && $input{r2}) { # $where-diff-removal if 'cvs rdiff' is used # .. but 'cvs rdiff'doesn't support some options # rcsdiff does (-w and -p), so it is disabled # $where =~ s/\.diff$//; # Allow diffs using the ".diff" extension so that browsers that default # to the filename in the URL when saving don't save diffs as eg. foo.c. &doDiff($fullname, $input{r1}, $input{tr1}, $input{r2}, $input{tr2}, $input{f}); gzipclose(); exit; } elsif (do { (my $tmp = $fullname) =~ s|/([^/]+)$|/Attic/$1|; -f "$tmp,v" }) { # The file has been removed and is in the Attic. # Send a redirect pointing to the file in the Attic. (my $newplace = $scriptwhere) =~ s|/([^/]+)$|/Attic/$1|; if ($ENV{QUERY_STRING} ne "") { redirect("$newplace?$ENV{QUERY_STRING}"); } else { redirect($newplace); } exit; } elsif (0 && (my @files = &safeglob($fullname . ",v"))) { http_header("text/plain"); print "You matched the following files:\n"; print join ("\n", @files); # TODO: # Find the tags from each file # Display a form offering diffs between said tags } else { # Assume it's a module name with a potential path following it. my $module; my $xtra = (($module = $where) =~ s|(/.*)||) ? $1 : ''; # Is there an indexed version of modules? my $fh = do { local (*FH); }; if (open($fh, catfile($cvsroot, 'CVSROOT', 'modules'))) { while (<$fh>) { if (/^(\S+)\s+(\S+)/o && $module eq $1 && $module ne $2 && -d "$cvsroot/$2") { close($fh); redirect("$scriptname/$2$xtra$query"); } } close($fh); } fatal("404 Not Found", '%s: no such file or directory', $where); } gzipclose(); ## End MAIN sub printDiffSelect($) { my ($use_java_script) = @_; print '<select id="f" name="f"'; print ' onchange="this.form.submit()"' if $use_java_script; print ">\n"; for my $difftype (@DIFFTYPES) { printf("<option value=\"%s\"%s>%s</option>\n", $difftype, $input{f} eq $difftype ? ' selected="selected"' : '', "\u$DIFFTYPES{$difftype}{descr}"); } print "</select>"; } sub printDiffSelectStickyVars() { while (my ($key, $val) = each %input) { next if ($key eq 'f'); next if (defined($DEFAULTVALUE{$key}) && $DEFAULTVALUE{$key} eq $val); print "<input type=\"hidden\" name=\"", htmlquote($key), "\" value=\"", htmlquote($val), "\" />\n"; } } sub printLogSortSelect($) { my ($use_java_script) = @_; print '<select id="logsort" name="logsort"'; print ' onchange="this.form.submit()"' if $use_java_script; print ">\n"; for my $sortkey (@LOGSORTKEYS) { printf("<option value=\"%s\"%s>%s</option>\n", $sortkey, $logsort eq $sortkey ? ' selected="selected"' : '', "\u$LOGSORTKEYS{$sortkey}{descr}"); } print "</select>"; } # # Find the last modified, version controlled files in the given directories. # Compares solely based on modification timestamps. Files in the returned list # are without the ,v suffix, and unreadable files have been filtered out. # sub findLastModifiedSubdirs(@) { my (@dirs) = @_; my @files; foreach my $dirname (@dirs) { next if ($dirname eq curdir() || $dirname eq updir()); my $dir = catdir($fullname, $dirname); next if (!-d $dir); my $dh = do { local (*DH); }; opendir($dh, $dir) or next; my (@filenames) = grep(!forbidden(catfile($dir, $_)), readdir($dh)); closedir($dh); my $lastmod = undef; my $lastmodtime = undef; foreach my $filename (@filenames) { ($filename) = (catfile($dirname, $filename) =~ VALID_PATH) or next; # untaint my ($file) = catfile($fullname, $filename); next if ($filename !~ /,v$/o || !-f $file || !-r _); my $modtime = -M _; if (!defined($lastmod) || $modtime < $lastmodtime) { ($lastmod = $filename) =~ s/,v$//; $lastmodtime = $modtime; } } push(@files, $lastmod) if (defined($lastmod)); } return @files; } sub htmlify_sub(&$) { (my $proc, local $_) = @_; my @a = split(m|(<a [^>]+>[^<]*</a>)|i); my $linked; my $result = ''; while (($_, $linked) = splice(@a, 0, 2)) { &$proc(); $result .= $_ if defined($_); $result .= $linked if defined($linked); } return $result; } sub htmlify($;$) { (local $_, my $extra) = @_; $_ = htmlquote($_); # get URL's as link s{ ((https?|ftp)://.+?)([\s\']|&(quot|[lg]t);) }{ &link($1, htmlunquote($1)) . $3 }egx; if ($allow_mailtos) { # Make mailto: links from email addresses. $_ = htmlify_sub { s< ([\w+=\-.!]+@[\w\-]+(?:\.[\w\-]+)+) >< &link($1, "mailto:$1") >egix; } $_; } if ($extra) { # get PR #'s as link: "PR#nnnn" "PR: nnnn, ..." "PR nnnn, ..." "bin/nnnn" if (defined($prcgi) && defined($re_prkeyword)) { my $prev; do { $prev = $_; $_ = htmlify_sub { s{ (\b$re_prkeyword[:\#]?\s* (?: \#? \d+[,\s]\s* )* \#?) (\d+)\b }{ $1 . &link($2, sprintf($prcgi, $2)) }egix; } $_; } while ($_ ne $prev); if (defined($re_prcategories)) { $_ = htmlify_sub { s{ (\b$re_prcategories/(\d+)\b) }{ &link($1, sprintf($prcgi, $2)) }egox; } $_; } } # get manpage specs as link: "foo.1" "foo(1)" if (defined($mancgi)) { $_ = htmlify_sub { s{ ( \b ( \w[\w+\-.]* (?: ::\w[\w+\-.]*)* ) (?: \( ([0-9n]) \) \B | \. ([0-9n]) \b ) ) }{ my($text, $name, $section) = ($1, $2, defined($3) ? $3 : $4); ($name =~ /[A-Za-z]/ && $name !~ /\.(:|$)/) ? &link($text, sprintf($mancgi, $section, uri_escape($name))) : $text; }egx; } $_; } } return $_; } sub spacedHtmlText($;$) { (local $_, my $ts) = @_; return '' unless defined($_); $ts ||= $tabstop || 8; # Expand tabs 1 while s/(.*?)(\t+)/$1 . ' ' x (length($2) * $ts - length($1) % $ts)/e; if ($hr_breakable) { s/^ /\001nbsp;/; # protect leading and... s/ $/\001nbsp;/; # ...trailing whitespace (mostly for String::Ediff), s/ / \001nbsp;/g; # ...and leave every other space 'breakable' } else { s/ /\001nbsp;/g; } $_ = htmlify($_, $allow_source_extra); # unescape y/\001/&/; return $_; } # Note that this doesn't htmlquote the first argument... sub link($$) { my ($name, $url) = @_; return sprintf('<a href="%s">%s</a>', htmlquote($url), $name); } sub revcmp($$) { my ($rev1, $rev2) = @_; # make no comparison for a tag or a branch return 0 if $rev1 =~ /[^\d.]/ || $rev2 =~ /[^\d.]/; my (@r1) = split(/\./, $rev1); my (@r2) = split(/\./, $rev2); my ($a, $b); while (($a = shift(@r1)) && ($b = shift(@r2))) { return $a <=> $b unless ($a == $b); } if (@r1) { return 1; } if (@r2) { return -1; } return 0; } # # Signal a fatal error. # sub fatal($$@) { my ($errcode, $format, @args) = @_; print "Status: $errcode\r\n"; html_header('Error'); print '<div id="error">Error: ', sprintf($format, map(htmlquote($_), @args)), "</div>\n"; html_footer(); exit(1); } # # Signal a (fatal) configuration error. # sub config_error($$) { fatal('500 Internal Error', 'Error loading configuration file "<code>%s</code>":<br /><br />' . '%s<br />', @_); } # # Sends a redirect to the given URL. # sub redirect($;$) { my ($url, $permanent) = @_; my ($status, $text); if ($permanent) { $status = '301'; $text = 'Moved Permanently'; } else { $status = '302'; $text = 'Found'; } print "Status: $status $text\r\n", "Location: $url\r\n"; html_header($text); print "<p>This document has moved ", &link('here', $url), ".</p>\n"; html_footer(); exit(1); } sub safeglob($) { my ($filename) = @_; (my $dirname = $filename) =~ s|/[^/]+$||; $filename =~ s|.*/||; my @results; my $dh = do { local (*DH); }; if (opendir($dh, $dirname)) { my $glob = $filename; my $t; # transform filename from glob to regex. Deal with: # [, {, ?, * as glob chars # make sure to escape all other regex chars $glob =~ s/([\.\(\)\|\+])/\\$1/g; $glob =~ s/\*/.*/g; $glob =~ s/\?/./g; $glob =~ s/{([^}]+)}/($t = $1) =~ s-,-|-g; "($t)"/eg; $glob = qr/^$glob$/; foreach (readdir($dh)) { if ($_ =~ $glob && $_ =~ VALID_PATH) { push(@results, catfile($dirname, $1)); # untaint } } closedir($dh); } return @results; } # # Searches @command_path for the given executable file. # sub search_path($) { my ($command) = @_; for my $d (@command_path) { my $cmd = catfile($d, $command); return $cmd if (-x $cmd && !-d _); } return ''; } # # Gets the enscript(1) highlight mode corresponding to the given filename, # or undef if unsupported. # sub getEnscriptHL($) { return undef unless $allow_enscript; my ($filename) = @_; while (my ($hl, $regex) = each %enscript_types) { return $hl if ($filename =~ $regex); } return undef; } # # Gets the MIME type for the given file name. # sub getMimeType($;$) { my ($fullname, $binary) = @_; $binary = ($keywordsubstitution && $keywordsubstitution =~ /b/) unless defined($binary); (my $suffix = $fullname) =~ s/^.*\.([^.]*)$/$1/; my $mimetype = $MTYPES{$suffix}; $mimetype ||= $MimeTypes->mimeTypeOf($fullname) if defined($MimeTypes); if (!$mimetype && $suffix ne '*' && -f $mime_types && -r _) { my $fh = do { local (*FH); }; if (open($fh, $mime_types)) { my $re = sprintf('^\s*(\S+\/\S+)\s.+\b%s\b', quotemeta($suffix)); $re = qr/$re/; while (my $line = <$fh>) { if ($line =~ $re) { $mimetype = $1; $MTYPES{$suffix} = $mimetype; last; } } close($fh); } else { warn("Can't open MIME types file $mime_types for reading: $!"); } } $mimetype ||= $MTYPES{'*'}; $mimetype ||= $binary ? 'application/octet-stream' : 'text/plain'; return $mimetype; } ############################### # read first lines like head(1) ############################### sub head($;$) { my ($fh, $linecount) = @_; $linecount ||= 10; my @buf; if ($linecount > 0) { for (my $i = 0; !eof($fh) && $i < $linecount; $i++) { push @buf, scalar <$fh>; } } else { @buf = <$fh>; } return @buf; } ############################### # scan vim and Emacs directives ############################### sub scan_directives(@) { my $ts = undef; for (@_) { $ts = $1 if /\b(?:ts|tabstop|tab-width)[:=]\s*([1-9]\d*)\b/; } ('tabstop' => $ts); } sub openOutputFilter() { return unless $output_filter; open(STDOUT, "|-") and return; # child of child open(STDERR, '>', devnull()) unless $DEBUG; exec($output_filter) or exit -1; } ############################### # show Annotation ############################### sub doAnnotate($$) { my ($rev, $tag) = @_; $rev = $tag || 'HEAD' if ($rev eq '.'); (my $pathname = $where) =~ s|((?<=/)Attic/)?[^/]*$||; (my $filename = $where) =~ s|^.*/||; # This annotate version is based on the cvs annotate-demo Perl script by # Cyclic Software. It was written by Cyclic Software, # http://www.cyclic.com/, and is in the public domain. # We could abandon the use of rlog, rcsdiff and co using # the cvs server in a similiar way one day (..after rewrite). local (*CVS_IN, *CVS_OUT); my $annotate_err; my ($h, $err) = startproc([ $CMD{cvs}, @annotate_options, 'server' ], '<pipe', \*CVS_IN, '>pipe', \*CVS_OUT, '2>', \$annotate_err); fatal('500 Internal Error', 'Annotate failure (exit status %s), output: <pre>%s</pre>', $? >> 8 || -1, $err) unless $h; # OK, first send the request to the server. A simplified example is: # Root /home/kingdon/zwork/cvsroot # Argument foo/xx # Directory foo # /home/kingdon/zwork/cvsroot/foo # Directory . # /home/kingdon/zwork/cvsroot # annotate # although as you can see there are a few more details. print CVS_IN "Root $cvsroot\n"; print CVS_IN "Valid-responses ok error Valid-requests Checked-in Updated Merged Removed M E\n"; # Don't worry about sending valid-requests, the server just needs to # support "annotate" and if it doesn't, there isn't anything to be done. print CVS_IN "UseUnchanged\n"; print CVS_IN "Argument -r\n"; print CVS_IN "Argument $rev\n"; print CVS_IN "Argument $where\n"; # The protocol requires us to fully fake a working directory (at # least to the point of including the directories down to the one # containing the file in question). # So if $where is "dir/sdir/file", then dirs will be ("dir","sdir","file") my $path = ''; foreach my $dir (split('/', $where)) { if ($path eq "") { # In our example, $dir is "dir". $path = $dir; } else { print CVS_IN "Directory $path\n"; print CVS_IN "$cvsroot/$path\n"; # In our example, $_ is "sdir" and $path becomes "dir/sdir" # And the next time, "file" and "dir/sdir/file" (which then gets # ignored, because we don't need to send Directory for the file). $path .= "/$dir"; } } undef $path; # And the last "Directory" before "annotate" is the top level. print CVS_IN "Directory .\n"; print CVS_IN "$cvsroot\n"; print CVS_IN "annotate\n"; # OK, we've sent our command to the server. Thing to do is to # close the writer side and get all the responses. if (!close(CVS_IN)) { $h->finish(); fatal('500 Internal Error', 'Annotate failure (exit status %s): <code>%s</code>, output: ' . '<pre>%s</pre>', $? >> 8, $!, $annotate_err); } navigateHeader($scriptwhere, $pathname, $filename, $rev, 'annotate'); my $revtype = ($rev =~ /\./) ? 'revision' : 'tag'; # TODO: tag -> branch/tag? print '<h3 style="text-align: center">Annotation of ', htmlquote("$pathname$filename"), ", $revtype $rev</h3>\n"; # Ready to get the responses from the server. # For example: # E Annotations for foo/xx # E *************** # M 1.3 (kingdon 06-Sep-97): hello # ok my ($lineNr) = 0; my ($oldLrev, $oldLusr) = ("", ""); my ($revprint, $usrprint); if ($annTable) { print <<EOF; <table style="border: none" cellspacing="0" cellpadding="0" summary="Annotation"> EOF } else { print "<pre>"; } # prefetch several lines my @buf = head(*CVS_OUT); my %d = scan_directives(@buf); while (@buf || !eof(*CVS_OUT)) { $_ = @buf ? shift @buf : <CVS_OUT>; my @words = split; # Adding one is for the (single) space which follows $words[0]. my $rest = substr($_, length($words[0]) + 1); if ($words[0] eq "E") { next; } elsif ($words[0] eq "M") { $lineNr++; (my $lrev = substr($_, 2, 13)) =~ y/ //d; (my $lusr = substr($_, 16, 9)) =~ y/ //d; my $line = substr($_, 36); # TODO: this does not work for branch/tag revisions. my $isCurrentRev = ($rev eq $lrev); # we should parse the date here .. if ($lrev eq $oldLrev) { $revprint = sprintf('%-8s', ''); } else { $revprint = sprintf('%-8s', $lrev); $revprint =~ s|(\S+)|&link($1, uri_escape($filename)."$query#rev$1")|e; $oldLusr = ''; } $usrprint = ($lusr eq $oldLusr) ? '' : $lusr; $oldLrev = $lrev; $oldLusr = $lusr; print $is_textbased ? '<b>' : '<span class="current-rev">' if $isCurrentRev; $usrprint = sprintf('%-8s', $usrprint); printf '%s%s %s %4d:', $revprint, $isCurrentRev ? '!' : ' ', htmlquote($usrprint), $lineNr; print spacedHtmlText($line, $d{tabstop}); print $is_textbased ? '</b>' : '</span>' if $isCurrentRev; } elsif ($words[0] eq "ok") { # We could complain about any text received after this, like the # CVS command line client. But for simplicity, we don't. } elsif ($words[0] eq "error") { fatal("500 Internal Error", 'Error occured during annotate: <b>%s</b>', $_); } } $h->finish(); if ($annTable) { print "</table>"; } else { print "</pre>"; } html_footer(); } ############################### # make Checkout ############################### sub doCheckout($$$) { my ($fullname, $rev, $tag) = @_; $rev = $tag || undef if (!$rev || $rev eq '.'); # Start resolving whether we will do a markup view or not. my $do_markup = undef; my $want_type = $input{'content-type'}; # No markup if markup disallowed. $do_markup = 0 unless $allow_markup; # No markup if checkout magic cookie in URL. $do_markup = 0 if (!defined($do_markup) && $doCheckout); # Do markup if explicitly asked using cvsweb-markup content type. If the # asked content type is anything else, no markup. if (!defined($do_markup) && $want_type) { if ($want_type =~ CVSWEBMARKUP) { $want_type = undef; $do_markup = 1; } else { $do_markup = 0; } } # Ok, if $do_markup is still undefined, we know that a download has not been # explicitly asked. For the last check further down below we'll need to # know if the file is binary, and possibly run a log on it. my $needlog = $do_markup || $use_moddate; my $moddate = undef; my $revopt; if (defined($rev)) { $revopt = "-r$rev"; if ($needlog) { readLog($fullname, $rev); $moddate = $date{$rev}; # TODO: even this does not work for branch tags, but only normal tags :( $moddate ||= $date{$symrev{$rev}} if defined($symrev{$rev}); } } else { $revopt = "-rHEAD"; if ($needlog) { readLog($fullname); $moddate = $date{$symrev{HEAD}}; } } my $cr = abs_path($cvsroot) || $cvsroot; # abs_path() taints when run as a CGI... if ($cr =~ VALID_PATH) { $cr = $1; } else { fatal('500 Internal Error', 'Illegal CVS root: <code>%s</code>', $cr); } # Use abs_path() to work around a bug of cvs -p; expand symlinks if we can. my @cmd = ($CMD{cvs}, @cvs_options, '-d', $cr, 'co', '-p', $revopt, $where); local (*CVS_OUT, *CVS_ERR); my ($h, $err) = startproc(\@cmd, \"", '>pipe', \*CVS_OUT, '2>pipe', \*CVS_ERR); fatal('500 Internal Error', 'Checkout failure (exit status %s), output: <pre>%s</pre>', $? >> 8 || -1, $err) unless $h; if (eof(CVS_ERR)) { $h->finish(); fatal("404 Not Found", '%s is not (any longer) pertinent', $where); } #=================================================================== #Checking out squid/src/ftp.c #RCS: /usr/src/CVS/squid/src/ftp.c,v #VERS: 1.1.1.28.6.2 #*************** # Parse CVS header my ($revision, $filename, $cvsheader); $filename = ""; while (<CVS_ERR>) { last if (/^\*\*\*\*/); $revision = $1 if (/^VERS: (.*)$/); if (/^Checking out (.*)$/) { ($filename = $1) =~ s|^\./+||; } $cvsheader .= $_; } close(CVS_ERR); if ($filename ne $where) { $h->finish(); fatal("500 Internal Error", 'Unexpected output from cvs co: <pre>%s</pre> ' . '(expected "<code>%s</code>" but got "<code>%s</code>")', $cvsheader, $where, $filename); } # Last checks whether we'll do markup or not. my $isbin = $keywordsubstitution && $keywordsubstitution =~ /b/; my $mimetype = getMimeType($fullname, $isbin); # If we still are not sure whether to do markup or not: # if the MIME type is "viewable" or this is not a binary file, do. $do_markup = !$isbin || viewable($mimetype) unless defined($do_markup); if ($do_markup) { # If this is something we'll be linking to in the markup view, we are # done with this particular output from "cvs co" and must discard it. my $linked = $mimetype =~ m{^image/|application/pdf$}i; if ($linked) { close(CVS_OUT); $h->finish(); } # Here we know the last modified date, but don't know if tags have been # added afterwards (those are shown in the markup view): no last-modified. cvswebMarkup(\*CVS_OUT, $fullname, $revision, $isbin, $mimetype, $needlog); $h->finish() unless $linked; } else { http_header($want_type || $mimetype, $moddate); local $/ = undef; print <CVS_OUT>; $h->finish(); } } sub cvswebMarkup($$$$$$;$) { my ($filehandle, $fullname, $rev, $isbin, $mimetype, $logged, $mod) = @_; (my $pathname = $where) =~ s|((?<=/)Attic/)?[^/]*$||; (my $filename = $where) =~ s|^.*/||; navigateHeader($scriptwhere, $pathname, $filename, $rev, 'view', $mod); print <<EOF; <hr /> <div class="log-markup"> File:  EOF print &clickablePath($where, 1), "<br />\n"; if ($show_log_in_markup) { readLog($fullname) unless $logged; #,$rev); printLog($rev, $mimetype, $isbin); } else { print "Revision: <b>$rev</b><br />\n"; print 'Tag: ', htmlquote($input{only_with_tag}), "<br />\n" if $input{only_with_tag}; } print "</div>\n<hr />"; my $url = download_url(uri_escape($filename), $rev, $mimetype); if ($mimetype =~ m|^image/|i) { printf '<img src="%s" alt="%s" /><br />', $url . $barequery, htmlquote($filename); } elsif (lc($mimetype) eq 'application/pdf') { printf '<embed src="%s" width="100%%" height="100%%" /><br />', $url . $barequery; } else { print "<pre>\n"; my $linenumbers = $input{ln} || 0; if (my $enscript_hl = getEnscriptHL($filename)) { doEnscript($filehandle, $enscript_hl, $linenumbers); } else { my $ln = 0; my @buf = (); my $ts = undef; if ($preformat_in_markup) { # prefetch several lines @buf = head($filehandle); my %d = scan_directives(@buf); $ts = $d{tabstop}; } while (@buf || !eof($filehandle)) { $_ = @buf ? shift @buf : <$filehandle>; if ($linenumbers) { $ln++; printf '<a id="l%d" class="src">%5d: </a>', ($ln) x 2; } print $preformat_in_markup ? spacedHtmlText($_, $ts) : htmlquote($_); } } print "</pre>\n"; } html_footer(); } sub viewable($) { return shift =~ m{^((text|image)/|application/pdf)}i; } ############################### # Show Colored Diff ############################### sub doDiff($$$$$$) { my ($fullname, $r1, $tr1, $r2, $tr2, $f) = @_; if (forbidden($fullname)) { fatal('403 Forbidden', 'Access to %s forbidden.', $where); } my ($rev1, $sym1); if ($r1 =~ /([^:]+)(:(.+))?/) { $rev1 = $1; $sym1 = $3; } if ($r1 eq 'text') { $rev1 = $tr1; $sym1 = ""; } my ($rev2, $sym2); if ($r2 =~ /([^:]+)(:(.+))?/) { $rev2 = $1; $sym2 = $3; } if ($r2 eq 'text') { $rev2 = $tr2; $sym2 = ""; } # # rev1 and rev2 are now both numeric revisions. # Thus we do a DWIM here and swap them if rev1 is after rev2. # XXX should we warn about the fact that we do this? if (&revcmp($rev1, $rev2) > 0) { my ($tmp1, $tmp2) = ($rev1, $sym1); ($rev1, $sym1) = ($rev2, $sym2); ($rev2, $sym2) = ($tmp1, $tmp2); } my $mimetype = getMimeType($fullname); # # Check for per-MIME type diff commands. # my $diffcmd = undef; if (my $diffcmds = $DIFF_COMMANDS{lc($mimetype)}) { if ($f =~ /^ext(\d*)$/) { my $n = $1 || 0; $diffcmd = $diffcmds->[$n]; } } if ($diffcmd && $diffcmd->{cmd} && $diffcmd->{name}) { if ($diffcmd->{args} && ref($diffcmd->{args}) ne 'ARRAY') { fatal('500 Internal Error', 'Configuration error: arguments to external diff tools must ' . 'be given as array refs. See "<code>%s</code>" in ' . '<code>%%DIFF_COMMANDS</code>.', $diffcmd->{name}); } (my $cvsname = $where) =~ s/\.diff$//; # Create two temporary files with the two revisions my $temp_fn1 = checkout_to_temp($cvsroot, $cvsname, $rev1); my $temp_fn2 = checkout_to_temp($cvsroot, $cvsname, $rev2); # Execute chosen diff binary. local (*DIFF_OUT); my @cmd = ($diffcmd->{cmd}); push(@cmd, @{$diffcmd->{args}}) if $diffcmd->{args}; push(@cmd, $temp_fn1, $temp_fn2); my ($h, $err) = startproc(\@cmd, \"", '>pipe', \*DIFF_OUT); if (!$h) { unlink($temp_fn1); unlink($temp_fn2); fatal('500 Internal Error', 'Diff failure (exit status %s), output: <pre>%s</pre>', $? >> 8 || -1, $err); } http_header($diffcmd->{type} || 'text/plain'); local $/ = undef; print <DIFF_OUT>; $h->finish(); unlink($temp_fn1); unlink($temp_fn2); exit; } # # Normal CVS diff. # $f = $DEFAULTVALUE{f} || 'u' if ($f =~ /^ext\d*$/); my $difftype = $DIFFTYPES{$f}; if (!$difftype) { fatal("400 Bad arguments", 'Diff format %s not understood', $f); } my @difftype = @{$difftype->{opts}}; my $human_readable = $difftype->{colored}; # Apply special diff options. -p and -F are not available with side by side # diffs and may cause problems with older (< 2.8) versions of diffutils if # used with --side-by-side. if ($showfunc && $f !~ /^s/) { push(@difftype, '-p'); while (my ($re1, $re2) = each %funcline_regexp) { if ($fullname =~ $re1) { push(@difftype, '-F', $re2); last; } } } if ($human_readable) { push(@difftype, '-w') if $hr_ignwhite; push(@difftype, '-kk') if $hr_ignkeysubst; } my $fh = do { local (*FH); }; if (!open($fh, "-|")) { # child open(STDERR, ">&STDOUT"); # Redirect stderr to stdout openOutputFilter(); exec($CMD{rcsdiff}, @rcsdiff_options, @difftype, "-r$rev1", "-r$rev2", $fullname) or exit -1; } if ($human_readable) { # # Human readable diff. # human_readable_diff($fh, $rev2); html_footer(); gzipclose(); exit; } elsif ($f =~ /^([ucs])c$/) { # # Enscript colored diff. # my $hl = 'diff'; $hl .= $1 if ($1 eq 'u' || $1 eq 's'); (my $where_nd = $where) =~ s/\.diff$//; (my $pathname = $where_nd) =~ s|((?<=/)Attic/)?[^/]*$||; (my $filename = $where_nd) =~ s|^.*/||; (my $swhere = $scriptwhere) =~ s|\.diff$||; navigateHeader($swhere, $pathname, $filename, $rev2, 'diff'); printf(<<EOF, $where_nd, $rev1, $rev2); <h3 style="text-align: center">Diff for /%s between versions %s and %s</h3> <pre> EOF doEnscript(\$fh, $hl, 0, 'cvsweb_diff'); print <<EOF; </pre> <hr style="width: 100%" /> <form method="get" action="$scriptwhere"> EOF printDiffSelectStickyVars(); print 'Diff format: '; printDiffSelect($use_java_script); print "<input type=\"submit\" value=\"Show\" />\n</form>\n"; html_footer(); gzipclose(); exit; } else { # # Plain diff. # http_header("text/plain"); } # #=================================================================== #RCS file: /home/ncvs/src/sys/netinet/tcp_output.c,v #retrieving revision 1.16 #retrieving revision 1.17 #diff -c -r1.16 -r1.17 #*** /home/ncvs/src/sys/netinet/tcp_output.c 1995/11/03 22:08:08 1.16 #--- /home/ncvs/src/sys/netinet/tcp_output.c 1995/12/05 17:46:35 1.17 # # Ideas: # - nuke the stderr output if it's what we expect it to be # - Add "no differences found" if the diff command supplied no output. # #*** src/sys/netinet/tcp_output.c 1995/11/03 22:08:08 1.16 #--- src/sys/netinet/tcp_output.c 1995/12/05 17:46:35 1.17 RELENG_2_1_0 # (bogus example, but...) # my ($f1, $f2); if (grep { $_ eq '-u' } @difftype) { $f1 = '---'; $f2 = '\+\+\+'; } else { $f1 = '\*\*\*'; $f2 = '---'; } while (<$fh>) { if (m|^$f1 $cvsroot|o) { s|$cvsroot/||o; if ($sym1) { chop; $_ .= " $sym1\n"; } } elsif (m|^$f2 $cvsroot|o) { s|$cvsroot/||o; if ($sym2) { chop; $_ .= " $sym2\n"; } } print $_; } close($fh); } ############################### # Show Logs .. ############################### sub getDirLogs($$@) { my ($cvsroot, $dirname, @otherFiles) = @_; my $tag = $input{only_with_tag}; my $DirName = catdir($cvsroot, $where); my @files = &safeglob("$DirName/*,v"); push (@files, &safeglob("$DirName/Attic/*,v")) unless $input{hideattic}; foreach my $file (@otherFiles) { push(@files, catfile($DirName, $file)); } # Weed out unreadable files. my $i = 0; my @unreadable = (); while ($i < scalar(@files)) { # Note: last modified files from subdirs returned by # findLastModifiedSubdirs() come without the ,v suffix so they're not # found here, but have already been checked for readability. *cough* if (-r $files[$i] || !-e _) { $i++; } else { push(@unreadable, splice(@files, $i, 1)); } } # If there are no files, we're done. return @unreadable unless @files; my @cmd = ($CMD{rlog}); # Can't use -r<tag> as '-' is allowed in tagnames, # but misinterpreted by rlog. push(@cmd, '-r') unless defined($tag); my $fh = do { local (*FH); }; if (!open($fh, '-|')) { # Child open(STDERR, '>', devnull()) unless $DEBUG; # Ignore rlog's complaints. openOutputFilter(); if ($file_list_len && $file_list_len > 1) { while (scalar(@files) > $file_list_len) { # Process files in chunks. system(@cmd, splice(@files, 0, $file_list_len)) == 0 or exit -1; } } exec(@cmd, @files) or exit -1; } undef @cmd; my $state = 'start'; my ($date, $branchpoint, $branch, $log, @filetags); my ($rev, $revision, $revwanted, $filename, $head, $author, $keywordsubst); while (<$fh>) { if ($state eq "start") { #Next file. Initialize file variables $rev = ''; $revwanted = ''; $branch = ''; $branchpoint = ''; $filename = ''; $log = ''; $revision = ''; %symrev = (); @filetags = (); $keywordsubst= ''; #jump to head state $state = "head"; } again: if ($state eq "head") { #$rcsfile = $1 if (/^RCS file: (.+)$/); #not used (yet) if (/^Working file: (.+)$/) { $filename = $1; } elsif (/^head: (.+)$/) { $head = $1; } elsif (/^branch: (.+)$/) { $branch = $1; } elsif (/^keyword substitution: (.+)$/) { $keywordsubst = $1; } elsif (/^symbolic names:/) { $state = "tags"; ($branch = $head) =~ s/\.\d+$// if $branch eq ''; $branch =~ s/(\d+)$/0.$1/; $symrev{MAIN} = $branch; $symrev{HEAD} = $branch; $alltags{MAIN} = 1; $alltags{HEAD} = 1; push (@filetags, "MAIN", "HEAD"); } elsif ($_ =~ LOG_REVSEPR) { $state = "log"; $rev = ''; $date = ''; $log = ''; # Try to reconstruct the relative filename if RCS spits out a full path $filename =~ s%^\Q$DirName\E/%%; } next; } if ($state eq "tags") { if (/^\s+([^:]+):\s+([\d\.]+)\s*$/) { push (@filetags, $1); $symrev{$1} = $2; $alltags{$1} = 1; next; } elsif (/^\S/) { if (defined($tag)) { if (defined($symrev{$tag}) || $tag eq "HEAD") { $revwanted = $symrev{$tag eq "HEAD" ? "MAIN" : $tag}; ($branch = $revwanted) =~ s/\b0\.//; ($branchpoint = $branch) =~ s/\.?\d+$//; $revwanted = '' if ($revwanted ne $branch); } elsif ($tag ne "HEAD") { $state = "skip"; next; } } foreach my $tagfound (@filetags) { $tags{$tagfound} = 1; } $state = "head"; goto again; } } if ($state eq "log") { if ($_ =~ LOG_REVSEPR || $_ =~ LOG_FILESEPR) { # End of a log entry. my $revbranch = $rev; $revbranch =~ s/\.\d+$//; if ($revwanted eq '' && $branch ne '' && $branch eq $revbranch || !defined($tag)) { $revwanted = $rev; } if ($revwanted ne '' ? $rev eq $revwanted : $branchpoint ne '' ? $rev eq $branchpoint : 0 && ($rev eq $head)) { # Don't think head is needed here.. my @finfo = ($rev, $date, $log, $author, $filename, $keywordsubst); (my $name = $filename) =~ s%/.*%%; $fileinfo{$name} = [@finfo]; $state = "done" if ($rev eq $revwanted); } $rev = ''; $date = ''; $log = ''; } elsif ($date eq '' && m|^date:\s+(\d+)/(\d+)/(\d+)\s+(\d+):(\d+):(\d+);|) { my $yr = $1; $yr -= 1900 if ($yr > 100); # Damn 2-digit year routines :-) $date = timegm($6, $5, $4, $3, $2 - 1, $yr); ($author) = /author: ([^;]+)/; $state = 'log'; $log = ''; next; } elsif ($rev eq '' && /^revision (\d+(?:\.\d+)+).*$/) { $rev = $1; # .*$ eats up the locker(lockers?) info, if any next; } else { $log .= $_; } } if ($_ =~ LOG_FILESEPR) { $state = "start"; next; } } my $linesread = $. || 0; close($fh); if ($linesread == 0) { fatal('500 Internal Error', 'Failed to spawn GNU rlog on <em>"%s"</em>.<br /><br />Did you set the <b><code>@command_path</code></b> in your configuration file correctly? (Currently: "<code>%s</code>")', htmlquote(join(', ', @files)), join(':', @command_path)); } return @unreadable; } sub readLog($;$) { my ($fullname, $revision) = @_; my ($symnames, $head, $rev, $br, $brp, $branch, $branchrev); undef %symrev; undef %revsym; undef @allrevisions; undef %date; undef %author; undef %state; undef %difflines; undef %log; $keywordsubstitution = ''; my $fh = do { local (*FH); }; if (!open($fh, "-|")) { # child openOutputFilter(); $revision = defined($revision) ? "-r$revision" : ''; if ($revision =~ /\./) { # Normal revision, not a branch/tag name. exec($CMD{rlog}, $revision, $fullname) or exit -1; } else { exec($CMD{rlog}, $fullname) or exit -1; } } my $curbranch = undef; while (<$fh>) { if ($symnames) { if (/^\s+([^:]+):\s+([\d\.]+)/) { $symrev{$1} = $2; next; } else { $symnames = 0; } } if (/^head:\s+([\d\.]+)/) { $head = $1; } elsif (/^branch:\s+([\d\.]+)/) { $curbranch = $1; } elsif (/^symbolic names/) { $symnames = 1; } elsif (/^keyword substitution: (.+)$/) { $keywordsubstitution = $1; } elsif (/^-----/) { last; } } ($curbranch = $head) =~ s/\.\d+$// if (!defined($curbranch)); # each log entry is of the form: # ---------------------------- # revision 3.7.1.1 # date: 1995/11/29 22:15:52; author: fenner; state: Exp; lines: +5 -3 # log info # ---------------------------- # For a locked revision, the first line after the separator # becomes smth like # revision 9.19 locked by: vassilii; logentry: while ($_ !~ LOG_FILESEPR) { $_ = <$fh>; last logentry if (!defined($_)); # EOF if (/^revision (\d+(?:\.\d+)+)/) { $rev = $1; unshift(@allrevisions, $rev); } elsif ($_ =~ LOG_FILESEPR || $_ =~ LOG_REVSEPR) { next logentry; } else { # The rlog output is syntactically ambiguous. We must # have guessed wrong about where the end of the last log # message was. # Since this is likely to happen when people put rlog output # in their commit messages, don't even bother keeping # these lines since we don't know what revision they go with # any more. next logentry; } $_ = <$fh>; if ( m|^date:\s+(\d+)/(\d+)/(\d+)\s+(\d+):(\d+):(\d+);\s+author:\s+(\S+);\s+state:\s+(\S+);\s+(lines:\s+([0-9\s+-]+))?| ) { my $yr = $1; $yr -= 1900 if ($yr > 100); # Damn 2-digit year routines :-) $date{$rev} = timegm($6, $5, $4, $3, $2 - 1, $yr); $author{$rev} = $7; $state{$rev} = $8; $difflines{$rev} = $10; } else { fatal("500 Internal Error", 'Error parsing RCS output: %s', $_); } line: while (<$fh>) { next line if (/^branches:\s/); last line if ($_ =~ LOG_FILESEPR || $_ =~ LOG_REVSEPR); $log{$rev} .= $_; } } close($fh); @revorder = reverse sort { revcmp($a, $b) } @allrevisions; # # HEAD is an artificial tag which is simply the highest tag number on the main # branch, unless there is a branch tag in the RCS file in which case it's the # highest revision on that branch. Find it by looking through @revorder; it # is the first commit listed on the appropriate branch. # This is not neccesary the same revision as marked as head in the RCS file. my $headrev = $curbranch || "1"; ($symrev{MAIN} = $headrev) =~ s/(\d+)$/0.$1/; foreach $rev (@revorder) { if ($rev =~ /^(\S*)\.\d+$/ && $headrev eq $1) { $symrev{HEAD} = $rev; last; } } ($symrev{HEAD} = $headrev) =~ s/\.\d+$// unless defined($symrev{HEAD}); # # Now that we know all of the revision numbers, we can associate # absolute revision numbers with all of the symbolic names, and # pass them to the form so that the same association doesn't have # to be built then. # undef @branchnames; undef %branchpoint; undef $sel; foreach (reverse sort keys %symrev) { $rev = $symrev{$_}; if ($rev =~ /^((.*)\.)?\b0\.(\d+)$/) { push (@branchnames, $_); # # A revision number of A.B.0.D really translates into # "the highest current revision on branch A.B.D". # # If there is no branch A.B.D, then it translates into # the head A.B . # # This reasoning also applies to the main branch A.B, # with the branch number 0.A, with the exception that # it has no head to translate to if there is nothing on # the branch, but I guess this can never happen? # # (the code below gracefully forgets about the branch # if it should happen) # $head = defined($2) ? $2 : ""; $branch = $3; $branchrev = $head . ($head ne "" ? "." : "") . $branch; $rev = $head; my $regex = '^' . quotemeta($branchrev) . '\b'; $regex = qr/$regex/; foreach my $r (@revorder) { if ($r =~ $regex) { $rev = $branchrev; last; } } next if ($rev eq ""); if ($rev ne $head && $head ne "") { $branchpoint{$head} .= ', ' if ($branchpoint{$head}); $branchpoint{$head} .= $_; } } $revsym{$rev} .= ", " if ($revsym{$rev}); $revsym{$rev} .= $_; $sel .= sprintf("<option value=\"%s:%s\">%s</option>\n", htmlquote($rev), (htmlquote($_)) x 2); } my ($onlyonbranch, $onlybranchpoint); if ($onlyonbranch = $input{only_with_tag}) { $onlyonbranch = $symrev{$onlyonbranch}; if ($onlyonbranch && $onlyonbranch =~ s/\b0\.//) { ($onlybranchpoint = $onlyonbranch) =~ s/\.\d+$//; } else { $onlybranchpoint = $onlyonbranch; } if (!defined($onlyonbranch) || $onlybranchpoint eq "") { fatal("404 Tag not found", 'Tag "<code>%s</code>" is not defined.', $input{only_with_tag}); } } undef @revisions; foreach (@allrevisions) { ($br = $_) =~ s/\.\d+$//; ($brp = $br) =~ s/\.\d+$//; next if ($onlyonbranch && $br ne $onlyonbranch && $_ ne $onlybranchpoint); unshift(@revisions, $_); } if ($logsort eq "date") { # Sort the revisions in commit order an secondary sort on revision # (secondary sort needed for imported sources, or the first main # revision gets before the same revision on the 1.1.1 branch) @revdisplayorder = sort { $date{$b} <=> $date{$a} || -revcmp($a, $b) } @revisions; } elsif ($logsort eq "rev") { # Sort the revisions in revision order, highest first @revdisplayorder = reverse sort { revcmp($a, $b) } @revisions; } else { # No sorting. Present in the same order as rlog / cvs log @revdisplayorder = @revisions; } return $curbranch; } sub getDiffLinks($$$) { my ($url, $mimetype, $isbin) = @_; my @links = (); if (!$isbin) { # Offer ordinary diff only for non-binary files. push(@links, &link('preferred', $url)); for my $difftype ($DIFFTYPES{$defaultDiffType}{colored} ? qw(u) : qw(h)) { my $f = $difftype eq $defaultDiffType ? '' : $difftype; push(@links, &link(htmlquote(lc($DIFFTYPES{$difftype}{descr})), "$url;f=$f")); } } if (my $extdiffs = $DIFF_COMMANDS{lc($mimetype)}) { for my $i (0 .. scalar(@$extdiffs)-1) { my $extdiff = $extdiffs->[$i]; push(@links, &link(htmlquote($extdiff->{name}), "$url;f=ext$i")) if ($extdiff->{cmd} && $extdiff->{name}); } } return @links; } sub printLog($$$;$$) { # inlogview: 1 if in log view, otherwise in markup view. ($_, my $mimetype, my $isbin, my $inlogview, my $isSelected) = @_; (my $br = $_) =~ s/\.\d+$//; (my $brp = $br) =~ s/\.?\d+$//; print "<a name=\"rev$_\"></a>"; if (defined($revsym{$_})) { foreach my $sym (split(", ", $revsym{$_})) { print '<a name="', htmlquote($sym), '"></a>'; } } if ($revsym{$br} && !defined($nameprinted{$br})) { foreach my $sym (split(", ", $revsym{$br})) { print '<a name="', htmlquote($sym), '"></a>'; } $nameprinted{$br} = 1; } print "\n Revision <b>$_</b>"; if (/^1\.1\.1\.\d+$/) { print " <i>(vendor branch)</i>"; } (my $filename = $where) =~ s|^.*/||; my $fileurl = uri_escape($filename); undef $filename; my $isDead = ($state{$_} eq 'dead'); if (!$isDead) { print ': ', download_link($fileurl, $_, 'download', $mimetype); my @vlinks = (); push(@vlinks, display_link($fileurl, $_, 'text', 'text/plain')) unless $isbin; push(@vlinks, display_link($fileurl, $_, 'markup', 'text/x-cvsweb-markup')) if ($allow_markup && $inlogview && (!$isbin || viewable($mimetype))); if (!$isbin && $allow_annotate) { push(@vlinks, &link('annotated', sprintf('%s?annotate=%s%s', $fileurl, $_, $barequery))); } print ' - view: ', join(', ', @vlinks) if @vlinks; undef @vlinks; if (!$isbin && $allow_version_select) { print ' - '; if ($isSelected) { print '<b>[selected for diffs]</b>'; } else { print &link('select for diffs', sprintf('%s?r1=%s%s#rev%s', $fileurl, $_, $barequery, $_)); } } print ' - ', graph_link('', 'revision graph') if (!$inlogview && $allow_cvsgraph); } print "<br />\n"; print '<i>'; if (defined @mytz) { my ($est) = $mytz[(localtime($date{$_}))[8]]; print scalar localtime($date{$_}), " $est</i> ("; } else { print scalar gmtime($date{$_}), " UTC</i> ("; } print readableTime(time() - $date{$_}, 1), ' ago)'; print ' by <i>', htmlquote($author{$_}), "</i><br />\n"; printf("Branches: %s<br />\n", link_tags($revsym{$br})) if $revsym{$br}; printf("CVS tags: %s<br />\n", link_tags($revsym{$_})) if $revsym{$_}; printf("Branch point for: %s<br />\n", link_tags($branchpoint{$_})) if $branchpoint{$_}; # Find the previous revision my $prev; my @prevrev = split(/\./, $_); do { if (--$prevrev[$#prevrev] <= 0) { # If it was X.Y.Z.1, just make it X.Y pop (@prevrev); pop (@prevrev); } $prev = join (".", @prevrev); } until (defined($date{$prev}) || $prev eq ""); if ($isDead) { print "<b><i>FILE REMOVED</i></b><br />\n"; } else { my %diffrev = (); $diffrev{$_} = 1; $diffrev{""} = 1; my $diff = 'Diff to:'; my $printed = 0; # # Offer diff to previous revision if ($prev) { $diffrev{$prev} = 1; my $url = sprintf('%s.diff?r1=%s;r2=%s%s', $fileurl, $prev, $_, $barequery); if (my @dlinks = getDiffLinks($url, $mimetype, $isbin)) { print $diff, ' previous ', $prev, ': ', join(', ', @dlinks); $diff = ';'; $printed = 1; } } # # Plus, if it's on a branch, and it's not a vendor branch, # offer a diff with the branch point. if ($revsym{$brp} && !/^1\.1\.1\.\d+$/ && !defined($diffrev{$brp})) { my $url = sprintf('%s.diff?r1=%s;r2=%s%s', $fileurl, $brp, $_, $barequery); if (my @dlinks = getDiffLinks($url, $mimetype, $isbin)) { print $diff, ' branchpoint ', $brp, ': ', join(', ', @dlinks); $diff = ';'; $printed = 1; } } # # Plus, if it's on a branch, and it's not a vendor branch, # offer to diff with the next revision of the higher branch. # (e.g. change gets committed and then brought # over to -stable) if (/^\d+\.\d+\.\d+/ && !/^1\.1\.1\.\d+$/) { my ($i, $nextmain); for ($i = 0; $i < $#revorder && $revorder[$i] ne $_; $i++) { } my @tmp2 = split(/\./, $_); for ($nextmain = ""; $i > 0; $i--) { my $next = $revorder[$i - 1]; my @tmp1 = split(/\./, $next); if (@tmp1 < @tmp2) { $nextmain = $next; last; } # Only the highest version on a branch should have # a diff for the "next MAIN". last if (@tmp1 - 1 <= @tmp2 && join (".", @tmp1[0 .. $#tmp1 - 1]) eq join (".", @tmp2[0 .. $#tmp1 - 1])); } if (!defined($diffrev{$nextmain})) { $diffrev{$nextmain} = 1; my $url = sprintf('%s.diff?r1=%s;r2=%s%s', $fileurl, $nextmain, $_, $barequery); if (my @dlinks = getDiffLinks($url, $mimetype, $isbin)) { print $diff, ' next MAIN ', $nextmain, ': ', join(', ', @dlinks); $diff = ';'; $printed = 1; } } } # Plus if user has selected only r1, then present a link # to make a diff to that revision if (defined($input{r1}) && !defined($diffrev{$input{r1}})) { $diffrev{$input{r1}} = 1; my $url = sprintf('%s.diff?r1=%s;r2=%s%s', $fileurl, $input{r1}, $_, $barequery); if (my @dlinks = getDiffLinks($url, $mimetype, $isbin)) { print $diff, ' selected ', $input{r1}, ': ', join(', ', @dlinks); $diff = ';'; $printed = 1; } } print "<br />\n" if $printed; } if ($prev ne "" && $difflines{$_}) { printf "Changes since revision %s: %s lines<br />\n", htmlquote($prev), htmlquote($difflines{$_}); } print "<pre class=\"log\">\n"; print &htmlify($log{$_}, $allow_log_extra); print "</pre>\n"; } # # Generates the HTML view for CvsGraph. # sub doGraphView() { (my $pathname = $where) =~ s|[^/]*$||; (my $filename = $where) =~ s|^.*/||; navigateHeader($scriptwhere, $pathname, $filename, undef, 'graph'); my $title = 'Revision graph of ' . htmlquote($pathname . $filename); my $mapname = 'CvsGraphMap'; printf(<<EOF, $title, $mapname, $cvstree, $title); <h3 style="text-align: center">%s</h3> <div style="text-align: center"><img border="0" usemap="#%s" src="?cvsroot=%s;graph=1;makeimage=1" alt="%s" /> EOF # Remove any pre-existing tag/branch names from branch links. (my $notag_query = $barequery) =~ s/;+only_with_tag=.*?(?=;|$)//g; my @graph_cmd = ($CMD{cvsgraph}, '-r', $cvsroot, '-m', $pathname, '-i', '-M', $mapname, '-x', 'x', "-Omap_branch_href=\"href=\\\"./?only_with_tag=%(%t%)$notag_query\\\"\"", "-Omap_rev_href=\"href=\\\"?rev=%(%R%)$barequery\\\"\"", "-Omap_diff_href=\"href=\\\"%(%F%).diff" . "?r1=%(%P%);r2=%(%R%)$barequery\\\"\"", ); push(@graph_cmd, '-c', $cvsgraph_config) if $cvsgraph_config; push(@graph_cmd, $filename . ',v'); local *CVSGRAPH_OUT; my ($h, $err) = startproc(\@graph_cmd, \"", '>pipe', \*CVSGRAPH_OUT); fatal('500 Internal Error', $err) unless $h; # Browser compatibility kludge: many browsers do not support client side # image maps where the <map> element contains only the id attribute. Let's # add the corresponding name attribute to it on the fly. while (<CVSGRAPH_OUT>) { s/(<map\s+id="([^"]+)")\s*>/$1 name="$2">/; print; } $h->finish(); print "</div>\n"; html_footer(); } # # Generates a graph using CvsGraph. # sub doGraph() { (my $pathname = $where) =~ s|[^/]*$||; (my $filename = $where) =~ s|^.*/||; http_header('image/png'); my @graph_cmd = ($CMD{cvsgraph}, '-r', $cvsroot, '-m', $pathname); push(@graph_cmd, '-c', $cvsgraph_config) if $cvsgraph_config; push(@graph_cmd, $filename . ',v'); local *CVSGRAPH_OUT; my ($h, $err) = startproc(\@graph_cmd, \"", '>pipe', \*CVSGRAPH_OUT); fatal('500 Internal Error', $err) unless $h; { local $/ = undef; binmode(\*STDOUT); print <CVSGRAPH_OUT>; } $h->finish(); } sub doLog($) { my ($fullname) = @_; my $curbranch = readLog($fullname); html_header("CVS log for $where"); my $upwhere = $where; (my $filename = $where) =~ s|^.*/||; my $backurl = "./$query#" . uri_escape($filename); if ($where =~ m|^(.*?)((?<=/)Attic/)?[^/]+$|) { $upwhere = $1; $backurl = ".$backurl" if $2; # skip over Attic } my $isbin = $keywordsubstitution =~ /b/; my $mimetype = getMimeType($filename, $isbin); print "<p>\n "; print &link($backicon, $backurl), " <b>Up to ", &clickablePath($upwhere, 1), "</b>\n</p>\n"; print "<p>\n "; print &link('Request diff between arbitrary revisions', '#diff'); print ' - ', &graph_link('', 'Display revisions graphically') if $allow_cvsgraph; if ($cvshistory_url) { (my $d = $upwhere) =~ s|/+$||; print ' - ', history_link($d, $filename); } print "\n</p>\n<hr />\n"; print "<p>\n"; my $explain = $isbin ? ' (i.e.: CVS considers this a binary file)' : ''; print "Keyword substitution: $keywordsubstitution$explain<br />\n"; if ($curbranch) { print "Default branch: ", ($revsym{$curbranch} || $curbranch); } else { print "No default branch"; } print "<br />\n"; print 'Current tag: ', htmlquote($input{only_with_tag}), "<br />\n" if $input{only_with_tag}; print "</p>\n"; undef %nameprinted; for my $r (@revdisplayorder) { print "<hr />\n"; my $sel = (defined($input{r1}) && $input{r1} eq $r); print "<div class=\"diff-selected\">\n" if $sel; printLog($r, $mimetype, $isbin, 1, $sel); print "</div>\n" if $sel; } printf(<<EOF, $scriptwhere); <hr /> <form method="get" action="%s.diff" id="diff_select"> <fieldset> <legend>Diff request</legend> <p> <a name="diff"> This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box. </a> </p> EOF foreach (@stickyvars) { printf("<input type=\"hidden\" name=\"%s\" value=\"%s\" />\n", $_, htmlquote($input{$_})) if (defined($input{$_}) && (!defined($DEFAULTVALUE{$_}) || $input{$_} ne $DEFAULTVALUE{$_})); } print <<EOF; <table summary="Diff between arbitrary revisions"> <tr> <td class="opt-label"> <label for="r1" accesskey="1">Diffs between</label> </td> <td class="opt-value"> <select id="r1" name="r1"> <option value="text" selected="selected">Use Text Field</option> EOF print $sel, "</select>\n"; my $diffrev = defined($input{r1}) ? $input{r1} : $revdisplayorder[$#revdisplayorder]; printf(<<EOF, $inputTextSize, $diffrev); <input type="text" size="%s" name="tr1" value="%s" onchange="this.form.r1.selectedIndex=0" /> </td> <td></td> </tr> <tr> <td class="opt-label"> <label for="r2" accesskey="2">and</label> </td> <td class="opt-value"> <select id="r2" name="r2"> <option value="text" selected="selected">Use Text Field</option> EOF print $sel, "</select>\n"; $diffrev = defined($input{r2}) ? $input{r2} : $revdisplayorder[0]; printf(<<EOF, $inputTextSize, $diffrev, $scriptwhere); <input type="text" size="%s" name="tr2" value="%s" onchange="this.form.r2.selectedIndex=0" /> </td> <td><input type="submit" value="Get Diffs" accesskey="G" /></td> </tr> </table> </fieldset> </form> <form method="get" action="%s"> <fieldset> <legend>Log view options</legend> <table summary="Log view options"> <tr> <td class="opt-label"> <label for="f" accesskey="D">Preferred diff type:</label> </td> <td class="opt-value"> EOF printDiffSelect($use_java_script); print <<EOF; </td> <td></td> </tr> EOF if (@branchnames) { printf(<<EOF, $use_java_script ? ' onchange="this.form.submit()"' : ''); <tr> <td class="opt-label"> <label for="only_with_tag" accesskey="B">View only branch:</label> </td> <td class="opt-value"> <a name="branch"> <select id="only_with_tag" name="only_with_tag"%s> EOF my @tmp = (); my $selfound = 0; foreach (reverse sort @branchnames) { my $selected = (defined($input{only_with_tag}) && $input{only_with_tag} eq $_); $selfound ||= $selected; push(@tmp, sprintf('<option%s>%s</option>', $selected ? ' selected="selected"' : '', htmlquote($_))); } printf("<option value=\"\"%s>Show all branches</option>\n", $selfound ? '' : ' selected="selected"'); print join("\n", @tmp); print <<EOF </select> </a> </td> <td></td> </tr> EOF } print <<EOF; <tr> <td class="opt-label"> <label for="logsort" accesskey="L">Sort log by:</label> </td> <td> EOF printLogSortSelect($use_java_script); print <<EOF; </td> <td><input type="submit" value="Set" accesskey="S" /></td> </tr> </table> EOF foreach (@stickyvars) { next if ($_ eq "f"); next if ($_ eq "only_with_tag"); next if ($_ eq "logsort"); printf("<input type=\"hidden\" name=\"$_\" value=\"%s\" />\n", htmlquote($input{$_})) if (defined($input{$_}) && (!defined($DEFAULTVALUE{$_}) || $input{$_} ne $DEFAULTVALUE{$_})); } print "</fieldset>\n</form>\n"; html_footer(); } sub flush_diff_rows($$$$) { my ($leftColRef, $rightColRef, $leftRow, $rightRow) = @_; return unless defined($state); if ($state eq "PreChangeRemove") { # we just got remove-lines before for (my $j = 0; $j < $leftRow; $j++) { printf(<<EOF, spacedHtmlText(@$leftColRef[$j])); <tr> <td class="diff diff-removed"> %s</td> <td class="diff diff-empty"> </td> </tr> EOF } } elsif ($state eq "PreChange") { # state eq "PreChange" # we got removes with subsequent adds if (HAS_EDIFF) { # construct the suffix tree my $left_diff = join("\n", @$leftColRef[0..$leftRow-1]); my $right_diff = join("\n", @$rightColRef[0..$rightRow-1]); my $diff_str = String::Ediff::ediff($left_diff, $right_diff); my @diff_str = split(/ /, $diff_str); my $INFINITY = 10000000; push(@diff_str, ($INFINITY) x 8); my ($idx, $b1, $e1, $lb1, $le1, $b2, $e2, $lb2, $le2) = (0, @diff_str[0..7]); my ($l_cul, $r_cul) = (0, 0); my ($ldx, $rdx) = (0, 0); my (@left_html, @right_html); for (my $j = 0; $j < $leftRow; $j++) { my $line_len = length(@$leftColRef[$j]); my $line = @$leftColRef[$j]; $l_cul += length($line) + 1; # includes "\n" my $l_culx = $l_cul - 1; # not includes "\n" if ($j < $lb1) { $line = spacedHtmlText($line); push(@left_html, "<td class=\"diff diff-changed\">$line</td>"); } elsif ($lb1 == $j) { my $html_line; while ($lb1 == $j) { my $begin_char = $l_culx - $b1; $line =~ /^(.*)(.{$begin_char})$/; $html_line .= spacedHtmlText($1) . '</span><span class="diff diff-unchanged">'; $line = $2; last if ($j != $le1); my $end_char = $l_culx - $e1; $line =~ /^(.*)(.{$end_char})$/; $html_line .= spacedHtmlText($1) . '</span><span class="diff diff-changed">'; $line = $2; $idx++; my ($tb1, $te1, $tlb1, $tle1, $tb2, $te2, $tlb2, $tle2) = ($b1, $e1, $lb1, $le1, $b2, $e2, $lb2, $le2); ($b1, $e1, $lb1, $le1, $b2, $e2, $lb2, $le2) = @diff_str[$idx*8..($idx+1)*8-1]; $lb1 = $INFINITY if ($lb1 < 0); $lb2 = $INFINITY if ($lb2 < 0); $le1 = $INFINITY if ($le1 < 0); $le2 = $INFINITY if ($le2 < 0); if ($te1 > $b1) { ($b1, $lb1) = ($te1, $tle1); } if ($te2 > $b2) { ($b2, $lb2) = ($te2, $tle2); } } push(@left_html, sprintf('<td><span class="diff diff-changed">%s%s</span></td>', $html_line, spacedHtmlText($line))); } elsif ($le1 == $j) { my $html_line; while ($le1 == $j) { my $end_char = $l_culx - $e1; $line =~ /^(.*)(.{$end_char})$/; $html_line .= spacedHtmlText($1) . '</span><span class="diff diff-changed">'; $line = $2; $idx++; my ($tb1, $te1, $tlb1, $tle1, $tb2, $te2, $tlb2, $tle2) = ($b1, $e1, $lb1, $le1, $b2, $e2, $lb2, $le2); ($b1, $e1, $lb1, $le1, $b2, $e2, $lb2, $le2) = @diff_str[$idx*8..($idx+1)*8-1]; $lb1 = $INFINITY if ($lb1 < 0); $lb2 = $INFINITY if ($lb2 < 0); $le1 = $INFINITY if ($le1 < 0); $le2 = $INFINITY if ($le2 < 0); if ($te1 > $b1) { ($b1, $lb1) = ($te1, $tle1); } if ($te2 > $b2) { ($b2, $lb2) = ($te2, $tle2); } last if ($lb1 != $j); my $begin_char = $l_culx - $b1; $line =~ /^(.*)(.{$begin_char})$/; $html_line .= spacedHtmlText($1) . '</span><span class="diff diff-unchanged">'; $line = $2; } push(@left_html, sprintf('<td><span class="diff diff-unchanged">%s%s</span></td>', $html_line, spacedHtmlText($line))); } else { $line = spacedHtmlText($line); push(@left_html, "<td class=\"diff diff-unchanged\">$line</td>"); } } ($idx, $b1, $e1, $lb1, $le1, $b2, $e2, $lb2, $le2) = (0, @diff_str[0..7]); $lb1 = $INFINITY if ($lb1 < 0); $lb2 = $INFINITY if ($lb2 < 0); $le1 = $INFINITY if ($le1 < 0); $le2 = $INFINITY if ($le2 < 0); for (my $j = 0; $j < $rightRow; $j++) { my $line_len = length(@$rightColRef[$j]); my $line = @$rightColRef[$j]; $r_cul += length($line) + 1; # includes "\n" my $r_culx = $r_cul - 1; # not includes "\n" if ($j < $lb2) { $line = spacedHtmlText($line); push(@right_html, "<td class=\"diff diff-changed\">$line</td>"); } elsif ($lb2 == $j) { my $html_line; while ($lb2 == $j) { my $begin_char = $r_culx - $b2; $line =~ /^(.*)(.{$begin_char})$/; $html_line .= spacedHtmlText($1) . '</span><span class="diff diff-unchanged">'; $line = $2; last if ($j != $le2); my $end_char = $r_culx - $e2; $line =~ /^(.*)(.{$end_char})$/; $html_line .= spacedHtmlText($1) . '</span><span class="diff diff-changed">'; $line = $2; $idx++; my ($tb1, $te1, $tlb1, $tle1, $tb2, $te2, $tlb2, $tle2) = ($b1, $e1, $lb1, $le1, $b2, $e2, $lb2, $le2); ($b1, $e1, $lb1, $le1, $b2, $e2, $lb2, $le2) = @diff_str[$idx*8..($idx+1)*8-1]; $lb1 = $INFINITY if ($lb1 < 0); $lb2 = $INFINITY if ($lb2 < 0); $le1 = $INFINITY if ($le1 < 0); $le2 = $INFINITY if ($le2 < 0); if ($te1 > $b1) { ($b1, $lb1) = ($te1, $tle1); } if ($te2 > $b2) { ($b2, $lb2) = ($te2, $tle2); } } push(@right_html, sprintf('<td><span class="diff diff-changed">%s%s</span></td>', $html_line, spacedHtmlText($line))); } elsif ($le2 == $j) { my $html_line; while ($le2 == $j) { my $end_char = $r_culx - $e2; $line =~ /^(.*)(.{$end_char})$/; $html_line .= spacedHtmlText($1) . '</span><span class="diff diff-changed">'; $line = $2; $idx++; my ($tb1, $te1, $tlb1, $tle1, $tb2, $te2, $tlb2, $tle2) = ($b1, $e1, $lb1, $le1, $b2, $e2, $lb2, $le2); ($b1, $e1, $lb1, $le1, $b2, $e2, $lb2, $le2) = @diff_str[$idx*8..($idx+1)*8-1]; $lb1 = $INFINITY if ($lb1 < 0); $lb2 = $INFINITY if ($lb2 < 0); $le1 = $INFINITY if ($le1 < 0); $le2 = $INFINITY if ($le2 < 0); if ($te1 > $b1) { ($b1, $lb1) = ($te1, $tle1); } if ($te2 > $b2) { ($b2, $lb2) = ($te2, $tle2); } last if ($lb2 != $j); my $begin_char = $r_culx - $b2; $line =~ /^(.*)(.{$begin_char})$/; $html_line .= spacedHtmlText($1) . '</span><span class="diff diff-unchanged">'; $line = $2; } push(@right_html, sprintf('<td nowrap="nowrap"><span class="diff diff-unchanged"'. '>%s%s</span></td>', $html_line, spacedHtmlText($line))); } else { $line = spacedHtmlText ($line); push @right_html, "<td class=\"diff diff-unchanged\">$line</td>"; } } for (my $j = 0; $j < $leftRow || $j < $rightRow ; $j++) { # dump out both cols print '<tr>'; if ($j < $leftRow) { print $left_html[$j]; } else { print '<td class="diff diff-changed-missing"> </td>'; } if ($j < $rightRow) { print $right_html[$j]; } else { print '<td class="diff diff-changed-missing"> </td>'; } print "</tr>\n"; } } else { for (my $j = 0; $j < $leftRow || $j < $rightRow; $j++) { # dump both cols print "<tr>\n"; if ($j < $leftRow) { print '<td class="diff diff-changed"> ' . spacedHtmlText(@$leftColRef[$j]) . '</td>'; } else { print '<td class="diff diff-changed-missing"> </td>'; } print "\n"; if ($j < $rightRow) { print '<td class="diff diff-changed"> ' . spacedHtmlText(@$rightColRef[$j]) . '</td>'; } else { print '<td class="diff diff-changed-missing"> </td>'; } print "\n</tr>\n"; } } } } # # Generates "human readable", HTMLified diffs. # sub human_readable_diff($$) { my ($fh, $rev) = @_; (my $where_nd = $where) =~ s|\.diff$||; (my $filename = $where_nd) =~ s|^.*/||; (my $pathname = $where_nd) =~ s|((?<=/)Attic/)?[^/]*$||; (my $scriptwhere_nd = $scriptwhere) =~ s|\.diff$||; navigateHeader($scriptwhere_nd, $pathname, $filename, $rev, 'diff'); # Read header to pick up read revision and date, if possible. my ($r1d, $r1r, $r2d, $r2r); while (<$fh>) { ($r1d, $r1r) = /\t(.*)\t(.*)$/ if (/^--- /); ($r2d, $r2r) = /\t(.*)\t(.*)$/ if (/^\+\+\+ /); last if (/^\+\+\+ /); } my ($rev1, $date1); if (defined($r1r) && $r1r =~ /^(\d+\.)+\d+$/) { $rev1 = $r1r; $date1 = $r1d; } my ($rev2, $date2); if (defined($r2r) && $r2r =~ /^(\d+\.)+\d+$/) { $rev2 = $r2r; $date2 = $r2d; } $rev1 = $input{r1} unless defined($rev1); $rev1 = $input{tr1} if (defined($rev1) && $rev1 eq 'text'); $rev1 = 'unknown-left' unless defined($rev1); $rev2 = $input{r2} unless defined($rev2); $rev2 = $input{tr2} if (defined($rev2) && $rev2 eq 'text'); $rev2 = 'unknown-right' unless defined($rev2); $date1 = defined($date1) ? ', ' . htmlquote($date1) : ''; $date2 = defined($date2) ? ', ' . htmlquote($date2) : ''; my $link = uri_escape($filename) . ($query ? "$query;" : '?'); # Using <table style=\"border: none\" here breaks NS 4.x badly... print <<EOF; <h3 style="text-align: center">Diff for /$where_nd between versions $rev1 and $rev2</h3> <table border="0" cellspacing="0" cellpadding="0" width="100%" summary="Diff output"> <tr style="background-color: #ffffff"> <th style="text-align: center; vertical-align: top" width="50%"> <a href="${link}rev=$rev1">version $rev1</a>$date1 </th> <th style="text-align: center; vertical-align: top" width="50%"> <a href="${link}rev=$rev2">version $rev2</a>$date2 </th> </tr> EOF # Process diff text # prefetch several lines my @buf = head($fh); my %d = scan_directives(@buf); my $leftRow = 0; my $rightRow = 0; my ($difftxt, @rightCol, @leftCol, $oldline, $newline, $funname); $link .= 'content-type=text%2Fx-cvsweb-markup;'; $link .= 'ln=1;' unless ($link =~ /\?.*\bln=1\b/); while (@buf || !eof($fh)) { $difftxt = @buf ? shift @buf : <$fh>; if ($difftxt =~ /^@@/) { ($oldline, $newline, $funname) = $difftxt =~ /@@ \-([0-9]+).*\+([0-9]+).*@@(.*)/; $funname = htmlquote($funname); $funname =~ s/\s/ /go; $funname &&= " <span style=\"font-size: smaller\">$funname</span>"; my $ol = $oldline || 1; my $nl = $newline || 1; print <<EOF; <tr> <td width="50%" class="diff-heading"> <b><a href="${link}rev=$rev1#l$ol">Line $oldline</a></b>$funname </td> <td width="50%" class="diff-heading"> <b><a href="${link}rev=$rev2#l$nl">Line $newline</a></b>$funname </td> </tr> EOF $state = "dump"; $leftRow = 0; $rightRow = 0; } else { my ($diffcode, $rest) = $difftxt =~ /^([-+ ])(.*)/; $diffcode = '' unless defined($diffcode); $_ = $rest; ######### # little state machine to parse unified-diff output (Hen, zeller@think.de) # in order to get some nice 'ediff'-mode output # states: # "dump" - just dump the value # "PreChangeRemove" - we began with '-' .. so this could be the start of a 'change' area or just remove # "PreChange" - okey, we got several '-' lines and moved to '+' lines -> this is a change block ########## if ($diffcode eq '+') { if ($state eq "dump") { # 'change' never begins with '+': just dump out value $_ = spacedHtmlText($rest, $d{tabstop}); printf(<<EOF, $_); <tr> <td class="diff diff-empty"> </td> <td class="diff diff-added"> %s</td> </tr> EOF } else { # we got minus before $state = "PreChange"; $rightCol[$rightRow++] = $_; } } elsif ($diffcode eq '-') { $state = "PreChangeRemove"; $leftCol[$leftRow++] = $_; } else { # empty diffcode flush_diff_rows \@leftCol, \@rightCol, $leftRow, $rightRow; $_ = spacedHtmlText($rest, $d{tabstop}); printf(<<EOF, $_, $_); <tr> <td class="diff diff-same"> %s</td> <td class="diff diff-same"> %s</td> </tr> EOF $state = "dump"; $leftRow = 0; $rightRow = 0; } } } close($fh); flush_diff_rows \@leftCol, \@rightCol, $leftRow, $rightRow; # state is empty if we didn't have any change if (!$state) { print <<EOF; <tr> <td colspan="2"> </td> </tr> <tr class="diff diff-empty"> <td colspan="2" align="center"><b>- No viewable change -</b></td> </tr> EOF } printf(<<EOF, $scriptwhere); </table> <hr style="width: 100%%" /> <form method="get" action="%s"> <div style="float: left"> <label for="f">Diff format:<br /> EOF printDiffSelectStickyVars(); printDiffSelect($use_java_script); printf(<<EOF, $rev1, $rev2); </label> <input type="submit" value="Show" /> </div> <table style="float: right; border: thin outset" cellspacing="0" cellpadding="1" title="Legend" summary="Legend"> <tr> <td align="center" class="diff diff-removed">Removed from v.%s</td> <td class="diff diff-empty"> </td> </tr><tr class="diff diff-changed"> <td align="center" colspan="2">changed lines</td> </tr><tr> <td class="diff diff-empty"> </td> <td align="center" class="diff diff-added">Added in v.%s</td> </tr> </table> </form> <br clear="all" /> EOF } sub doEnscript($$$;$) { my ($filehandle, $highlight, $linenumbers, $lang) = @_; $lang ||= 'cvsweb'; my @cmd = ($CMD{enscript}, @enscript_options, '-q', "--language=$lang", '-o', '-', "--highlight=$highlight"); local *ENSCRIPT_OUT; my ($h, $err) = startproc(\@cmd, $filehandle, '>pipe', \*ENSCRIPT_OUT); fatal('500 Internal Error', $err) unless $h; # We could short-circuit and have enscript output directly to STDOUT above, # but that doesn't work with mod_perl (at least some 1.99 versions). if ($linenumbers) { my $ln = 0; while (<ENSCRIPT_OUT>) { printf '<a id="l%d" class="src">%5d: </a>', (++$ln) x 2; print $_; } } else { local $/ = undef; print <ENSCRIPT_OUT>; } $h->finish(); } # # The passed in $path and $filename should not be URI escaped, and $swhere # *should* be. # sub navigateHeader($$$$$;$) { my ($swhere, $path, $filename, $rev, $title, $moddate) = @_; $swhere = "" if ($swhere eq $scriptwhere); $swhere = './' . uri_escape($filename) if ($swhere eq ""); my $qfile = htmlquote($filename); my $qpath = htmlquote($path); my $trev = $rev ? " - " . htmlquote($rev) : ''; http_header('', $moddate); print <<EOF; $HTML_DOCTYPE <html> <head> <title>$qpath$qfile - $title$trev $HTML_META$CSS "; printf(<%s Up to %s EOF } sub plural_write($$) { my ($num, $text) = @_; if ($num != 1) { $text .= "s"; } if ($num > 0) { return join (' ', $num, $text); } else { return ""; } } ## # print readable timestamp in terms of # '..time ago' # H. Zeller ## sub readableTime($$) { my ($secs, $long) = @_; # This function works correctly for time >= 2 seconds. return 'very little time' if ($secs < 2); my %desc = ( 1 => 'second', 60 => 'minute', 3600 => 'hour', 86400 => 'day', 604800 => 'week', 2628000 => 'month', 31536000 => 'year' ); my @breaks = sort { $a <=> $b } keys %desc; my $i = 0; while ($i <= $#breaks && $secs >= 2 * $breaks[$i]) { $i++; } $i--; my $break = $breaks[$i]; my $retval = plural_write(int($secs / $break), $desc{$break}); if ($long == 1 && $i > 0) { my $rest = $secs % $break; $i--; $break = $breaks[$i]; my $resttime = plural_write(int($rest / $break), $desc{$break}); if ($resttime) { $retval .= ", $resttime"; } } return $retval; } # # Returns a htmlified path where each directory is a link for faster # navigation. $clickLast controls whether the basename # (last directory/file) is a link as well. The passed in $pathname should # *not* be URI escaped. # sub clickablePath($$) { my ($pathname, $clickLast) = @_; my $root = '[' . htmlquote($CVSROOTdescr{$cvstree} || $cvstree) . ']'; # This should never happen (see chooseCVSRoot()), but let's be sure... return $root if ($pathname eq '/'); my $retval = ' ' . &link($root, sprintf('%s/%s#dirlist', $scriptname, $query)); my $wherepath = ''; my ($lastslash) = $pathname =~ m|/$|; foreach (split(m|/|, $pathname)) { $retval .= ' / '; $wherepath .= "/$_"; my $last = "$wherepath/" eq "/$pathname" || $wherepath eq "/$pathname"; if ($clickLast || !$last) { $retval .= &link(htmlquote($_), join ('', $scriptname, uri_escape_path($wherepath), (!$last || $lastslash ? '/' : ''), $query, (!$last || $lastslash ? "#dirlist" : ""))); } else { # do not make a link to the current dir $retval .= htmlquote($_); } } return $retval; } sub chooseCVSRoot() { print "
\n

\n"; if (2 <= @CVSROOT) { foreach my $k (keys %input) { printf("\n", htmlquote($k), htmlquote($input{$k})) if ($input{$k} && $k ne 'cvsroot'); } printf(<CVS Root: '; } else { # no choice -- but we need the form to select module/path, # at least for Netscape printf "CVS Root: [%s]", htmlquote($CVSROOTdescr{$cvstree} || $cvstree); } print < Module path or alias:

EOF } sub chooseMirror() { # This code comes from the original BSD-cvsweb # and may not be useful for your site; If you don't # set %MIRRORS this won't show up, anyway. scalar(%MIRRORS) or return; # Should perhaps exclude the current site somehow... print "\n

\nThis CVSweb is mirrored in\n"; my @tmp = map(&link(htmlquote($_), $MIRRORS{$_}), sort keys %MIRRORS); my $tmp = pop (@tmp); if (scalar(@tmp)) { print join (', ', @tmp), ' and '; } print "$tmp.\n

\n"; } sub fileSortCmp() { (my $af = $a) =~ s/,v$//; (my $bf = $b) =~ s/,v$//; my ($rev1, $date1, $log1, $author1, $filename1) = @{$fileinfo{$af}} if (defined($fileinfo{$af})); my ($rev2, $date2, $log2, $author2, $filename2) = @{$fileinfo{$bf}} if (defined($fileinfo{$bf})); my $comp = 0; if (defined($filename1) && defined($filename2) && $af eq $filename1 && $bf eq $filename2) { # Two files $comp = -revcmp($rev1, $rev2) if ($byrev && $rev1 && $rev2); $comp = ($date2 <=> $date1) if ($bydate && $date1 && $date2); if ($input{ignorecase}) { $comp = (uc($log1) cmp uc($log2)) if ($bylog && $log1 && $log2); $comp = (uc($author1) cmp uc($author2)) if ($byauthor && $author1 && $author2); } else { $comp = ($log1 cmp $log2) if ($bylog && $log1 && $log2); $comp = ($author1 cmp $author2) if ($byauthor && $author1 && $author2); } } if ($comp == 0) { # Directories first, then files under version control, # then other, "rogue" files. # Sort by filename if no other criteria available. my $ad = ( (-d "$fullname/$a") ? 'D' : (defined($fileinfo{$af}) ? 'F' : 'R') ); my $bd = ( (-d "$fullname/$b") ? 'D' : (defined($fileinfo{$bf}) ? 'F' : 'R') ); (my $c = $a) =~ s|.*/||; (my $d = $b) =~ s|.*/||; my ($l, $r) = ("$ad$c", "$bd$d"); $comp = $input{ignorecase} ? (uc($l) cmp uc($r)) : ($l cmp $r); # Parent dir is always first, then Attic. if ($comp != 0) { if ($l eq 'D..') { $comp = -1; } elsif ($r eq 'D..') { $comp = 1; } elsif ($l eq 'DAttic') { $comp = -1; } elsif ($r eq 'DAttic') { $comp = 1; } } } return $comp; } # # Returns a URL to download the selected revision. # Expects the passed in URL to be URI escaped, relative, and without a query # string. # sub download_url($$;$) { my ($url, $revision, $mimetype) = @_; my @dots = $revision =~ /\./g; $revision =~ s/\b0\.(?=\d+$)// if (scalar(@dots) & 1); if (!defined($mimetype) || $mimetype !~ CVSWEBMARKUP) { my $path = $where; $path =~ s|[^/]+$||; $url = "$scriptname/$CheckoutMagic/$path$url"; } $url .= '?rev=' . uri_escape($revision); $url .= ';content-type=' . uri_escape($mimetype) if $mimetype; return $url; } # # Returns a link to download the selected revision. # Expects the passed in URL to be URI escaped, relative, # and without a query string. # sub download_link($$$;$) { my ($url, $revision, $textlink, $mimetype) = @_; return sprintf('%s', download_url($url, $revision, $mimetype) . $barequery, htmlquote($textlink)); } # # Returns a URL to display the selected revision. # Expects the passed in URL to be URI escaped, and without a query string. # sub display_url($$;$) { my ($url, $revision, $mimetype) = @_; $url .= '?rev=' . uri_escape($revision); $url .= ';content-type=' . uri_escape($mimetype) if $mimetype; return $url; } # # Returns a link to display the selected revision. # Expects the passed in URL to be URI escaped, and without a query string. # sub display_link($$;$$) { my ($url, $revision, $textlink, $mtype) = @_; $textlink = $revision unless defined($textlink); return sprintf('%s', display_url($url, $revision, $mtype) . $barequery, htmlquote($textlink)); } # # Expects the passed in URL to be URI escaped, and without a query string. # The passed in link text should be already HTML escaped as appropriate. # sub graph_link($;$) { my ($url, $text) = @_; $text ||= $graphicon; return sprintf('%s', $url, $barequery, $text); } # # Returns a link to CVSHistory for the given directory and filename. # sub history_link($$;$) { my ($dir, $file, $text) = @_; $dir ||= ''; $file ||= ''; $text ||= 'History'; return &link($text, sprintf('%s?cvsroot=%s;dsearch=%s;fsearch=%s;limit=1', $cvshistory_url, uri_escape($input{cvsroot} || ''), uri_escape($dir), uri_escape($file))); } # Returns a Query string with the # specified parameter toggled sub toggleQuery($;$) { my ($toggle, $value) = @_; my %vars = %input; if (defined($value)) { $vars{$toggle} = $value; } else { $vars{$toggle} = $vars{$toggle} ? 0 : 1; } # Build a new query of non-default paramenters my $newquery = ""; foreach my $var (@stickyvars) { my ($value) = defined($vars{$var}) ? $vars{$var} : ""; my ($default) = defined($DEFAULTVALUE{$var}) ? $DEFAULTVALUE{$var} : ""; if ($value ne $default) { $newquery .= ';' if ($newquery ne ""); $newquery .= uri_escape($var) . '=' . uri_escape($value); } } if ($newquery) { return '?' . $newquery; } return ""; } sub htmlquote($) { local ($_) = @_; # Special Characters; RFC 1866 s/&/&/g; s/\"/"/g; s//>/g; return $_; } sub htmlunquote($) { local ($_) = @_; # Special Characters; RFC 1866 s/"/\"/g; s/<//g; s/&/&/g; return $_; } sub uri_escape_path($) { return join('/', map(uri_escape($_), split(m|/+|, shift, -1))); } sub http_header(;$$) { my ($content_type, $moddate) = @_; $content_type ||= 'text/html'; $content_type .= "; charset=$charset" if ($charset && $content_type =~ m,^text/,); # Note that in the following, we explicitly join() and concatenate the # headers instead of printing them as an array. This is because some # systems, eg. early versions of mod_perl 2 don't quite get it if the # last \r\n\r\n isn't included in the last "payload" header print(). my @headers = (); # TODO: ctime(3) from scalar gmtime() isn't HTTP compliant, see HTTP::Date. push(@headers, 'Last-Modified: ' . scalar gmtime($moddate) . ' GMT') if $moddate; push(@headers, 'Content-Type: ' . $content_type); if ($allow_compress && $maycompress) { if (HAS_ZLIB || (defined($CMD{gzip}) && open(GZIP, "| $CMD{gzip} -1 -c"))) { push(@headers, 'Content-Encoding: x-gzip'); push(@headers, 'Vary: Accept-Encoding'); # RFC 2616, 14.44 print join("\r\n", @headers) . "\r\n\r\n"; $| = 1; $| = 0; # Flush header output. tie(*GZIP, __PACKAGE__, \*STDOUT) if HAS_ZLIB; select(GZIP); $gzip_open = 1; } else { print join("\r\n", @headers) . "\r\n\r\n"; printf 'Unable to find gzip binary in the $command_path (%s) to compress output
', htmlquote(join(':', @command_path)); } } else { print join("\r\n", @headers) . "\r\n\r\n"; } } sub html_header($;$) { my ($title, $moddate) = @_; $title = htmlquote($title); my $l = $logo || ''; my $css = $CSS || ''; http_header('text/html', $moddate); print < $title $HTML_META$css $l

$title

EOH } sub html_footer() { print "
\n
$address
\n" if $address; print "\n\n"; } sub link_tags($) { my ($tags) = @_; (my $filename = $where) =~ s|^.*/||; my $fileurl = './' . uri_escape($filename); my $ret = ""; foreach my $sym (split(", ", $tags)) { $ret .= ",\n" if ($ret ne ""); $ret .= &link(htmlquote($sym), $fileurl . toggleQuery('only_with_tag', $sym)); } return $ret; } # # See if a file/dir is listed in the config file's @ForbiddenFiles list. # Takes a full file system path or one relative to $cvsroot, and strips the # trailing ",v" if present, then compares. Returns 1 if forbidden, else 0. # sub forbidden($) { (my $path = canonpath(shift)) =~ s/,v$//; $path =~ s|^$cvsroot/+||; for my $forbidden_re (@ForbiddenFiles) { return 1 if ($path =~ $forbidden_re); } return 0; } # # Starts a process using IPC::Run. All arguments are passed to # IPC::Run::start() as-is. Returns an array ($harness, $error) where # $harness is from IPC::Run if start() succeeds, undef otherwise. In case # of an error, $error contains the error message. # sub startproc(@) { my $h = my $err = undef; eval { local $SIG{__DIE__}; $h = IPC::Run::start(@_) or die("return code: $?"); }; if ($@) { $h->finish() if $h; $h = undef; $err = "'@{$_[0]}' failed: $@"; } return ($h, $err); } # # Runs a process using IPC::Run. All arguments are passed to # IPC::Run::run() as-is. Returns an array ($exitcode, $errormsg). # sub runproc(@) { eval { local $SIG{__DIE__}; IPC::Run::run(@_); }; my $exitcode = $? >> 8; my $errormsg = undef; if ($@) { $exitcode ||= -1; $errormsg = "'@{$_[0]}' failed: $@"; } return ($exitcode, $errormsg); } # # Check out a file to a temporary file. # sub checkout_to_temp($$$) { my ($cvsroot, $cvsname, $rev) = @_; # Pipe given cvs file into a temporary place. my ($temp_fh, $temp_fn) = tempfile('.cvsweb.XXXXXXXX', DIR => tmpdir()); my @cmd = ($CMD{cvs}, @cvs_options, '-Qd', $cvsroot, 'co', '-p', "-r$rev", $cvsname); local (*DIFF_OUT); my ($h, $err) = startproc(\@cmd, \"", '>pipe', \*DIFF_OUT); if ($h) { local $/ = undef; print $temp_fh ; $h->finish(); close($temp_fh); } else { close($temp_fh); unlink($temp_fn); fatal('500 Internal Error', 'Checkout failure (exit status %s), output:
%s
', $? >> 8 || -1, $err); } return $temp_fn; } # # Close the GZIP handle, and remove the tie. # sub gzipclose { if ($gzip_open) { select(STDOUT); close(GZIP); untie *GZIP; $gzip_open = 0; } } # implement a gzipped file handle via the Compress:Zlib compression # library. sub MAGIC1() { 0x1f } sub MAGIC2() { 0x8b } sub OSCODE() { 3 } sub TIEHANDLE { my ($class, $out) = @_; my ($d) = Compress::Zlib::deflateInit( -Level => Compress::Zlib::Z_BEST_COMPRESSION(), -WindowBits => -Compress::Zlib::MAX_WBITS() ) or return undef; my ($o) = { handle => $out, dh => $d, crc => 0, len => 0, }; my ($header) = pack("c10", MAGIC1, MAGIC2, Compress::Zlib::Z_DEFLATED(), 0, 0, 0, 0, 0, 0, OSCODE); print {$o->{handle}} $header; return bless($o, $class); } sub PRINT { my ($o) = shift; my ($buf) = join (defined($,) ? $, : "", @_); my ($len) = length($buf); my ($compressed, $status) = $o->{dh}->deflate($buf); print {$o->{handle}} $compressed if defined($compressed); $o->{crc} = Compress::Zlib::crc32($buf, $o->{crc}); $o->{len} += $len; return $len; } sub PRINTF { my ($o) = shift; my ($fmt) = shift; my ($buf) = sprintf($fmt, @_); my ($len) = length($buf); my ($compressed, $status) = $o->{dh}->deflate($buf); print {$o->{handle}} $compressed if defined($compressed); $o->{crc} = Compress::Zlib::crc32($buf, $o->{crc}); $o->{len} += $len; return $len; } sub WRITE { my ($o, $buf, $len, $off) = @_; my ($compressed, $status) = $o->{dh}->deflate(substr($buf, 0, $len)); print {$o->{handle}} $compressed if defined($compressed); $o->{crc} = Compress::Zlib::crc32(substr($buf, 0, $len), $o->{crc}); $o->{len} += $len; return $len; } sub CLOSE { my ($o) = @_; return if !defined($o->{dh}); my ($buf) = $o->{dh}->flush(); $buf .= pack("V V", $o->{crc}, $o->{len}); print {$o->{handle}} $buf; undef $o->{dh}; } sub DESTROY { my ($o) = @_; CLOSE($o); } # Local variables: # indent-tabs-mode: nil # cperl-indent-level: 2 # End: cvsweb-3.0.6/samples/0000755000000000000000000000000007741340327013162 5ustar rootrootcvsweb-3.0.6/samples/cvsweb-httpd.conf0000644000000000000000000000144507741340327016447 0ustar rootroot# -*- apache -*- # $FreeBSD: projects/cvsweb/samples/cvsweb-httpd.conf,v 1.1 2003/10/05 21:03:20 scop Exp $ # # Sample configuration file snippet for running FreeBSD-CVSweb # with Apache. Include this in your httpd.conf and modify the # paths according to your setup. # Note: this affects all mod_perl scripts in the server, not just cvsweb.cgi. # mod_perl >= 1.99: PerlSwitches -T # See also $charset in cvsweb.conf. #AddDefaultCharset UTF-8 # mod_perl >= 1.99: SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders Options ExecCGI #mod_perl < 1.99: # TODO