summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2009-05-23 15:14:45 +0200
committerTobias Klauser <tklauser@distanz.ch>2009-05-24 12:17:09 +0200
commit911aae05b5d3ffd2543333e27cf06778381c7b3c (patch)
tree33330b37bf5ede3156f1a7984f1692073223e454 /contrib
parent04b38c4c173cef3b1b12163f1cf5a9b3cef8cb4a (diff)
New upstream release 15.7a, fixing CVE-2009-014815.7a-1
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.in14
-rw-r--r--contrib/webcscope/CVS/Entries4
-rw-r--r--contrib/webcscope/CVS/Entries.Extra7
-rw-r--r--contrib/webcscope/CVS/Entries.Extra.Old7
-rw-r--r--contrib/webcscope/CVS/Entries.Old7
-rw-r--r--contrib/webcscope/CVS/Root2
-rwxr-xr-xcontrib/webcscope/cscope10
-rw-r--r--contrib/webcscope/icons/CVS/Entries18
-rw-r--r--contrib/webcscope/icons/CVS/Entries.Extra9
-rw-r--r--contrib/webcscope/icons/CVS/Entries.Extra.Old0
-rw-r--r--contrib/webcscope/icons/CVS/Entries.Old0
-rw-r--r--contrib/webcscope/icons/CVS/Root2
-rw-r--r--contrib/xcscope/CVS/Entries2
-rw-r--r--contrib/xcscope/CVS/Entries.Extra2
-rw-r--r--contrib/xcscope/CVS/Entries.Extra.Old0
-rw-r--r--contrib/xcscope/CVS/Entries.Old0
-rw-r--r--contrib/xcscope/CVS/Root2
17 files changed, 66 insertions, 20 deletions
diff --git a/contrib/Makefile.in b/contrib/Makefile.in
index 0951263..6b099d5 100644
--- a/contrib/Makefile.in
+++ b/contrib/Makefile.in
@@ -36,10 +36,12 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
+LIBOBJDIR =
subdir = contrib
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+ $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -76,6 +78,7 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
GNOME_LINUX_FALSE = @GNOME_LINUX_FALSE@
GNOME_LINUX_TRUE = @GNOME_LINUX_TRUE@
+GREP = @GREP@
HAS_CURSES_FALSE = @HAS_CURSES_FALSE@
HAS_CURSES_TRUE = @HAS_CURSES_TRUE@
HAS_GNOME_FALSE = @HAS_GNOME_FALSE@
@@ -109,8 +112,8 @@ USING_LEX_FALSE = @USING_LEX_FALSE@
USING_LEX_TRUE = @USING_LEX_TRUE@
VERSION = @VERSION@
YACC = @YACC@
+YFLAGS = @YFLAGS@
ac_ct_CC = @ac_ct_CC@
-ac_ct_STRIP = @ac_ct_STRIP@
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
am__include = @am__include@
@@ -125,6 +128,9 @@ build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
exec_prefix = @exec_prefix@
gnome1 = @gnome1@
gnome2 = @gnome2@
@@ -133,17 +139,21 @@ host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
+htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
+localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
+psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
diff --git a/contrib/webcscope/CVS/Entries b/contrib/webcscope/CVS/Entries
index 998a8cd..9ffc335 100644
--- a/contrib/webcscope/CVS/Entries
+++ b/contrib/webcscope/CVS/Entries
@@ -1,7 +1,7 @@
-D/icons////
/INSTALL/1.1/Fri Jun 29 14:20:16 2001//
/LICENSE/1.1/Fri Jun 29 14:20:16 2001//
/TODO/1.1/Fri Jun 29 14:20:16 2001//
/cgi-lib.pl/1.1/Fri Jun 29 14:20:16 2001//
-/cscope/1.1/Fri Jun 29 14:20:16 2001//
/hilite.c/1.1/Fri Jun 29 14:20:16 2001//
+D/icons////
+/cscope/1.2/Sun Jan 7 12:34:02 2007//
diff --git a/contrib/webcscope/CVS/Entries.Extra b/contrib/webcscope/CVS/Entries.Extra
new file mode 100644
index 0000000..d1a4ab5
--- /dev/null
+++ b/contrib/webcscope/CVS/Entries.Extra
@@ -0,0 +1,7 @@
+/INSTALL////
+/LICENSE////
+/TODO////
+/cgi-lib.pl////
+/hilite.c////
+D/icons////
+/cscope////
diff --git a/contrib/webcscope/CVS/Entries.Extra.Old b/contrib/webcscope/CVS/Entries.Extra.Old
new file mode 100644
index 0000000..64171ad
--- /dev/null
+++ b/contrib/webcscope/CVS/Entries.Extra.Old
@@ -0,0 +1,7 @@
+/INSTALL////
+/LICENSE////
+/TODO////
+/cgi-lib.pl////
+/cscope////
+/hilite.c////
+D/icons////
diff --git a/contrib/webcscope/CVS/Entries.Old b/contrib/webcscope/CVS/Entries.Old
new file mode 100644
index 0000000..74047ad
--- /dev/null
+++ b/contrib/webcscope/CVS/Entries.Old
@@ -0,0 +1,7 @@
+/INSTALL/1.1/Fri Jun 29 14:20:16 2001//
+/LICENSE/1.1/Fri Jun 29 14:20:16 2001//
+/TODO/1.1/Fri Jun 29 14:20:16 2001//
+/cgi-lib.pl/1.1/Fri Jun 29 14:20:16 2001//
+/cscope/1.1/Fri Jun 29 14:20:16 2001//
+/hilite.c/1.1/Fri Jun 29 14:20:16 2001//
+D/icons////
diff --git a/contrib/webcscope/CVS/Root b/contrib/webcscope/CVS/Root
index e0eb551..0a83832 100644
--- a/contrib/webcscope/CVS/Root
+++ b/contrib/webcscope/CVS/Root
@@ -1 +1 @@
-broeker@cscope.cvs.sourceforge.net:/cvsroot/cscope
+:ssh;username=broeker;hostname=cscope.cvs.sourceforge.net:/cvsroot/cscope
diff --git a/contrib/webcscope/cscope b/contrib/webcscope/cscope
index 7d98fce..1ed2e5c 100755
--- a/contrib/webcscope/cscope
+++ b/contrib/webcscope/cscope
@@ -1,6 +1,6 @@
-#!/bin/perl
+#!/usr/bin/perl
-# $Id: cscope,v 1.1 2001/06/29 14:20:16 petr Exp $
+# $Id: cscope,v 1.2 2007/01/07 12:34:01 broeker Exp $
#
# WebCscope: A web interface to the cscope application
# Copyright (C) 2001, Ragho Mahalingam <ragho@mahalingam.com>
@@ -22,6 +22,9 @@
# Change History:
#
# $Log: cscope,v $
+# Revision 1.2 2007/01/07 12:34:01 broeker
+# Direct attention to security issues with webcscope.
+#
# Revision 1.1 2001/06/29 14:20:16 petr
# Added webcscope to contribs.
#
@@ -375,6 +378,7 @@ sub PrintForm {
print &HtmlTop ("Web-CScope");
print <<ENDOFTEXTA;
+<p style="color:red">Be aware that this webfrontend is insecure and allows viewing ALL apache readable files, including your configuration!</p>
Select an operation below and enter a symbol, function or text to search in
the database. The active version is $version. Input is case-sensitive,
so if your search returns no results, check the case and the symbol name.<hr>
@@ -431,7 +435,7 @@ ENDOFTEXT2
sub Feedback {
$feedback = "<font size=-1>";
- $feedback .= '$Id: cscope,v 1.1 2001/06/29 14:20:16 petr Exp $<br>';
+ $feedback .= '$Id: cscope,v 1.2 2007/01/07 12:34:01 broeker Exp $<br>';
$feedback .= "$comment{name}<i>&lt;";
$feedback .= "<a href=\"mailto:$comment{email}\">";
$feedback .= "$comment{email}</a>&gt;</i></font>";
diff --git a/contrib/webcscope/icons/CVS/Entries b/contrib/webcscope/icons/CVS/Entries
index 22f20b0..9f2db96 100644
--- a/contrib/webcscope/icons/CVS/Entries
+++ b/contrib/webcscope/icons/CVS/Entries
@@ -1,10 +1,10 @@
-/back.gif/1.3/Fri Jun 29 15:58:07 2001/-kb/
-/bomb.gif/1.3/Fri Jun 29 15:58:07 2001/-kb/
-/c.gif/1.3/Fri Jun 29 15:58:07 2001/-kb/
-/down.gif/1.3/Fri Jun 29 15:58:07 2001/-kb/
-/folder.gif/1.3/Fri Jun 29 15:58:07 2001/-kb/
-/folder.open.gif/1.3/Fri Jun 29 15:58:07 2001/-kb/
-/left.gif/1.3/Fri Jun 29 15:58:07 2001/-kb/
-/up.gif/1.3/Fri Jun 29 15:58:07 2001/-kb/
-/world2.gif/1.3/Fri Jun 29 15:58:07 2001/-kb/
+/back.gif/1.3/Fri Jun 29 15:58:08 2001/-kb/
+/bomb.gif/1.3/Fri Jun 29 15:58:08 2001/-kb/
+/c.gif/1.3/Fri Jun 29 15:58:08 2001/-kb/
+/down.gif/1.3/Fri Jun 29 15:58:08 2001/-kb/
+/folder.gif/1.3/Fri Jun 29 15:58:08 2001/-kb/
+/folder.open.gif/1.3/Fri Jun 29 15:58:08 2001/-kb/
+/left.gif/1.3/Fri Jun 29 15:58:08 2001/-kb/
+/up.gif/1.3/Fri Jun 29 15:58:08 2001/-kb/
+/world2.gif/1.3/Fri Jun 29 15:58:08 2001/-kb/
D
diff --git a/contrib/webcscope/icons/CVS/Entries.Extra b/contrib/webcscope/icons/CVS/Entries.Extra
new file mode 100644
index 0000000..3510fdf
--- /dev/null
+++ b/contrib/webcscope/icons/CVS/Entries.Extra
@@ -0,0 +1,9 @@
+/back.gif////
+/bomb.gif////
+/c.gif////
+/down.gif////
+/folder.gif////
+/folder.open.gif////
+/left.gif////
+/up.gif////
+/world2.gif////
diff --git a/contrib/webcscope/icons/CVS/Entries.Extra.Old b/contrib/webcscope/icons/CVS/Entries.Extra.Old
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/contrib/webcscope/icons/CVS/Entries.Extra.Old
diff --git a/contrib/webcscope/icons/CVS/Entries.Old b/contrib/webcscope/icons/CVS/Entries.Old
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/contrib/webcscope/icons/CVS/Entries.Old
diff --git a/contrib/webcscope/icons/CVS/Root b/contrib/webcscope/icons/CVS/Root
index e0eb551..0a83832 100644
--- a/contrib/webcscope/icons/CVS/Root
+++ b/contrib/webcscope/icons/CVS/Root
@@ -1 +1 @@
-broeker@cscope.cvs.sourceforge.net:/cvsroot/cscope
+:ssh;username=broeker;hostname=cscope.cvs.sourceforge.net:/cvsroot/cscope
diff --git a/contrib/xcscope/CVS/Entries b/contrib/xcscope/CVS/Entries
index f7439f6..a94dd27 100644
--- a/contrib/xcscope/CVS/Entries
+++ b/contrib/xcscope/CVS/Entries
@@ -1,3 +1,3 @@
-/cscope-indexer/1.2/Thu Jun 28 04:39:47 2001//
+/cscope-indexer/1.2/Thu Jun 28 04:39:48 2001//
/xcscope.el/1.14/Wed Apr 10 16:59:00 2002//
D
diff --git a/contrib/xcscope/CVS/Entries.Extra b/contrib/xcscope/CVS/Entries.Extra
new file mode 100644
index 0000000..79a3e67
--- /dev/null
+++ b/contrib/xcscope/CVS/Entries.Extra
@@ -0,0 +1,2 @@
+/cscope-indexer////
+/xcscope.el////
diff --git a/contrib/xcscope/CVS/Entries.Extra.Old b/contrib/xcscope/CVS/Entries.Extra.Old
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/contrib/xcscope/CVS/Entries.Extra.Old
diff --git a/contrib/xcscope/CVS/Entries.Old b/contrib/xcscope/CVS/Entries.Old
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/contrib/xcscope/CVS/Entries.Old
diff --git a/contrib/xcscope/CVS/Root b/contrib/xcscope/CVS/Root
index e0eb551..0a83832 100644
--- a/contrib/xcscope/CVS/Root
+++ b/contrib/xcscope/CVS/Root
@@ -1 +1 @@
-broeker@cscope.cvs.sourceforge.net:/cvsroot/cscope
+:ssh;username=broeker;hostname=cscope.cvs.sourceforge.net:/cvsroot/cscope