]> git.pld-linux.org Git - packages/tiger.git/commitdiff
new, version 3.2.1
authorElan Ruusamäe <glen@delfi.ee>
Wed, 26 Jun 2013 19:57:32 +0000 (22:57 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 26 Jun 2013 19:57:32 +0000 (22:57 +0300)
created from resurected fedora package
85a28a12162ea3cc283aa6399196b81f69336b53

tiger-3.2.1-autotools.patch [new file with mode: 0644]
tiger-3.2.1-config.patch [new file with mode: 0644]
tiger-3.2.1-doc.patch [new file with mode: 0644]
tiger-3.2.1-fixes.patch [new file with mode: 0644]
tiger-3.2.1-gcc4.patch [new file with mode: 0644]
tiger-3.2.1-scripts.patch [new file with mode: 0644]
tiger.cron [new file with mode: 0644]
tiger.ignore [new file with mode: 0644]
tiger.ignore.server [new file with mode: 0644]
tiger.spec [new file with mode: 0644]

diff --git a/tiger-3.2.1-autotools.patch b/tiger-3.2.1-autotools.patch
new file mode 100644 (file)
index 0000000..7e1b5e8
--- /dev/null
@@ -0,0 +1,920 @@
+--- tiger-3.2.1.orig/c/Makefile
++++ tiger-3.2.1/c/Makefile
+@@ -1,3 +1,4 @@
++# Generated automatically from Makefile.in by configure.
+ # Makefile for tiger binaries
+ # 
+ #
+@@ -22,15 +23,17 @@
+ # been added later)
+ BINLIST=getpermit snefru md5 testsuid realpath
+ COPTS= -DNEEDGETWD
++INSTALL=/usr/bin/install -c
++CC=gcc
+ all: ${BINLIST}
+ install:  all
+-      cp ${BINLIST} ../bin/
++      $(INSTALL) -m0755 ${BINLIST} ../bin/
+ % : %.c
+-      gcc ${COPTS} -o $@ $<
++      $(CC) $(CFLAGS) ${COPTS} -o $@ $<
+ clean:
+       -rm -f ${BINLIST}
+--- tiger-3.2.1.orig/c/Makefile.in
++++ tiger-3.2.1/c/Makefile.in
+@@ -0,0 +1,40 @@
++# Makefile for tiger binaries
++# 
++#
++#     Makefile for tiger binaries - A UN*X security checking system
++#     Copyright (C) 2002 Javier Fernandez-Sanguino Pen~a <jfs@computer.org>
++#
++#    This program is free software; you can redistribute it and/or modify
++#    it under the terms of the GNU General Public License as published by
++#    the Free Software Foundation; either version 1, or (at your option)
++#    any later version.
++#
++#    This program is distributed in the hope that it will be useful,
++#    but WITHOUT ANY WARRANTY; without even the implied warranty of
++#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++#    GNU General Public License for more details.
++#
++#     Please see the file `COPYING' for the complete copyright notice.
++#
++
++# For some reason snefru and md5 were received wrongly
++# and they could not be compiled at first (they have
++# been added later)
++BINLIST=getpermit snefru md5 testsuid realpath
++COPTS= -DNEEDGETWD
++INSTALL=@INSTALL@
++CC=@CC@
++
++all: ${BINLIST}
++
++install:  all
++      $(INSTALL) -m0755 ${BINLIST} ../bin/
++
++
++% : %.c
++      $(CC) $(CFLAGS) ${COPTS} -o $@ $<
++
++clean:
++      -rm -f ${BINLIST}
++
++distclean: clean
+--- tiger-3.2.1.orig/configure
++++ tiger-3.2.1/configure
+@@ -532,6 +532,312 @@
++# Extract the first word of "gcc", so it can be a program name with args.
++set dummy gcc; ac_word=$2
++echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
++echo "configure:539: checking for $ac_word" >&5
++if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
++  echo $ac_n "(cached) $ac_c" 1>&6
++else
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
++else
++  IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS=":"
++  ac_dummy="$PATH"
++  for ac_dir in $ac_dummy; do
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/$ac_word; then
++      ac_cv_prog_CC="gcc"
++      break
++    fi
++  done
++  IFS="$ac_save_ifs"
++fi
++fi
++CC="$ac_cv_prog_CC"
++if test -n "$CC"; then
++  echo "$ac_t""$CC" 1>&6
++else
++  echo "$ac_t""no" 1>&6
++fi
++
++if test -z "$CC"; then
++  # Extract the first word of "cc", so it can be a program name with args.
++set dummy cc; ac_word=$2
++echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
++echo "configure:569: checking for $ac_word" >&5
++if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
++  echo $ac_n "(cached) $ac_c" 1>&6
++else
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
++else
++  IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS=":"
++  ac_prog_rejected=no
++  ac_dummy="$PATH"
++  for ac_dir in $ac_dummy; do
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/$ac_word; then
++      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
++        ac_prog_rejected=yes
++      continue
++      fi
++      ac_cv_prog_CC="cc"
++      break
++    fi
++  done
++  IFS="$ac_save_ifs"
++if test $ac_prog_rejected = yes; then
++  # We found a bogon in the path, so make sure we never use it.
++  set dummy $ac_cv_prog_CC
++  shift
++  if test $# -gt 0; then
++    # We chose a different compiler from the bogus one.
++    # However, it has the same basename, so the bogon will be chosen
++    # first if we set CC to just the basename; use the full file name.
++    shift
++    set dummy "$ac_dir/$ac_word" "$@"
++    shift
++    ac_cv_prog_CC="$@"
++  fi
++fi
++fi
++fi
++CC="$ac_cv_prog_CC"
++if test -n "$CC"; then
++  echo "$ac_t""$CC" 1>&6
++else
++  echo "$ac_t""no" 1>&6
++fi
++
++  if test -z "$CC"; then
++    case "`uname -s`" in
++    *win32* | *WIN32*)
++      # Extract the first word of "cl", so it can be a program name with args.
++set dummy cl; ac_word=$2
++echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
++echo "configure:620: checking for $ac_word" >&5
++if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
++  echo $ac_n "(cached) $ac_c" 1>&6
++else
++  if test -n "$CC"; then
++  ac_cv_prog_CC="$CC" # Let the user override the test.
++else
++  IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS=":"
++  ac_dummy="$PATH"
++  for ac_dir in $ac_dummy; do
++    test -z "$ac_dir" && ac_dir=.
++    if test -f $ac_dir/$ac_word; then
++      ac_cv_prog_CC="cl"
++      break
++    fi
++  done
++  IFS="$ac_save_ifs"
++fi
++fi
++CC="$ac_cv_prog_CC"
++if test -n "$CC"; then
++  echo "$ac_t""$CC" 1>&6
++else
++  echo "$ac_t""no" 1>&6
++fi
++ ;;
++    esac
++  fi
++  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
++fi
++
++echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
++echo "configure:652: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
++
++ac_ext=c
++# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
++ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++cross_compiling=$ac_cv_prog_cc_cross
++
++cat > conftest.$ac_ext << EOF
++
++#line 663 "configure"
++#include "confdefs.h"
++
++main(){return(0);}
++EOF
++if { (eval echo configure:668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++  ac_cv_prog_cc_works=yes
++  # If we can't run a trivial program, we are probably using a cross compiler.
++  if (./conftest; exit) 2>/dev/null; then
++    ac_cv_prog_cc_cross=no
++  else
++    ac_cv_prog_cc_cross=yes
++  fi
++else
++  echo "configure: failed program was:" >&5
++  cat conftest.$ac_ext >&5
++  ac_cv_prog_cc_works=no
++fi
++rm -fr conftest*
++ac_ext=c
++# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
++ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++cross_compiling=$ac_cv_prog_cc_cross
++
++echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
++if test $ac_cv_prog_cc_works = no; then
++  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
++fi
++echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
++echo "configure:694: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
++echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
++cross_compiling=$ac_cv_prog_cc_cross
++
++echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
++echo "configure:699: checking whether we are using GNU C" >&5
++if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
++  echo $ac_n "(cached) $ac_c" 1>&6
++else
++  cat > conftest.c <<EOF
++#ifdef __GNUC__
++  yes;
++#endif
++EOF
++if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
++  ac_cv_prog_gcc=yes
++else
++  ac_cv_prog_gcc=no
++fi
++fi
++
++echo "$ac_t""$ac_cv_prog_gcc" 1>&6
++
++if test $ac_cv_prog_gcc = yes; then
++  GCC=yes
++else
++  GCC=
++fi
++
++ac_test_CFLAGS="${CFLAGS+set}"
++ac_save_CFLAGS="$CFLAGS"
++CFLAGS=
++echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
++echo "configure:727: checking whether ${CC-cc} accepts -g" >&5
++if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
++  echo $ac_n "(cached) $ac_c" 1>&6
++else
++  echo 'void f(){}' > conftest.c
++if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
++  ac_cv_prog_cc_g=yes
++else
++  ac_cv_prog_cc_g=no
++fi
++rm -f conftest*
++
++fi
++
++echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
++if test "$ac_test_CFLAGS" = set; then
++  CFLAGS="$ac_save_CFLAGS"
++elif test $ac_cv_prog_cc_g = yes; then
++  if test "$GCC" = yes; then
++    CFLAGS="-g -O2"
++  else
++    CFLAGS="-g"
++  fi
++else
++  if test "$GCC" = yes; then
++    CFLAGS="-O2"
++  else
++    CFLAGS=
++  fi
++fi
++
++ac_aux_dir=
++for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
++  if test -f $ac_dir/install-sh; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/install-sh -c"
++    break
++  elif test -f $ac_dir/install.sh; then
++    ac_aux_dir=$ac_dir
++    ac_install_sh="$ac_aux_dir/install.sh -c"
++    break
++  fi
++done
++if test -z "$ac_aux_dir"; then
++  { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
++fi
++ac_config_guess=$ac_aux_dir/config.guess
++ac_config_sub=$ac_aux_dir/config.sub
++ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
++
++# Find a good install program.  We prefer a C program (faster),
++# so one script is as good as another.  But avoid the broken or
++# incompatible versions:
++# SysV /etc/install, /usr/sbin/install
++# SunOS /usr/etc/install
++# IRIX /sbin/install
++# AIX /bin/install
++# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
++# AFS /usr/afsws/bin/install, which mishandles nonexistent args
++# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
++# ./install, which can be erroneously created by make from ./install.sh.
++echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
++echo "configure:789: checking for a BSD compatible install" >&5
++if test -z "$INSTALL"; then
++if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
++  echo $ac_n "(cached) $ac_c" 1>&6
++else
++    IFS="${IFS=       }"; ac_save_IFS="$IFS"; IFS=":"
++  for ac_dir in $PATH; do
++    # Account for people who put trailing slashes in PATH elements.
++    case "$ac_dir/" in
++    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
++    *)
++      # OSF1 and SCO ODT 3.0 have their own names for install.
++      # Don't use installbsd from OSF since it installs stuff as root
++      # by default.
++      for ac_prog in ginstall scoinst install; do
++        if test -f $ac_dir/$ac_prog; then
++        if test $ac_prog = install &&
++            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
++          # AIX install.  It has an incompatible calling convention.
++          :
++        else
++          ac_cv_path_install="$ac_dir/$ac_prog -c"
++          break 2
++        fi
++      fi
++      done
++      ;;
++    esac
++  done
++  IFS="$ac_save_IFS"
++
++fi
++  if test "${ac_cv_path_install+set}" = set; then
++    INSTALL="$ac_cv_path_install"
++  else
++    # As a last resort, use the slow shell script.  We don't cache a
++    # path for INSTALL within a source directory, because that will
++    # break other packages using the cache if that directory is
++    # removed, or if the path is relative.
++    INSTALL="$ac_install_sh"
++  fi
++fi
++echo "$ac_t""$INSTALL" 1>&6
++
++# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
++# It thinks the first close brace ends the variable substitution.
++test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
++
++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
++
++test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
++
++
+ test "x$prefix" != "xNONE" || prefix=/usr/local
+ # Check whether --with-tigerhome or --without-tigerhome was given.
+@@ -608,6 +914,7 @@
++
+ trap '' 1 2 15
+ cat > confcache <<\EOF
+ # This file is a shell script that caches the results of configure
+@@ -719,8 +1026,10 @@
+ done
+ ac_given_srcdir=$srcdir
++ac_given_INSTALL="$INSTALL"
+ trap 'rm -fr `echo "Makefile
++      c/Makefile
+       man/tiger.8
+       man/tigercron.8" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+ EOF
+@@ -754,6 +1063,11 @@
+ s%@oldincludedir@%$oldincludedir%g
+ s%@infodir@%$infodir%g
+ s%@mandir@%$mandir%g
++s%@CC@%$CC%g
++s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
++s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
++s%@INSTALL_DATA@%$INSTALL_DATA%g
++s%@install@%$install%g
+ s%@tigerhome@%$tigerhome%g
+ s%@tigerwork@%$tigerwork%g
+ s%@tigerlog@%$tigerlog%g
+@@ -805,6 +1119,7 @@
+ cat >> $CONFIG_STATUS <<EOF
+ CONFIG_FILES=\${CONFIG_FILES-"Makefile
++      c/Makefile
+       man/tiger.8
+       man/tigercron.8"}
+ EOF
+@@ -841,6 +1156,10 @@
+     top_srcdir="$ac_dots$ac_given_srcdir" ;;
+   esac
++  case "$ac_given_INSTALL" in
++  [/$]*) INSTALL="$ac_given_INSTALL" ;;
++  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
++  esac
+   echo creating "$ac_file"
+   rm -f "$ac_file"
+@@ -856,6 +1175,7 @@
+ s%@configure_input@%$configure_input%g
+ s%@srcdir@%$srcdir%g
+ s%@top_srcdir@%$top_srcdir%g
++s%@INSTALL@%$INSTALL%g
+ " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
+ fi; done
+ rm -f conftest.s*
+--- tiger-3.2.1.orig/configure.in
++++ tiger-3.2.1/configure.in
+@@ -4,6 +4,9 @@
+ dnl for to make sure it's in the right directory.
+ AC_INIT(tiger)
++AC_PROG_CC
++AC_PROG_INSTALL
++
+ test "x$prefix" != "xNONE" || prefix=/usr/local
+ AC_ARG_WITH(tigerhome, [  --with-tigerhome=LOCATION        Location of all Tiger files],
+@@ -42,6 +45,7 @@
+ tigerlogdir=`eval echo $tigerlog`
+ tigerconfigdir=`eval echo $tigerconfig`
+ tigerhomedir=`eval echo $tigerhome`
++AC_SUBST(install)
+ AC_SUBST(tigerhome)
+ AC_SUBST(tigerwork)
+ AC_SUBST(tigerlog)
+@@ -52,5 +56,6 @@
+ AC_SUBST(tigerconfigdir)
+ AC_SUBST(tigerhomedir)
+ AC_OUTPUT(Makefile
++      c/Makefile
+       man/tiger.8
+       man/tigercron.8)
+--- tiger-3.2.1.orig/Makefile.in
++++ tiger-3.2.1/Makefile.in
+@@ -21,6 +21,9 @@
+ mandir=@mandir@
+ # To avoid troubles with some systems..
+ SHELL = /bin/sh
++# Installation program
++INSTALL=@INSTALL@
++CC=@CC@
+ # This directory will contain the 'tiger', 'tigercron', 'tigexp'
+ # scripts, config files, the 'scripts' subdirectory which will
+@@ -54,6 +57,10 @@
+ #
+ TIGERCONFIG=@tigerconfig@
+ #
++# Where do manpages go to
++# 
++TIGERMANDIR=@mandir@
++#
+ #------------------------------------------------------------------------
+ #
+ # End of user customization...
+@@ -61,7 +68,7 @@
+ #------------------------------------------------------------------------
+ #
+-PLATFORM_SCRIPTS=$(shell find ./systems/ -type f)
++PLATFORM_SCRIPTS=$$(find ./systems/ -type f)
+ BINARIES=./tiger \
+        ./tigexp  \
+@@ -89,6 +96,8 @@
+       ./scripts/check_netrc \
+       ./scripts/check_network \
+       ./scripts/check_nisplus \
++      ./scripts/check_ntp \
++      ./scripts/check_omniback \
+       ./scripts/check_passwd \
+       ./scripts/check_passwdformat \
+       ./scripts/check_path \
+@@ -116,11 +125,13 @@
+       $(PLATFORM_SCRIPTS)
+ CONFIGFILES=./tigerrc \
+-      ./cronrc \
++      ./cronrc
+ MISCFILES=./initdefs \
+-      ./check.tbl \
+       ./syslist \
++      ./check.d/README \
++      ./util/buildbins \
++      ./util/buildconf \
+       ./util/difflogs \
+       ./util/flogit \
+       ./util/genmsgidx \
+@@ -130,19 +141,29 @@
+       ./util/getfs-std \
+       ./util/gethostinfo \
+       ./util/getnetgroup \
++      ./util/getpermit \
++      ./util/installsig \
+       ./util/logit \
++      ./util/mkfilelst \
++      ./util/mksig \
+       ./util/setsh \
+       ./util/sgrep
+ MISCDIRS=./bin \
++      ./check.d \
+       ./doc \
+       ./html \
+-      ./man \
+       ./scripts/sub \
+       ./systems
+ all:
++      @if [ ! -d bin ]; then \
++        mkdir bin; \
++      fi
+       cd c && $(MAKE) install
++      @if [ ! -d html ]; then \
++        mkdir html; \
++      fi
+       cd util && sh doc2html
+       ./util/genmsgidx
+@@ -182,6 +203,19 @@
+         mkdir -p $(DESTDIR)$(TIGERCONFIG); \
+         chmod 700 $(DESTDIR)$(TIGERCONFIG); \
+       fi
++      @echo "Creating $(TIGERMANDIR)..."
++      @if [ ! -d $(DESTDIR)$(TIGERMANDIR) ]; then \
++        mkdir -p $(DESTDIR)$(TIGERMANDIR); \
++        mkdir -p $(DESTDIR)$(TIGERMANDIR)/man8; \
++        chmod 755 $(DESTDIR)$(TIGERMANDIR); \
++        chmod 755 $(DESTDIR)$(TIGERMANDIR)/man8; \
++      fi
++
++installmanpages:
++      @echo "Copying manpages..."
++      $(INSTALL) -m 0444 man/tiger.8 $(DESTDIR)$(TIGERMANDIR)/man8
++      $(INSTALL) -m 0444 man/tigexp.8 $(DESTDIR)$(TIGERMANDIR)/man8
++      $(INSTALL) -m 0444 man/tigercron.8 $(DESTDIR)$(TIGERMANDIR)/man8
+ installbinaries:
+       @echo "Copying binaries..."
+@@ -198,8 +232,7 @@
+ installconfig:
+       @echo "Copying configuration files..."
+       @for file in $(CONFIGFILES); do \
+-        cp $$file $(DESTDIR)$(TIGERCONFIG)/$$file; \
+-        chmod 640 $(DESTDIR)$(TIGERCONFIG)/$$file; \
++        $(INSTALL) -m 0640 $$file $(DESTDIR)$(TIGERCONFIG)/$$file; \
+       done
+       @echo "Copying general configuration..."
+       @sed -e 's%^TigerLogDir=.*$$%TigerLogDir="'$(TIGERLOGS)'"%' \
+@@ -210,13 +243,13 @@
+        ./config >$(DESTDIR)$(TIGERHOME)/config
+       @chmod 644 $(DESTDIR)$(TIGERHOME)/config
+-install: installdirs installbinaries installconfig
++install: installdirs installbinaries installconfig installmanpages
+       cd c && $(MAKE) install
+-      @echo "Copying miscellaneus dirs..."
++      @echo "Copying miscellaneous dirs..."
+       @for dir in $(MISCDIRS); do \
+         tar cf - $$dir | (cd $(DESTDIR)$(TIGERHOME); tar xpf -); \
+       done
+-      @echo "Copying miscellaneus files..."
++      @echo "Copying miscellaneous files..."
+       @for file in $(MISCFILES); do \
+         cp -p $$file $(DESTDIR)$(TIGERHOME)/$$file; \
+       done
+--- tiger-3.2.1.orig/install.sh
++++ tiger-3.2.1/install.sh
+@@ -0,0 +1,312 @@
++##
++##  install -- Install a program, script or datafile
++##  Copyright (c) 1997-2004 Ralf S. Engelschall <rse@engelschall.com>
++##
++##  This file is part of shtool and free software; you can redistribute
++##  it and/or modify it under the terms of the GNU General Public
++##  License as published by the Free Software Foundation; either version
++##  2 of the License, or (at your option) any later version.
++##
++##  This file is distributed in the hope that it will be useful,
++##  but WITHOUT ANY WARRANTY; without even the implied warranty of
++##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
++##  General Public License for more details.
++##
++##  You should have received a copy of the GNU General Public License
++##  along with this program; if not, write to the Free Software
++##  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
++##  USA, or contact Ralf S. Engelschall <rse@engelschall.com>.
++##
++
++str_tool="install"
++str_usage="[-v|--verbose] [-t|--trace] [-d|--mkdir] [-c|--copy] [-C|--compare-copy] [-s|--strip] [-m|--mode <mode>] [-o|--owner <owner>] [-g|--group <group>] [-e|--exec <sed-cmd>] <file> [<file> ...] <path>"
++arg_spec="1+"
++opt_spec="v.t.d.c.C.s.m:o:g:e+"
++opt_alias="v:verbose,t:trace,d:mkdir,c:copy,C:compare-copy,s:strip,m:mode,o:owner,g:group,e:exec"
++opt_v=no
++opt_t=no
++opt_d=no
++opt_c=no
++opt_C=no
++opt_s=no
++opt_m="0755"
++opt_o=""
++opt_g=""
++opt_e=""
++
++. ./sh.common
++
++#   special case: "shtool install -d <dir> [...]" internally
++#   maps to "shtool mkdir -f -p -m 755 <dir> [...]"
++if [ "$opt_d" = yes ]; then
++    cmd="$0 mkdir -f -p -m 755"
++    if [ ".$opt_o" != . ]; then
++        cmd="$cmd -o '$opt_o'"
++    fi
++    if [ ".$opt_g" != . ]; then
++        cmd="$cmd -g '$opt_g'"
++    fi
++    if [ ".$opt_v" = .yes ]; then
++        cmd="$cmd -v"
++    fi
++    if [ ".$opt_t" = .yes ]; then
++        cmd="$cmd -t"
++    fi
++    for dir in "$@"; do
++        eval "$cmd $dir" || shtool_exit $?
++    done
++    shtool_exit 0
++fi
++
++#   determine source(s) and destination
++argc=$#
++srcs=""
++while [ $# -gt 1 ]; do
++    srcs="$srcs $1"
++    shift
++done
++dstpath="$1"
++
++#   type check for destination
++dstisdir=0
++if [ -d $dstpath ]; then
++    dstpath=`echo "$dstpath" | sed -e 's:/$::'`
++    dstisdir=1
++fi
++
++#   consistency check for destination
++if [ $argc -gt 2 ] && [ $dstisdir = 0 ]; then
++    echo "$msgprefix:Error: multiple sources require destination to be directory" 1>&2
++    shtool_exit 1
++fi
++
++#   iterate over all source(s)
++for src in $srcs; do
++    dst=$dstpath
++
++    #   if destination is a directory, append the input filename
++    if [ $dstisdir = 1 ]; then
++        dstfile=`echo "$src" | sed -e 's;.*/\([^/]*\)$;\1;'`
++        dst="$dst/$dstfile"
++    fi
++
++    #   check for correct arguments
++    if [ ".$src" = ".$dst" ]; then
++        echo "$msgprefix:Warning: source and destination are the same - skipped" 1>&2
++        continue
++    fi
++    if [ -d "$src" ]; then
++        echo "$msgprefix:Warning: source \`$src' is a directory - skipped" 1>&2
++        continue
++    fi
++
++    #   make a temp file name in the destination directory
++    dsttmp=`echo $dst |\
++            sed -e 's;[^/]*$;;' -e 's;\(.\)/$;\1;' -e 's;^$;.;' \
++                -e "s;\$;/#INST@$$#;"`
++
++    #   verbosity
++    if [ ".$opt_v" = .yes ]; then
++        echo "$src -> $dst" 1>&2
++    fi
++
++    #   copy or move the file name to the temp name
++    #   (because we might be not allowed to change the source)
++    if [ ".$opt_C" = .yes ]; then
++        opt_c=yes
++    fi
++    if [ ".$opt_c" = .yes ]; then
++        if [ ".$opt_t" = .yes ]; then
++            echo "cp $src $dsttmp" 1>&2
++        fi
++        cp $src $dsttmp || shtool_exit $?
++    else
++        if [ ".$opt_t" = .yes ]; then
++            echo "mv $src $dsttmp" 1>&2
++        fi
++        mv $src $dsttmp || shtool_exit $?
++    fi
++
++    #   adjust the target file
++    if [ ".$opt_e" != . ]; then
++        sed='sed'
++        OIFS="$IFS"; IFS="$ASC_NL"; set -- $opt_e; IFS="$OIFS"
++        for e
++        do
++            sed="$sed -e '$e'"
++        done
++        cp $dsttmp $dsttmp.old
++        chmod u+w $dsttmp
++        eval "$sed <$dsttmp.old >$dsttmp" || shtool_exit $?
++        rm -f $dsttmp.old
++    fi
++    if [ ".$opt_s" = .yes ]; then
++        if [ ".$opt_t" = .yes ]; then
++            echo "strip $dsttmp" 1>&2
++        fi
++        strip $dsttmp || shtool_exit $?
++    fi
++    if [ ".$opt_o" != . ]; then
++        if [ ".$opt_t" = .yes ]; then
++            echo "chown $opt_o $dsttmp" 1>&2
++        fi
++        chown $opt_o $dsttmp || shtool_exit $?
++    fi
++    if [ ".$opt_g" != . ]; then
++        if [ ".$opt_t" = .yes ]; then
++            echo "chgrp $opt_g $dsttmp" 1>&2
++        fi
++        chgrp $opt_g $dsttmp || shtool_exit $?
++    fi
++    if [ ".$opt_m" != ".-" ]; then
++        if [ ".$opt_t" = .yes ]; then
++            echo "chmod $opt_m $dsttmp" 1>&2
++        fi
++        chmod $opt_m $dsttmp || shtool_exit $?
++    fi
++
++    #   determine whether to do a quick install
++    #   (has to be done _after_ the strip was already done)
++    quick=no
++    if [ ".$opt_C" = .yes ]; then
++        if [ -r $dst ]; then
++            if cmp -s $src $dst; then
++                quick=yes
++            fi
++        fi
++    fi
++
++    #   finally, install the file to the real destination
++    if [ $quick = yes ]; then
++        if [ ".$opt_t" = .yes ]; then
++            echo "rm -f $dsttmp" 1>&2
++        fi
++        rm -f $dsttmp
++    else
++        if [ ".$opt_t" = .yes ]; then
++            echo "rm -f $dst && mv $dsttmp $dst" 1>&2
++        fi
++        rm -f $dst && mv $dsttmp $dst
++    fi
++done
++
++shtool_exit 0
++
++##
++##  manual page
++##
++
++=pod
++
++=head1 NAME
++
++B<shtool install> - B<GNU shtool> install(1) command
++
++=head1 SYNOPSIS
++
++B<shtool install>
++[B<-v>|B<--verbose>]
++[B<-t>|B<--trace>]
++[B<-d>|B<--mkdir>]
++[B<-c>|B<--copy>]
++[B<-C>|B<--compare-copy>]
++[B<-s>|B<--strip>]
++[B<-m>|B<--mode> I<mode>]
++[B<-o>|B<--owner> I<owner>]
++[B<-g>|B<--group> I<group>]
++[B<-e>|B<--exec> I<sed-cmd>]
++I<file> [I<file> ...]
++I<path>
++
++=head1 DESCRIPTION
++
++This command installs a one or more I<file>s to a given target I<path>
++providing all important options of the BSD install(1) command.
++The trick is that the functionality is provided in a portable way.
++
++=head1 OPTIONS
++
++The following command line options are available.
++
++=over 4
++
++=item B<-v>, B<--verbose>
++
++Display some processing information.
++
++=item B<-t>, B<--trace>
++
++Enable the output of the essential shell commands which are executed.
++
++=item B<-d>, B<--mkdir>
++
++To maximize BSD compatiblity, the BSD "B<shtool> C<install -d>" usage is
++internally mapped to the "B<shtool> C<mkdir -f -p -m 755>" command.
++
++=item B<-c>, B<--copy>
++
++Copy the I<file> to the target I<path>. Default is to move.
++
++=item B<-C>, B<--compare-copy>
++
++Same as B<-c> except if the destination file already exists and is
++identical to the source file, no installation is done and the target
++remains untouched.
++
++=item B<-s>, B<--strip>
++
++This option strips program executables during the installation, see
++strip(1). Default is to install verbatim.
++
++=item B<-m>, B<--mode> I<mode>
++
++The file mode applied to the target, see chmod(1). Setting mode to
++"C<->" skips this step and leaves the operating system default which is
++usually based on umask(1). Some file modes require superuser privileges
++to be set. Default is 0755.
++
++=item B<-o>, B<--owner> I<owner>
++
++The file owner name or id applied to the target, see chown(1). This
++option requires superuser privileges to execute. Default is to skip this
++step and leave the operating system default which is usually based on
++the executing uid or the parent setuid directory.
++
++=item B<-g>, B<--group> I<group>
++
++The file group name or id applied to the target, see chgrp(1). This
++option requires superuser privileges to execute to the fullest extend,
++otherwise the choice of I<group> is limited on most operating systems.
++Default is to skip this step and leave the operating system default
++which is usually based on the executing gid or the parent setgid
++directory.
++
++=item B<-e>, B<--exec> I<sed-cmd>
++
++This option can be used one or multiple times to apply one or more
++sed(1) commands to the file contents during installation.
++
++=back
++
++=head1 EXAMPLE
++
++ #   Makefile
++ install:
++      :
++     shtool install -c -s -m 4755 foo $(bindir)/
++     shtool install -c -m 644 foo.man $(mandir)/man1/foo.1
++     shtool install -c -m 644 -e "s/@p@/$prefix/g" foo.conf $(etcdir)/
++
++=head1 HISTORY
++
++The B<GNU shtool> B<install> command was originally written by Ralf S.
++Engelschall E<lt>rse@engelschall.comE<gt> in 1997 for B<GNU shtool>. It
++was prompted by portability issues in the installation procedures of
++B<OSSP> libraries.
++
++=head1 SEE ALSO
++
++shtool(1), umask(1), chmod(1), chown(1), chgrp(1), strip(1), sed(1).
++
++=cut
++
diff --git a/tiger-3.2.1-config.patch b/tiger-3.2.1-config.patch
new file mode 100644 (file)
index 0000000..9987648
--- /dev/null
@@ -0,0 +1,282 @@
+# Default configuration
+--- ./site-sample.config       2003-09-03 14:09:14.000000000 +0200
++++ ./site-sample      2005-08-07 17:12:40.000000000 +0200
+@@ -86,4 +86,4 @@
+ #
+ # Define where Integrit is installed (if you use it)
+ #
+-#INTEGRIT=/usr/local/bin/aide
++#INTEGRIT=/usr/local/bin/integrit
+--- ./tigerrc-TAMU.config      2002-06-14 10:51:31.000000000 +0200
++++ ./tigerrc-TAMU     2005-08-07 17:12:40.000000000 +0200
+@@ -15,6 +15,7 @@
+ # you don't want performed.
+ #
+ Tiger_Check_PASSWD=Y          # Fast
++Tiger_Check_PASSWD_FORMAT=N     # Fast - not needed if on systems with pwck
+ Tiger_Check_GROUP=Y           # Fast
+ Tiger_Check_ACCOUNTS=Y                # Time varies on # of users
+ Tiger_Check_RHOSTS=Y          # Time varies on # of users
+@@ -141,6 +142,11 @@
+ #
+ Tiger_Crack_Local=N
+ #
++# Who sends output from 'tigercron'?
++# Default is "root@$HOSTNAME" (gets expanded by tigercron)
++#
++# Tiger_Mail_FROM="root@`uname -n`"
++#
+ # Who gets output from 'tigercron'?
+ #
+ Tiger_Mail_RCPT=root
+--- ./cronrc.config    2003-09-19 16:24:41.000000000 +0200
++++ ./cronrc   2005-08-07 17:12:40.000000000 +0200
+@@ -28,7 +28,16 @@
+ # ----------------------------------------------------------------------
+ # Check for known intrusion signs every 8 hours
+ #
+-0,8,16 * *    check_known check_rootkit check_finddeleted check_logfiles check_runprocs check_rootdir check_root
++0,8,16 * *    check_known check_rootkit check_logfiles check_runprocs check_rootdir check_root
++# [experimental]
++# Check_finddeleted is very verbose and needs to be adjusted so we run
++# it less often, admins that want to run it more often are suggested
++# to look up how does the ignore mechanism works. In busy servers many
++# false positives might appear because of normal user access.
++# Some applications might generate false positives too due to the 
++# way they behave.  Also, this script requires LSOF, so only enable
++# it if you have it installed.
++#1 * * check_finddeleted 
+ # ----------------------------------------------------------------------
+ # Make system-specific checks every day at 1 am
+ # Notice: System specific checks can be enabled in the 
+@@ -68,7 +77,7 @@
+ # ----------------------------------------------------------------------
+ # Check for system configuration once a month
+ #
+-1 2 *         check_services check_signatures check_umask check_ftpusers check_embedded check_exrc
++1 2 *         check_services check_umask check_ftpusers check_embedded check_exrc
+ #
+ # ----------------------------------------------------------------------
+ # Run a password cracker against the local passwords once a month
+--- ./tigerrc-dist.config      2003-05-05 15:14:34.000000000 +0200
++++ ./tigerrc-dist     2005-08-07 17:12:40.000000000 +0200
+@@ -9,6 +9,7 @@
+ #
+ TigerNoBuild=Y                        # C files are corrupted (ouch.)
+ Tiger_Check_PASSWD=Y          # Fast
++Tiger_Check_PASSWD_FORMAT=N     # Fast - not needed if on systems with pwck
+ Tiger_Check_PASSWD_SHADOW=Y   # Time varies on # of users
+ Tiger_Check_PASSWD_NIS=N      # Time varies on # of users
+ Tiger_Check_GROUP=Y           # Fast
+@@ -209,6 +210,11 @@
+ #
+ Tiger_Crack_Local=Y
+ #
++# Who sends output from 'tigercron'?
++# Default is "root@$HOSTNAME" (gets expanded by tigercron)
++#
++# Tiger_Mail_FROM="root@`uname -n`"
++#
+ # Who gets output from 'tigercron'?
+ #
+ Tiger_Mail_RCPT=root
+--- ./check.tbl.config 2002-06-14 10:51:31.000000000 +0200
++++ ./check.tbl        2005-08-07 17:12:40.000000000 +0200
+@@ -22,4 +22,4 @@
+ # Add other checks that should be attempted for all systems
+ # here.  One script name per line.
+ #
+-check_sendmail
++#check_sendmail
+--- ./tigerrc.config   2003-10-07 00:18:12.000000000 +0200
++++ ./tigerrc  2005-08-07 17:13:26.000000000 +0200
+@@ -7,8 +7,16 @@
+ # Select checks to perform.  Specify 'N' (uppercase) for checks
+ # you don't want performed.
+ #
++# Notice this does not affect which checks will be performed through
++# the cron job (Tiger's cronrc file governs that, usually under
++# /usr/local/etc/tiger or /etc/tiger), it only affects which
++# checks will be performed when running the full security checks
++# (i.e. 'tiger')
++#
++#
+ TigerNoBuild=Y                        # C files are corrupted (ouch.)
+ Tiger_Check_PASSWD=Y          # Fast
++Tiger_Check_PASSWD_FORMAT=N     # Fast - not needed if on systems with pwck
+ Tiger_Check_PASSWD_SHADOW=Y   # Time varies on # of users
+ Tiger_Check_PASSWD_NIS=N      # Time varies on # of users
+ Tiger_Check_GROUP=Y           # Fast
+@@ -19,11 +27,11 @@
+ Tiger_Check_CRON=Y            # Fast
+ Tiger_Check_ANONFTP=Y         # Fast
+ Tiger_Check_EXPORTS=Y         # Fast
+-Tiger_Check_INETD=Y           # Fast
++Tiger_Check_INETD=Y           # Fast for inetd, Varies on xinetd
+ Tiger_Check_SERVICES=Y                # Could be faster, not bad though
+ Tiger_Check_KNOWN=Y           # Fast
+ Tiger_Check_PERMS=Y           # Could be faster, not bad though
+-Tiger_Check_SIGNATURES=Y      # Several minutes
++Tiger_Check_SIGNATURES=N      # Several minutes
+ Tiger_Check_FILESYSTEM=Y      # Time varies on disk space... can be hours
+ Tiger_Check_ROOTDIR=Y           # Fast, only 2 checks
+ Tiger_Check_ROOT_ACCESS=Y       # Fast
+@@ -37,7 +45,7 @@
+ Tiger_Check_LISTENING=Y               # Fast
+ Tiger_Check_SYSTEM=Y          # Depends on the specific system checks
+ Tiger_Check_RUNPROC=N         # Fast, needs to be customized per system
+-Tiger_Check_DELETED=Y         # Depends on the number of processes on the
++Tiger_Check_DELETED=N         # Depends on the number of processes on the
+                               # system
+ Tiger_Check_APACHE=N          # Fast
+ Tiger_Check_SSH=Y             # Fast
+@@ -46,6 +54,9 @@
+ Tiger_Check_EXRC=N            # Depends on the size of the filesystem
+ Tiger_Check_ROOTKIT=Y         # Slow if chkrootkit is available
+ Tiger_Check_FTPUSERS=Y                # Fast
++Tiger_Check_OMNIBACK=N        # Fast
++Tiger_Check_NTP=Y             # Fast
++
+ # OS specific checks
+ # You can comment them if they are not appropiate to your system but
+ # they will not run if you are running a different OS
+@@ -181,7 +192,7 @@
+ # What accounts are considered administrative (beyond root)
+ # (likely to not be used by humans, and therefore have impossible passwords)
+ # List of usernames separated by '|'... no whitespaces
+-Tiger_Admin_Accounts='adm|bin|daemon|games|lp|mail|news|operator|sync|sys|uucp|man|proxy|majordom|postgres|www-data|operator|irc|gnats'
++Tiger_Admin_Accounts='bin|daemon|adm|lp|sync|shutdown|halt|mail|news|uucp|operator|games|gopher|ftp|nobody|dbus|vcsa|nscd|rpm|haldaemon|netdump|sshd|rpc|rpcuser|nfsnobody|mailnull|smmsp|pcap|apache|xfs|ntp|gdm|postfix|cacti|mach|mysql|named|clamav|zope|openvpn|dovecot'
+ #
+ # If an embedded pathname refers to an executable file, this executable
+ # will in turn be checked.  This will continue "recursively" until
+@@ -219,7 +230,7 @@
+ # Who do you allow to own system files.
+ # List of usernames separated by '|'... no whitespace
+ #
+-Tiger_Embedded_OK_Owners='root|bin|uucp|sys|daemon'
++Tiger_Embedded_OK_Owners='root|bin|uucp|sys|daemon|rpm'
+ #Tiger_Embedded_OK_Owners=root
+ #
+ # What groups can have write access to system files?
+@@ -238,7 +249,7 @@
+ # Who can own executables in 'root's PATH?
+ # List of usernames separated by '|'... no whitespace
+ #
+-Tiger_ROOT_PATH_OK_Owners='root|uucp|bin|news|sys|daemon'
++Tiger_ROOT_PATH_OK_Owners='root|uucp|bin|news|sys|daemon|rpm'
+ # If you are paranoid:
+ #Tiger_ROOT_PATH_OK_Owners='root'
+ # If you are running HP-UX
+@@ -253,13 +264,13 @@
+ # Who can own things in other users PATH?
+ # List of usernames separated by '|'... no whitespace
+ #
+-Tiger_PATH_OK_Owners='root|bin|daemon|uucp|sys|adm'
++Tiger_PATH_OK_Owners=$Tiger_ROOT_PATH_OK_Owners
+ #
+ # What groups can have write access to executables in non-root user PATH?
+ # List of group names separated by '|'... no whitespace.
+ # No value means no groups should have write access.
+ #
+-Tiger_PATH_OK_Group_Write=
++eval Tiger_PATH_OK_Group_Write='$Tiger_ROOT_PATH_OK_Group_Write'
+ #
+ # Should 'tiger' wait for Crack to finish?  If set to 'Y' it will wait
+ # until it finishes.  If set to 'N', it will collect the output if
+@@ -274,6 +285,11 @@
+ #
+ Tiger_Crack_Local=Y
+ #
++# Who sends output from 'tigercron'?
++# Default is "root@$HOSTNAME" (gets expanded by tigercron)
++#
++# Tiger_Mail_FROM="root@`uname -n`"
++#
+ # Who gets output from 'tigercron'?
+ #
+ Tiger_Mail_RCPT=root
+@@ -285,12 +301,12 @@
+ #
+ # File system scan - things to look for
+ #
+-Tiger_FSScan_Setuid=Y         # Setuid executables
+-Tiger_FSScan_Setgid=Y         # Setgid executables
++Tiger_FSScan_Setuid=N         # Setuid executables
++Tiger_FSScan_Setgid=N         # Setgid executables
+ Tiger_FSScan_Devs=Y           # device files
+ Tiger_FSScan_SymLinks=Y               # strange symbolic links
+ Tiger_FSScan_ofNote=Y         # weird filenames
+-Tiger_FSScan_WDIR=Y           # world writable directories
++Tiger_FSScan_WDIR=N           # world writable directories
+ Tiger_FSScan_Unowned=Y                # files with undefined owners/groups
+ #
+ # Should we scan read-only filesystems
+@@ -303,7 +319,7 @@
+ # Note that .rhosts and .netrc need not appear here, as they will
+ # be checked by scan_rhosts or scan_netrc.
+ #
+-USERDOTFILES=".alias .kshrc .cshrc .profile .login .mailrc .exrc .emacs .forward .tcshrc .zshenv .zshrc .zlogin .zprofile .rcrc .bashrc .bash_profile .inputrc .xinitrc .fvwm2rc .Xsession .Xclients .less"
++USERDOTFILES=".alias .kshrc .cshrc .profile .login .mailrc .exrc .emacs .forward .tcshrc .zshenv .zshrc .zlogin .zprofile .rcrc .bashrc .bash_profile .bash_logout .inputrc .xinitrc .fvwm2rc .Xsession .Xclients .less .kde"
+ #
+ # Rhost sites which are expected to be in the .rhosts files.
+ # Anything that doesn't match will be reported.  The patterns
+@@ -316,7 +332,8 @@
+ # Debian GNU/Linux: default is 999, users are generated over 1000
+ # Solaris: default should be 99, users are generated over 100
+ # HP-UX (?): default should be 499, users are generated over 500
+-Tiger_Accounts_Trust=999
++# Fedora : default should be 499, users are generated over 500
++Tiger_Accounts_Trust=499
+ #
+ # These SSH directive variables are used to specify "allowed" values
+ # for the SSH Daemon.
+@@ -324,7 +341,7 @@
+ # be left blank to ignore the check.
+ Tiger_SSH_Protocol='1|2'
+ Tiger_SSH_RhostsAuthentication='no'
+-Tiger_SSH_PasswordAuthentication='no'
++Tiger_SSH_PasswordAuthentication='yes|no'
+ #
+ # Should we give warnings on services that listen on all interfaces?
+ # (i.e. those that have not been configured to listen only on one)
+@@ -353,10 +370,16 @@
+ # seen in the process table will generate a FAIL:
+ #
+ # The process list below is just an example (useful for Linux)
+-# change it to suit your needs
+-# Tiger_Running_Procs='syslogd cron atd klogd'
++# change it to suit your needs. You can use either the process name
++# or the full path name
++Tiger_Running_Procs='syslogd crond atd klogd'
++# or
++# Tiger_Running_Procs='/sbin/syslogd /usr/sbin/atd /usr/sbin/crond /sbin/klogd'
+ #
+ # Should we optimize DPKG checks? (by not using dpkg but looking on
+ # the file database at /var/lib/dpkg?)
+ #
+ Tiger_DPKG_Optimize=Y
++
++# Devices are not only in /dev when udev is enabled :
++FS_DEVDIRS="/dev /etc/udev/devices"
+--- ./tigerrc-all.config       2003-10-07 00:02:56.000000000 +0200
++++ ./tigerrc-all      2005-08-07 17:12:40.000000000 +0200
+@@ -9,6 +9,7 @@
+ #
+ TigerNoBuild=Y                        # C files are corrupted (ouch.)
+ Tiger_Check_PASSWD=Y          # Fast
++Tiger_Check_PASSWD_FORMAT=N     # Fast - not needed if on systems with pwck
+ Tiger_Check_PASSWD_SHADOW=Y   # Time varies on # of users
+ Tiger_Check_PASSWD_NIS=N      # Time varies on # of users
+ Tiger_Check_GROUP=Y           # Fast
+@@ -274,6 +275,11 @@
+ #
+ Tiger_Crack_Local=Y
+ #
++# Who sends output from 'tigercron'?
++# Default is "root@$HOSTNAME" (gets expanded by tigercron)
++#
++# Tiger_Mail_FROM="root@`uname -n`"
++#
+ # Who gets output from 'tigercron'?
+ #
+ Tiger_Mail_RCPT=root
diff --git a/tiger-3.2.1-doc.patch b/tiger-3.2.1-doc.patch
new file mode 100644 (file)
index 0000000..fc7b791
--- /dev/null
@@ -0,0 +1,4602 @@
+# Mainly typos
+diff -ru tiger.orig/CHANGES tiger/CHANGES
+--- tiger.orig/CHANGES 2009-03-08 14:41:39.000000000 +0000
++++ tiger/CHANGES      2009-03-08 14:48:36.000000000 +0000
+@@ -1,6 +1,15 @@
+ NOTE: To read changes made to the Debian package (since
+ August 23rd 2001) see the changelog.Debian file
++Changes (v 3.2.2) 
++(Unreleased)
++----------------
++- Applied patches from Ryan Bradetich to fix Makefiles in HPUX
++- Fixed bashisms in scripts
++- Fixed YPCAT calls
++[TODO: write more of the changes done here]
++
++
+ Changes (v 3.2.1) 
+ ----------------
+ - New checks:
+diff -ru tiger.orig/doc/accounts.txt tiger/doc/accounts.txt
+--- tiger.orig/doc/accounts.txt        2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/accounts.txt     2009-03-08 14:48:36.000000000 +0000
+@@ -98,10 +98,6 @@
+ %acc015w
+ The listed login ID has a duplicate home directory with another login
+ ID.  This should be remedied to prevent permission problems.
+-%acc016w
+-The listed login ID does not have password aging enabled.  Good
+-password management practices indicate that passwords should not
+-be static, but rather should be changed on a regular basis.
+ %acc017w
+ The listed login ID does not have corresponding entries in both the
+ /etc/passwd and /etc/shadow databases.  This may indicate tampering
+@@ -113,7 +109,7 @@
+ typical search paths.
+ %acc019w
+ The listed login ID may be missing a login program initialization
+-file.  This file controls the behavour of the login process and of
++file.  This file controls the behaviour of the login process and of
+ many important environment variables.
+ %acc020w
+ The listed login ID does not have a valid login program or shell.
+diff -ru tiger.orig/doc/aide.txt tiger/doc/aide.txt
+--- tiger.orig/doc/aide.txt    2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/aide.txt 2009-03-08 14:48:36.000000000 +0000
+@@ -5,7 +5,7 @@
+ cannot make use of in the current Tiger version. Please supply a custom
+ configuration file using Tiger_Run_AIDE_CFG_OVERRIDE and/or make sure 
+ no variable substitution is used in the Aide configuration file.
+-%aide003w
++%aide003wsum
+ Aide detected changes in filesystem integrity. This line is only the summary.
+ %aide003w
+ Aide detected, by checking against the files' the attributes in the database,
+diff -ru tiger.orig/doc/anonftp.txt tiger/doc/anonftp.txt
+--- tiger.orig/doc/anonftp.txt 2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/anonftp.txt      2009-03-08 14:48:36.000000000 +0000
+@@ -3,16 +3,16 @@
+ and hence there is nothing to check.
+ %ftp002a
+ There is a .rhosts file in the top level of the anonymous ftp
+-directories.  This can allow unauthorized 'rlogin's or 'rsh's to
++directory.  This can allow unauthorized 'rlogin's or 'rsh's to
+ occur to the ftp account. This indicates a possible intrusion.
+ The contents of the file are listed immediately following the message.
+ The machine should be checked for other signs of intrusion and should
+ be cleaned up.  The .rhosts file should be removed.
+ %ftp003w
+-The etc/passwd file in the anonymous ftp directories appears to
++The etc/passwd file in the anonymous ftp directory appears to
+ contain valid entries in the password field.  If these are valid,
+ then the file can be retrieved and a password cracking program
+-run against it.  The etc/passwd file in the anonymous ftp directories
++run against it.  The etc/passwd file in the anonymous ftp directory
+ should simply have a '*' in the password field, and should only
+ include entries for the 'ftp' and 'root' accounts.
+@@ -96,4 +96,7 @@
+ See CERT advisory CA-93:10 for information on setting up an anonymous
+ FTP server.
+-
++%ftp011w
++The 'ftp' account appears to have a valid shell.  A valid shell is not
++required for the 'ftp' user and can be safely set to /bin/false,
++/sbin/nologin, etc.
+diff -ru tiger.orig/doc/config.txt tiger/doc/config.txt
+--- tiger.orig/doc/config.txt  2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/config.txt       2009-03-08 14:48:36.000000000 +0000
+@@ -1,12 +1,12 @@
+ %con001c
+-The configuration file listed was not read in because it was
++The configuration file listed was not read because it was
+ a directory.
+ %con002c
+-The configuration file listed was not read in because it is
++The configuration file listed was not read because it was
+ not owned by `root'.  This is to prevent someone from
+ modifying the configuration file.
+ %con003c
+-The configuration file listed was not read in because it is
++The configuration file listed was not read because it was
+ writable by non-root users.  This is to prevent someone from
+ modifying the configuration file.
+ %con004c
+@@ -50,6 +50,11 @@
+ defined. Since the variable is needed for the module to run, it
+ will probably exit. This is a configuration problem. It is 
+ necessary to add the variable to the tigerrc configuration file.
++%con010c
++The filesystem is not recognised by Tiger as a local filesystem 
++for this operating system and will not be analysed by it. If this
++is a local filesystem then the configuration script for this
++operating system needs to be modified.
+ %init001e
+ The indicated variable, which should specifies the pathname to a command,
+ does not have a value. This message should not appear on platforms
+@@ -95,7 +100,7 @@
+ These scripts can only be invoked by the top level scripts.
+ %init009e
+ The script wanted to use a temporary script which already exists, this
+-might mean somebody created it to make use of an (fortunately unexistant) 
++might mean somebody created it to make use of a (fortunately non-existent) 
+ race condition. The script will not proceed further since it will not
+ use a file which it did not create itself.
+ %util001e
+@@ -112,5 +117,8 @@
+ The indicated file exists, but can not be read.  This usually happens
+ if you do not run the scripts from an account with super-user privileges.
+ %run001e
+-A needed file cannot be read, probably due to insuficient priviledges.
++A needed file cannot be read, probably due to insufficient privileges.
++Make sure that Tiger is run by the superuser (root) account.
++%run002e
++A needed command cannot be executed, probably due to insufficient privileges.
+ Make sure that Tiger is run by the superuser (root) account.
+diff -ru tiger.orig/doc/cron.txt tiger/doc/cron.txt
+--- tiger.orig/doc/cron.txt    2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/cron.txt 2009-03-08 14:48:36.000000000 +0000
+@@ -25,4 +25,17 @@
+ particular, possibly recurring time.  It can be very useful, but also 
+ has a very real potential for abuse by either users or system crackers.
+ Users can be restricted to use cron by creating a /etc/cron.allow
+-file holding only system administrators.
++(holding only system administrators) or a /etc/cron.deny file
++(listing which users are not allowed access). Depending on the site
++configuration if none exist either only root will be able to setup
++cron tasks or all users will be permitted. In many systems the 
++default is to allow access to all users.
++%cron006w
++Cron is not restricted to a given user. It is usually good to restrict
++cron as much as possible since this system has a real potential by 
++abuse by either users or system crackers. Consider removing the user
++from the allowed cron list if it is not strictly needed.
++%cron007i
++Cron is restricted to a given user. This is usually good, since
++restricting cron prevents this system from being 
++abused by either users or system crackers. 
+diff -ru tiger.orig/doc/embed.txt tiger/doc/embed.txt
+--- tiger.orig/doc/embed.txt   2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/embed.txt        2009-03-08 14:48:36.000000000 +0000
+@@ -69,11 +69,11 @@
+ The executable is group writable, world writable or both.  This can
+ enable an intruder to gain unauthorized privileges if they are able to
+ overwrite the executable.
+-%embed003i
++%embed004i
+ See the 'embed' explanation for an explanation of the format of the
+ embedded references.
+ The file or directory is group writable, world writable or both.  This
+ may indicate a vulnerability in the system.  It will be necessary to
+ study the file and programs in which the pathname was found to
+-determine whether there
++determine whether there is a problem.
+diff -ru tiger.orig/doc/explain.idx tiger/doc/explain.idx
+--- tiger.orig/doc/explain.idx 2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/explain.idx      2009-03-08 14:48:36.000000000 +0000
+@@ -16,14 +16,20 @@
+ acc013w accounts.txt 86 94
+ acc014f accounts.txt 96 97
+ acc015w accounts.txt 99 100
+-acc016w accounts.txt 102 104
+-acc017w accounts.txt 106 108
+-acc018w accounts.txt 110 113
+-acc019w accounts.txt 115 117
+-acc020w accounts.txt 119 125
+-acc022w accounts.txt 127 130
+-acc023w accounts.txt 132 134
+-acc024f accounts.txt 136 $
++acc017w accounts.txt 102 104
++acc018w accounts.txt 106 109
++acc019w accounts.txt 111 113
++acc020w accounts.txt 115 116
++acc021w accounts.txt 118 121
++acc022w accounts.txt 123 126
++acc023w accounts.txt 128 130
++acc024f accounts.txt 132 $
++aide001i aide.txt 2 2
++aide002e aide.txt 4 7
++aide003wsum aide.txt 9 9
++aide003w aide.txt 11 14
++aide004w aide.txt 16 23
++aide005w aide.txt 25 $
+ ali001i aliases.txt 2 4
+ ali002f aliases.txt 6 7
+ ali003 aliases.txt 9 11
+@@ -44,7 +50,8 @@
+ ftp008w anonftp.txt 70 77
+ ftp009w anonftp.txt 79 84
+ ftp010f anonftp.txt 86 91
+-ftp010w anonftp.txt 93 $
++ftp010w anonftp.txt 93 98
++ftp011w anonftp.txt 100 $
+ rationale background.txt 2 $
+ con001c config.txt 2 3
+ con002c config.txt 5 7
+@@ -55,24 +62,29 @@
+ con007c config.txt 37 41
+ con008e config.txt 43 47
+ con009e config.txt 49 52
+-init001e config.txt 54 68
+-init002e config.txt 70 75
+-init003c config.txt 77 78
+-init004e config.txt 80 81
+-init005e config.txt 83 86
+-init006e config.txt 88 89
+-init007e config.txt 91 92
+-init008e config.txt 94 95
+-util001e config.txt 97 99
+-util002e config.txt 101 102
+-post001e config.txt 104 105
+-read001i config.txt 107 108
+-run001e config.txt 110 $
++con010c config.txt 54 57
++init001e config.txt 59 73
++init002e config.txt 75 80
++init003c config.txt 82 83
++init004e config.txt 85 86
++init005e config.txt 88 91
++init006e config.txt 93 94
++init007e config.txt 96 97
++init008e config.txt 99 100
++init009e config.txt 102 105
++util001e config.txt 107 109
++util002e config.txt 111 112
++post001e config.txt 114 115
++read001i config.txt 117 118
++run001e config.txt 120 121
++run002e config.txt 123 $
+ cron001w cron.txt 2 4
+ cron002 cron.txt 6 10
+ cron003 cron.txt 12 16
+ cron004w cron.txt 18 22
+-cron005w cron.txt 24 $
++cron005w cron.txt 24 32
++cron006w cron.txt 34 37
++cron007i cron.txt 39 $
+ deb001e debian.txt 2 $
+ embed embed.txt 2 9
+ embed001w embed.txt 11 18
+@@ -82,40 +94,68 @@
+ embed003w embed.txt 49 55
+ embed003i embed.txt 57 64
+ embed004w embed.txt 66 71
+-embed003i embed.txt 73 $
++embed004i embed.txt 73 $
+ fsys001f filesys.txt 2 10
+ fsys002w filesys.txt 12 21
+ fsys003c filesys.txt 23 26
+-fsys004i filesys.txt 28 29
++fsys004a filesys.txt 28 29
+ fsys005a filesys.txt 31 34
+ fsys006a filesys.txt 36 39
+ fsys007i filesys.txt 41 52
+-fsys008i filesys.txt 54 56
++fsys008f filesys.txt 54 56
+ fsys009w filesys.txt 58 60
+ fsys010w filesys.txt 62 66
+-fsys011i filesys.txt 68 $
++fsys011a filesys.txt 68 69
++fsys0012w filesys.txt 71 $
+ grp001w group.txt 2 3
+ grp002w group.txt 5 7
+ grp003w group.txt 9 9
+ grp004w group.txt 11 12
+ grp005w group.txt 14 16
+ grp006w group.txt 18 $
++trust001w hpux.txt 2 9
++trust002w hpux.txt 11 $
+ inet001e inetd.txt 2 5
+ inet002f inetd.txt 7 11
+ inet003w inetd.txt 13 17
+ inet004i inetd.txt 19 21
+ inet005w inetd.txt 23 26
+-inet006f inetd.txt 28 33
+-inet007w inetd.txt 35 39
+-inet008 inetd.txt 41 43
+-inet009 inetd.txt 45 47
+-inet010i inetd.txt 49 50
+-inet011i inetd.txt 52 54
+-inet012w inetd.txt 56 56
+-inet013w inetd.txt 58 58
+-inet014i inetd.txt 60 61
+-inet015i inetd.txt 63 65
+-inet016f inetd.txt 67 $
++inet006f inetd.txt 28 41
++inet007w inetd.txt 43 47
++inet008 inetd.txt 49 51
++inet009 inetd.txt 53 55
++inet010i inetd.txt 57 58
++inet011i inetd.txt 60 62
++inet012w inetd.txt 64 68
++inet013w inetd.txt 70 74
++inet014i inetd.txt 76 77
++inet015i inetd.txt 79 81
++inet016f inetd.txt 83 86
++inet017w inetd.txt 88 93
++inet018w inetd.txt 95 100
++inet019a inetd.txt 102 109
++inet020f inetd.txt 111 116
++inet021f inetd.txt 118 123
++inet022w inetd.txt 125 135
++inet023w inetd.txt 137 155
++inet024w inetd.txt 157 162
++inet025w inetd.txt 164 170
++inet026w inetd.txt 172 176
++inet027w inetd.txt 178 182
++inet098w inetd.txt 184 189
++inet099w inetd.txt 191 195
++inet100w inetd.txt 197 204
++xnet001e inetd.txt 206 210
++xnet002e inetd.txt 212 215
++xnet003e inetd.txt 217 221
++xnet004i inetd.txt 223 225
++xnet005i inetd.txt 227 $
++integ001i integrit.txt 2 2
++integ002e integrit.txt 4 7
++integ003wsum integrit.txt 9 10
++integ003w integrit.txt 12 15
++integ004w integrit.txt 17 24
++integ005w integrit.txt 26 $
+ issue001w issue.txt 2 4
+ issue002w issue.txt 6 $
+ kis001a known.txt 2 5
+@@ -129,7 +169,9 @@
+ kis009w known.txt 46 53
+ kis010w known.txt 55 60
+ kis011f known.txt 62 72
+-kis012w known.txt 74 $
++kis012w known.txt 74 82
++kis013a known.txt 84 87
++kis014a known.txt 89 $
+ lin001w linux.txt 2 5
+ lin002i linux.txt 7 9
+ lin003w linux.txt 11 17
+@@ -141,21 +183,22 @@
+ lin009i linux.txt 49 53
+ lin010f linux.txt 55 58
+ lin011f linux.txt 60 62
+-lin012w linux.txt 64 72
+-lin013f linux.txt 74 77
+-lin014f linux.txt 79 84
+-lin015w linux.txt 86 89
+-lin016f linux.txt 91 97
+-lin017w linux.txt 99 102
+-lin018w linux.txt 104 $
+-logf001f logfiles.txt 2 3
+-logf002f logfiles.txt 5 6
+-logf003f logfiles.txt 8 9
+-logf004f logfiles.txt 11 12
+-logf005w logfiles.txt 14 15
+-logf005w logfiles.txt 17 18
+-logf006f logfiles.txt 20 21
+-logf007w logfiles.txt 23 $
++lin012w linux.txt 64 73
++lin013f linux.txt 75 78
++lin014f linux.txt 80 86
++lin015w linux.txt 88 91
++lin016f linux.txt 93 100
++lin017w linux.txt 102 106
++lin018w linux.txt 108 115
++lin019f linux.txt 117 $
++logf001f logfiles.txt 2 5
++logf002f logfiles.txt 7 10
++logf003f logfiles.txt 12 15
++logf004f logfiles.txt 17 20
++logf005f logfiles.txt 22 23
++logf005w logfiles.txt 25 26
++logf006f logfiles.txt 28 31
++logf007f logfiles.txt 33 $
+ ca9122f misc.txt 2 7
+ ca9122w misc.txt 9 15
+ ca9122i misc.txt 17 29
+@@ -163,7 +206,7 @@
+ misc002w misc.txt 47 55
+ misc003f misc.txt 57 64
+ misc004w misc.txt 66 70
+-misc005w misc.txt 72 73
++misc005e misc.txt 72 73
+ misc006w misc.txt 75 88
+ misc007w misc.txt 90 93
+ misc008w misc.txt 95 119
+@@ -183,11 +226,25 @@
+ misc020f misc.txt 232 233
+ misc021w misc.txt 235 236
+ misc022f misc.txt 238 239
+-misc023w misc.txt 241 $
++misc023w misc.txt 241 243
++misc024e misc.txt 245 250
++misc025e misc.txt 252 $
++ndd001f ndd.txt 2 9
++ndd002f ndd.txt 11 15
++ndd003w ndd.txt 17 21
++ndd004f ndd.txt 23 26
++ndd005w ndd.txt 28 32
++ndd006w ndd.txt 34 37
++ndd007f ndd.txt 39 44
++ndd008f ndd.txt 46 52
++ndd009f ndd.txt 54 61
++ndd010f ndd.txt 63 70
++ndd011w ndd.txt 72 $
+ nrc001f netrc.txt 2 8
+ nrc002w netrc.txt 10 14
+ nrc003w netrc.txt 16 17
+-nrc004a netrc.txt 19 $
++nrc004a netrc.txt 19 22
++nrc005w netrc.txt 24 $
+ netw001f network.txt 2 2
+ netw002f network.txt 4 6
+ netw003f network.txt 8 10
+@@ -232,17 +289,27 @@
+ pass006w passwd.txt 22 24
+ pass007w passwd.txt 26 27
+ pass008e passwd.txt 29 30
+-pass009e passwd.txt 32 33
+-pass010w passwd.txt 35 $
++pass009f passwd.txt 32 33
++pass010w passwd.txt 35 36
++pass011f passwd.txt 38 39
++pass012w passwd.txt 41 43
++pass013w passwd.txt 45 46
++pass014w passwd.txt 48 52
++pass015w passwd.txt 54 55
++pass016w passwd.txt 57 58
++pass017w passwd.txt 60 63
++pass018f passwd.txt 65 68
++pass19w passwd.txt 70 72
++pass20w passwd.txt 74 $
+ path001w paths.txt 2 5
+-path002w paths.txt 7 14
+-path003i paths.txt 16 18
+-path004w paths.txt 20 25
+-path005w paths.txt 27 34
+-path006w paths.txt 36 44
+-path007w paths.txt 46 49
+-path008i paths.txt 51 57
+-path009w paths.txt 59 $
++path002w paths.txt 7 18
++path003i paths.txt 20 22
++path004w paths.txt 24 29
++path005w paths.txt 31 38
++path006w paths.txt 40 48
++path007w paths.txt 50 53
++path008i paths.txt 55 61
++path009w paths.txt 63 $
+ pcap001i pcap.txt 2 4
+ pcap002i pcap.txt 6 7
+ pcap002w pcap.txt 9 11
+@@ -278,23 +345,29 @@
+ perm022w permissions.txt 141 143
+ perm023a permissions.txt 145 147
+ perm024a permissions.txt 149 152
+-perm025w permissions.txt 154 $
+-dev001 pxt.txt 2 2
+-dev002 pxt.txt 4 8
+-boot01 pxt.txt 10 11
+-boot02 pxt.txt 13 14
+-boot03 pxt.txt 16 17
+-ptch01 pxt.txt 19 20
+-ptch02 pxt.txt 22 23
+-ptch03 pxt.txt 25 27
+-ptch04 pxt.txt 29 33
+-ptch05e pxt.txt 35 40
+-osv001 pxt.txt 42 44
+-osv002 pxt.txt 46 48
+-osv003 pxt.txt 50 52
+-osv004 pxt.txt 54 57
+-sum001 pxt.txt 59 63
+-trip01 pxt.txt 65 $
++perm025w permissions.txt 154 159
++perm26f permissions.txt 161 164
++perm27f permissions.txt 166 170
++perm28f permissions.txt 172 178
++perm29f permissions.txt 180 190
++perm30f permissions.txt 192 $
++dev001f pxt.txt 2 2
++dev002f pxt.txt 4 8
++dev003w pxt.txt 10 13
++boot01 pxt.txt 15 16
++boot02 pxt.txt 18 19
++boot03w pxt.txt 21 22
++ptch01f pxt.txt 24 25
++ptch02f pxt.txt 27 28
++ptch03 pxt.txt 30 32
++ptch04w pxt.txt 34 38
++ptch05e pxt.txt 40 45
++osv001f pxt.txt 47 49
++osv002f pxt.txt 51 53
++osv003w pxt.txt 55 57
++osv004w pxt.txt 59 62
++sum001f pxt.txt 64 68
++trip01f pxt.txt 70 $
+ curry references.txt 2 4
+ garfinkel references.txt 6 $
+ rcmd001f rhosts.txt 2 5
+@@ -306,13 +379,23 @@
+ rcmd007w rhosts.txt 44 45
+ rcmd008a rhosts.txt 47 51
+ rcmd009f rhosts.txt 53 56
+-rcmd010i rhosts.txt 58 59
++rcmd010w rhosts.txt 58 59
+ rcmd011f rhosts.txt 61 70
+ rcmd012f rhosts.txt 72 74
+ rcmd013w rhosts.txt 76 81
+-rcmd015w rhosts.txt 83 $
+-rootdir001f rootdir.txt 2 3
+-rootdir002f rootdir.txt 5 $
++rcmd015w rhosts.txt 83 86
++rcmd016w rhosts.txt 88 92
++rcmd017a rhosts.txt 94 102
++rcmd018a rhosts.txt 104 $
++rootdir001f rootdir.txt 2 4
++rootdir002f rootdir.txt 6 6
++rootdir003f rootdir.txt 8 $
++rootkit001f rootkit.txt 2 6
++rootkit002f rootkit.txt 8 12
++rootkit003w rootkit.txt 14 18
++rootkit004w rootkit.txt 20 23
++rootkit005a rootkit.txt 25 28
++rootkit006a rootkit.txt 30 $
+ root001w root.txt 2 5
+ root002w root.txt 7 8
+ root003w root.txt 10 $
+@@ -336,4 +419,10 @@
+ sig018w signature.txt 146 151
+ sig019w signature.txt 153 162
+ sig020w signature.txt 164 167
+-sig021w signature.txt 169 $
++sig021w signature.txt 169 175
++sig022f signature.txt 177 $
++ssh001w ssh.txt 2 3
++ssh002w ssh.txt 5 8
++ssh003w ssh.txt 10 13
++ssh004w ssh.txt 15 16
++ssh005e ssh.txt 18 $
+diff -ru tiger.orig/doc/filesys.txt tiger/doc/filesys.txt
+--- tiger.orig/doc/filesys.txt 2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/filesys.txt      2009-03-08 14:48:36.000000000 +0000
+@@ -24,7 +24,7 @@
+ all setuid programs will be listed.  When fully configured for a
+ platform, only those setuid programs that do not appear in the
+ distribution will be listed.
+-%fsys004i
++%fsys004a
+ The listed programs are setuid, but are not in the database of
+ setuid programs which appear in the OS distribution.
+ %fsys005a
+@@ -50,7 +50,7 @@
+     chown -R joeuser /home/joeuser
+ could potentially change the owner of a system file to 'joeuser'.
+-%fsys008i
++%fsys008f
+ The listed directories are world writable.  These provide a location
+ for intruders to store files.  They should be checked for unusual
+ files.
+@@ -64,6 +64,10 @@
+ the Operating System.  Even on systems where this is corrected, the
+ difficulties in writing a truly secure setgid script make them very
+ undesirable.
+-%fsys011i
++%fsys011a
+ The listed programs are setgid, but are not in the database of
+ setgid programs which appear in the OS distribution.
++%fsys0012w
++The listed program is not owned by an administrative user.  The 
++majority of SUID programs should probably be owned by an 
++administrative user.
+diff -ru tiger.orig/doc/group.txt tiger/doc/group.txt
+--- tiger.orig/doc/group.txt   2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/group.txt        2009-03-08 14:48:36.000000000 +0000
+@@ -18,5 +18,3 @@
+ The group files have integrity issues as found by 'grpck -r'.  This
+ can lead to looping of password manipulation programs and to allow
+ unexpected access to resources.
+-
+-
+diff -ru tiger.orig/doc/inetd.txt tiger/doc/inetd.txt
+--- tiger.orig/doc/inetd.txt   2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/inetd.txt        2009-03-08 14:48:36.000000000 +0000
+@@ -25,8 +25,8 @@
+ be checked, and if anything unusual is found, the system should
+ be checked for other signs of intrusion.
+ %inet006f
+-The 'rexd' service is very insecure and should never be enabled.
+-Known rexd servers have little or no security in their design
++The 'rexd' (or 'exec') service is very insecure and should never be
++enabled.  Known rexd servers have little or no security in their design
+ or implementation. Intruders can exploit this service to execute 
+ commands as any user.
+@@ -61,7 +61,7 @@
+ This should be checked to see if it is a valid addition.  If it
+ is not, it should be removed.
+ %inet012w
+-The 'sysstat' service is enabled, this system provides a considerable
++The 'systat' service is enabled, this system provides a considerable
+ number of information to remote anonymous users.
+ Consider disabling it by editing the inetd.conf file,
+ removing the 'systat' entry, and sending a HUP signal to the
+@@ -80,7 +80,7 @@
+ by using tcp wrappers. This has been changed from default installation
+ (which did not provide it) but is probably a better setup.
+ %inet016f
+-The listed entry was protected by tcp wrappers by the systema but has,
++The listed entry was protected by tcp wrappers by the system but has,
+ for some unknown reason, changed to no longer be protected by them. Make
+ sure that the service is secured since, if not using tcp wrappers, 
+ access control for it might be disabled.
+@@ -168,10 +168,22 @@
+ Consider disabling it by editing the inetd.conf file,
+ removing the 'echo' and/or 'chargen' entries, and sending a HUP signal to the
+ 'inetd' process.
++%inet026w
++The linuxconf service can be utilized for remote administration.
++
++Consider disabling it by editing the inetd.conf file,
++removing the 'linuxconf' entry, and sending a HUP signal to the
++'inetd' process.
++%inet027w
++The 'identd or auth' service is enabled, this system provides a considerable
++number of information to remote anonymous users.
++
++Consider disabling it by editing the inetd.conf file, removing the 'auth' entry,
++and sending a HUP signal to the 'inetd' process.
+ %inet098w
+ Services that pass sensitive information (including passwords) should
+ be replaced with the family of programs that comprise secure shell (ssh)
+-which use strong encryption based on public-key criptography.
++which use strong encryption based on public-key cryptography.
+ You can use the freely-available OpenSSH implementation at 
+ http://www.openssh.org
+@@ -181,3 +193,37 @@
+ improve logging.
+ The listed entry was protected by tcp wrappers by the default installation
+ and is currently protected this way too. This is a good thing!
++%inet100w
++The inetd services does not have logging enabled.  Adding logging to the
++inetd services will help identify potential mis-use of system system resources.
++
++To enable logging for the inetd service add the -l option in the inetd startup
++scripts.
++
++To enable logging for the xinetd services add the log_type, log_on_success 
++and/or log_on_failure to the /etc/xinetd.conf file.
++%xnet001e
++The script cannot find an xinetd configuration file in this system. This
++might happen if Xinetd is not installed of if the XINETDCONF configuration
++variable is not properly defined. The script will try to find this configuration
++file in standard locations (/etc/xinetd.conf) but if it's not there
++you will need to define it in the siterc configuration file.
++%xnet002e
++A directory which is being included by the XINETDCONF configuration file
++is not really a directory. This prevents the script from analysing all
++the active services and might be a configuration issue. Please check
++Xinetd's configuration file.
++%xnet003e
++The script cannot read the xined configuration file in this system. This
++should not usually happen since the script should be running with
++root privileges. In order to analyse the configuration file you need
++to run this script as a user who can read all the Xinetd configuration
++files.
++%xnet004i
++The service is enabled in the Xinetd configuration file. You should verify
++that services enabled in the server are legitimate and consider disabling
++unused services in order to minimise exposure (and associated risk)
++%xnet005i
++The service is disabled in the Xinetd configuration file. This is usually
++a good thing, since this limits exposure of the server and prevents
++external attacks.
+diff -ru tiger.orig/doc/integrit.txt tiger/doc/integrit.txt
+--- tiger.orig/doc/integrit.txt        2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/integrit.txt     2009-03-08 14:48:36.000000000 +0000
+@@ -5,7 +5,7 @@
+ Tiger cannot make use of in the current Tiger version. Please supply a custom
+ configuration file using Tiger_Run_AIDE_CFG_OVERRIDE and/or make sure 
+ no variable substitution is used in the Integrit configuration file.
+-%integ003w
++%integ003wsum
+ Integrit detected changes in filesystem integrity. This line is only the 
+ summary.
+ %integ003w
+diff -ru tiger.orig/doc/known.txt tiger/doc/known.txt
+--- tiger.orig/doc/known.txt   2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/known.txt        2009-03-08 14:48:36.000000000 +0000
+@@ -44,7 +44,7 @@
+ of intrusion.
+ %kis009w
+ There is an .exrc file outside of any user's home directory. This file can
+-be loaded inadvertenly by a user if executing an editor in that directory
++be loaded inadvertently by a user if executing an editor in that directory
+ and could introduce unexpected commands through it.
+ Note that in all modern versions of vi, you have to set the exrc option
+ in your home's directory .exrc file before vi will read the exrc in
+@@ -74,11 +74,12 @@
+ An application in the system is using a deleted file. This might be an 
+ indication of an intruder executing rogue processes and removing the files
+ from disk so that they cannot be traced or detected by the local administrator.
+-This has been observerd both in intruders running password cracking programs
++This has been observed both in intruders running password cracking programs
+ or worms propagating through remote attacks.
+ This also can happen if a local application is using shared libraries which have
+ been upgraded but the service itself has not been restarted in order to
+-use the new libraries.
++use the new libraries.  Notice that if there was a vulnerability in the
++library and the server was not restarted the system is still vulnerable.
+ %kis013a
+ A interface is set up on promiscuous mode, this is a common method
+ used by attackers to capture user account and and password information.
+diff -ru tiger.orig/doc/linux.txt tiger/doc/linux.txt
+--- tiger.orig/doc/linux.txt   2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/linux.txt        2009-03-08 14:48:36.000000000 +0000
+@@ -49,7 +49,7 @@
+ The kernel will answer (per configuration) to ICMP echo requests in any
+ interface. You might want to configure it to not answer to this requests
+ and thus make it more "invisible". Do it with:
+-# sysctl -w net.ipv4.icmp_echo_ignore_all=1 
++ # sysctl -w net.ipv4.icmp_echo_ignore_all=1 
+ Note, however, that this violates RFCs.
+ %lin010f
+ The system will answer to ICMP broadcast echo messages. This is considered
+@@ -59,28 +59,30 @@
+ %lin011f
+ The system is configured to answer to bad formatted ICMP messages. This
+ behavior is not recommended, please unconfigure it with:
+-# sysctl -w net.ipv4.icmp_ignore_bogus_error_responses = 1
++ # sysctl -w net.ipv4.icmp_ignore_bogus_error_responses = 1
+ %lin012w
+ The system is configured to accept ICMP redirects, this might or might
+ not be necessary in your network topology. If you have multiple routers
+ to which connect through to outside locations it might be necessary,
+-otherwise remote it since an attacker could send bogus ICMP redirection
++otherwise remove it since an attacker could send bogus ICMP redirection
+ messages to try to route the outgoing network packets to other systems
+ (including his own) and thus allowing for man in the middle or
+ denial of service attacks:
+  # sysctl -w net.ipv4.conf.all.accept_redirects = 0
++and:
+  # sysctl -w net.ipv4.conf.default.accept_redirects = 0
+ %lin013f
+ It is common to protect systems against Denial of Service attacks using
+ SYN packets (commonly known as "SYN flooding") by activating support
+-of TCP syncookies. Note, however, that activating this violates some RFCS:
++of TCP syncookies. Note, however, that activating this violates some RFCs:
+   # sysctl -w net.ipv4.tcp_syncookies = 1
+ %lin014f
+ It is possible to send IP spoofed packets from this machine. Spoofed
+ packets are commonly used by trojans that make use of compromised hosts
+-to deliver denial of service, man in the middle or conection hijacking.
++to deliver denial of service, man in the middle or connection hijacking.
+ You should consider configuring your kernel to not permit this:
+   # sysctl -w net.ipv4.conf.all.rp_filter = 2
++and:
+   # sysctl -w net.ipv4.conf.default.rp_filter = 2
+ %lin015w
+ IP forwarding is the option that permits the system to act as a router
+@@ -94,11 +96,13 @@
+ circumstances or otherwise an attacker could try to bypass the traffic
+ filtering that is done on the network:
+   # sysctl -w net.ipv4.conf.all.accept_source_route = 0
++and:
+   # sysctl -w net.ipv4.conf.default.accept_source_route = 0
+ %lin017w
+-Suspicious packets recieved by the kernel should be logged to detect
++Suspicious packets received by the kernel should be logged to detect
+ incoming attacks. To activate this logging capability:
+   # sysctl -w net.ipv4.conf.all.log_martians = 1
++and:
+   # sysctl -w net.ipv4.conf.default.log_martians = 1
+ %lin018w
+ The "weak end host" description in the RFC1122 permits multihomed systems
+@@ -108,4 +112,17 @@
+ For 2.2 kernels remove this option with:
+   # echo 1 > /proc/sys/net/ipv4/conf/eth1/hidden
+ For 2.4 and later kernels you might need to patch the kernel or configure
+-your firewalling rules properly.
++your firewalling rules properly (i.e. defining anti-spoofing rules).
++%lin019f
++The system has no firewalling rules in place to limit access to network
++services and protocols. Considering configuring a set of local firewall
++rules adapted to your needs. There are multiple firewall generation software 
++you can use to generate these (such as Bastille, Shorewall, Firestarter,
++or Knetfiler).
++Local firewall rules can be used to block undesired incoming and outgoing
++traffic and can be useful to prevent access to network services that are
++listening on all system interfaces, only want to be used from specific
++hosts (or interfaces) and lack capabilities to either restrict its
++use to specific local network IP addresses or hosts. 
++If the system is multi-home a local firewall configuration will prevent
++spoofing attacks due to "weak end host" issues.
+diff -ru tiger.orig/doc/logfiles.txt tiger/doc/logfiles.txt
+--- tiger.orig/doc/logfiles.txt        2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/logfiles.txt     2009-03-08 14:48:36.000000000 +0000
+@@ -18,7 +18,7 @@
+ server can be listed.  This is accessed by the command "who".
+ It might not exist due to a system configuration error or an 
+ intruder that has tried to cover this tracks by removing it.
+-%logf005w
++%logf005f
+ The log file does not have proper permissions set. It is recommended that
+ you change the permissions to those suggested for these file.
+ %logf005w
+@@ -29,12 +29,12 @@
+ on the server.  
+ It might not exist due to a system configuration error or an 
+ intruder that has tried to cover this tracks by removing it.
+-%logf006f
++%logf007f
+ The log file "messages" should exist to show a trace of the system logs
+ (including reboots and kernel messages), it is also often used by the 
+ syslog daemon to log information. The contents of the "messages" logfile
+ depends upon the configuration of the syslog.conf and varies by 
+-distribution and/or system administrator preferrence.
++distribution and/or system administrator preference.
+ It might not exist if you have configured your system to use a 
+ different file for logging or if an intruder has tried to cover 
+ his tracks by removing it since the messages file might contain 
+diff -ru tiger.orig/doc/misc.txt tiger/doc/misc.txt
+--- tiger.orig/doc/misc.txt    2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/misc.txt 2009-03-08 14:48:36.000000000 +0000
+@@ -68,8 +68,8 @@
+ execute commands which allow them to read and modify memory, boot
+ alternate OS's etc.  See the 'eeprom' man page for information
+ on securing the PROM monitor.
+-%misc005w
+-The listed security check file from a check.tbl file does not
++%misc005e
++The listed security check file from a check.d/ file does not
+ exist.
+ %misc006w
+ The NFS mount daemon is running with port checking disabled.
+@@ -198,21 +198,21 @@
+ %misc016w
+ The `ie', `le', and `qe' device files can be used to snoop packets
+-from the network (ethernet in these cases).  This ability should be
++from the network (Ethernet in these cases).  This ability should be
+ restricted.  The permissions on the listed files should be 0600.  The
+ Solaris package facility will occasionally reset these permissions to
+ what they are defined to be in in the /var/sadm/install/contents file.
+-Therefore, they must be changed there as well.  The file is an ascii
++Therefore, they must be changed there as well.  The file is an ASCII
+ file and can be edited with any editor.
+ %misc017w
+ The `ie', `le', and `qe' device files can be used to snoop packets
+-from the network (ethernet in these cases).  This ability should be
++from the network (Ethernet in these cases).  This ability should be
+ restricted.  The listed device files should be owned by root and only
+ readable/writable by root in order to restrict access. The Solaris
+ package facility will occasionally reset the ownership and permissions to
+ what they are defined to be in in the /var/sadm/install/contents file.
+-Therefore, they must be changed there as well.  The file is an ascii
++Therefore, they must be changed there as well.  The file is an ASCII
+ file and can be edited with any editor.
+ %misc017f
+ The umask settings used in the boot scripts is insecure. 
+@@ -221,7 +221,7 @@
+ permissions are 022 or 022.
+ %misc018w
+ There are two umask settings in the boot scripts, this probably means
+-that only one of them will be valid. Check the appropiate file to
++that only one of them will be valid. Check the appropriate file to
+ fix this issue.
+ %misc019w
+ Tiger was unable to found any umask settings to be used in the boot
+@@ -236,19 +236,19 @@
+ that there are umask entries set in the configuration file.
+ %misc022f
+ The umask setting in the configuration file is insecure.  Umask must be 
+-set as to prevent public write (ie. either 002 or 022).
++set as to prevent public write (i.e. either 002 or 022).
+ %misc023w
+ There are more than two umask entries in the configuration file.  Please 
+ check if the umask settings are secure (to prevent public write, suggested 
+ values are either 002 or 022).
+-%misc024f
++%misc024e
+ The script will not be run since it belongs to a different owner than the
+ one running the Tiger program (or script). Since running this script might
+ introduce a risk (if the script was dropped in a directory that Tiger searches
+ for by an attacker to have it run) it will not be executed.
+ This might be a problem in the installation of Tiger so you should recheck
+ the script owner and permissions.
+-%misc025f
++%misc025e
+ The script will not be run since it is not executable. This might be a problem
+ with the installation of Tiger so you should recheck the script's file owner
+ and permissions.
+diff -ru tiger.orig/doc/ndd.txt tiger/doc/ndd.txt
+--- tiger.orig/doc/ndd.txt     2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/ndd.txt  2009-03-08 14:48:36.000000000 +0000
+@@ -69,8 +69,8 @@
+ services.
+  # ndd -set /dev/ip ip_respond_to_timestamp 0
+ %ndd011w
+-This option determins if HP-UX will include explanitory text in the
+-RST segement it sends.  This text is helpful for debugging, but is also
++This option determines if HP-UX will include explanatory text in the
++RST segment it sends.  This text is helpful for debugging, but is also
+ useful to potential intruders.
+ To disable this do:
+  # ndd -set /dev/tcp tcp_text_in_resets 0
+diff -ru tiger.orig/doc/network.txt tiger/doc/network.txt
+--- tiger.orig/doc/network.txt 2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/network.txt      2009-03-08 14:48:36.000000000 +0000
+@@ -1,11 +1,11 @@
+ %netw001f
+-The listed file is world writeable.  chomd -ow file to correct.
++The listed file is world writable.  chmod -ow file to correct.
+ %netw002f
+ The listed file is not owned by an 'administrative' account.
+ Change the ownership, or add your admin user to 'Tiger_Admin_Accounts'
+ list of valid administrative users.
+ %netw003f
+-The inetd daemon is not configured with loggin enabled.  If xinetd
++The inetd daemon is not configured with login enabled.  If xinetd
+ based, add the 'filelog' or 'syslog' options in /etc/sysconfig/xinetd
+ configuration file.
+ %netw004f
+diff -ru tiger.orig/doc/passwd.txt tiger/doc/passwd.txt
+--- tiger.orig/doc/passwd.txt  2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/passwd.txt       2009-03-08 14:48:36.000000000 +0000
+@@ -28,7 +28,7 @@
+ %pass008e
+ The password file was not generated and cannot be analysed. This might
+ probably happen due to Tiger not running with full administrative access.
+-%pass009e
++%pass009f
+ The format of a given configuration file used for user (or group) 
+ authentication has some inconsistency that might be a security vulnerability.
+ %pass010w
+@@ -61,8 +61,17 @@
+ account.  This should be checked to see if it is legitimate.  In any
+ case, having login ID's with a user ID of zero tends to lead to security
+ problems, and should be avoided (except for 'root')
+-%pass18f
++%pass018f
+ The listed administrative login should have an impossible password.
+ Files owned by this login ID may reside in critical system directories
+ and compromise of this account could lead to trojan executables in
+ typical search paths.
++%pass19w
++The listed login ID does not have password aging enabled.  Good
++password management practices indicate that passwords should not
++be static, but rather should be changed on a regular basis.
++%pass20w
++The listed login ID is not configured to use shadow passwords.  This
++indicates the specified login ID has its cypher text publicly available
++and is subject to brute force password cracking, even though shadow
++passwords are implimented on the system.
+diff -ru tiger.orig/doc/paths.txt tiger/doc/paths.txt
+--- tiger.orig/doc/paths.txt   2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/paths.txt        2009-03-08 14:48:36.000000000 +0000
+@@ -9,7 +9,7 @@
+ executables and spread by `root'.  Often these executables are owned by
+ `bin', `uucp' or other system accounts.  If these commands are never
+ used by root, then this is not a problem.  If they are, you should
+-consider changing the owner to `root'. Because of SMI's recent decission
++consider changing the owner to `root'. Because of SMI's recent decision
+ to install most /usr/sbin/* and /usr/bin/* executables
+ as owned by `bin', this account will not flag a warning.
+diff -ru tiger.orig/doc/pcap.txt tiger/doc/pcap.txt
+--- tiger.orig/doc/pcap.txt    2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/pcap.txt 2009-03-08 14:48:36.000000000 +0000
+@@ -14,6 +14,6 @@
+ group or world write permissions.  This may represent a security
+ vulnerability.
+ %pcap003w
+-The indicated executable associsated with a printer control has
++The indicated executable associated with a printer control has
+ group or world write permissions.  This may represent a security
+ vulnerability, as it may be possible to replace the executable.
+diff -ru tiger.orig/doc/permissions.txt tiger/doc/permissions.txt
+--- tiger.orig/doc/permissions.txt     2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/permissions.txt  2009-03-08 14:48:36.000000000 +0000
+@@ -160,7 +160,7 @@
+ %perm26f
+ The file '/etc/login.access' provides finer control over user
+ access, it can be modified to allow or disallow remote access
+-to priviledged accounts.  If this file is writable by non-root
++to privileged accounts.  If this file is writable by non-root
+ users, then unauthorized access or privileges may be obtained.
+ %perm27f
+ The file '/etc/login.conf' is used by default on some BSD systems, 
+diff -ru tiger.orig/doc/pxt.txt tiger/doc/pxt.txt
+--- tiger.orig/doc/pxt.txt     2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/pxt.txt  2009-03-08 14:48:36.000000000 +0000
+@@ -1,6 +1,6 @@
+-%dev001
++%dev001f
+ Tape devices used for backups should not have world permissions.
+-%dev002
++%dev002f
+ Devices that have improper (world) permissions might be accessed by
+ any system user. This might open security holes if these are shared
+ devices or hold binaries (disks for example). The administrator should
+@@ -17,20 +17,20 @@
+ %boot02
+ The grub configuration file (/boot/grub/grub.conf) should have
+ permissions limiting access to only the owner (usually root).
+-%boot03
++%boot03w
+ A boot loader configuration file could not be found.  That means
+ that neither /etc/lilo.conf nor /boot/grub/grub.conf exists.
+-%ptch01
++%ptch01f
+ AutoRPM has determined that there are updated packages waiting
+ to be installed.
+-%ptch02
++%ptch02f
+ apt-get has determined that there are updated packages waiting
+ to be installed.
+ %ptch03
+ The machine does not appear to be a RedHat or Debian system.
+ This test can currently only determine current patch levels
+ if it can find autorpm or apt-get.
+-%ptch04
++%ptch04w
+ No patch management tool could be found on the system.  
+ The scripts looks for autorpm followed by apt-get.  If either
+ one is found it is used to determine if updated packages
+@@ -43,31 +43,31 @@
+ will be done only on the current available list of packages (which
+ might not be up-to-date). Make sure that you are running the tool
+ as an administrative user.
+-%osv001
++%osv001f
+ The operating system version appears to be less than RedHat 6.2
+ Due to security enhancements and fixes available in recent releases,
+ running an older version of RedHat is strongly discouraged.
+-%osv002
++%osv002f
+ The operating system version appears to be less than Debian 3.0
+ Due to security enhancements and fixes available in recent releases,
+ running an older version of Debian is strongly discouraged.
+-%osv003
++%osv003w
+ The machine does not appear to be a RedHat or Debian system.
+ This test can not suggest a recommended version number for your
+ operating system.
+-%osv004
++%osv004w
+ The machine is running an unreleased version of Debian GNU/Linux.
+ This version is not supported by the security team so it might not
+-be up-to-date security wase (support is only provided for the latest
++be up-to-date security wise (support is only provided for the latest
+ release). That is, "run at your own risk".
+-%sum001
++%sum001f
+ The system does not appear to require a password during single-user
+ mode boot.  Either add a password to your boot loader or add the line:
+ ~~:S:wait:/sbin/sulogin
+-to your /etc/inittab file.  This line should be added immeditaly before
++to your /etc/inittab file.  This line should be added immediately before
+ the line containing "rc 0".
+-%trip01
++%trip01f
+ Tripwire has detected an inconsistency in the noted file.  This file
+ has been modified in some way since the database was built -- either
+-upgraded, removed or tampered with.  If this modification is legitmate
++upgraded, removed or tampered with.  If this modification is legitimate
+ please refresh the tripwire database by running "tripwire --update"
+diff -ru tiger.orig/doc/rhosts.txt tiger/doc/rhosts.txt
+--- tiger.orig/doc/rhosts.txt  2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/rhosts.txt       2009-03-08 14:48:36.000000000 +0000
+@@ -54,7 +54,7 @@
+ security hole.  It allows anyone to login to the machine as any
+ user except `root'.  This needs to be removed immediately.  Note
+ that SunOS 4.x systems ship with the '+' entry.
+-%rcmd010i
++%rcmd010w
+ The contents of the /etc/hosts.equiv file is listed.  The hosts
+ listed here should be examined for correctness.
+ %rcmd011f
+@@ -86,7 +86,7 @@
+ command.
+ %rcmd016w
+ The user has an .rhosts file. The use of rhosts files is not a recommended
+-method for secure access to remote hosts, you should consider wether or
++method for secure access to remote hosts, you should consider whether or
+ not the user needs to have an .rhosts file and, in any case, consider
+ the use of safer replacement for the 'r' commands including public-key
+ cryptography programs (such as SSH implementations)
+diff -ru tiger.orig/doc/rootdir.txt tiger/doc/rootdir.txt
+--- tiger.orig/doc/rootdir.txt 2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/rootdir.txt      2009-03-08 14:48:36.000000000 +0000
+@@ -1,6 +1,8 @@
+ %rootdir001f
+-The inode for the root directory is not on inode 2.  This is a security 
+-breach.  To check the inode number, use "stat /" command.
++The root directory is not at the beginning of a filesystems.
++This usually indicates the output of the Tiger reports might
++be suspect. (i.e. Tiger was possibly run inside a chroot, etc).
+ %rootdir002f
+ The permissions for the root directory are not secure.
+-
++%rootdir003f
++The ownership of the root directory is not secure.
+diff -ru tiger.orig/doc/rootkit.txt tiger/doc/rootkit.txt
+--- tiger.orig/doc/rootkit.txt 2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/rootkit.txt      2009-03-08 14:48:36.000000000 +0000
+@@ -14,12 +14,12 @@
+ The 'chkrootkit' program has detected a suspicious directory
+ which might be an indication of an intrusion. 
+ A full analysis of the system is recommended to determine the 
+-presence of further signs of intrusion since a rookit might have
++presence of further signs of intrusion since a rootkit might have
+ been installed. 
+-%rootkit004f
++%rootkit004w
+ The 'chkrootkit' program has detected a possible rootkit installation
+ A full analysis of the system is recommended to determine the 
+-presence of further signs of intrusion since a rookit might have
++presence of further signs of intrusion since a rootkit might have
+ been installed. 
+ %rootkit005a
+ The 'chkrootkit' program has detected a rootkit installation
+@@ -29,10 +29,10 @@
+ %rootkit006a
+ A rootkit is installed by intruders in systems which have been
+ successfully compromised and in which they have obtained full
+-administrator priviledges. The installation of a rookit is 
++administrator privileges. The installation of a rootkit is 
+ an indication of a major system compromise.
+-If the installation of a rookit is confirmed you are encouraged 
++If the installation of a rootkit is confirmed you are encouraged 
+ to power off the system and follow the steps outlined by
+ Steps for Recovering from a UNIX or NT System Compromise
+ (http://www.cert.org/tech_tips/root_compromise.html)
+diff -ru tiger.orig/doc/root.txt tiger/doc/root.txt
+--- tiger.orig/doc/root.txt    2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/root.txt 2009-03-08 14:48:36.000000000 +0000
+@@ -8,5 +8,5 @@
+ "root" should be added to this file.
+ %root003w
+ The root user should not have the message capability turned on.  This
+-could lead to inadvertant modification of files with the root user is
++could lead to inadvertent modification of files with the root user is
+ logged in.
+diff -ru tiger.orig/doc/signature.txt tiger/doc/signature.txt
+--- tiger.orig/doc/signature.txt       2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/signature.txt    2009-03-08 14:48:36.000000000 +0000
+@@ -176,7 +176,7 @@
+ %sig022f
+ The patchdiag.xref files is not available in the configuration directory. This
+ means that the script cannot proceed further since it does not have any
+-information of which are the appropiate patches for this system.
++information of which are the appropriate patches for this system.
+ Please download the patchdiag file from Sunsolve, you can use, for example,
+ the following link:
+diff -ru tiger.orig/doc/ssh.txt tiger/doc/ssh.txt
+--- tiger.orig/doc/ssh.txt     2009-03-08 14:41:39.000000000 +0000
++++ tiger/doc/ssh.txt  2009-03-08 14:48:36.000000000 +0000
+@@ -8,12 +8,12 @@
+ and no.
+ %ssh003w
+ The RhostsAuthentication directive determines if .rhosts or 
+-/etc/hosts.equiv is sufficent authentication.  This option
++/etc/hosts.equiv is sufficient authentication.  This option
+ only applies to protocol version 1 and is generally believed
+ to be insecure.
+ %ssh004w
+ The PasswordAuthentication directive determines if passwords
+-are a sufficent authentication.
++are a sufficient authentication.
+ %ssh005e
+ The variable SSHD_CONFIG is not defined which means that you have
+ not setup (or the system has been enable to find) your SSH configuration
+diff -ru tiger.orig/html/accounts.html tiger/html/accounts.html
+--- tiger.orig/html/accounts.html      2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/accounts.html   2009-03-08 14:48:36.000000000 +0000
+@@ -316,22 +316,6 @@
+ </PRE><HR>
+-<A NAME="acc016w"><P><B>Code [acc016w]</B><P>
+-The listed login ID does not have password aging enabled. Good
+-password management practices indicate that passwords should not
+-be static, but rather should be changed on a regular basis.
+-<PRE>
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-</PRE><HR>
+ <A NAME="acc017w"><P><B>Code [acc017w]</B><P>
+ The listed login ID does not have corresponding entries in both the
+ /etc/passwd and /etc/shadow databases. This may indicate tampering
+@@ -367,7 +351,7 @@
+ </PRE><HR>
+ <A NAME="acc019w"><P><B>Code [acc019w]</B><P>
+ The listed login ID may be missing a login program initialization
+-file. This file controls the behavour of the login process and of
++file. This file controls the behaviour of the login process and of
+ many important environment variables.
+ <PRE>
+@@ -384,7 +368,19 @@
+ <A NAME="acc020w"><P><B>Code [acc020w]</B><P>
+ The listed login ID does not have a valid login program or shell.
+ Usually these are defined in /etc/shells.
+-$acc021w
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="acc021w"><P><B>Code [acc021w]</B><P>
+ The listed login ID appears to be dormant. Files in the home
+ directory of this user have not been modified in the specified
+ period of time and after investigation the account may need to
+diff -ru tiger.orig/html/anonftp.html tiger/html/anonftp.html
+--- tiger.orig/html/anonftp.html       2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/anonftp.html    2009-03-08 14:48:36.000000000 +0000
+@@ -26,7 +26,7 @@
+ </PRE><HR>
+ <A NAME="ftp002a"><P><B>Code [ftp002a]</B><P>
+ There is a .rhosts file in the top level of the anonymous ftp
+-directories. This can allow unauthorized 'rlogin's or 'rsh's to
++directory. This can allow unauthorized 'rlogin's or 'rsh's to
+ occur to the ftp account. This indicates a possible intrusion.
+ The contents of the file are listed immediately following the message.
+ The machine should be checked for other signs of intrusion and should
+@@ -44,10 +44,10 @@
+ </PRE><HR>
+ <A NAME="ftp003w"><P><B>Code [ftp003w]</B><P>
+-The etc/passwd file in the anonymous ftp directories appears to
++The etc/passwd file in the anonymous ftp directory appears to
+ contain valid entries in the password field. If these are valid,
+ then the file can be retrieved and a password cracking program
+-run against it. The etc/passwd file in the anonymous ftp directories
++run against it. The etc/passwd file in the anonymous ftp directory
+ should simply have a '*' in the password field, and should only
+ include entries for the 'ftp' and 'root' accounts.
+ <P>
+@@ -251,4 +251,19 @@
+ <P>
+ See CERT advisory CA-93:10 for information on setting up an anonymous
+ FTP server.
+-<P>
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="ftp011w"><P><B>Code [ftp011w]</B><P>
++The 'ftp' account appears to have a valid shell. A valid shell is not
++required for the 'ftp' user and can be safely set to /bin/false,
++/sbin/nologin, etc.
+diff -ru tiger.orig/html/config.html tiger/html/config.html
+--- tiger.orig/html/config.html        2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/config.html     2009-03-08 14:48:36.000000000 +0000
+@@ -10,7 +10,7 @@
+ </PRE><HR>
+ <CENTER><H2> Documents for config</H2></CENTER>
+ <A NAME="con001c"><P><B>Code [con001c]</B><P>
+-The configuration file listed was not read in because it was
++The configuration file listed was not read because it was
+ a directory.
+ <PRE>
+@@ -25,7 +25,7 @@
+ </PRE><HR>
+ <A NAME="con002c"><P><B>Code [con002c]</B><P>
+-The configuration file listed was not read in because it is
++The configuration file listed was not read because it was
+ not owned by `root'. This is to prevent someone from
+ modifying the configuration file.
+ <PRE>
+@@ -41,7 +41,7 @@
+ </PRE><HR>
+ <A NAME="con003c"><P><B>Code [con003c]</B><P>
+-The configuration file listed was not read in because it is
++The configuration file listed was not read because it was
+ writable by non-root users. This is to prevent someone from
+ modifying the configuration file.
+ <PRE>
+@@ -169,6 +169,23 @@
+ </PRE><HR>
++<A NAME="con010c"><P><B>Code [con010c]</B><P>
++The filesystem is not recognised by Tiger as a local filesystem
++for this operating system and will not be analysed by it. If this
++is a local filesystem then the configuration script for this
++operating system needs to be modified.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
+ <A NAME="init001e"><P><B>Code [init001e]</B><P>
+ The indicated variable, which should specifies the pathname to a command,
+ does not have a value. This message should not appear on platforms
+@@ -308,6 +325,23 @@
+ </PRE><HR>
++<A NAME="init009e"><P><B>Code [init009e]</B><P>
++The script wanted to use a temporary script which already exists, this
++might mean somebody created it to make use of a (fortunately non-existent)
++race condition. The script will not proceed further since it will not
++use a file which it did not create itself.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
+ <A NAME="util001e"><P><B>Code [util001e]</B><P>
+ The attempt to compile the signature checking program (SNEFRU) failed.
+ This will prevent the tests of the integrity of system binaries from
+@@ -370,5 +404,20 @@
+ </PRE><HR>
+ <A NAME="run001e"><P><B>Code [run001e]</B><P>
+-A needed file cannot be read, probably due to insuficient priviledges.
++A needed file cannot be read, probably due to insufficient privileges.
++Make sure that Tiger is run by the superuser (root) account.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="run002e"><P><B>Code [run002e]</B><P>
++A needed command cannot be executed, probably due to insufficient privileges.
+ Make sure that Tiger is run by the superuser (root) account.
+diff -ru tiger.orig/html/cron.html tiger/html/cron.html
+--- tiger.orig/html/cron.html  2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/cron.html       2009-03-08 14:48:36.000000000 +0000
+@@ -84,4 +84,41 @@
+ particular, possibly recurring time. It can be very useful, but also
+ has a very real potential for abuse by either users or system crackers.
+ Users can be restricted to use cron by creating a /etc/cron.allow
+-file holding only system administrators.
++(holding only system administrators) or a /etc/cron.deny file
++(listing which users are not allowed access). Depending on the site
++configuration if none exist either only root will be able to setup
++cron tasks or all users will be permitted. In many systems the
++default is to allow access to all users.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="cron006w"><P><B>Code [cron006w]</B><P>
++Cron is not restricted to a given user. It is usually good to restrict
++cron as much as possible since this system has a real potential by
++abuse by either users or system crackers. Consider removing the user
++from the allowed cron list if it is not strictly needed.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="cron007i"><P><B>Code [cron007i]</B><P>
++Cron is restricted to a given user. This is usually good, since
++restricting cron prevents this system from being
++abused by either users or system crackers.
+diff -ru tiger.orig/html/embed.html tiger/html/embed.html
+--- tiger.orig/html/embed.html 2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/embed.html      2009-03-08 14:48:36.000000000 +0000
+@@ -176,11 +176,11 @@
+ </PRE><HR>
+-<A NAME="embed003i"><P><B>Code [embed003i]</B><P>
++<A NAME="embed004i"><P><B>Code [embed004i]</B><P>
+ See the 'embed' explanation for an explanation of the format of the
+ embedded references.
+ <P>
+ The file or directory is group writable, world writable or both. This
+ may indicate a vulnerability in the system. It will be necessary to
+ study the file and programs in which the pathname was found to
+-determine whether there
++determine whether there is a problem.
+diff -ru tiger.orig/html/filesys.html tiger/html/filesys.html
+--- tiger.orig/html/filesys.html       2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/filesys.html    2009-03-08 14:48:36.000000000 +0000
+@@ -71,7 +71,7 @@
+ </PRE><HR>
+-<A NAME="fsys004i"><P><B>Code [fsys004i]</B><P>
++<A NAME="fsys004a"><P><B>Code [fsys004a]</B><P>
+ The listed programs are setuid, but are not in the database of
+ setuid programs which appear in the OS distribution.
+ <PRE>
+@@ -145,7 +145,7 @@
+ </PRE><HR>
+-<A NAME="fsys008i"><P><B>Code [fsys008i]</B><P>
++<A NAME="fsys008f"><P><B>Code [fsys008f]</B><P>
+ The listed directories are world writable. These provide a location
+ for intruders to store files. They should be checked for unusual
+ files.
+@@ -195,6 +195,22 @@
+ </PRE><HR>
+-<A NAME="fsys011i"><P><B>Code [fsys011i]</B><P>
++<A NAME="fsys011a"><P><B>Code [fsys011a]</B><P>
+ The listed programs are setgid, but are not in the database of
+ setgid programs which appear in the OS distribution.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="fsys0012w"><P><B>Code [fsys0012w]</B><P>
++The listed program is not owned by an administrative user. The
++majority of SUID programs should probably be owned by an
++administrative user.
+diff -ru tiger.orig/html/group.html tiger/html/group.html
+--- tiger.orig/html/group.html 2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/group.html      2009-03-08 14:48:36.000000000 +0000
+@@ -89,5 +89,3 @@
+ The group files have integrity issues as found by 'grpck -r'. This
+ can lead to looping of password manipulation programs and to allow
+ unexpected access to resources.
+-<P>
+-<P>
+diff -ru tiger.orig/html/inetd.html tiger/html/inetd.html
+--- tiger.orig/html/inetd.html 2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/inetd.html      2009-03-08 14:48:36.000000000 +0000
+@@ -96,12 +96,20 @@
+ </PRE><HR>
+ <A NAME="inet006f"><P><B>Code [inet006f]</B><P>
+-The 'rexd' service is very insecure and should never be enabled.
++The 'rexd' (or 'exec') service is very insecure and should never be
++enabled. Known rexd servers have little or no security in their design
++or implementation. Intruders can exploit this service to execute
++commands as any user.
++<P>
+ It should be disabled immediately by editing the inetd.conf file
+ and removing the 'rexd' entry, and sending a HUP signal to the
+ 'inetd' process.
+ <P>
+ For AIX systems, CERT Advisory CA-92:05 is applicable.
++<P>
++Notice that some intruders may turn on a service
++that you previously thought you had turned off, or replace
++the inetd program with a Trojan horse program.
+ <PRE>
+@@ -196,7 +204,11 @@
+ </PRE><HR>
+ <A NAME="inet012w"><P><B>Code [inet012w]</B><P>
+-sysstat enabled
++The 'systat' service is enabled, this system provides a considerable
++number of information to remote anonymous users.
++Consider disabling it by editing the inetd.conf file,
++removing the 'systat' entry, and sending a HUP signal to the
++'inetd' process.
+ <PRE>
+@@ -210,7 +222,11 @@
+ </PRE><HR>
+ <A NAME="inet013w"><P><B>Code [inet013w]</B><P>
+-netstat enabled
++The 'netstat' service is enabled, this system provides a considerable
++number of information to remote anonymous users.
++Consider disabling it by editing the inetd.conf file,
++removing the 'netstat' entry, and sending a HUP signal to the
++'inetd' process.
+ <PRE>
+@@ -255,7 +271,378 @@
+ </PRE><HR>
+ <A NAME="inet016f"><P><B>Code [inet016f]</B><P>
+-The listed entry was protected by tcp wrappers by the systema but has,
++The listed entry was protected by tcp wrappers by the system but has,
+ for some unknown reason, changed to no longer be protected by them. Make
+ sure that the service is secured since, if not using tcp wrappers,
+ access control for it might be disabled.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet017w"><P><B>Code [inet017w]</B><P>
++The inetd configuration file permissions is not 600. This is the recommended
++setting by CERT's 'UNIX Security Checklist v2.0'. You should check that the
++file permissions on that file are correct.
++If an attacker can access the file due to lack of file permissions it might
++enable him to add new lines to the file which would, when inetd is restarted,
++allow him to introduce backdoors in the system.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet018w"><P><B>Code [inet018w]</B><P>
++The inetd configuration file can be written by any user of a given group since
++the file permissions ensure this. If the group is not an administrative group
++you should consider changing its permissions to 600.
++If the group includes untrusted users, one of them could
++add new lines to the file which would, when inetd is restarted,
++allow him to introduce backdoors in the system.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet019a"><P><B>Code [inet019a]</B><P>
++The inetd configuration file can be written by any user of the system.
++This makes it possible for any user to add new lines to the file which
++would, when inetd is restarted, allow him to introduce backdoors in the
++system.
++You should review your inetd configuration file to determine if there are
++suspicious services enabled since this might indicate that an intrusion
++has taken placed on the system. Also change the file permissions to restrict
++this misuse.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet020f"><P><B>Code [inet020f]</B><P>
++The inetd configuration file is not owned by root which is usually the owner
++of this file in most systems. This might indicate that the system has
++been affected by an intrusion and permissions of both the file and
++the directory it is stored in should be reviewed. Also review the content
++of this file in order to check if there are suspicious services enabled
++since this might indicate that an intrusion has taken place.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet021f"><P><B>Code [inet021f]</B><P>
++TCP wrappers do not seem to be installed in the system since the 'tcpd' program
++is not found in the system. Tcp wrappers allows you to monitor and filter
++incoming requests for common network services (through the use of the
++hosts.allow and hosts.deny files) and can be used to 'wrap' services either
++running through the inetd or in rc.d files.
++It is available via anonymous FTP from: ftp://ftp.porcupine.org/pub/security/
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet022w"><P><B>Code [inet022w]</B><P>
++The tftpd service is enabled, disable tftp if not needed by
++commenting it out from the file /etc/inetd.conf and restarting the
++inetd process.
++<P>
++If the tftpd service is required, create a separate partition to
++store the files to be served by tftp and limit the tftp daemon
++to the directory where this partition is mounted. Also make sure
++that the files in the tftpd area are not writable.
++<P>
++If it is not required, disable it by editing the inetd.conf file,
++removing the 'tftp' entry, and sending a HUP signal to the 'inetd' process.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet023w"><P><B>Code [inet023w]</B><P>
++The 'finger' service is enabled, this system provides a considerable
++number of information to remote anonymous users. An
++intruder can obtain quite a number of information about a remote host.
++Also, if improperly configured it can be used to create a 'finger war'
++DoS loop and can be used to do indirect finger requests
++(that is contact remote servers when a remote user sends a request
++for 'user@other_host@your_host')
++<P>
++You should make sure that you have an up-to-date version of fingerd.
++Do not use a version of fingerd that is older than 16 October, 2000.
++For more information consult the AusCERT ESB available at
++ftp://ftp.auscert.org.au/pub/auscert/ESB/ESB-2000.286
++<P>
++Consider disabling it unless it is considered essentially
++by editing the inetd.conf file, removing the 'finger' entry,
++and sending a HUP signal to the 'inetd' process.
++<P>
++If you cannot remove finger consider reducing the content by replacing
++it with a version which only offers restricted information.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet024w"><P><B>Code [inet024w]</B><P>
++The 'rusers' service is enabled, this system provides a considerable
++number of information to remote anonymous users.
++<P>
++Consider disabling it by editing the inetd.conf file,
++removing the 'rusers' entry, and sending a HUP signal to the
++'inetd' process.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet025w"><P><B>Code [inet025w]</B><P>
++The 'echo' and 'chargen' UDP servers are potentially problematic
++since they can be used to setup ping-pong DoS attacks targeted at
++other systems by means of IP address spoofing.
++<P>
++Consider disabling it by editing the inetd.conf file,
++removing the 'echo' and/or 'chargen' entries, and sending a HUP signal to the
++'inetd' process.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet026w"><P><B>Code [inet026w]</B><P>
++The linuxconf service can be utilized for remote administration.
++<P>
++Consider disabling it by editing the inetd.conf file,
++removing the 'linuxconf' entry, and sending a HUP signal to the
++'inetd' process.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet027w"><P><B>Code [inet027w]</B><P>
++The 'identd or auth' service is enabled, this system provides a considerable
++number of information to remote anonymous users.
++<P>
++Consider disabling it by editing the inetd.conf file, removing the 'auth' entry,
++and sending a HUP signal to the 'inetd' process.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet098w"><P><B>Code [inet098w]</B><P>
++Services that pass sensitive information (including passwords) should
++be replaced with the family of programs that comprise secure shell (ssh)
++which use strong encryption based on public-key cryptography.
++<P>
++You can use the freely-available OpenSSH implementation at
++http://www.openssh.org
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet099w"><P><B>Code [inet099w]</B><P>
++The indicated service is not protected by tcp wrappers or xinetd access
++control. The use of this facility is encouraged to limit access and to
++improve logging.
++The listed entry was protected by tcp wrappers by the default installation
++and is currently protected this way too. This is a good thing!
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="inet100w"><P><B>Code [inet100w]</B><P>
++The inetd services does not have logging enabled. Adding logging to the
++inetd services will help identify potential mis-use of system system resources.
++<P>
++To enable logging for the inetd service add the -l option in the inetd startup
++scripts.
++<P>
++To enable logging for the xinetd services add the log_type, log_on_success
++and/or log_on_failure to the /etc/xinetd.conf file.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="xnet001e"><P><B>Code [xnet001e]</B><P>
++The script cannot find an xinetd configuration file in this system. This
++might happen if Xinetd is not installed of if the XINETDCONF configuration
++variable is not properly defined. The script will try to find this configuration
++file in standard locations (/etc/xinetd.conf) but if it's not there
++you will need to define it in the siterc configuration file.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="xnet002e"><P><B>Code [xnet002e]</B><P>
++A directory which is being included by the XINETDCONF configuration file
++is not really a directory. This prevents the script from analysing all
++the active services and might be a configuration issue. Please check
++Xinetd's configuration file.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="xnet003e"><P><B>Code [xnet003e]</B><P>
++The script cannot read the xined configuration file in this system. This
++should not usually happen since the script should be running with
++root privileges. In order to analyse the configuration file you need
++to run this script as a user who can read all the Xinetd configuration
++files.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="xnet004i"><P><B>Code [xnet004i]</B><P>
++The service is enabled in the Xinetd configuration file. You should verify
++that services enabled in the server are legitimate and consider disabling
++unused services in order to minimise exposure (and associated risk)
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="xnet005i"><P><B>Code [xnet005i]</B><P>
++The service is disabled in the Xinetd configuration file. This is usually
++a good thing, since this limits exposure of the server and prevents
++external attacks.
+diff -ru tiger.orig/html/known.html tiger/html/known.html
+--- tiger.orig/html/known.html 2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/known.html      2009-03-08 14:48:36.000000000 +0000
+@@ -151,7 +151,7 @@
+ </PRE><HR>
+ <A NAME="kis009w"><P><B>Code [kis009w]</B><P>
+ There is an .exrc file outside of any user's home directory. This file can
+-be loaded inadvertenly by a user if executing an editor in that directory
++be loaded inadvertently by a user if executing an editor in that directory
+ and could introduce unexpected commands through it.
+ Note that in all modern versions of vi, you have to set the exrc option
+ in your home's directory .exrc file before vi will read the exrc in
+@@ -217,8 +217,53 @@
+ An application in the system is using a deleted file. This might be an
+ indication of an intruder executing rogue processes and removing the files
+ from disk so that they cannot be traced or detected by the local administrator.
+-This has been observerd both in intruders running password cracking programs
++This has been observed both in intruders running password cracking programs
+ or worms propagating through remote attacks.
+ This also can happen if a local application is using shared libraries which have
+ been upgraded but the service itself has not been restarted in order to
+-use the new libraries.
++use the new libraries. Notice that if there was a vulnerability in the
++library and the server was not restarted the system is still vulnerable.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="kis013a"><P><B>Code [kis013a]</B><P>
++A interface is set up on promiscuous mode, this is a common method
++used by attackers to capture user account and and password information.
++For related information, see CERT advisory CA-94:01 available in
++http://www.cert.org/advisories/CA-94.01.ongoing.network.monitoring.attacks.html
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="kis014a"><P><B>Code [kis014a]</B><P>
++A shell entry (/bin/sh or /bin/csh) has been defined in inetd.conf, this is
++a common method used by attackers to introduce system backdoors and may
++exploits run the following code:
++<P>
++echo 'ingreslock stream tcp nowait root /bin/sh sh -i' > /tmp/bob; /usr/sbin/inetd -s /tmp/bob
++<P>
++You should check all if the inetd running in the system is using a modified
++configuration file and check all the programs specified in either that
++configuration file or /etc/inetd.conf to verify that they are correct
++and have not been replaced by Trojan horse programs.
++Also check for legitimate services that you have commented
++out in your /etc/inetd.conf. Intruders may turn on a service
++that you previously thought you had turned off, or replace
++the inetd program with a Trojan horse program.
+diff -ru tiger.orig/html/linux.html tiger/html/linux.html
+--- tiger.orig/html/linux.html 2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/linux.html      2009-03-08 14:48:36.000000000 +0000
+@@ -207,11 +207,12 @@
+ The system is configured to accept ICMP redirects, this might or might
+ not be necessary in your network topology. If you have multiple routers
+ to which connect through to outside locations it might be necessary,
+-otherwise remote it since an attacker could send bogus ICMP redirection
++otherwise remove it since an attacker could send bogus ICMP redirection
+ messages to try to route the outgoing network packets to other systems
+ (including his own) and thus allowing for man in the middle or
+ denial of service attacks:
+ # sysctl -w net.ipv4.conf.all.accept_redirects = 0
++and:
+ # sysctl -w net.ipv4.conf.default.accept_redirects = 0
+ <PRE>
+@@ -228,7 +229,7 @@
+ <A NAME="lin013f"><P><B>Code [lin013f]</B><P>
+ It is common to protect systems against Denial of Service attacks using
+ SYN packets (commonly known as "SYN flooding") by activating support
+-of TCP syncookies. Note, however, that activating this violates some RFCS:
++of TCP syncookies. Note, however, that activating this violates some RFCs:
+ # sysctl -w net.ipv4.tcp_syncookies = 1
+ <PRE>
+@@ -245,9 +246,10 @@
+ <A NAME="lin014f"><P><B>Code [lin014f]</B><P>
+ It is possible to send IP spoofed packets from this machine. Spoofed
+ packets are commonly used by trojans that make use of compromised hosts
+-to deliver denial of service, man in the middle or conection hijacking.
++to deliver denial of service, man in the middle or connection hijacking.
+ You should consider configuring your kernel to not permit this:
+ # sysctl -w net.ipv4.conf.all.rp_filter = 2
++and:
+ # sysctl -w net.ipv4.conf.default.rp_filter = 2
+ <PRE>
+@@ -285,6 +287,7 @@
+ circumstances or otherwise an attacker could try to bypass the traffic
+ filtering that is done on the network:
+ # sysctl -w net.ipv4.conf.all.accept_source_route = 0
++and:
+ # sysctl -w net.ipv4.conf.default.accept_source_route = 0
+ <PRE>
+@@ -299,9 +302,10 @@
+ </PRE><HR>
+ <A NAME="lin017w"><P><B>Code [lin017w]</B><P>
+-Suspicious packets recieved by the kernel should be logged to detect
++Suspicious packets received by the kernel should be logged to detect
+ incoming attacks. To activate this logging capability:
+ # sysctl -w net.ipv4.conf.all.log_martians = 1
++and:
+ # sysctl -w net.ipv4.conf.default.log_martians = 1
+ <PRE>
+@@ -323,4 +327,29 @@
+ For 2.2 kernels remove this option with:
+ # echo 1 > /proc/sys/net/ipv4/conf/eth1/hidden
+ For 2.4 and later kernels you might need to patch the kernel or configure
+-your firewalling rules properly.
++your firewalling rules properly (i.e. defining anti-spoofing rules).
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="lin019f"><P><B>Code [lin019f]</B><P>
++The system has no firewalling rules in place to limit access to network
++services and protocols. Considering configuring a set of local firewall
++rules adapted to your needs. There are multiple firewall generation software
++you can use to generate these (such as Bastille, Shorewall, Firestarter,
++or Knetfiler).
++Local firewall rules can be used to block undesired incoming and outgoing
++traffic and can be useful to prevent access to network services that are
++listening on all system interfaces, only want to be used from specific
++hosts (or interfaces) and lack capabilities to either restrict its
++use to specific local network IP addresses or hosts.
++If the system is multi-home a local firewall configuration will prevent
++spoofing attacks due to "weak end host" issues.
+diff -ru tiger.orig/html/logfiles.html tiger/html/logfiles.html
+--- tiger.orig/html/logfiles.html      2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/logfiles.html   2009-03-08 14:48:36.000000000 +0000
+@@ -12,6 +12,8 @@
+ <A NAME="logf001f"><P><B>Code [logf001f]</B><P>
+ The log file "wtmp" should exist to show an audit trail of which user has
+ logged into the server. This file is accessed by the command "last".
++It might not exist due to a system configuration error or an
++intruder that has tried to cover this tracks by removing it.
+ <PRE>
+@@ -27,6 +29,8 @@
+ <A NAME="logf002f"><P><B>Code [logf002f]</B><P>
+ The log file "btmp" should exist to log a list of bad logins.
+ This file is accessed using the command "lastb".
++It might not exist due to a system configuration error or an
++intruder that has tried to cover this tracks by removing it.
+ <PRE>
+@@ -42,6 +46,8 @@
+ <A NAME="logf003f"><P><B>Code [logf003f]</B><P>
+ The log file "lastlog" should exist to show a user's most recent login
+ session on the server. This file is accessed by the command "lastlog".
++It might not exist due to a system configuration error or an
++intruder that has tried to cover this tracks by removing it.
+ <PRE>
+@@ -57,6 +63,8 @@
+ <A NAME="logf004f"><P><B>Code [logf004f]</B><P>
+ The log file "utmp" should exist so that a list of current users on the
+ server can be listed. This is accessed by the command "who".
++It might not exist due to a system configuration error or an
++intruder that has tried to cover this tracks by removing it.
+ <PRE>
+@@ -69,9 +77,9 @@
+ </PRE><HR>
+-<A NAME="logf005w"><P><B>Code [logf005w]</B><P>
++<A NAME="logf005f"><P><B>Code [logf005f]</B><P>
+ The log file does not have proper permissions set. It is recommended that
+-you change the permissions to those suggested.
++you change the permissions to those suggested for these file.
+ <PRE>
+@@ -100,8 +108,10 @@
+ </PRE><HR>
+ <A NAME="logf006f"><P><B>Code [logf006f]</B><P>
+-The umask setting in the configuration file is insecure. Umask must be
+-set as to prevent public write (ie. either 002 or 022).
++The log file "loginlog" should exist to show a user login attempts
++on the server.
++It might not exist due to a system configuration error or an
++intruder that has tried to cover this tracks by removing it.
+ <PRE>
+@@ -114,7 +124,13 @@
+ </PRE><HR>
+-<A NAME="logf007w"><P><B>Code [logf007w]</B><P>
+-There are more than two umask entries in the configuration file. Please
+-check if the umask settings are secure (to prevent public write, suggested
+-values are either 002 or 022).
++<A NAME="logf007f"><P><B>Code [logf007f]</B><P>
++The log file "messages" should exist to show a trace of the system logs
++(including reboots and kernel messages), it is also often used by the
++syslog daemon to log information. The contents of the "messages" logfile
++depends upon the configuration of the syslog.conf and varies by
++distribution and/or system administrator preference.
++It might not exist if you have configured your system to use a
++different file for logging or if an intruder has tried to cover
++his tracks by removing it since the messages file might contain
++bad login attempts from local users and remote hosts.
+diff -ru tiger.orig/html/misc.html tiger/html/misc.html
+--- tiger.orig/html/misc.html  2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/misc.html       2009-03-08 14:48:36.000000000 +0000
+@@ -163,8 +163,8 @@
+ </PRE><HR>
+-<A NAME="misc005w"><P><B>Code [misc005w]</B><P>
+-The listed security check file from a check.tbl file does not
++<A NAME="misc005e"><P><B>Code [misc005e]</B><P>
++The listed security check file from a check.d/ file does not
+ exist.
+ <PRE>
+@@ -437,11 +437,11 @@
+ <A NAME="misc016w"><P><B>Code [misc016w]</B><P>
+ <P>
+ The `ie', `le', and `qe' device files can be used to snoop packets
+-from the network (ethernet in these cases). This ability should be
++from the network (Ethernet in these cases). This ability should be
+ restricted. The permissions on the listed files should be 0600. The
+ Solaris package facility will occasionally reset these permissions to
+ what they are defined to be in in the /var/sadm/install/contents file.
+-Therefore, they must be changed there as well. The file is an ascii
++Therefore, they must be changed there as well. The file is an ASCII
+ file and can be edited with any editor.
+ <PRE>
+@@ -458,12 +458,12 @@
+ <A NAME="misc017w"><P><B>Code [misc017w]</B><P>
+ <P>
+ The `ie', `le', and `qe' device files can be used to snoop packets
+-from the network (ethernet in these cases). This ability should be
++from the network (Ethernet in these cases). This ability should be
+ restricted. The listed device files should be owned by root and only
+ readable/writable by root in order to restrict access. The Solaris
+ package facility will occasionally reset the ownership and permissions to
+ what they are defined to be in in the /var/sadm/install/contents file.
+-Therefore, they must be changed there as well. The file is an ascii
++Therefore, they must be changed there as well. The file is an ASCII
+ file and can be edited with any editor.
+ <PRE>
+@@ -496,7 +496,7 @@
+ </PRE><HR>
+ <A NAME="misc018w"><P><B>Code [misc018w]</B><P>
+ There are two umask settings in the boot scripts, this probably means
+-that only one of them will be valid. Check the appropiate file to
++that only one of them will be valid. Check the appropriate file to
+ fix this issue.
+ <PRE>
+@@ -559,7 +559,7 @@
+ </PRE><HR>
+ <A NAME="misc022f"><P><B>Code [misc022f]</B><P>
+ The umask setting in the configuration file is insecure. Umask must be
+-set as to prevent public write (ie. either 002 or 022).
++set as to prevent public write (i.e. either 002 or 022).
+ <PRE>
+@@ -576,3 +576,38 @@
+ There are more than two umask entries in the configuration file. Please
+ check if the umask settings are secure (to prevent public write, suggested
+ values are either 002 or 022).
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="misc024e"><P><B>Code [misc024e]</B><P>
++The script will not be run since it belongs to a different owner than the
++one running the Tiger program (or script). Since running this script might
++introduce a risk (if the script was dropped in a directory that Tiger searches
++for by an attacker to have it run) it will not be executed.
++This might be a problem in the installation of Tiger so you should recheck
++the script owner and permissions.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="misc025e"><P><B>Code [misc025e]</B><P>
++The script will not be run since it is not executable. This might be a problem
++with the installation of Tiger so you should recheck the script's file owner
++and permissions.
+diff -ru tiger.orig/html/netrc.html tiger/html/netrc.html
+--- tiger.orig/html/netrc.html 2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/netrc.html      2009-03-08 14:48:36.000000000 +0000
+@@ -67,3 +67,19 @@
+ that an intrusion has occurred. The directory should be examined
+ for unusual files. The system should also be checked for other
+ signs of intrusion. The directory should be renamed or removed.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="nrc005w"><P><B>Code [nrc005w]</B><P>
++The user has a .netrc file, you should avoid usage of these files unless
++absolutely necessary since they can contain sensible information which
++could be used by a local intruder.
+diff -ru tiger.orig/html/network.html tiger/html/network.html
+--- tiger.orig/html/network.html       2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/network.html    2009-03-08 14:48:36.000000000 +0000
+@@ -10,7 +10,7 @@
+ </PRE><HR>
+ <CENTER><H2> Documents for network</H2></CENTER>
+ <A NAME="netw001f"><P><B>Code [netw001f]</B><P>
+-The listed file is world writeable. chomd -ow file to correct.
++The listed file is world writable. chmod -ow file to correct.
+ <PRE>
+@@ -40,7 +40,7 @@
+ </PRE><HR>
+ <A NAME="netw003f"><P><B>Code [netw003f]</B><P>
+-The inetd daemon is not configured with loggin enabled. If xinetd
++The inetd daemon is not configured with login enabled. If xinetd
+ based, add the 'filelog' or 'syslog' options in /etc/sysconfig/xinetd
+ configuration file.
+ <PRE>
+diff -ru tiger.orig/html/passwd.html tiger/html/passwd.html
+--- tiger.orig/html/passwd.html        2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/passwd.html     2009-03-08 14:48:36.000000000 +0000
+@@ -135,7 +135,7 @@
+ </PRE><HR>
+-<A NAME="pass009e"><P><B>Code [pass009e]</B><P>
++<A NAME="pass009f"><P><B>Code [pass009f]</B><P>
+ The format of a given configuration file used for user (or group)
+ authentication has some inconsistency that might be a security vulnerability.
+ <PRE>
+@@ -153,3 +153,164 @@
+ <A NAME="pass010w"><P><B>Code [pass010w]</B><P>
+ The listed groupname occurs more than once in the same file. This
+ indicates a configuration problem and should be corrected.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="pass011f"><P><B>Code [pass011f]</B><P>
++The listed username has an empty password string. This will allow any user
++to gain access to the account without being prompted for a password.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="pass012w"><P><B>Code [pass012w]</B><P>
++The listed home directory is specified for multiple users. This can lead to
++denial-of-service and unexpected resource usage (i.e. shell initialization
++files, etc) if not corrected.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="pass013w"><P><B>Code [pass013w]</B><P>
++The listed username is not using an acceptable, cryptographic method for the
++password hash.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="pass014w"><P><B>Code [pass014w]</B><P>
++The listed login ID is disabled in some manner ('*' in passwd field, etc),
++but the login shell for the login ID is a valid shell (from /etc/shells
++or the system equivalent). A valid shell can potentially enable the
++login ID to continue to be used. The login shell should be changed
++to something that doesn't exist, or to something like /bin/false.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="pass015w"><P><B>Code [pass015w]</B><P>
++The listed login ID does not have a valid login program or shell.
++Usually these are defined in /etc/shells.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="pass016w"><P><B>Code [pass016w]</B><P>
++The listed login ID should not have "/" (system root directory)
++as its home drive. This is a possible security hole.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="pass017w"><P><B>Code [pass017w]</B><P>
++The listed login ID has a user ID of zero (0) and is not the 'root'
++account. This should be checked to see if it is legitimate. In any
++case, having login ID's with a user ID of zero tends to lead to security
++problems, and should be avoided (except for 'root')
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="pass018f"><P><B>Code [pass018f]</B><P>
++The listed administrative login should have an impossible password.
++Files owned by this login ID may reside in critical system directories
++and compromise of this account could lead to trojan executables in
++typical search paths.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="pass19w"><P><B>Code [pass19w]</B><P>
++The listed login ID does not have password aging enabled. Good
++password management practices indicate that passwords should not
++be static, but rather should be changed on a regular basis.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="pass20w"><P><B>Code [pass20w]</B><P>
++The listed login ID is not configured to use shadow passwords. This
++indicates the specified login ID has its cypher text publicly available
++and is subject to brute force password cracking, even though shadow
++passwords are implimented on the system.
+diff -ru tiger.orig/html/paths.html tiger/html/paths.html
+--- tiger.orig/html/paths.html 2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/paths.html      2009-03-08 14:48:36.000000000 +0000
+@@ -32,9 +32,13 @@
+ executables and spread by `root'. Often these executables are owned by
+ `bin', `uucp' or other system accounts. If these commands are never
+ used by root, then this is not a problem. If they are, you should
+-consider changing the owner to `root'. Because of SMI's recent decission
+-to install most /usr/sbin/accessdb /usr/sbin/addgroup /usr/sbin/adduser /usr/sbin/apt-setup /usr/sbin/arp /usr/sbin/arp2ethers /usr/sbin/arpfetch /usr/sbin/arpsnmp /usr/sbin/arpwatch /usr/sbin/atd /usr/sbin/atrun /usr/sbin/base-config /usr/sbin/bihourly /usr/sbin/bonobo-activation-sysconf /usr/sbin/chat /usr/sbin/checksecurity /usr/sbin/chkrootkit /usr/sbin/chpasswd /usr/sbin/chroot /usr/sbin/cleanup-info /usr/sbin/cpgr /usr/sbin/cppw /usr/sbin/cron /usr/sbin/cron-apt /usr/sbin/cvs-pserver /usr/sbin/cytune /usr/sbin/debootstrap /usr/sbin/delgroup /usr/sbin/deluser /usr/sbin/dmassagevendor /usr/sbin/dpasswd /usr/sbin/dpkg-divert /usr/sbin/dpkg-preconfigure /usr/sbin/dpkg-reconfigure /usr/sbin/dpkg-statoverride /usr/sbin/dumbnet /usr/sbin/editkeep /usr/sbin/elvtune /usr/sbin/exicyclog /usr/sbin/exigrep /usr/sbin/exim /usr/sbin/eximconfig /usr/sbin/exim_dbmbuild /usr/sbin/exim_dumpdb /usr/sbin/exim_fixdb /usr/sbin/exim_lock /usr/sbin/eximstats /usr/sbin/exim_tidydb /usr/sbin/exim-upgrade-to-r3 /usr/sbin/exinext /usr/sbin/exiqsumm /usr/sbin/exiwhat /usr/sbin/fdutilsconfig /usr/sbin/ftpasswd /usr/sbin/ftpshut /usr/sbin/ftpstats /usr/sbin/gdmaskpass /usr/sbin/gdmconfig /usr/sbin/gdmopen /usr/sbin/gdm-restart /usr/sbin/gdm-safe-restart /usr/sbin/gdm-stop /usr/sbin/gnome-pty-helper /usr/sbin/gpm /usr/sbin/gpmconfig /usr/sbin/gpm-microtouch-setup /usr/sbin/gpm-mouse-test /usr/sbin/groupadd /usr/sbin/groupdel /usr/sbin/groupmod /usr/sbin/grpck /usr/sbin/grpconv /usr/sbin/grpunconv /usr/sbin/hping /usr/sbin/hping2 /usr/sbin/huntd /usr/sbin/iconvconfig /usr/sbin/identd /usr/sbin/ikeygen /usr/sbin/in.comsat /usr/sbin/inetd /usr/sbin/in.identtestd /usr/sbin/install-docs /usr/sbin/install-info /usr/sbin/install-keymap /usr/sbin/install-menu /usr/sbin/install-sgmlcatalog /usr/sbin/invoke-rc.d /usr/sbin/ipmasqadm /usr/sbin/ircflush /usr/sbin/ircio /usr/sbin/ispellconfig /usr/sbin/keytab-lilo /usr/sbin/liloconfig /usr/sbin/lilo_find_mbr /usr/sbin/locale-gen /usr/sbin/logcheck /usr/sbin/logrotate /usr/sbin/logtail /usr/sbin/lpc /usr/sbin/lpd /usr/sbin/lpf /usr/sbin/lsof /usr/sbin/MAKEFLOPPIES /usr/sbin/makejail /usr/sbin/massagevendor /usr/sbin/mkboot /usr/sbin/mklost+found /usr/sbin/mkrescue /usr/sbin/mksmbpasswd /usr/sbin/modconf /usr/sbin/newusers /usr/sbin/nmbd /usr/sbin/orphaner /usr/sbin/pac /usr/sbin/pam_tally /usr/sbin/paperconfig /usr/sbin/popularity-contest /usr/sbin/pppconfig /usr/sbin/pppd /usr/sbin/pppdump /usr/sbin/pppoe /usr/sbin/pppoeconf /usr/sbin/pppoe-relay /usr/sbin/pppoe-server /usr/sbin/pppoe-sniff /usr/sbin/pppstats /usr/sbin/proftpd /usr/sbin/pwck /usr/sbin/pwconv /usr/sbin/pwunconv /usr/sbin/ramsize /usr/sbin/rdev /usr/sbin/readprofile /usr/sbin/remove-default-ispell /usr/sbin/remove-default-wordlist /usr/sbin/rmail /usr/sbin/rmt /usr/sbin/rootflags /usr/sbin/rsmtp /usr/sbin/runq /usr/sbin/safe_finger /usr/sbin/samhain /usr/sbin/select-default-ispell /usr/sbin/select-default-wordlist /usr/sbin/sendmail /usr/sbin/setvesablank /usr/sbin/smbd /usr/sbin/snort /usr/sbin/snort-stat /usr/sbin/sshd /usr/sbin/su-to-root /usr/sbin/syslogd-listfiles /usr/sbin/syslog-facility /usr/sbin/tcpd /usr/sbin/tcpdchk /usr/sbin/tcpdmatch /usr/sbin/tcpdump /usr/sbin/termwrap /usr/sbin/texconfig /usr/sbin/tiger /usr/sbin/tigercron /usr/sbin/tigexp /usr/sbin/traceroute /usr/sbin/try-from /usr/sbin/tunelp /usr/sbin/tzconfig /usr/sbin/tzsetup /usr/sbin/update-alternatives /usr/sbin/update-catalog /usr/sbin/update-default-aspell /usr/sbin/update-default-ispell /usr/sbin/update-default-wordlist /usr/sbin/update-dictcommon-aspell /usr/sbin/update-fmtutil /usr/sbin/update-fonts-alias /usr/sbin/update-fonts-dir /usr/sbin/update-fonts-scale /usr/sbin/update-gdkpixbuf-loaders /usr/sbin/update-gtk-immodules /usr/sbin/update-inetd /usr/sbin/update-ispell-dictionary /usr/sbin/update-mime /usr/sbin/update-mozilla-chrome /usr/sbin/update-pango-modules /usr/sbin/update-pangox-aliases /usr/sbin/update-passwd /usr/sbin/update-pciids /usr/sbin/update-rc.d /usr/sbin/update-texmf /usr/sbin/update-updmap /usr/sbin/update-xpdfrc /usr/sbin/useradd /usr/sbin/userdel /usr/sbin/usermod /usr/sbin/validlocale /usr/sbin/vcstime /usr/sbin/vidmode /usr/sbin/vigr /usr/sbin/vipw /usr/sbin/visudo /usr/sbin/wm-menu-config /usr/sbin/wrepld /usr/sbin/writevt /usr/sbin/wserv /usr/sbin/zic and /usr/bin/[ /usr/bin/411toppm /usr/bin/822-date /usr/bin/a2p /usr/bin/a5booklet /usr/bin/abiword /usr/bin/abw2html.pl /usr/bin/access /usr/bin/aclocal /usr/bin/acme /usr/bin/acme-properties /usr/bin/acpi_available /usr/bin/activation-client /usr/bin/addftinfo /usr/bin/addr2line /usr/bin/afm2tfm /usr/bin/afmtodit /usr/bin/allcm /usr/bin/allec /usr/bin/allneeded /usr/bin/amstex /usr/bin/analog /usr/bin/anytopnm /usr/bin/apm_available /usr/bin/appletproxy /usr/bin/apropos /usr/bin/apt-cache /usr/bin/apt-cdrom /usr/bin/apt-config /usr/bin/apt-extracttemplates /usr/bin/apt-ftparchive /usr/bin/apt-get /usr/bin/apt-sortpkgs /usr/bin/ar /usr/bin/ar86 /usr/bin/archer /usr/bin/ark /usr/bin/arrow /usr/bin/artscat /usr/bin/artsc-config /usr/bin/artsd /usr/bin/artsdsp /usr/bin/artsmessage /usr/bin/artsplay /usr/bin/artsrec /usr/bin/artsshell /usr/bin/artswrapper /usr/bin/as /usr/bin/as86 /usr/bin/asciitopgm /usr/bin/aserver /usr/bin/aspell /usr/bin/aspell-import /usr/bin/at /usr/bin/atktopbm /usr/bin/atq /usr/bin/atrm /usr/bin/audiofile-config /usr/bin/autoconf /usr/bin/autoconf2.13 /usr/bin/autoconf2.50 /usr/bin/autoconf-wrapper /usr/bin/autoheader /usr/bin/autoheader2.13 /usr/bin/autoheader2.50 /usr/bin/autom4te /usr/bin/automake /usr/bin/autopoint /usr/bin/autoproject /usr/bin/autoreconf /usr/bin/autoreconf2.13 /usr/bin/autoreconf2.50 /usr/bin/autoscan /usr/bin/autoscan2.13 /usr/bin/autoupdate /usr/bin/autoupdate2.13 /usr/bin/aviplay /usr/bin/awk /usr/bin/b2m /usr/bin/b2m.emacs20 /usr/bin/basename /usr/bin/bashbug /usr/bin/batch /usr/bin/bc /usr/bin/bdftops /usr/bin/berkeley_db3_svc /usr/bin/bibindex /usr/bin/biblook /usr/bin/bibtex /usr/bin/bibtool /usr/bin/biff /usr/bin/binstats /usr/bin/bioradtopgm /usr/bin/bison /usr/bin/bison.yacc /usr/bin/bitchx /usr/bin/BitchX /usr/bin/bmptoppm /usr/bin/bonobo-activation-empty-server /usr/bin/bonobo-activation-run-query /usr/bin/bonobo-application-x-mines /usr/bin/bonobo-audio-ulaw /usr/bin/bonobo-moniker-gunzip /usr/bin/bonobo-moniker-http /usr/bin/bonobo-selector /usr/bin/bonobo-slay /usr/bin/bonobo-text-plain /usr/bin/brushtopbm /usr/bin/bts /usr/bin/build /usr/bin/buildhash /usr/bin/bunzip2 /usr/bin/bzcat /usr/bin/bzcmp /usr/bin/bzdiff /usr/bin/bzegrep /usr/bin/bzfgrep /usr/bin/bzgrep /usr/bin/bzip2 /usr/bin/bzip2recover /usr/bin/bzless /usr/bin/bzmore /usr/bin/c++ /usr/bin/c2man /usr/bin/c2ph /usr/bin/c89 /usr/bin/cal /usr/bin/calendar /usr/bin/camlidl /usr/bin/camlp4 /usr/bin/camlp4o /usr/bin/camlp4o.opt /usr/bin/camlp4r /usr/bin/camlp4r.opt /usr/bin/cam-mktop /usr/bin/captoinfo /usr/bin/castellanizar /usr/bin/catalogmanager /usr/bin/catchsegv /usr/bin/catman /usr/bin/cc /usr/bin/ccmtcnvt /usr/bin/CDDBSlave2 /usr/bin/cddb-slave2-properties /usr/bin/cddb-track-editor /usr/bin/cdecl /usr/bin/c++filt /usr/bin/cflow /usr/bin/chage /usr/bin/charset /usr/bin/chattr /usr/bin/checkbash /usr/bin/checkXML /usr/bin/chfn /usr/bin/chilight /usr/bin/chkdupexe /usr/bin/chktri /usr/bin/chsh /usr/bin/chvt /usr/bin/ci /usr/bin/cjpeg /usr/bin/cksum /usr/bin/clear /usr/bin/cmp /usr/bin/cmuwmtopbm /usr/bin/co /usr/bin/cobfusc /usr/bin/codepage /usr/bin/col /usr/bin/colcrt /usr/bin/collateindex.pl /usr/bin/colrm /usr/bin/column /usr/bin/comm /usr/bin/compose /usr/bin/configurewrapper /usr/bin/consolechars /usr/bin/convert-metadata.db /usr/bin/cpan /usr/bin/cpif /usr/bin/cpp /usr/bin/cpp-2.95 /usr/bin/cpp-3.0 /usr/bin/cpp-3.2 /usr/bin/cpp-3.3 /usr/bin/crontab /usr/bin/crossbow /usr/bin/csplit /usr/bin/cstr /usr/bin/ctags /usr/bin/ctags.emacs20 /usr/bin/ctangle /usr/bin/cundecl /usr/bin/cunloop /usr/bin/cups-config /usr/bin/cupsdconf /usr/bin/cupsdoprint /usr/bin/cut /usr/bin/cvs /usr/bin/cweave /usr/bin/cxref /usr/bin/cxref-cc /usr/bin/cxref-query /usr/bin/db3_archive /usr/bin/db3_checkpoint /usr/bin/db3_deadlock /usr/bin/db3_dump /usr/bin/db3_dump185 /usr/bin/db3_load /usr/bin/db3_printlog /usr/bin/db3_recover /usr/bin/db3_stat /usr/bin/db3_upgrade /usr/bin/db3_verify /usr/bin/db_archive /usr/bin/db_checkpoint /usr/bin/db_deadlock /usr/bin/db_dump /usr/bin/db_dump185 /usr/bin/dbforge /usr/bin/dbforge.gui /usr/bin/db_load /usr/bin/db_printlog /usr/bin/db_recover /usr/bin/db_stat /usr/bin/dc /usr/bin/dch /usr/bin/dcop /usr/bin/dcopclient /usr/bin/dcopfind /usr/bin/dcopidl /usr/bin/dcopidl2cpp /usr/bin/dcopobject /usr/bin/dcopref /usr/bin/dcopserver /usr/bin/dcopserver_shutdown /usr/bin/dcopstart /usr/bin/ddate /usr/bin/ddd /usr/bin/deallocvt /usr/bin/debc /usr/bin/debchange /usr/bin/debclean /usr/bin/debconf /usr/bin/debconf2pot /usr/bin/debconf2po-update /usr/bin/debconf-communicate /usr/bin/debconf-copydb /usr/bin/debconf-getlang /usr/bin/debconf-gettextize /usr/bin/debconf-loadtemplate /usr/bin/debconf-mergetemplate /usr/bin/debconf-show /usr/bin/debconf-updatepo /usr/bin/debdiff /usr/bin/debi /usr/bin/debiandoc2dvi /usr/bin/debiandoc2html /usr/bin/debiandoc2info /usr/bin/debiandoc2latex /usr/bin/debiandoc2latexdvi /usr/bin/debiandoc2latexpdf /usr/bin/debiandoc2latexps /usr/bin/debiandoc2pdf /usr/bin/debiandoc2ps /usr/bin/debiandoc2texinfo /usr/bin/debiandoc2text /usr/bin/debiandoc2textov /usr/bin/debian-gnome-upgrade-check /usr/bin/debit /usr/bin/deb-make /usr/bin/deborphan /usr/bin/debpkg /usr/bin/debrelease /usr/bin/debrsign /usr/bin/debsign /usr/bin/debstd /usr/bin/debuild /usr/bin/defoma /usr/bin/defoma-app /usr/bin/defoma-font /usr/bin/defoma-hints /usr/bin/defoma-id /usr/bin/defoma-psfont-installer /usr/bin/defoma-reconfigure /usr/bin/defoma-subst /usr/bin/defoma-user /usr/bin/devdump /usr/bin/dexconf /usr/bin/dh_builddeb /usr/bin/dh_clean /usr/bin/dh_compress /usr/bin/dh_fixperms /usr/bin/dh_gencontrol /usr/bin/dh_install /usr/bin/dh_installcatalogs /usr/bin/dh_installchangelogs /usr/bin/dh_installcron /usr/bin/dh_installdeb /usr/bin/dh_installdebconf /usr/bin/dh_installdefoma /usr/bin/dh_installdirs /usr/bin/dh_installdocs /usr/bin/dh_installemacsen /usr/bin/dh_installexamples /usr/bin/dh_installinfo /usr/bin/dh_installinit /usr/bin/dh_installlogrotate /usr/bin/dh_installman /usr/bin/dh_installmanpages /usr/bin/dh_installmenu /usr/bin/dh_installmime /usr/bin/dh_installmodules /usr/bin/dh_installpam /usr/bin/dh_installwm /usr/bin/dh_installxfonts /usr/bin/dh_link /usr/bin/dh_listpackages /usr/bin/dh_make /usr/bin/dh_makeshlibs /usr/bin/dh_md5sums /usr/bin/dh_movefiles /usr/bin/dh_ocamlld /usr/bin/dh_perl /usr/bin/dh_python /usr/bin/dh_shlibdeps /usr/bin/dh_strip /usr/bin/dh_suidregister /usr/bin/dh_testdir /usr/bin/dh_testroot /usr/bin/dh_testversion /usr/bin/dh_undocumented /usr/bin/dialog /usr/bin/diff /usr/bin/diff3 /usr/bin/diffpp /usr/bin/diffstat /usr/bin/dig /usr/bin/dircolors /usr/bin/dirname /usr/bin/diskd /usr/bin/diskseekd /usr/bin/djpeg /usr/bin/dmp /usr/bin/dnet-config /usr/bin/dns-helper /usr/bin/docbook-to-man /usr/bin/dotlockfile /usr/bin/dpkg /usr/bin/dpkg2folder /usr/bin/dpkg-architecture /usr/bin/dpkg-awk /usr/bin/dpkg-break /usr/bin/dpkg-buildpackage /usr/bin/dpkg-checkbuilddeps /usr/bin/dpkg-deb /usr/bin/dpkg-depcheck /usr/bin/dpkg-distaddfile /usr/bin/dpkg-genbuilddeps /usr/bin/dpkg-genchanges /usr/bin/dpkg-gencontrol /usr/bin/dpkg-iaquery /usr/bin/dpkg-make-index /usr/bin/dpkg-name /usr/bin/dpkg-parsechangelog /usr/bin/dpkg-query /usr/bin/dpkg-scanpackages /usr/bin/dpkg-scansources /usr/bin/dpkg-shlibdeps /usr/bin/dpkg-source /usr/bin/dpkg-split /usr/bin/dprofpp /usr/bin/drkonqi /usr/bin/dscverify /usr/bin/dselect /usr/bin/dsirc /usr/bin/du /usr/bin/dumbnet-config /usr/bin/dumpkeys /usr/bin/dupload /usr/bin/dvi2fax /usr/bin/dvicopy /usr/bin/dvidvi /usr/bin/dvihp /usr/bin/dvilj /usr/bin/dvilj2p /usr/bin/dvilj4 /usr/bin/dvilj4l /usr/bin/dvilj6 /usr/bin/dvipdf /usr/bin/dvipdfm /usr/bin/dvipdft /usr/bin/dvips /usr/bin/dvired /usr/bin/dvitomp /usr/bin/dvitype /usr/bin/e2pall /usr/bin/ebb /usr/bin/edit /usr/bin/editor /usr/bin/efstool /usr/bin/einitex /usr/bin/eject /usr/bin/elatex /usr/bin/emacs /usr/bin/emacs20 /usr/bin/emacs-20.7 /usr/bin/emacsclient /usr/bin/emacsclient.emacs20 /usr/bin/enc2xs /usr/bin/enscript /usr/bin/entrigraph /usr/bin/env /usr/bin/eog /usr/bin/eog-image-viewer /usr/bin/epeire /usr/bin/eperl /usr/bin/eps2eps /usr/bin/epsffit /usr/bin/epstopdf /usr/bin/eqn /usr/bin/eqn2graph /usr/bin/esd /usr/bin/esd-config /usr/bin/etags /usr/bin/etags.emacs20 /usr/bin/etex /usr/bin/eview /usr/bin/evim /usr/bin/evirtex /usr/bin/ex /usr/bin/expand /usr/bin/expiry /usr/bin/expr /usr/bin/extensionproxy /usr/bin/extractres /usr/bin/eyuvtoppm /usr/bin/factor /usr/bin/faillog /usr/bin/faked /usr/bin/fakeroot /usr/bin/fc-cache /usr/bin/fc-list /usr/bin/fdf2tan /usr/bin/fdformat /usr/bin/fdlist /usr/bin/fdmount /usr/bin/fdmountd /usr/bin/fdrawcmd /usr/bin/fdumount /usr/bin/fgconsole /usr/bin/fiascotopnm /usr/bin/fig2dev /usr/bin/fig2ps2tex /usr/bin/filan /usr/bin/file /usr/bin/file-roller /usr/bin/filesharelist /usr/bin/fileshareset /usr/bin/find /usr/bin/find2perl /usr/bin/findaffix /usr/bin/finger /usr/bin/fitstopnm /usr/bin/fix_bs_and_del /usr/bin/fixdlsrps /usr/bin/fixfmps /usr/bin/fixincludes /usr/bin/fixmacps /usr/bin/fixpsditps /usr/bin/fixpspps /usr/bin/fixscribeps /usr/bin/fixtpps /usr/bin/fixwfwps /usr/bin/fixwpps /usr/bin/fixwwps /usr/bin/flea /usr/bin/flex /usr/bin/floppycontrol /usr/bin/floppymeter /usr/bin/fmt /usr/bin/fmtutil /usr/bin/fold /usr/bin/font2c /usr/bin/font2psf /usr/bin/fontexport /usr/bin/fontimport /usr/bin/fontinst /usr/bin/formail /usr/bin/fort /usr/bin/free /usr/bin/freetype-config /usr/bin/fribidi /usr/bin/from /usr/bin/fstopgm /usr/bin/ftp /usr/bin/ftpcount /usr/bin/ftptop /usr/bin/ftpwho /usr/bin/funzip /usr/bin/g++ /usr/bin/g++-2.95 /usr/bin/g++-3.2 /usr/bin/g3topbm /usr/bin/gaim /usr/bin/gaim-remote /usr/bin/gawk /usr/bin/gcc /usr/bin/gcc-2.95 /usr/bin/gcc-3.0 /usr/bin/gcc-3.2 /usr/bin/gcc-3.3 /usr/bin/gccbug /usr/bin/gccbug-3.0 /usr/bin/gccbug-3.2 /usr/bin/gccbug-3.3 /usr/bin/gconfd-1 /usr/bin/gconfigger /usr/bin/gconf-sanity-check-1 /usr/bin/gconftool /usr/bin/gconftool-1 /usr/bin/gconftool-2 /usr/bin/gcov /usr/bin/gcov-2.95 /usr/bin/gcov-3.0 /usr/bin/gcov-3.2 /usr/bin/gcov-3.3 /usr/bin/gdb /usr/bin/gdbserver /usr/bin/gdialog /usr/bin/gdk-pixbuf-query-loaders /usr/bin/gdm /usr/bin/gdmchooser /usr/bin/gdmflexiserver /usr/bin/gdmgreeter /usr/bin/gdmlogin /usr/bin/gdmmktemp /usr/bin/gdmphotosetup /usr/bin/gdmsetup /usr/bin/gdmthemetester /usr/bin/gdmXnest /usr/bin/gdmXnestchooser /usr/bin/gemtopbm /usr/bin/gemtopnm /usr/bin/gencat /usr/bin/gendiff /usr/bin/gendoc /usr/bin/genksyms /usr/bin/geqn /usr/bin/GET /usr/bin/getafm /usr/bin/getconf /usr/bin/get-edid /usr/bin/getent /usr/bin/getfdprm /usr/bin/gethostip /usr/bin/getkeycodes /usr/bin/getopt /usr/bin/gettext /usr/bin/gettextize /usr/bin/gfloppy /usr/bin/gfplus /usr/bin/gfserver /usr/bin/gftodvi /usr/bin/gftopk /usr/bin/gftype /usr/bin/giftopnm /usr/bin/gimp /usr/bin/gimp-1.2 /usr/bin/gimp-remote /usr/bin/gimp-remote-1.2 /usr/bin/gkb_xmmap /usr/bin/glade /usr/bin/glibcbug /usr/bin/glib-config /usr/bin/glib-genmarshal /usr/bin/glib-gettextize /usr/bin/glib-mkenums /usr/bin/gman /usr/bin/gmc /usr/bin/gmc-client /usr/bin/gnome-accessibility-keyboard-properties /usr/bin/gnome-background-properties /usr/bin/gnome-bug /usr/bin/gnome-calculator /usr/bin/gnome-cd /usr/bin/gnome-character-map /usr/bin/gnome-config /usr/bin/gnome-control-center /usr/bin/gnome-db2html /usr/bin/gnome-default-applications-properties /usr/bin/gnome-desktop-item-edit /usr/bin/gnome-dictionary /usr/bin/gnome-doc /usr/bin/gnome-dump-metadata /usr/bin/gnome-file-types-properties /usr/bin/gnome-font-install /usr/bin/gnome-font-properties /usr/bin/gnome-gen-mimedb /usr/bin/gnome-help /usr/bin/gnome-keybinding-properties /usr/bin/gnome-keyboard-properties /usr/bin/gnome-mkstub /usr/bin/gnome-mouse-properties /usr/bin/gnome-moz-remote /usr/bin/gnome-name-service /usr/bin/gnome-network-preferences /usr/bin/gnome-panel /usr/bin/gnome-panel-preferences /usr/bin/gnome-panel-screenshot /usr/bin/gnome-search-tool /usr/bin/gnome_segv /usr/bin/gnome-session /usr/bin/gnome-session-properties /usr/bin/gnome-session-save /usr/bin/gnome-settings-daemon /usr/bin/gnome-smproxy /usr/bin/gnome-sound-properties /usr/bin/gnome-sound-recorder /usr/bin/gnome-sudo /usr/bin/gnome-system-log /usr/bin/gnome-system-monitor /usr/bin/gnome-terminal /usr/bin/gnome-terminal.wrapper /usr/bin/gnome-theme-manager /usr/bin/gnome-ui-properties /usr/bin/gnome-volume-control /usr/bin/gnome-window-properties /usr/bin/gnome-wm /usr/bin/gnosamba /usr/bin/gnutls-cli /usr/bin/gnutls-cli-debug /usr/bin/gnutls-serv /usr/bin/gnutls-srpcrypt /usr/bin/goad-browser /usr/bin/gobject-query /usr/bin/gouldtoppm /usr/bin/gpasswd /usr/bin/gpg /usr/bin/gpg-convert-from-106 /usr/bin/gpgsplit /usr/bin/gpgv /usr/bin/gpic /usr/bin/gprof /usr/bin/grep-excuses /usr/bin/grn /usr/bin/grodvi /usr/bin/groff /usr/bin/groffer /usr/bin/grog /usr/bin/grolbp /usr/bin/grolj4 /usr/bin/grops /usr/bin/grotty /usr/bin/groups /usr/bin/gs /usr/bin/gsftopk /usr/bin/gs-gnu /usr/bin/gshell /usr/bin/gst-complete /usr/bin/gst-compprep /usr/bin/gst-feedback /usr/bin/gst-inspect /usr/bin/gst-launch /usr/bin/gst-launch-ext /usr/bin/gst-md5sum /usr/bin/gstreamer-properties /usr/bin/gst-register /usr/bin/gst-visualise /usr/bin/gst-xmllaunch /usr/bin/gtbl /usr/bin/gtk-config /usr/bin/gtk-query-immodules-2.0 /usr/bin/gview /usr/bin/gvim /usr/bin/gvimdiff /usr/bin/h2ph /usr/bin/h2xs /usr/bin/hd /usr/bin/head /usr/bin/HEAD /usr/bin/help2man /usr/bin/hexdump /usr/bin/hipstopgm /usr/bin/host /usr/bin/hostid /usr/bin/hpcdtoppm /usr/bin/hpftodit /usr/bin/html2text /usr/bin/htmltoc /usr/bin/hyperlatex /usr/bin/icombine /usr/bin/icontopbm /usr/bin/iconv /usr/bin/iconx /usr/bin/id /usr/bin/ident /usr/bin/ifnames /usr/bin/ifnames2.13 /usr/bin/igawk /usr/bin/ijoin /usr/bin/ilbmtoppm /usr/bin/imagetops /usr/bin/imgsize /usr/bin/imgtoppm /usr/bin/imlib-config /usr/bin/includeres /usr/bin/indent /usr/bin/indxbib /usr/bin/info /usr/bin/infobrowser /usr/bin/infocmp /usr/bin/infokey /usr/bin/infotocap /usr/bin/inimf /usr/bin/inimpost /usr/bin/iniomega /usr/bin/initex /usr/bin/install /usr/bin/instant /usr/bin/ipcrm /usr/bin/ipcs /usr/bin/irc /usr/bin/ircII /usr/bin/iselect /usr/bin/isodump /usr/bin/isoinfo /usr/bin/isovfy /usr/bin/ispell /usr/bin/ispell-wrapper /usr/bin/itclsh /usr/bin/itclsh3.1 /usr/bin/itkwish /usr/bin/itkwish3.1 /usr/bin/jade /usr/bin/jbigtopnm /usr/bin/jmacs /usr/bin/joe /usr/bin/join /usr/bin/jpegtopnm /usr/bin/jpegtran /usr/bin/jpico /usr/bin/jstar /usr/bin/kab2kabc /usr/bin/kaccess /usr/bin/kaddprinterwizard /usr/bin/kappfinder /usr/bin/karbon /usr/bin/karm /usr/bin/kate /usr/bin/kbabel /usr/bin/kbabeldict /usr/bin/kbanner.kss /usr/bin/kbdconfig /usr/bin/kbd_mode /usr/bin/kblankscrn.kss /usr/bin/kblob.kss /usr/bin/kbouboule.kss /usr/bin/kbuildsycoca /usr/bin/kcalc /usr/bin/kcharselect /usr/bin/kchart /usr/bin/kcheckpass /usr/bin/kcminit /usr/bin/kcmshell /usr/bin/kcolorchooser /usr/bin/kcoloredit /usr/bin/kconf_update /usr/bin/kcontrol /usr/bin/kcookiejar /usr/bin/kcron /usr/bin/kdb2html /usr/bin/kdcop /usr/bin/kde3 /usr/bin/kdebugdialog /usr/bin/kde-config /usr/bin/kded /usr/bin/kdeeject /usr/bin/kdeinit /usr/bin/kdeinit_shutdown /usr/bin/kdeinit_wrapper /usr/bin/kdepasswd /usr/bin/kdeprintfax /usr/bin/kdesktop /usr/bin/kdesktop_lock /usr/bin/kdesu /usr/bin/kdesud /usr/bin/kdesu_stub /usr/bin/kde-update-menu /usr/bin/kdf /usr/bin/kdialog /usr/bin/kdict /usr/bin/kdoc /usr/bin/kdontchangethehostname /usr/bin/kedit /usr/bin/keditbookmarks /usr/bin/keditfiletype /usr/bin/keuphoria.kss /usr/bin/kfile /usr/bin/kfind /usr/bin/kflux.kss /usr/bin/kfmclient /usr/bin/kfmexec /usr/bin/kformula /usr/bin/kfountain.kss /usr/bin/kghostview /usr/bin/kgravity.kss /usr/bin/khelpcenter /usr/bin/khexedit /usr/bin/khotkeys /usr/bin/kicker /usr/bin/kiconedit /usr/bin/killall /usr/bin/kill_mldonkey /usr/bin/kimage_concat /usr/bin/kinfocenter /usr/bin/kinstalltheme /usr/bin/kio_devices_mounthelper /usr/bin/kio_http_cache_cleaner /usr/bin/kioslave /usr/bin/kio_uiserver /usr/bin/kit /usr/bin/kivio /usr/bin/kjobviewer /usr/bin/kjots /usr/bin/klauncher /usr/bin/klines.kss /usr/bin/klipper /usr/bin/klocaldomainurifilterhelper /usr/bin/klorenz.kss /usr/bin/kmail /usr/bin/kmailservice /usr/bin/kmatrix.kss /usr/bin/kmenuedit /usr/bin/kmorph3d.kss /usr/bin/knewstickerstub /usr/bin/knode /usr/bin/knotes /usr/bin/knotify /usr/bin/koconverter /usr/bin/konqueror /usr/bin/konsole /usr/bin/konsole_grantpty /usr/bin/kontour /usr/bin/korn /usr/bin/koscript /usr/bin/koshell /usr/bin/kpac_dhcp_helper /usr/bin/kpackage /usr/bin/kpager /usr/bin/kpaint /usr/bin/kpartsaver.kss /usr/bin/kpersonalizer /usr/bin/kpipes.kss /usr/bin/kpm /usr/bin/kpolygon.kss /usr/bin/kprconverter.pl /usr/bin/kpresenter /usr/bin/kprinter /usr/bin/kpsepath /usr/bin/kpsestat /usr/bin/kpsetool /usr/bin/kpsewhich /usr/bin/kpsexpand /usr/bin/kpyro.kss /usr/bin/krandom.kss /usr/bin/krdb /usr/bin/kreadconfig /usr/bin/krock.kss /usr/bin/kruler /usr/bin/kscience.kss /usr/bin/ksendbugmail /usr/bin/kshell /usr/bin/ksirc /usr/bin/kslidescreen.kss /usr/bin/kslideshow.kss /usr/bin/ksmserver /usr/bin/ksnapshot /usr/bin/ksolarwinds.kss /usr/bin/kspace.kss /usr/bin/ksplash /usr/bin/kspread /usr/bin/kstart /usr/bin/ksvgtopng /usr/bin/kswarm.kss /usr/bin/ksysguard /usr/bin/ksysguardd /usr/bin/ksystraycmd /usr/bin/ksysv /usr/bin/ktelnetservice /usr/bin/kthesaurus /usr/bin/ktimer /usr/bin/ktip /usr/bin/kudesigner /usr/bin/kugar /usr/bin/kuser /usr/bin/kview /usr/bin/kvm.kss /usr/bin/kwave.kss /usr/bin/kwebdesktop /usr/bin/kwikdisk /usr/bin/kwin /usr/bin/kwmtheme /usr/bin/kword /usr/bin/kwrapper /usr/bin/kwrite /usr/bin/kwrited /usr/bin/kxkb /usr/bin/kxsconfig /usr/bin/kxsrun /usr/bin/lablgl /usr/bin/labltk /usr/bin/lacheck /usr/bin/lambda /usr/bin/last /usr/bin/lastb /usr/bin/lastlog /usr/bin/latex /usr/bin/latex2html /usr/bin/lcf /usr/bin/ld /usr/bin/ld86 /usr/bin/ldd /usr/bin/lddlibc4 /usr/bin/leaftoppm /usr/bin/less /usr/bin/lessecho /usr/bin/lessfile /usr/bin/lesskey /usr/bin/lesspipe /usr/bin/lex /usr/bin/lexgrog /usr/bin/libart2-config /usr/bin/libart-config /usr/bin/libgcrypt-config /usr/bin/libglade-config /usr/bin/libglade-convert /usr/bin/libglade-xgettext /usr/bin/libgnutls-config /usr/bin/libgnutls-extra-config /usr/bin/libIDL-config /usr/bin/libnetcfg /usr/bin/libpng12-config /usr/bin/libpng-config /usr/bin/libtool /usr/bin/libtoolize /usr/bin/linc-cleanup-sockets /usr/bin/linda /usr/bin/link /usr/bin/links /usr/bin/links.main /usr/bin/lintian /usr/bin/lintian-info /usr/bin/linux_logo /usr/bin/lispmtopgm /usr/bin/lkbib /usr/bin/lnusertemp /usr/bin/loadshlib /usr/bin/locale /usr/bin/localedef /usr/bin/locate /usr/bin/lockfile /usr/bin/lockfile-create /usr/bin/lockfile-remove /usr/bin/lockfile-touch /usr/bin/logger /usr/bin/logname /usr/bin/look /usr/bin/lookbib /usr/bin/lorder /usr/bin/lpq /usr/bin/lpr /usr/bin/lprm /usr/bin/lptest /usr/bin/lrelease /usr/bin/lsattr /usr/bin/lsof /usr/bin/lspgpot /usr/bin/lss16toppm /usr/bin/ltrace /usr/bin/lupdate /usr/bin/lwp-download /usr/bin/lwp-mirror /usr/bin/lwp-request /usr/bin/lwp-rget /usr/bin/lynx /usr/bin/lz /usr/bin/m4 /usr/bin/macptopbm /usr/bin/mad /usr/bin/mag /usr/bin/magic2mime /usr/bin/mail /usr/bin/Mail /usr/bin/mail-files /usr/bin/mail-lock /usr/bin/mailq /usr/bin/mailshar /usr/bin/mailstat /usr/bin/mail-touchlock /usr/bin/mail-unlock /usr/bin/mailx /usr/bin/make /usr/bin/make_driver_db_cups /usr/bin/make_driver_db_lpr /usr/bin/makeindex /usr/bin/makeinfo /usr/bin/makekdedoc /usr/bin/makempx /usr/bin/makempy /usr/bin/makepasswd /usr/bin/MakeTeXPK /usr/bin/man /usr/bin/mandb /usr/bin/manpath /usr/bin/mattrib /usr/bin/mawk /usr/bin/mbadblocks /usr/bin/mcat /usr/bin/mcd /usr/bin/mcheck /usr/bin/mcomp /usr/bin/mcookie /usr/bin/mcopidl /usr/bin/mcopy /usr/bin/mcp /usr/bin/md5sum /usr/bin/md5sum.textutils /usr/bin/mdatopbm /usr/bin/mdel /usr/bin/mdeltree /usr/bin/mdetect /usr/bin/mdir /usr/bin/mdu /usr/bin/meinproc /usr/bin/merge /usr/bin/mergechanges /usr/bin/mesg /usr/bin/mf /usr/bin/mf-nowin /usr/bin/mformat /usr/bin/mft /usr/bin/mfw /usr/bin/mgrtopbm /usr/bin/mib2c /usr/bin/minfo /usr/bin/mkafmmap /usr/bin/mkcamlp4 /usr/bin/mkfifo /usr/bin/mkfontdesc /usr/bin/mkhybrid /usr/bin/mkindex /usr/bin/mkisofs /usr/bin/mkmanifest /usr/bin/mk_modmap /usr/bin/mkocp /usr/bin/mkofm /usr/bin/mkpasswd /usr/bin/mktexfmt /usr/bin/mktexlsr /usr/bin/mktexmf /usr/bin/mktexpk /usr/bin/mktextfm /usr/bin/mkzftree /usr/bin/mlabel /usr/bin/mlchat /usr/bin/mlchat_say /usr/bin/mldonkey /usr/bin/mldonkey_gui /usr/bin/mldonkey_gui2 /usr/bin/mldonkey_previewer /usr/bin/mldonkey_submit /usr/bin/mln /usr/bin/mmd /usr/bin/mmount /usr/bin/mmove /usr/bin/mmroff /usr/bin/mmv /usr/bin/moc /usr/bin/moc-qt2 /usr/bin/moc-qt3 /usr/bin/moniker-test /usr/bin/mozilla /usr/bin/mozilla-1.3 /usr/bin/mp4h /usr/bin/mpack /usr/bin/mpage /usr/bin/mpartition /usr/bin/mpost /usr/bin/mpto /usr/bin/mptopdf /usr/bin/mrd /usr/bin/mren /usr/bin/msgattrib /usr/bin/msgcat /usr/bin/msgcmp /usr/bin/msgcomm /usr/bin/msgconv /usr/bin/msgen /usr/bin/msgexec /usr/bin/msgfilter /usr/bin/msgfmt /usr/bin/msggrep /usr/bin/msginit /usr/bin/msgmerge /usr/bin/msgunfmt /usr/bin/msguniq /usr/bin/mshowfat /usr/bin/mtools /usr/bin/mtoolstest /usr/bin/mtr /usr/bin/mtrace /usr/bin/mtvtoppm /usr/bin/mtype /usr/bin/munchlist /usr/bin/munpack /usr/bin/mutt /usr/bin/muttbug /usr/bin/mutt_dotlock /usr/bin/mxtar /usr/bin/mzip /usr/bin/namei /usr/bin/nano /usr/bin/nautilus /usr/bin/nautilus-file-management-properties /usr/bin/nautilus-server-connect /usr/bin/nawk /usr/bin/ncal /usr/bin/neotoppm /usr/bin/neqn /usr/bin/net /usr/bin/netkit-ftp /usr/bin/net-snmp-config /usr/bin/newaliases /usr/bin/newer /usr/bin/newgrp /usr/bin/new-object /usr/bin/nex /usr/bin/ngettext /usr/bin/nice /usr/bin/nl /usr/bin/nm /usr/bin/nm86 /usr/bin/nmap /usr/bin/nmblookup /usr/bin/nodefs /usr/bin/nohup /usr/bin/noindex /usr/bin/noroff /usr/bin/noroots /usr/bin/notangle /usr/bin/nountangle /usr/bin/noweave /usr/bin/noweb /usr/bin/nroff /usr/bin/nsgmls /usr/bin/nslookup /usr/bin/nspluginscan /usr/bin/nspluginviewer /usr/bin/nsupdate /usr/bin/nuweb2noweb /usr/bin/nvi /usr/bin/nview /usr/bin/oaf-client /usr/bin/oafd /usr/bin/oaf-empty-server /usr/bin/oaf-run-query /usr/bin/oaf-slay /usr/bin/oaf-sysconf /usr/bin/objcopy /usr/bin/objdump /usr/bin/objdump86 /usr/bin/objinfo /usr/bin/ocaml /usr/bin/ocamlbrowser /usr/bin/ocamlc /usr/bin/ocamlc.opt /usr/bin/ocamlcp /usr/bin/ocamlcvs /usr/bin/ocamldebug /usr/bin/ocamldep /usr/bin/ocamldoc /usr/bin/ocamldoc.opt /usr/bin/ocamldot /usr/bin/ocamlfind /usr/bin/ocaml-ldconf /usr/bin/ocamllex /usr/bin/ocamllex.opt /usr/bin/ocamlmklib /usr/bin/ocamlmktop /usr/bin/ocamlopt /usr/bin/ocamlopt.opt /usr/bin/ocamlprof /usr/bin/ocamlrun /usr/bin/ocamltags /usr/bin/ocamlweb /usr/bin/ocamlyacc /usr/bin/ocpp /usr/bin/od /usr/bin/odvicopy /usr/bin/odvips /usr/bin/odvitype /usr/bin/ofm2opl /usr/bin/omega /usr/bin/omfonts /usr/bin/omom-edit /usr/bin/omom-gen /usr/bin/on_ac_power /usr/bin/open /usr/bin/opencdk-config /usr/bin/openvt /usr/bin/opl2ofm /usr/bin/orbit-config /usr/bin/orbit-idl /usr/bin/otangle /usr/bin/otp2ocp /usr/bin/outocp /usr/bin/over /usr/bin/ovf2ovp /usr/bin/ovp2ovf /usr/bin/oxdvi /usr/bin/oxdvi.bin /usr/bin/oxdvi.real /usr/bin/pager /usr/bin/palmtopnm /usr/bin/pamcut /usr/bin/pamfile /usr/bin/pamoil /usr/bin/panel-test-applets /usr/bin/pango-querymodules /usr/bin/paperconf /usr/bin/parse-edid /usr/bin/passwd /usr/bin/paste /usr/bin/patch /usr/bin/patgen /usr/bin/pathchk /usr/bin/pbmclean /usr/bin/pbmlife /usr/bin/pbmmake /usr/bin/pbmmask /usr/bin/pbmpage /usr/bin/pbmpscale /usr/bin/pbmreduce /usr/bin/pbmtext /usr/bin/pbmto10x /usr/bin/pbmtoascii /usr/bin/pbmtoatk /usr/bin/pbmtobbnbg /usr/bin/pbmtocmuwm /usr/bin/pbmtoepsi /usr/bin/pbmtoepson /usr/bin/pbmtog3 /usr/bin/pbmtogem /usr/bin/pbmtogo /usr/bin/pbmtoicon /usr/bin/pbmtolj /usr/bin/pbmtomacp /usr/bin/pbmtomda /usr/bin/pbmtomgr /usr/bin/pbmtonokia /usr/bin/pbmtopgm /usr/bin/pbmtopi3 /usr/bin/pbmtoplot /usr/bin/pbmtoppa /usr/bin/pbmtopsg3 /usr/bin/pbmtoptx /usr/bin/pbmtowbmp /usr/bin/pbmtox10bm /usr/bin/pbmtoxbm /usr/bin/pbmtoybm /usr/bin/pbmtozinc /usr/bin/pbmupc /usr/bin/pcdindex /usr/bin/pcre-config /usr/bin/pcretest /usr/bin/pcxtoppm /usr/bin/pdbedit /usr/bin/pdf2dsc /usr/bin/pdf2ps /usr/bin/pdfeinitex /usr/bin/pdfelatex /usr/bin/pdfetex /usr/bin/pdfevirtex /usr/bin/pdffonts /usr/bin/pdfimages /usr/bin/pdfinfo /usr/bin/pdfinitex /usr/bin/pdflatex /usr/bin/pdfopt /usr/bin/pdftex /usr/bin/pdftopbm /usr/bin/pdftops /usr/bin/pdftosrc /usr/bin/pdftotext /usr/bin/pdfvirtex /usr/bin/perl /usr/bin/perl5.8.0 /usr/bin/perlbug /usr/bin/perlcc /usr/bin/perldoc /usr/bin/perldoc.stub /usr/bin/perlivp /usr/bin/pf2afm /usr/bin/pfb2pfa /usr/bin/pfbtops /usr/bin/pftp /usr/bin/pgawk /usr/bin/pgmbentley /usr/bin/pgmcrater /usr/bin/pgmedge /usr/bin/pgmenhance /usr/bin/pgmhist /usr/bin/pgmkernel /usr/bin/pgmnoise /usr/bin/pgmnorm /usr/bin/pgmoil /usr/bin/pgmramp /usr/bin/pgmslice /usr/bin/pgmtexture /usr/bin/pgmtofs /usr/bin/pgmtolispm /usr/bin/pgmtopbm /usr/bin/pgmtoppm /usr/bin/pgp /usr/bin/pgp5 /usr/bin/pgpe /usr/bin/pgpk /usr/bin/pgps /usr/bin/pgpv /usr/bin/pgrep /usr/bin/pi1toppm /usr/bin/pi3topbm /usr/bin/pic /usr/bin/pic2graph /usr/bin/pic2tpic /usr/bin/piconv /usr/bin/pinky /usr/bin/pjtoppm /usr/bin/pk2bm /usr/bin/pkg-config /usr/bin/pkill /usr/bin/pktogf /usr/bin/pktype /usr/bin/pl2pm /usr/bin/plain-gmc /usr/bin/plog /usr/bin/plotchangelog /usr/bin/pltotf /usr/bin/pmap /usr/bin/pngtopnm /usr/bin/pnmalias /usr/bin/pnmarith /usr/bin/pnmcat /usr/bin/pnmcomp /usr/bin/pnmconvol /usr/bin/pnmcrop /usr/bin/pnmcut /usr/bin/pnmdepth /usr/bin/pnmenlarge /usr/bin/pnmfile /usr/bin/pnmflip /usr/bin/pnmgamma /usr/bin/pnmhisteq /usr/bin/pnmhistmap /usr/bin/pnmindex /usr/bin/pnminterp /usr/bin/pnminterp-gen /usr/bin/pnminvert /usr/bin/pnmmargin /usr/bin/pnmmontage /usr/bin/pnmnlfilt /usr/bin/pnmnoraw /usr/bin/pnmpad /usr/bin/pnmpaste /usr/bin/pnmpsnr /usr/bin/pnmrotate /usr/bin/pnmscale /usr/bin/pnmscalefixed /usr/bin/pnmshear /usr/bin/pnmsmooth /usr/bin/pnmsplit /usr/bin/pnmtile /usr/bin/pnmtoddif /usr/bin/pnmtofiasco /usr/bin/pnmtofits /usr/bin/pnmtojbig /usr/bin/pnmtojpeg /usr/bin/pnmtopalm /usr/bin/pnmtoplainpnm /usr/bin/pnmtopng /usr/bin/pnmtops /usr/bin/pnmtorast /usr/bin/pnmtorle /usr/bin/pnmtosgi /usr/bin/pnmtosir /usr/bin/pnmtotiff /usr/bin/pnmtotiffcmyk /usr/bin/pnmtoxwd /usr/bin/po2debconf /usr/bin/pod2html /usr/bin/pod2latex /usr/bin/pod2man /usr/bin/pod2text /usr/bin/pod2usage /usr/bin/podchecker /usr/bin/podselect /usr/bin/poff /usr/bin/pon /usr/bin/pooltype /usr/bin/POST /usr/bin/poster /usr/bin/post-grohtml /usr/bin/ppm3d /usr/bin/ppmbrighten /usr/bin/ppmchange /usr/bin/ppmcie /usr/bin/ppmcolormask /usr/bin/ppmdim /usr/bin/ppmdist /usr/bin/ppmdither /usr/bin/ppmfade /usr/bin/ppmflash /usr/bin/ppmforge /usr/bin/ppmhist /usr/bin/ppmlabel /usr/bin/ppmmake /usr/bin/ppmmix /usr/bin/ppmnorm /usr/bin/ppmntsc /usr/bin/ppmpat /usr/bin/ppmquant /usr/bin/ppmquantall /usr/bin/ppmqvga /usr/bin/ppmrelief /usr/bin/ppmshadow /usr/bin/ppmshift /usr/bin/ppmspread /usr/bin/ppmtoacad /usr/bin/ppmtobmp /usr/bin/ppmtoeyuv /usr/bin/ppmtogif /usr/bin/ppmtoicr /usr/bin/ppmtoilbm /usr/bin/ppmtojpeg /usr/bin/ppmtoleaf /usr/bin/ppmtolj /usr/bin/ppmtolss16 /usr/bin/ppmtomap /usr/bin/ppmtomitsu /usr/bin/ppmtompeg /usr/bin/ppmtoneo /usr/bin/ppmtopcx /usr/bin/ppmtopgm /usr/bin/ppmtopi1 /usr/bin/ppmtopict /usr/bin/ppmtopj /usr/bin/ppmtopuzz /usr/bin/ppmtorgb3 /usr/bin/ppmtosixel /usr/bin/ppmtotga /usr/bin/ppmtouil /usr/bin/ppmtowinicon /usr/bin/ppmtoxpm /usr/bin/ppmtoyuv /usr/bin/ppmtoyuvsplit /usr/bin/ppmtv /usr/bin/pr /usr/bin/pre-grohtml /usr/bin/preparetips /usr/bin/print /usr/bin/printenv /usr/bin/printf /usr/bin/procan /usr/bin/procmail /usr/bin/ps2ascii /usr/bin/ps2epsi /usr/bin/ps2frag /usr/bin/ps2pdf /usr/bin/ps2pdf12 /usr/bin/ps2pdf13 /usr/bin/ps2pdf14 /usr/bin/ps2pdfwr /usr/bin/ps2pk /usr/bin/ps2ps /usr/bin/psbook /usr/bin/psed /usr/bin/psfaddtable /usr/bin/psfgettable /usr/bin/psfstriptable /usr/bin/psidtopgm /usr/bin/pslatex /usr/bin/psmerge /usr/bin/psnup /usr/bin/psresize /usr/bin/psselect /usr/bin/pstoedit /usr/bin/pstoimg /usr/bin/pstopnm /usr/bin/pstops /usr/bin/pstree /usr/bin/pstree.x11 /usr/bin/pstruct /usr/bin/ptked /usr/bin/ptksh /usr/bin/ptx /usr/bin/pydoc /usr/bin/pydoc2.1 /usr/bin/pydoc2.2 /usr/bin/pygettext /usr/bin/pygettext2.1 /usr/bin/pygettext2.2 /usr/bin/pygtk-codegen-1.2 /usr/bin/python /usr/bin/python2.1 /usr/bin/python2.2 /usr/bin/qembed /usr/bin/qmake /usr/bin/qrttoppm /usr/bin/qt2kdoc /usr/bin/querybts /usr/bin/rainbow /usr/bin/rainbow-ac /usr/bin/rainbow-be /usr/bin/rainbow-pr /usr/bin/rainbow-rank /usr/bin/rainbow-stats /usr/bin/ranlib /usr/bin/rar /usr/bin/rasttopnm /usr/bin/rawtopgm /usr/bin/rawtoppm /usr/bin/rcp /usr/bin/rcs /usr/bin/rcs2log /usr/bin/rcs-checkin /usr/bin/rcs-checkin.emacs20 /usr/bin/rcsclean /usr/bin/rcsdiff /usr/bin/rcsfreeze /usr/bin/rcsmerge /usr/bin/rdjpgcom /usr/bin/readelf /usr/bin/red /usr/bin/refer /usr/bin/release /usr/bin/remsync /usr/bin/rename /usr/bin/renice /usr/bin/rep /usr/bin/replay /usr/bin/report /usr/bin/reportbug /usr/bin/report.gui /usr/bin/rep-remote /usr/bin/reset /usr/bin/rev /usr/bin/rgb3toppm /usr/bin/rgrep /usr/bin/rgview /usr/bin/rgvim /usr/bin/rjoe /usr/bin/rletopnm /usr/bin/rlog /usr/bin/rlogin /usr/bin/rmccmt /usr/bin/routef /usr/bin/routel /usr/bin/rpcclient /usr/bin/rpcgen /usr/bin/rpcinfo /usr/bin/rpm /usr/bin/rpm2cpio /usr/bin/rpmbuild /usr/bin/rpmdb /usr/bin/rpme /usr/bin/rpmi /usr/bin/rpmquery /usr/bin/rpmsign /usr/bin/rpmu /usr/bin/rpmverify /usr/bin/rsh /usr/bin/rstartd /usr/bin/rubibtex /usr/bin/rumakeindex /usr/bin/run-mailcap /usr/bin/run-with-aspell /usr/bin/rview /usr/bin/rvim /usr/bin/s2p /usr/bin/savelog /usr/bin/sawfish /usr/bin/sawfish-client /usr/bin/sawfish-ui /usr/bin/sbigtopgm /usr/bin/scp /usr/bin/scr-bx /usr/bin/screen /usr/bin/screendump /usr/bin/screensaver-properties-capplet /usr/bin/script /usr/bin/scrollkeeper-config /usr/bin/scrollkeeper-extract /usr/bin/scrollkeeper-gen-seriesid /usr/bin/scrollkeeper-get-cl /usr/bin/scrollkeeper-get-content-list /usr/bin/scrollkeeper-get-extended-content-list /usr/bin/scrollkeeper-get-index-from-docpath /usr/bin/scrollkeeper-get-toc-from-docpath /usr/bin/scrollkeeper-get-toc-from-id /usr/bin/scrollkeeper-install /usr/bin/scrollkeeper-preinstall /usr/bin/scrollkeeper-rebuilddb /usr/bin/scrollkeeper-uninstall /usr/bin/scrollkeeper-update /usr/bin/sdiff /usr/bin/secpolicy /usr/bin/see /usr/bin/select-default-iwrap /usr/bin/sensible-browser /usr/bin/sensible-editor /usr/bin/sensible-pager /usr/bin/seq /usr/bin/setfdprm /usr/bin/setkeycodes /usr/bin/set-language-env /usr/bin/setleds /usr/bin/setmetamode /usr/bin/setsid /usr/bin/setterm /usr/bin/sfconvert /usr/bin/sfinfo /usr/bin/sftp /usr/bin/sg /usr/bin/sgitopnm /usr/bin/sgml2xml /usr/bin/sgmlnorm /usr/bin/sgmlspl /usr/bin/sha1sum /usr/bin/shar /usr/bin/showcfont /usr/bin/showchar /usr/bin/showkey /usr/bin/shred /usr/bin/signchanges /usr/bin/sirtopnm /usr/bin/size /usr/bin/size86 /usr/bin/skill /usr/bin/sl2h /usr/bin/sldtoppm /usr/bin/slice /usr/bin/sliceprint /usr/bin/slogin /usr/bin/smbcacls /usr/bin/smbclient /usr/bin/smbcontrol /usr/bin/smbgroupedit /usr/bin/smb-nat /usr/bin/smbpasswd /usr/bin/smbspool /usr/bin/smbstatus /usr/bin/smbtar /usr/bin/smbtree /usr/bin/snice /usr/bin/socat /usr/bin/soelim /usr/bin/sort /usr/bin/spam /usr/bin/spctoppm /usr/bin/spent /usr/bin/splain /usr/bin/split /usr/bin/splitfont /usr/bin/sputoppm /usr/bin/sq /usr/bin/ssh /usr/bin/ssh-add /usr/bin/ssh-agent /usr/bin/ssh-argv0 /usr/bin/ssh-copy-id /usr/bin/ssh-keygen /usr/bin/ssh-keyscan /usr/bin/startkde /usr/bin/stat /usr/bin/states /usr/bin/strace /usr/bin/strfile /usr/bin/strings /usr/bin/strip /usr/bin/sudo /usr/bin/sum /usr/bin/superformat /usr/bin/symlinks /usr/bin/syslinux /usr/bin/syslinux2ansi /usr/bin/t1mapper /usr/bin/tac /usr/bin/tack /usr/bin/tail /usr/bin/tangle /usr/bin/tasksel /usr/bin/tbl /usr/bin/tclsh /usr/bin/tclsh8.3 /usr/bin/tclsh8.4 /usr/bin/tcsh /usr/bin/tdbbackup /usr/bin/tee /usr/bin/telnet /usr/bin/telnet.netkit /usr/bin/test /usr/bin/testparm /usr/bin/testprns /usr/bin/tex /usr/bin/texconfig /usr/bin/texdoc /usr/bin/texdoctk /usr/bin/texexec /usr/bin/texexpand /usr/bin/texfind /usr/bin/texfont /usr/bin/texhash /usr/bin/texi2dvi /usr/bin/texi2html /usr/bin/texi2pdf /usr/bin/texindex /usr/bin/texlinks /usr/bin/texshow /usr/bin/texutil /usr/bin/tfmtodit /usr/bin/tftopl /usr/bin/tgatoppm /usr/bin/tgz /usr/bin/thinkjettopbm /usr/bin/thumbpdf /usr/bin/tic /usr/bin/tie /usr/bin/tifftopnm /usr/bin/time /usr/bin/tixindex /usr/bin/tixindex4.1 /usr/bin/tixindex8.1 /usr/bin/tixwish /usr/bin/tixwish4.1 /usr/bin/tixwish8.1 /usr/bin/tklanguage /usr/bin/tload /usr/bin/toe /usr/bin/top /usr/bin/topcameleon /usr/bin/touch /usr/bin/tput /usr/bin/tr /usr/bin/traceroute /usr/bin/traceroute.lbl /usr/bin/transfig /usr/bin/tree /usr/bin/troff /usr/bin/tryaffix /usr/bin/tset /usr/bin/tsort /usr/bin/ttf2afm /usr/bin/ttfadmin.sh /usr/bin/ttftool /usr/bin/tty /usr/bin/tzselect /usr/bin/ucf /usr/bin/uic /usr/bin/uic-qt2 /usr/bin/uic-qt3 /usr/bin/ul /usr/bin/unexpand /usr/bin/unicode_start /usr/bin/unicode_stop /usr/bin/uniq /usr/bin/unison /usr/bin/unison-gtk /usr/bin/unlink /usr/bin/unrar /usr/bin/unshar /usr/bin/unsq /usr/bin/unstr /usr/bin/untex /usr/bin/untrigraph /usr/bin/unzip /usr/bin/unzipsfx /usr/bin/updatedb /usr/bin/update-menus /usr/bin/updmap /usr/bin/uptime /usr/bin/uscan /usr/bin/user-ja-conf /usr/bin/users /usr/bin/use_tags /usr/bin/uudecode /usr/bin/uuencode /usr/bin/uuidgen /usr/bin/uupdate /usr/bin/uz /usr/bin/vacation /usr/bin/vftovp /usr/bin/vi /usr/bin/view /usr/bin/vim /usr/bin/vimdiff /usr/bin/vimtutor /usr/bin/virmf /usr/bin/virmpost /usr/bin/viromega /usr/bin/virtex /usr/bin/vmstat /usr/bin/volname /usr/bin/vptovf /usr/bin/vt-is-UTF8 /usr/bin/vumeter /usr/bin/w /usr/bin/w3c /usr/bin/wall /usr/bin/watch /usr/bin/wbmptopbm /usr/bin/wc /usr/bin/weave /usr/bin/webbot /usr/bin/wget /usr/bin/whatis /usr/bin/whereis /usr/bin/which /usr/bin/whiptail /usr/bin/who /usr/bin/whoami /usr/bin/whois /usr/bin/widget /usr/bin/winicontoppm /usr/bin/wish /usr/bin/wish8.3 /usr/bin/wish8.4 /usr/bin/wmb /usr/bin/wmd /usr/bin/wmk /usr/bin/wml /usr/bin/wmu /usr/bin/wmxmms /usr/bin/word-list-compress /usr/bin/w.procps /usr/bin/write /usr/bin/wrjpgcom /usr/bin/www /usr/bin/www-browser /usr/bin/X11 /usr/bin/xanim /usr/bin/xargs /usr/bin/xbitchx /usr/bin/xbmtopbm /usr/bin/xchat /usr/bin/xdfcopy /usr/bin/xdfformat /usr/bin/xdvi /usr/bin/xdvi.bin /usr/bin/xdvi.real /usr/bin/xdvizilla /usr/bin/xfig /usr/bin/xgettext /usr/bin/ximtoppm /usr/bin/xml2man /usr/bin/xmlcatalog /usr/bin/xml-config /usr/bin/xmlizer /usr/bin/xmllint /usr/bin/xmlproc_parse /usr/bin/xmlproc_parse.python2.1-xml /usr/bin/xmlproc_parse.python2.2-xml /usr/bin/xmlproc_val /usr/bin/xmlproc_val.python2.1-xml /usr/bin/xmlproc_val.python2.2-xml /usr/bin/xmms /usr/bin/xpdf /usr/bin/xpdf.bin /usr/bin/xpmtoppm /usr/bin/xscreensaver /usr/bin/xscreensaver-command /usr/bin/xscreensaver-demo /usr/bin/xscreensaver-getimage /usr/bin/xscreensaver-getimage-file /usr/bin/xscreensaver-getimage-video /usr/bin/xscreensaver.kss /usr/bin/x-session-manager /usr/bin/xsltproc /usr/bin/xsubpp /usr/bin/x-terminal-emulator /usr/bin/xvfb-run /usr/bin/xvminitoppm /usr/bin/xwdtopnm /usr/bin/x-window-manager /usr/bin/x-www-browser /usr/bin/xxd /usr/bin/yacc /usr/bin/ybmtopbm /usr/bin/yelp /usr/bin/yelp-pregenerate /usr/bin/yes /usr/bin/yuvsplittoppm /usr/bin/yuvtoppm /usr/bin/yyextract /usr/bin/yyref /usr/bin/zdump /usr/bin/zeisstopnm /usr/bin/zip /usr/bin/zipcloak /usr/bin/zipgrep /usr/bin/zipinfo /usr/bin/zipnote /usr/bin/zipsplit /usr/bin/zsoelim /usr/bin/zxpdf executables
++consider changing the owner to `root'. Because of SMI's recent decision
++to install most /usr/sbin/ab /usr/sbin/ab2 /usr/sbin/accessdb /usr/sbin/acpid /usr/sbin/addgnupghome /usr/sbin/addgroup /usr/sbin/add-shell /usr/sbin/adduser /usr/sbin/apache /usr/sbin/apacheconfig /usr/sbin/apachectl /usr/sbin/apache-modconf /usr/sbin/apmd /usr/sbin/apt-setup /usr/sbin/arp /usr/sbin/arp2ethers /usr/sbin/arpfetch /usr/sbin/arpsnmp /usr/sbin/arpwatch /usr/sbin/aspell-autobuildhash /usr/sbin/atd /usr/sbin/atrun /usr/sbin/authenumerate /usr/sbin/backup-simple /usr/sbin/base-config /usr/sbin/bihourly /usr/sbin/biosdecode /usr/sbin/bonobo-activation-sysconf /usr/sbin/buildd-make-chroot /usr/sbin/changeaudiocddev /usr/sbin/chat /usr/sbin/check_forensic /usr/sbin/checkgid /usr/sbin/checkgid2 /usr/sbin/checkpc /usr/sbin/checksecurity /usr/sbin/chkrootkit /usr/sbin/chpasswd /usr/sbin/chroot /usr/sbin/cleanup-info /usr/sbin/coldnamed /usr/sbin/courierauthtest /usr/sbin/courierlogger /usr/sbin/couriertcpd /usr/sbin/cpgr /usr/sbin/cppw /usr/sbin/Crack /usr/sbin/Crack-Reporter /usr/sbin/cramfsck /usr/sbin/cron /usr/sbin/cruft /usr/sbin/cvs-pserver /usr/sbin/cytune /usr/sbin/debootstrap /usr/sbin/debsums_gen /usr/sbin/delgroup /usr/sbin/deluser /usr/sbin/dmassagevendor /usr/sbin/dmidecode /usr/sbin/dpasswd /usr/sbin/dpkg-divert /usr/sbin/dpkg-preconfigure /usr/sbin/dpkg-reconfigure /usr/sbin/dpkg-statoverride /usr/sbin/dumbnet /usr/sbin/editkeep /usr/sbin/elvtune /usr/sbin/ethtool /usr/sbin/exicyclog /usr/sbin/exigrep /usr/sbin/exim4 /usr/sbin/exim_checkaccess /usr/sbin/exim_convert4r4 /usr/sbin/exim_dbmbuild /usr/sbin/exim_dumpdb /usr/sbin/exim_fixdb /usr/sbin/exim_lock /usr/sbin/eximstats /usr/sbin/exim_tidydb /usr/sbin/exinext /usr/sbin/exipick /usr/sbin/exiqgrep /usr/sbin/exiqsumm /usr/sbin/exiwhat /usr/sbin/fancontrol /usr/sbin/fdutilsconfig /usr/sbin/filefrag /usr/sbin/foomatic-addpjloptions /usr/sbin/foomatic-cleanupdrivers /usr/sbin/foomatic-fix-xml /usr/sbin/foomatic-getpjloptions /usr/sbin/foomatic-kitload /usr/sbin/foomatic-nonumericalids /usr/sbin/foomatic-preferred-driver /usr/sbin/foomatic-printermap-to-gimp-print-xml /usr/sbin/foomatic-replaceoldprinterids /usr/sbin/fping /usr/sbin/fping6 /usr/sbin/fstab-sync /usr/sbin/ftpasswd /usr/sbin/ftpquota /usr/sbin/ftpshut /usr/sbin/ftpstats /usr/sbin/gdmconfig /usr/sbin/gnome-pty-helper /usr/sbin/gpm /usr/sbin/gpmconfig /usr/sbin/gpm-microtouch-setup /usr/sbin/gpm-mouse-test /usr/sbin/groupadd /usr/sbin/groupdel /usr/sbin/groupmod /usr/sbin/grpck /usr/sbin/grpconv /usr/sbin/grpunconv /usr/sbin/hald /usr/sbin/hddtemp /usr/sbin/hping /usr/sbin/hping2 /usr/sbin/huntd /usr/sbin/i2cdetect /usr/sbin/i2cdump /usr/sbin/i2cset /usr/sbin/iconvconfig /usr/sbin/identd /usr/sbin/idswakeup /usr/sbin/ikeygen /usr/sbin/in.comsat /usr/sbin/inetd /usr/sbin/in.identtestd /usr/sbin/in.ntalkd /usr/sbin/install-docs /usr/sbin/install-info /usr/sbin/install-keymap /usr/sbin/install-menu /usr/sbin/install-sgmlcatalog /usr/sbin/in.talkd /usr/sbin/invoke-rc.d /usr/sbin/ipmasqadm /usr/sbin/iptraf /usr/sbin/ircflush /usr/sbin/ircio /usr/sbin/irqtune /usr/sbin/isadump /usr/sbin/isaset /usr/sbin/ispell-autobuildhash /usr/sbin/ispellconfig /usr/sbin/iwu /usr/sbin/kernel-packageconfig /usr/sbin/keytab-lilo /usr/sbin/liloconfig /usr/sbin/lilo_find_mbr /usr/sbin/locale-gen /usr/sbin/localepurge /usr/sbin/logcheck /usr/sbin/logresolve /usr/sbin/logresolve2 /usr/sbin/logrotate /usr/sbin/logtail /usr/sbin/lpc /usr/sbin/lpd /usr/sbin/lpdomatic /usr/sbin/lprng_certs /usr/sbin/lprng_index_certs /usr/sbin/lsof /usr/sbin/lsusb /usr/sbin/magicfilter /usr/sbin/magicfilterconfig /usr/sbin/MAKEFLOPPIES /usr/sbin/makejail /usr/sbin/makeuserdb /usr/sbin/massagevendor /usr/sbin/memtest /usr/sbin/mkboot /usr/sbin/mkcramfs /usr/sbin/mkinitrd /usr/sbin/mklost+found /usr/sbin/mkrescue /usr/sbin/mksmbpasswd /usr/sbin/modconf /usr/sbin/modules-config /usr/sbin/mysqld /usr/sbin/nessus-adduser /usr/sbin/nessus-check-signature /usr/sbin/nessusd /usr/sbin/nessus-mkcert /usr/sbin/nessus-rmuser /usr/sbin/nessus-update-plugins /usr/sbin/nessus-update-plugins-gpl /usr/sbin/newusers /usr/sbin/nmbd /usr/sbin/ntpd /usr/sbin/ntpdate /usr/sbin/ntp-keygen /usr/sbin/ntptime /usr/sbin/ntp-wait /usr/sbin/oinkmaster /usr/sbin/orphaner /usr/sbin/ownership /usr/sbin/p0f /usr/sbin/packit /usr/sbin/pam_getenv /usr/sbin/pam_tally /usr/sbin/paperconfig /usr/sbin/pbuilder /usr/sbin/pconf_detect /usr/sbin/popcon-largest-unused /usr/sbin/popularity-contest /usr/sbin/pppconfig /usr/sbin/pppd /usr/sbin/pppdump /usr/sbin/pppoe /usr/sbin/pppoeconf /usr/sbin/pppoe-discovery /usr/sbin/pppoe-relay /usr/sbin/pppoe-server /usr/sbin/pppoe-sniff /usr/sbin/pppstats /usr/sbin/proftpd /usr/sbin/pw2userdb /usr/sbin/pwck /usr/sbin/pwconv /usr/sbin/pwmconfig /usr/sbin/pwunconv /usr/sbin/qic02conf /usr/sbin/ramsize /usr/sbin/rdev /usr/sbin/readprofile /usr/sbin/remove-default-ispell /usr/sbin/remove-default-wordlist /usr/sbin/remove-shell /usr/sbin/rmail /usr/sbin/rmt /usr/sbin/rmt-tar /usr/sbin/rootflags /usr/sbin/rotatelogs /usr/sbin/rotatelogs2 /usr/sbin/rscsi /usr/sbin/rsmtp /usr/sbin/runas /usr/sbin/runq /usr/sbin/rvnamed /usr/sbin/safe_finger /usr/sbin/samhain /usr/sbin/saned /usr/sbin/select-default-ispell /usr/sbin/select-default-wordlist /usr/sbin/sendmail /usr/sbin/sensors-detect /usr/sbin/setvesablank /usr/sbin/sharedindexinstall /usr/sbin/sharedindexsplit /usr/sbin/smbd /usr/sbin/snort /usr/sbin/snort-stat /usr/sbin/spamd /usr/sbin/spfd /usr/sbin/split-logfile /usr/sbin/sshd /usr/sbin/su-to-root /usr/sbin/synaptic /usr/sbin/sync-available /usr/sbin/syslog2eximlog /usr/sbin/syslogd-listfiles /usr/sbin/syslog-facility /usr/sbin/sysv-rc-conf /usr/sbin/tcpd /usr/sbin/tcpdchk /usr/sbin/tcpdmatch /usr/sbin/tcpdump /usr/sbin/termwrap /usr/sbin/texconfig /usr/sbin/tickadj /usr/sbin/tiger /usr/sbin/tigercron /usr/sbin/tigexp /usr/sbin/tmpreaper /usr/sbin/traceroute /usr/sbin/try-from /usr/sbin/tunelp /usr/sbin/tzconfig /usr/sbin/tzsetup /usr/sbin/update-alternatives /usr/sbin/update-catalog /usr/sbin/update-default-aspell /usr/sbin/update-default-ispell /usr/sbin/update-default-wordlist /usr/sbin/update-dictcommon-aspell /usr/sbin/update-exim4.conf /usr/sbin/update-exim4.conf.template /usr/sbin/update-exim4defaults /usr/sbin/update-flashplugin /usr/sbin/update-fmtutil /usr/sbin/update-fonts-alias /usr/sbin/update-fonts-dir /usr/sbin/update-fonts-scale /usr/sbin/update-gdkpixbuf-loaders /usr/sbin/update-gtk-immodules /usr/sbin/update-inetd /usr/sbin/update-ispell-dictionary /usr/sbin/update-lilo /usr/sbin/update-mime /usr/sbin/update-mozilla-chrome /usr/sbin/update-openoffice-dicts /usr/sbin/update-pango-modules /usr/sbin/update-pangox-aliases /usr/sbin/update-passwd /usr/sbin/update-rc.d /usr/sbin/update-texmf /usr/sbin/update-updmap /usr/sbin/update-usbids /usr/sbin/update-xmlcatalog /usr/sbin/update-xpdfrc /usr/sbin/usbmodules /usr/sbin/useradd /usr/sbin/userdb /usr/sbin/userdbpw /usr/sbin/userdel /usr/sbin/usermod /usr/sbin/validlocale /usr/sbin/vchkpw2userdb /usr/sbin/vcstime /usr/sbin/vidmode /usr/sbin/vigr /usr/sbin/vipw /usr/sbin/visudo /usr/sbin/vpddecode /usr/sbin/w3camd /usr/sbin/wm-menu-config /usr/sbin/writevt /usr/sbin/wserv /usr/sbin/zic and /usr/bin/[ /usr/bin/411toppm /usr/bin/822-date /usr/bin/a2p /usr/bin/a2ps /usr/bin/a2ps-lpr-wrapper /usr/bin/a52dec /usr/bin/a5booklet /usr/bin/aalib-config /usr/bin/aaxine /usr/bin/abiword /usr/bin/AbiWord-2.2 /usr/bin/abw2html /usr/bin/access /usr/bin/aclocal /usr/bin/aclocal-1.4 /usr/bin/aclocal-1.6 /usr/bin/aclocal-1.7 /usr/bin/acpi /usr/bin/acpi_available /usr/bin/acpi_listen /usr/bin/activation-client /usr/bin/acyclic /usr/bin/addftinfo /usr/bin/addr2line /usr/bin/addresses /usr/bin/adnshost /usr/bin/adnslogres /usr/bin/adnsresfilter /usr/bin/afm2tfm /usr/bin/afmdiff.awk /usr/bin/afmtodit /usr/bin/alexandria /usr/bin/alien /usr/bin/allcm /usr/bin/allec /usr/bin/allneeded /usr/bin/amor /usr/bin/amstex /usr/bin/amule /usr/bin/amuleweb /usr/bin/amulewebDLG /usr/bin/analog /usr/bin/animate /usr/bin/anytopnm /usr/bin/apm /usr/bin/apm_available /usr/bin/apmsleep /usr/bin/appletproxy /usr/bin/appletviewer /usr/bin/apropos /usr/bin/apt-cache /usr/bin/apt-cdrom /usr/bin/apt-config /usr/bin/apt-extracttemplates /usr/bin/apt-file /usr/bin/apt-ftparchive /usr/bin/apt-get /usr/bin/aptitude /usr/bin/apt-listchanges /usr/bin/apt-sortpkgs /usr/bin/ar /usr/bin/ar86 /usr/bin/archer /usr/bin/ark /usr/bin/arrow /usr/bin/artsbuilder /usr/bin/artscat /usr/bin/artsc-config /usr/bin/artscontrol /usr/bin/artsd /usr/bin/artsdsp /usr/bin/artsmessage /usr/bin/artsplay /usr/bin/artsrec /usr/bin/artsshell /usr/bin/artswrapper /usr/bin/as /usr/bin/as86 /usr/bin/asciitopgm /usr/bin/ascii-xfr /usr/bin/aserver /usr/bin/asn1Coding /usr/bin/asn1Decoding /usr/bin/asn1Parser /usr/bin/aspell /usr/bin/aspell-import /usr/bin/at /usr/bin/atktopbm /usr/bin/atlantikdesigner /usr/bin/atq /usr/bin/atrm /usr/bin/atsar /usr/bin/audiofile-config /usr/bin/autoconf /usr/bin/autoconf2.13 /usr/bin/autoconf2.50 /usr/bin/autoheader /usr/bin/autoheader2.13 /usr/bin/autoheader2.50 /usr/bin/autom4te /usr/bin/automake /usr/bin/automake-1.4 /usr/bin/automake-1.6 /usr/bin/automake-1.7 /usr/bin/autopoint /usr/bin/autopsy /usr/bin/autoreconf /usr/bin/autoreconf2.13 /usr/bin/autoreconf2.50 /usr/bin/autoscan /usr/bin/autoscan2.13 /usr/bin/autoupdate /usr/bin/autoupdate2.13 /usr/bin/avg-pkg-build-time /usr/bin/aviplay /usr/bin/awk /usr/bin/b2m /usr/bin/b2m.emacs21 /usr/bin/b2m.xemacs21 /usr/bin/basename /usr/bin/bashbug /usr/bin/batch /usr/bin/baz /usr/bin/bazaar-gpg-check /usr/bin/bc /usr/bin/bcomps /usr/bin/bdftops /usr/bin/beep /usr/bin/berkeley_db3_svc /usr/bin/berkeley_db4.2_svc /usr/bin/bg5conv /usr/bin/bg5latex /usr/bin/bg5+latex /usr/bin/bibindex /usr/bin/biblook /usr/bin/bibtex /usr/bin/bibtool /usr/bin/biff /usr/bin/binstats /usr/bin/bioradtopgm /usr/bin/bison /usr/bin/bison.yacc /usr/bin/bitchx /usr/bin/BitchX /usr/bin/bluefish /usr/bin/bmp2tiff /usr/bin/bmptopnm /usr/bin/bmptoppm /usr/bin/bochs /usr/bin/bochs-bin /usr/bin/bogomips /usr/bin/bonobo-activation-run-query /usr/bin/bonobo-application-x-mines /usr/bin/bonobo-audio-ulaw /usr/bin/bonobo-browser /usr/bin/bonobo-moniker-gunzip /usr/bin/bonobo-moniker-http /usr/bin/bonobo-selector /usr/bin/bonobo-slay /usr/bin/bonobo-text-plain /usr/bin/boot-admin /usr/bin/brushtopbm /usr/bin/bsd-write /usr/bin/btcompletedir /usr/bin/btcompletedir.bittorrent /usr/bin/btdownloadcurses /usr/bin/btdownloadcurses.bittorrent /usr/bin/btdownloadheadless /usr/bin/btdownloadheadless.bittorrent /usr/bin/btedit /usr/bin/btlaunchmany /usr/bin/btlaunchmany.bittorrent /usr/bin/btlaunchmanycurses /usr/bin/btlaunchmanycurses.bittorrent /usr/bin/btmakemetafile /usr/bin/btmakemetafile.bittorrent /usr/bin/btreannounce /usr/bin/btreannounce.bittorrent /usr/bin/btrename /usr/bin/btrename.bittorrent /usr/bin/bts /usr/bin/btshowmetainfo /usr/bin/btshowmetainfo.bittorrent /usr/bin/bttrack /usr/bin/bttrack.bittorrent /usr/bin/bug-buddy /usr/bin/buildhash /usr/bin/bunzip2 /usr/bin/burnBX /usr/bin/burnK6 /usr/bin/burnK7 /usr/bin/burnMMX /usr/bin/burnP5 /usr/bin/burnP6 /usr/bin/bwm /usr/bin/bximage /usr/bin/bzcat /usr/bin/bzcmp /usr/bin/bzdiff /usr/bin/bzegrep /usr/bin/bzexe /usr/bin/bzfgrep /usr/bin/bzgrep /usr/bin/bzip2 /usr/bin/bzip2recover /usr/bin/bzless /usr/bin/bzmore /usr/bin/c++ /usr/bin/c2man /usr/bin/c2ph /usr/bin/c89 /usr/bin/c99 /usr/bin/cadubi /usr/bin/cal /usr/bin/calendar /usr/bin/camlidl /usr/bin/camlp4 /usr/bin/camlp4o /usr/bin/camlp4o.opt /usr/bin/camlp4r /usr/bin/camlp4r.opt /usr/bin/cancel /usr/bin/captoinfo /usr/bin/card /usr/bin/cardos-info /usr/bin/castellanizar /usr/bin/catalogmanager /usr/bin/catchsegv /usr/bin/catman /usr/bin/cc /usr/bin/ccal /usr/bin/ccmtcnvt /usr/bin/ccomps /usr/bin/cdadd /usr/bin/cdbackup /usr/bin/cdbakeoven /usr/bin/cdbodialogloader /usr/bin/cdbosetuptool /usr/bin/cdbs-edit-patch /usr/bin/cdcd /usr/bin/cdclose /usr/bin/cdctrl /usr/bin/cdda2mp3 /usr/bin/cdda2ogg /usr/bin/cdda2wav /usr/bin/cddb-slave2-properties /usr/bin/cdecl /usr/bin/cdeject /usr/bin/cdinfo /usr/bin/cdir /usr/bin/cdloop /usr/bin/cdown /usr/bin/cdparanoia /usr/bin/cdpause /usr/bin/cdplay /usr/bin/cdrdao /usr/bin/cdrecord /usr/bin/cdrecord.mmap /usr/bin/cdrecord.shm /usr/bin/cdreset /usr/bin/cdrestore /usr/bin/cdrtoaster /usr/bin/cdshuffle /usr/bin/cdstop /usr/bin/cdvolume /usr/bin/cdxa2mpeg /usr/bin/cef5conv /usr/bin/cef5latex /usr/bin/cefconv /usr/bin/ceflatex /usr/bin/cefsconv /usr/bin/cefslatex /usr/bin/celestrongps /usr/bin/c++filt /usr/bin/cflow /usr/bin/cg_annotate /usr/bin/chage /usr/bin/charmap /usr/bin/charset /usr/bin/chattr /usr/bin/checkbash /usr/bin/checkbashisms /usr/bin/checkrestart /usr/bin/cheops /usr/bin/chfn /usr/bin/chilight /usr/bin/chkdupexe /usr/bin/chktri /usr/bin/chsh /usr/bin/chvt /usr/bin/ci /usr/bin/circo /usr/bin/cjpeg /usr/bin/cksum /usr/bin/clear /usr/bin/clips /usr/bin/clusterdb /usr/bin/cm2rem /usr/bin/cmp /usr/bin/cmuwmtopbm /usr/bin/co /usr/bin/cobfusc /usr/bin/codepage /usr/bin/col /usr/bin/colcrt /usr/bin/coldsync /usr/bin/collateindex.pl /usr/bin/colrm /usr/bin/column /usr/bin/combinediff /usr/bin/comm /usr/bin/compare /usr/bin/comp_err /usr/bin/compile_et /usr/bin/compose /usr/bin/composeglyphs /usr/bin/composite /usr/bin/conjure /usr/bin/consolechars /usr/bin/ControlPanel /usr/bin/convert /usr/bin/courier-config /usr/bin/cpan /usr/bin/cpif /usr/bin/cpp /usr/bin/cpp-2.95 /usr/bin/cpp-3.2 /usr/bin/cpp-3.3 /usr/bin/createdb /usr/bin/createdisk /usr/bin/createlang /usr/bin/createuser /usr/bin/c_rehash /usr/bin/crontab /usr/bin/crossbow /usr/bin/cryptoflex-tool /usr/bin/csplit /usr/bin/csslint /usr/bin/csslint-0.6 /usr/bin/cstr /usr/bin/ctags /usr/bin/ctags.emacs21 /usr/bin/ctangle /usr/bin/cue2toc /usr/bin/cundecl /usr/bin/cunloop /usr/bin/cups-config /usr/bin/cupsdconf /usr/bin/cupsdoprint /usr/bin/curl /usr/bin/curl-config /usr/bin/cut /usr/bin/cvs /usr/bin/cvsaskpass /usr/bin/cvs-debc /usr/bin/cvs-debi /usr/bin/cvs-debrelease /usr/bin/cvs-debuild /usr/bin/cvsservice /usr/bin/cw /usr/bin/cweave /usr/bin/cwgen /usr/bin/cxref /usr/bin/cxref-cc /usr/bin/cxref-cpp /usr/bin/cxref-cpp-configure /usr/bin/cxref-cpp.upstream /usr/bin/cxref-query /usr/bin/daemon /usr/bin/dash-search /usr/bin/datastat /usr/bin/db2dvi /usr/bin/db2html /usr/bin/db2pdf /usr/bin/db2ps /usr/bin/db2rtf /usr/bin/db3_archive /usr/bin/db3_checkpoint /usr/bin/db3_deadlock /usr/bin/db3_dump /usr/bin/db3_dump185 /usr/bin/db3_load /usr/bin/db3_printlog /usr/bin/db3_recover /usr/bin/db3_stat /usr/bin/db3_upgrade /usr/bin/db3_verify /usr/bin/db4.2_archive /usr/bin/db4.2_checkpoint /usr/bin/db4.2_deadlock /usr/bin/db4.2_dump /usr/bin/db4.2_load /usr/bin/db4.2_printlog /usr/bin/db4.2_recover /usr/bin/db4.2_stat /usr/bin/db4.2_upgrade /usr/bin/db4.2_verify /usr/bin/db_archive /usr/bin/db_checkpoint /usr/bin/db_deadlock /usr/bin/db_dump /usr/bin/db_dump185 /usr/bin/dbforge /usr/bin/dbforge.gui /usr/bin/dbiprof /usr/bin/dbiproxy /usr/bin/db_load /usr/bin/dbmmanage /usr/bin/dbmmanage2 /usr/bin/db_printlog /usr/bin/db_recover /usr/bin/dbs-edit-patch /usr/bin/db_stat /usr/bin/dbus-cleanup-sockets /usr/bin/dbus-daemon-1 /usr/bin/dbverify /usr/bin/dc /usr/bin/dcalc /usr/bin/dcat /usr/bin/dch /usr/bin/dcop /usr/bin/dcopclient /usr/bin/dcopfind /usr/bin/dcopobject /usr/bin/dcopquit /usr/bin/dcopref /usr/bin/dcopserver /usr/bin/dcopserver_shutdown /usr/bin/dcopstart /usr/bin/ddate /usr/bin/ddd /usr/bin/deallocvt /usr/bin/debc /usr/bin/debchange /usr/bin/debclean /usr/bin/debconf /usr/bin/debconf2pot /usr/bin/debconf2po-update /usr/bin/debconf-communicate /usr/bin/debconf-copydb /usr/bin/debconf-getlang /usr/bin/debconf-get-selections /usr/bin/debconf-gettextize /usr/bin/debconf-loadtemplate /usr/bin/debconf-mergetemplate /usr/bin/debconf-set-selections /usr/bin/debconf-show /usr/bin/debconf-updatepo /usr/bin/debdiff /usr/bin/debget /usr/bin/debi /usr/bin/debiandoc2docbookxml /usr/bin/debiandoc2dvi /usr/bin/debiandoc2html /usr/bin/debiandoc2info /usr/bin/debiandoc2latex /usr/bin/debiandoc2latexdvi /usr/bin/debiandoc2latexpdf /usr/bin/debiandoc2latexps /usr/bin/debiandoc2pdf /usr/bin/debiandoc2ps /usr/bin/debiandoc2texinfo /usr/bin/debiandoc2text /usr/bin/debiandoc2textov /usr/bin/debian-mirrors /usr/bin/debman /usr/bin/debmirror /usr/bin/deborphan /usr/bin/debpkg /usr/bin/debrelease /usr/bin/debrsign /usr/bin/debsign /usr/bin/debstd /usr/bin/debsums /usr/bin/debugsh /usr/bin/debuild /usr/bin/debuild-pbuilder /usr/bin/deb-update-applet-gui /usr/bin/deb-update-applet-tui /usr/bin/defoma /usr/bin/defoma-app /usr/bin/defoma-font /usr/bin/defoma-hints /usr/bin/defoma-id /usr/bin/defoma-psfont-installer /usr/bin/defoma-reconfigure /usr/bin/defoma-subst /usr/bin/defoma-user /usr/bin/degrep /usr/bin/dehtmldiff /usr/bin/deliverquota /usr/bin/deliverquota.courier /usr/bin/desktop-file-install /usr/bin/desktop-file-validate /usr/bin/devdump /usr/bin/dexconf /usr/bin/dfgrep /usr/bin/dglob /usr/bin/dgrep /usr/bin/dh_builddeb /usr/bin/dh_clean /usr/bin/dh_compress /usr/bin/dh_desktop /usr/bin/dh_fixperms /usr/bin/dh_gconf /usr/bin/dh_gencontrol /usr/bin/dh_install /usr/bin/dh_installcatalogs /usr/bin/dh_installchangelogs /usr/bin/dh_installcron /usr/bin/dh_installdeb /usr/bin/dh_installdebconf /usr/bin/dh_installdefoma /usr/bin/dh_installdirs /usr/bin/dh_installdocs /usr/bin/dh_installemacsen /usr/bin/dh_installexamples /usr/bin/dh_installinfo /usr/bin/dh_installinit /usr/bin/dh_installkpatches /usr/bin/dh_installlogcheck /usr/bin/dh_installlogrotate /usr/bin/dh_installman /usr/bin/dh_installmanpages /usr/bin/dh_installmenu /usr/bin/dh_installmime /usr/bin/dh_installmodules /usr/bin/dh_installpam /usr/bin/dh_installppp /usr/bin/dh_installwm /usr/bin/dh_installxfonts /usr/bin/dh_installxmlcatalogs /usr/bin/dh_link /usr/bin/dh_listpackages /usr/bin/dh_make /usr/bin/dh-make-perl /usr/bin/dh_makeshlibs /usr/bin/dh_md5sums /usr/bin/dh_movefiles /usr/bin/dh_perl /usr/bin/dh_python /usr/bin/dh_scrollkeeper /usr/bin/dh_shlibdeps /usr/bin/dh_strip /usr/bin/dh_suidregister /usr/bin/dh_testdir /usr/bin/dh_testroot /usr/bin/dh_testversion /usr/bin/dh_undocumented /usr/bin/dh_usrlocal /usr/bin/dia /usr/bin/dia-gnome /usr/bin/dialog /usr/bin/dia-normal /usr/bin/dict /usr/bin/dictl /usr/bin/diff /usr/bin/diff3 /usr/bin/diffpp /usr/bin/diffstat /usr/bin/dig /usr/bin/dijkstra /usr/bin/dircolors /usr/bin/directomatic /usr/bin/dirmngr /usr/bin/dirmngr-client /usr/bin/dirname /usr/bin/dirsplit /usr/bin/discover-config /usr/bin/disdvi /usr/bin/diskd /usr/bin/diskseekd /usr/bin/disk_sreset /usr/bin/disk_stat /usr/bin/display /usr/bin/djpeg /usr/bin/djscript /usr/bin/dlpsh /usr/bin/dls /usr/bin/dmp /usr/bin/dnet-config /usr/bin/dns_browse /usr/bin/dns-helper /usr/bin/dns_tree /usr/bin/docbook2dvi /usr/bin/docbook2html /usr/bin/docbook2man /usr/bin/docbook2pdf /usr/bin/docbook2ps /usr/bin/docbook2rtf /usr/bin/docbook2tex /usr/bin/docbook2texi /usr/bin/docbook2txt /usr/bin/docbook-to-man /usr/bin/docker /usr/bin/dos2unix /usr/bin/dot /usr/bin/dot2gxl /usr/bin/dotlockfile /usr/bin/dotneato-config /usr/bin/dotty /usr/bin/do_unlinks /usr/bin/doxygen /usr/bin/doxytag /usr/bin/dpatch /usr/bin/dpatch-convert-diffgz /usr/bin/dpatch-edit-patch /usr/bin/dpatch-get-origtargz /usr/bin/dpatch-list-patch /usr/bin/dpigs /usr/bin/dpkg /usr/bin/dpkg2folder /usr/bin/dpkg-architecture /usr/bin/dpkg-awk /usr/bin/dpkg-break /usr/bin/dpkg-buildpackage /usr/bin/dpkg-checkbuilddeps /usr/bin/dpkg-deb /usr/bin/dpkg-depcheck /usr/bin/dpkg-distaddfile /usr/bin/dpkg-genbuilddeps /usr/bin/dpkg-genchanges /usr/bin/dpkg-gencontrol /usr/bin/dpkg-iaquery /usr/bin/dpkg-make-index /usr/bin/dpkg-name /usr/bin/dpkg-parsechangelog /usr/bin/dpkg-query /usr/bin/dpkg-scanpackages /usr/bin/dpkg-scansources /usr/bin/dpkg-shlibdeps /usr/bin/dpkg-source /usr/bin/dpkg-split /usr/bin/dprofpp /usr/bin/dpsch-auto-cronapt /usr/bin/dpsch-backupclean /usr/bin/dpsch-cvsclean /usr/bin/dpsch-gencvsignore /usr/bin/dpsch-gendepends /usr/bin/dpsch-genpkg /usr/bin/dpsch-installcfengine /usr/bin/dpsch-installcronapt /usr/bin/dpsch-installgroups /usr/bin/dpsch-installpatch /usr/bin/dpsch-installskel /usr/bin/dpsch-installuserpatch /usr/bin/dpsch-installusers /usr/bin/dpsch-installuserskel /usr/bin/dpsch-listbinpkgs /usr/bin/dpsch-showfirstbinpkg /usr/bin/dpsyco-applypatch /usr/bin/dpsyco-patch /usr/bin/dpsyco-skel /usr/bin/drkonqi /usr/bin/dropdb /usr/bin/droplang /usr/bin/dropuser /usr/bin/dscverify /usr/bin/dselect /usr/bin/dsirc /usr/bin/du /usr/bin/dubdv /usr/bin/dumbnet-config /usr/bin/dumphint /usr/bin/dumpkeys /usr/bin/dupload /usr/bin/dvconnect /usr/bin/dvi2fax /usr/bin/dvi2tty /usr/bin/dvicopy /usr/bin/dvidvi /usr/bin/dvihp /usr/bin/dvilj /usr/bin/dvilj2p /usr/bin/dvilj4 /usr/bin/dvilj4l /usr/bin/dvilj6 /usr/bin/dvipdf /usr/bin/dvipdfm /usr/bin/dvipdft /usr/bin/dvipng /usr/bin/dviprint /usr/bin/dvips /usr/bin/dvired /usr/bin/dvitomp /usr/bin/dvitype /usr/bin/dzgrep /usr/bin/e2pall /usr/bin/ebb /usr/bin/ebrowse /usr/bin/ebrowse.emacs21 /usr/bin/echo-client-2 /usr/bin/ed2k /usr/bin/ed2k.amule /usr/bin/ed2k.wrapper /usr/bin/ed2k.xmule /usr/bin/edit /usr/bin/editcap /usr/bin/editclient /usr/bin/editdiff /usr/bin/editor /usr/bin/efax /usr/bin/efix /usr/bin/efstool /usr/bin/egroupwarewizard /usr/bin/einitex /usr/bin/eject /usr/bin/elatex /usr/bin/elinks /usr/bin/ellcc /usr/bin/ellcc.xemacs21 /usr/bin/emacs /usr/bin/emacs21 /usr/bin/emacs21-x /usr/bin/emacsclient /usr/bin/emacsclient.emacs21 /usr/bin/enc2xs /usr/bin/enchant /usr/bin/enchant-lsmod /usr/bin/encodedv /usr/bin/enscript /usr/bin/entrigraph /usr/bin/env /usr/bin/envsubst /usr/bin/eog /usr/bin/eperl /usr/bin/epiphany /usr/bin/eps2eps /usr/bin/epsffit /usr/bin/epstopdf /usr/bin/eqn /usr/bin/eqn2graph /usr/bin/erb1.8 /usr/bin/esd /usr/bin/esd-config /usr/bin/espdiff /usr/bin/etags /usr/bin/etags.emacs21 /usr/bin/etags.xemacs21 /usr/bin/etex /usr/bin/etherape /usr/bin/ethereal /usr/bin/ethstatus /usr/bin/euro-test /usr/bin/eview /usr/bin/evim /usr/bin/evince /usr/bin/evince-thumbnailer /usr/bin/evirtex /usr/bin/evolution /usr/bin/evolution-2.2 /usr/bin/ex /usr/bin/exifautotran /usr/bin/expand /usr/bin/expiry /usr/bin/expr /usr/bin/extcheck /usr/bin/extconv /usr/bin/extensionproxy /usr/bin/extract_a52 /usr/bin/extractkmdr /usr/bin/extractres /usr/bin/extresso /usr/bin/ext_skel /usr/bin/ext_skel4 /usr/bin/eyuvtoppm /usr/bin/factor /usr/bin/faillog /usr/bin/faked-sysv /usr/bin/faked-tcp /usr/bin/fakeroot /usr/bin/fakeroot-sysv /usr/bin/fakeroot-tcp /usr/bin/fax /usr/bin/fax2ps /usr/bin/fax2tiff /usr/bin/fbxine /usr/bin/fc-cache /usr/bin/fc-list /usr/bin/fc-match /usr/bin/fdf2tan /usr/bin/fdformat /usr/bin/fdlist /usr/bin/fdmount /usr/bin/fdmountd /usr/bin/fdp /usr/bin/fdrawcmd /usr/bin/fdumount /usr/bin/fdupes /usr/bin/feedbrowser /usr/bin/ffind /usr/bin/ffmpeg /usr/bin/ffmpeg-config /usr/bin/ffplay /usr/bin/ffserver /usr/bin/fiascotopnm /usr/bin/fig2dev /usr/bin/fig2ps2tex /usr/bin/filan /usr/bin/file /usr/bin/file-roller /usr/bin/filesharelist /usr/bin/fileshareset /usr/bin/filterdiff /usr/bin/find /usr/bin/find2perl /usr/bin/findaffix /usr/bin/finger /usr/bin/fitstopnm /usr/bin/fix_bs_and_del /usr/bin/fixcvsdiff /usr/bin/fixdlsrps /usr/bin/fixfmps /usr/bin/fixincludes /usr/bin/fixmacps /usr/bin/fixmswrd.pl /usr/bin/fixnt /usr/bin/fixps /usr/bin/fixpsditps /usr/bin/fixpspps /usr/bin/fixscribeps /usr/bin/fixtpps /usr/bin/fixwfwps /usr/bin/fixwpps /usr/bin/fixwwps /usr/bin/flac /usr/bin/flashkard /usr/bin/flawfinder /usr/bin/flex /usr/bin/fliccd /usr/bin/flipdiff /usr/bin/floppycontrol /usr/bin/floppymeter /usr/bin/fls /usr/bin/fmt /usr/bin/fmtutil /usr/bin/fold /usr/bin/font2c /usr/bin/font2psf /usr/bin/fontexport /usr/bin/fontimport /usr/bin/fontinst /usr/bin/foomatic-combo-xml /usr/bin/foomatic-compiledb /usr/bin/foomatic-configure /usr/bin/foomatic-datafile /usr/bin/foomatic-gswrapper /usr/bin/foomatic-gui /usr/bin/foomatic-perl-data /usr/bin/foomatic-ppdfile /usr/bin/foomatic-ppd-options /usr/bin/foomatic-printjob /usr/bin/foomatic-rip /usr/bin/formail /usr/bin/fort /usr/bin/fping /usr/bin/fping6 /usr/bin/free /usr/bin/freetype-config /usr/bin/fribidi /usr/bin/fribidi-config /usr/bin/from /usr/bin/fromdos /usr/bin/fsstat /usr/bin/fstopgm /usr/bin/ftdump1 /usr/bin/fterror /usr/bin/ftlint1 /usr/bin/ftmetric /usr/bin/ftp /usr/bin/ftpcount /usr/bin/ftpdctl /usr/bin/ftptop /usr/bin/ftpwho /usr/bin/ftsbit /usr/bin/ftstring1 /usr/bin/ftstrpnm /usr/bin/ftstrtto /usr/bin/fttimer1 /usr/bin/ftview1 /usr/bin/ftzoom /usr/bin/funzip /usr/bin/g++ /usr/bin/g++-2.95 /usr/bin/g++-3.2 /usr/bin/g++-3.3 /usr/bin/g3topbm /usr/bin/gabber /usr/bin/gaim /usr/bin/gaim-remote /usr/bin/gamma4scanimage /usr/bin/gawk /usr/bin/gbklatex /usr/bin/gc /usr/bin/gcalctool /usr/bin/gcc /usr/bin/gcc-2.95 /usr/bin/gcc-3.2 /usr/bin/gcc-3.3 /usr/bin/gccbug /usr/bin/gccbug-3.2 /usr/bin/gccbug-3.3 /usr/bin/gconfd-1 /usr/bin/gconf-editor /usr/bin/gconfigger /usr/bin/gconf-merge-tree /usr/bin/gconf-sanity-check-1 /usr/bin/gconftool /usr/bin/gconftool-1 /usr/bin/gconftool-2 /usr/bin/gcov /usr/bin/gcov-2.95 /usr/bin/gcov-3.2 /usr/bin/gcov-3.3 /usr/bin/gda-config-tool /usr/bin/gda-report-test /usr/bin/gda-run /usr/bin/gda-test /usr/bin/gdb /usr/bin/gdbserver /usr/bin/gdbtui /usr/bin/gdialog /usr/bin/gdk-pixbuf-config /usr/bin/gdk-pixbuf-csource /usr/bin/gdk-pixbuf-query-loaders /usr/bin/gdm /usr/bin/gdmchooser /usr/bin/gdmflexiserver /usr/bin/gdmgreeter /usr/bin/gdmlogin /usr/bin/gdmphotosetup /usr/bin/gdmsetup /usr/bin/gdmthemetester /usr/bin/gdmXnest /usr/bin/gdmXnestchooser /usr/bin/gedi /usr/bin/gemtopbm /usr/bin/gemtopnm /usr/bin/gencat /usr/bin/gendiff /usr/bin/genksyms /usr/bin/genresscript /usr/bin/geqn /usr/bin/GET /usr/bin/getafm /usr/bin/getafm-freetype /usr/bin/getconf /usr/bin/get-edid /usr/bin/getent /usr/bin/getfdprm /usr/bin/gethostip /usr/bin/getkeycodes /usr/bin/getls-lR /usr/bin/getopt /usr/bin/getpeername /usr/bin/gettext /usr/bin/gettextize /usr/bin/gettext.sh /usr/bin/gfloppy /usr/bin/gfplus /usr/bin/gfserver /usr/bin/gftodvi /usr/bin/gftopk /usr/bin/gftype /usr/bin/ggv /usr/bin/ghns /usr/bin/gif2tiff /usr/bin/giftopnm /usr/bin/gimp /usr/bin/gimp-2.2 /usr/bin/gimpprint-config /usr/bin/gimp-remote /usr/bin/gimp-remote-2.2 /usr/bin/gkrellm /usr/bin/gksu /usr/bin/gksudo /usr/bin/gksuexec /usr/bin/glade-2 /usr/bin/glib-config /usr/bin/glib-genmarshal /usr/bin/glib-gettextize /usr/bin/glib-mkenums /usr/bin/gnome-about /usr/bin/gnome-accessibility-keyboard-properties /usr/bin/gnome-at-properties /usr/bin/gnome-audio-profiles-properties /usr/bin/gnome-background-properties /usr/bin/gnome-bug /usr/bin/gnome-calculator /usr/bin/gnome-cd /usr/bin/gnome-cd-properties /usr/bin/gnome-character-map /usr/bin/gnome-config /usr/bin/gnome-control-center /usr/bin/gnome-cups-add /usr/bin/gnome-cups-icon /usr/bin/gnome-cups-manager /usr/bin/gnome-db2html /usr/bin/gnome-default-applications-properties /usr/bin/gnome-desktop-item-edit /usr/bin/gnome-dictionary /usr/bin/gnome-display-properties /usr/bin/gnome-doc /usr/bin/gnome-doc-prepare /usr/bin/gnome-dump-metadata /usr/bin/gnome-font-install /usr/bin/gnome-font-properties /usr/bin/gnome-font-viewer /usr/bin/gnome-gen-mimedb /usr/bin/gnome-gv /usr/bin/gnome-help /usr/bin/gnome-keybinding-properties /usr/bin/gnome-keyboard-properties /usr/bin/gnome-keyring-daemon /usr/bin/gnomemeeting /usr/bin/gnomemeeting-config-tool /usr/bin/gnome-menu-spec-test /usr/bin/gnome-mkstub /usr/bin/gnome-mouse-properties /usr/bin/gnome-moz-remote /usr/bin/gnome-name-service /usr/bin/gnome-nettool /usr/bin/gnome-network-preferences /usr/bin/gnome-open /usr/bin/gnome-panel /usr/bin/gnome-panel-screenshot /usr/bin/gnome-pilot-make-password /usr/bin/gnome-screenshot /usr/bin/gnome-search-tool /usr/bin/gnome_segv /usr/bin/gnome-session /usr/bin/gnome-session-properties /usr/bin/gnome-session-remove /usr/bin/gnome-session-save /usr/bin/gnome-settings-daemon /usr/bin/gnome-smproxy /usr/bin/gnome-sound-properties /usr/bin/gnome-sound-recorder /usr/bin/gnome-sudo /usr/bin/gnome-system-log /usr/bin/gnome-system-monitor /usr/bin/gnome-terminal /usr/bin/gnome-terminal.wrapper /usr/bin/gnome-text-editor /usr/bin/gnome-theme-manager /usr/bin/gnome-theme-thumbnailer /usr/bin/gnome-thumbnail-font /usr/bin/gnome-typing-monitor /usr/bin/gnome-ui-properties /usr/bin/gnomevfs-cat /usr/bin/gnomevfs-copy /usr/bin/gnomevfs-info /usr/bin/gnomevfs-ls /usr/bin/gnomevfs-mkdir /usr/bin/gnomevfs-mv /usr/bin/gnomevfs-rm /usr/bin/gnome-video-thumbnailer /usr/bin/gnome-volume-control /usr/bin/gnome-window-properties /usr/bin/gnome-wm /usr/bin/gnuattach /usr/bin/gnuattach.xemacs21 /usr/bin/gnuclient /usr/bin/gnuclient.xemacs21 /usr/bin/gnudoit /usr/bin/gnudoit.xemacs21 /usr/bin/gnumeric /usr/bin/gnuplot /usr/bin/goad-browser /usr/bin/gobject-query /usr/bin/gouldtoppm /usr/bin/gpasswd /usr/bin/gpdf /usr/bin/gpg /usr/bin/gpg2 /usr/bin/gpg-agent /usr/bin/gpgconf /usr/bin/gpg-convert-from-106 /usr/bin/gpg-error /usr/bin/gpg-error-config /usr/bin/gpgp /usr/bin/gpgsm /usr/bin/gpgsm-gencert.sh /usr/bin/gpgsplit /usr/bin/gpgv /usr/bin/gpgv2 /usr/bin/gpic /usr/bin/gpilot-applet /usr/bin/gpilotd /usr/bin/gpilotd-control-applet /usr/bin/gpilotd-session-wrapper /usr/bin/gpilot-install-file /usr/bin/gprof /usr/bin/gqcam /usr/bin/gramps /usr/bin/grep-aptavail /usr/bin/grep-available /usr/bin/grep-changelog /usr/bin/grep-changelog.emacs21 /usr/bin/grep-dctrl /usr/bin/grepdiff /usr/bin/grep-excuses /usr/bin/grep-status /usr/bin/gretl /usr/bin/gretlcli /usr/bin/gretl_x11 /usr/bin/grn /usr/bin/grodvi /usr/bin/groff /usr/bin/groffer /usr/bin/grog /usr/bin/grolbp /usr/bin/grolj4 /usr/bin/grops /usr/bin/grotty /usr/bin/groups /usr/bin/groupwarewizard /usr/bin/gs /usr/bin/gsbj /usr/bin/gsdj /usr/bin/gsdj500 /usr/bin/gsftopk /usr/bin/gs-gpl /usr/bin/gshell /usr/bin/gslj /usr/bin/gslp /usr/bin/gsnd /usr/bin/gst-complete /usr/bin/gst-complete-0.8 /usr/bin/gst-compprep-0.6 /usr/bin/gst-compprep-0.8 /usr/bin/gst-feedback /usr/bin/gst-feedback-0.8 /usr/bin/gst-inspect /usr/bin/gst-inspect-0.8 /usr/bin/gst-launch /usr/bin/gst-launch-0.8 /usr/bin/gst-launch-ext /usr/bin/gst-launch-ext-0.8 /usr/bin/gst-md5sum /usr/bin/gst-md5sum-0.8 /usr/bin/gstreamer-properties /usr/bin/gst-register-0.6 /usr/bin/gst-register-0.8 /usr/bin/gst-typefind /usr/bin/gst-typefind-0.8 /usr/bin/gst-visualise /usr/bin/gst-visualise-0.8 /usr/bin/gst-xmlinspect /usr/bin/gst-xmlinspect-0.8 /usr/bin/gst-xmllaunch /usr/bin/gst-xmllaunch-0.8 /usr/bin/gtbl /usr/bin/gthumb /usr/bin/gtk-config /usr/bin/gtk-query-immodules-2.0 /usr/bin/gtksee /usr/bin/gtk-update-icon-cache /usr/bin/guards /usr/bin/gucharmap /usr/bin/gv /usr/bin/gvcolor /usr/bin/gvpack /usr/bin/gvpr /usr/bin/gxditview /usr/bin/gxine /usr/bin/gxine_client /usr/bin/gxl2dot /usr/bin/h2ph /usr/bin/h2xs /usr/bin/hal-get-property /usr/bin/hal-set-property /usr/bin/hattrib /usr/bin/hbf2gf /usr/bin/hcd /usr/bin/hcopy /usr/bin/hd /usr/bin/hdel /usr/bin/hdir /usr/bin/head /usr/bin/HEAD /usr/bin/help2man /usr/bin/helpviewer /usr/bin/helpztags /usr/bin/hexdump /usr/bin/hfind /usr/bin/hformat /usr/bin/hinotes /usr/bin/hipstopgm /usr/bin/hls /usr/bin/hman /usr/bin/hmkdir /usr/bin/hmount /usr/bin/honeyd /usr/bin/honeydctl /usr/bin/host /usr/bin/hostid /usr/bin/hpcdtoppm /usr/bin/hpftodit /usr/bin/hpset /usr/bin/hpwd /usr/bin/hrename /usr/bin/hrmdir /usr/bin/ht /usr/bin/htdbm /usr/bin/htdigest /usr/bin/htdigest2 /usr/bin/htlatex /usr/bin/html2png /usr/bin/html2text /usr/bin/HtmlConverter /usr/bin/htmltoc /usr/bin/htpasswd /usr/bin/htpasswd2 /usr/bin/httex /usr/bin/httexi /usr/bin/httpush /usr/bin/humount /usr/bin/hvol /usr/bin/hyperlatex /usr/bin/i386-linux-cpp /usr/bin/i386-linux-cpp-3.2 /usr/bin/i386-linux-g++ /usr/bin/i386-linux-g++-3.2 /usr/bin/i386-linux-gcc /usr/bin/i386-linux-gcc-3.2 /usr/bin/i486-linux-gnu-cpp-3.3 /usr/bin/i486-linux-gnu-g++-3.3 /usr/bin/i486-linux-gnu-gcc-3.3 /usr/bin/ical2vcal /usr/bin/icat /usr/bin/icat-sleuthkit /usr/bin/icombine /usr/bin/icontopbm /usr/bin/iconv /usr/bin/iconx /usr/bin/icotool /usr/bin/id /usr/bin/ident /usr/bin/identify /usr/bin/idlj /usr/bin/ietf2datebook /usr/bin/ifind /usr/bin/ifnames /usr/bin/ifnames2.13 /usr/bin/igal /usr/bin/igawk /usr/bin/ijoin /usr/bin/ilbmtoppm /usr/bin/ils /usr/bin/ils-sleuthkit /usr/bin/im /usr/bin/im2.3 /usr/bin/imagetops /usr/bin/img2png /usr/bin/img2py /usr/bin/img2xpm /usr/bin/imgsize /usr/bin/img_stat /usr/bin/imgtoppm /usr/bin/imlib-config /usr/bin/import /usr/bin/includeres /usr/bin/indent /usr/bin/indiserver /usr/bin/indxbib /usr/bin/info /usr/bin/infobrowser /usr/bin/infocmp /usr/bin/infokey /usr/bin/infotocap /usr/bin/inimf /usr/bin/inimpost /usr/bin/iniomega /usr/bin/initex /usr/bin/install /usr/bin/install-datebook /usr/bin/install-expenses /usr/bin/install-hinote /usr/bin/install-memo /usr/bin/install-menu /usr/bin/install-netsync /usr/bin/install-todo /usr/bin/install-todos /usr/bin/install-user /usr/bin/instant /usr/bin/instmodsh /usr/bin/interdiff /usr/bin/intltool-extract /usr/bin/intltoolize /usr/bin/intltool-merge /usr/bin/intltool-prepare /usr/bin/intltool-update /usr/bin/iostat /usr/bin/ipcalc /usr/bin/ipcrm /usr/bin/ipcs /usr/bin/ipv4calc /usr/bin/irb /usr/bin/irb1.8 /usr/bin/irc /usr/bin/ircII /usr/bin/irkick /usr/bin/isamchk /usr/bin/isamlog /usr/bin/iselect /usr/bin/isodump /usr/bin/isoinfo /usr/bin/isovfy /usr/bin/ispell /usr/bin/ispell-wrapper /usr/bin/istat /usr/bin/itclsh /usr/bin/itclsh3.1 /usr/bin/jack_bufsize /usr/bin/jack_connect /usr/bin/jackd /usr/bin/jack_disconnect /usr/bin/jack_freewheel /usr/bin/jack_impulse_grabber /usr/bin/jack_load /usr/bin/jack_lsp /usr/bin/jack_metro /usr/bin/jack_monitor_client /usr/bin/jackrec /usr/bin/jack_showtime /usr/bin/jack_simple_client /usr/bin/jackstart /usr/bin/jack_transport /usr/bin/jack_unload /usr/bin/jade /usr/bin/jadetex /usr/bin/jar /usr/bin/jarsigner /usr/bin/java /usr/bin/javac /usr/bin/javadoc /usr/bin/javah /usr/bin/javap /usr/bin/javaws /usr/bin/jcat /usr/bin/jdb /usr/bin/jls /usr/bin/jmacs /usr/bin/joe /usr/bin/join /usr/bin/jpegexiforient /usr/bin/jpegtopnm /usr/bin/jpegtran /usr/bin/jpico /usr/bin/jstar /usr/bin/juk /usr/bin/jw /usr/bin/k3b /usr/bin/k3bsetup /usr/bin/kab2kabc /usr/bin/kabc2mutt /usr/bin/kaboodle /usr/bin/kaccess /usr/bin/kaddprinterwizard /usr/bin/kaddressbook /usr/bin/kalarm /usr/bin/kalarmd /usr/bin/kalzium /usr/bin/kandy /usr/bin/kandy_client /usr/bin/kappfinder /usr/bin/karbon /usr/bin/karm /usr/bin/kate /usr/bin/kaudiocreator /usr/bin/kbabel /usr/bin/kbabeldict /usr/bin/kbanner.kss /usr/bin/kbd-config /usr/bin/kbd_mode /usr/bin/kblankscrn.kss /usr/bin/kblob.kss /usr/bin/kbruch /usr/bin/kbuildsycoca /usr/bin/kbxutil /usr/bin/kcalc /usr/bin/kcharselect /usr/bin/kchart /usr/bin/kcheckpass /usr/bin/kclock.kss /usr/bin/kcminit /usr/bin/kcmshell /usr/bin/kcolorchooser /usr/bin/kcoloredit /usr/bin/kconfig_compiler /usr/bin/kconf_update /usr/bin/kcontrol /usr/bin/kcontroledit /usr/bin/kcookiejar /usr/bin/kcron /usr/bin/kdat /usr/bin/kdcop /usr/bin/kdebugdialog /usr/bin/kde-config /usr/bin/kded /usr/bin/kdeeject /usr/bin/kdeinit /usr/bin/kdeinit_shutdown /usr/bin/kdeinit_wrapper /usr/bin/kdeinstallktheme /usr/bin/kde-menu /usr/bin/kdepasswd /usr/bin/kdeprintfax /usr/bin/kdesktop /usr/bin/kdesktop_lock /usr/bin/kdessh /usr/bin/kdesu /usr/bin/kdesud /usr/bin/kdesu_stub /usr/bin/kdf /usr/bin/kdialog /usr/bin/kdict /usr/bin/kdoc /usr/bin/kdontchangethehostname /usr/bin/kdvi /usr/bin/kedit /usr/bin/keditfiletype /usr/bin/keduca /usr/bin/keducabuilder /usr/bin/keuphoria.kss /usr/bin/keytool /usr/bin/kfax /usr/bin/kfile /usr/bin/kfind /usr/bin/kfiresaver.kss /usr/bin/kfloppy /usr/bin/kflux.kss /usr/bin/kfmexec /usr/bin/kfontinst /usr/bin/kfontview /usr/bin/kformula /usr/bin/kfountain.kss /usr/bin/kget /usr/bin/kghostview /usr/bin/kgpg /usr/bin/kgpgcertmanager /usr/bin/kgrantpty /usr/bin/kgravity.kss /usr/bin/khangman /usr/bin/khc_indexbuilder /usr/bin/khelpcenter /usr/bin/khexedit /usr/bin/khotkeys /usr/bin/khotnewstuff /usr/bin/kicker /usr/bin/kiconedit /usr/bin/kig /usr/bin/killall /usr/bin/kimage_concat /usr/bin/kinfocenter /usr/bin/kinstalltheme /usr/bin/kio_devices_mounthelper /usr/bin/kioexec /usr/bin/kio_http_cache_cleaner /usr/bin/kioslave /usr/bin/kio_uiserver /usr/bin/kit /usr/bin/kitchensync /usr/bin/kiten /usr/bin/kitengen /usr/bin/kivio /usr/bin/kjobviewer /usr/bin/kjots /usr/bin/klaptop_acpi_helper /usr/bin/klaptop_check /usr/bin/klatin /usr/bin/klauncher /usr/bin/klettres /usr/bin/klines.kss /usr/bin/klinkstatus /usr/bin/klipper /usr/bin/klocaldomainurifilterhelper /usr/bin/klorenz.kss /usr/bin/kmail /usr/bin/kmail_antivir.sh /usr/bin/kmail_clamav.sh /usr/bin/kmailcvt /usr/bin/kmail_fprot.sh /usr/bin/kmail_sav.sh /usr/bin/kmailservice /usr/bin/kmdr2po /usr/bin/kmdr-editor /usr/bin/kmdr-executor /usr/bin/kmdr-plugins /usr/bin/kmenuedit /usr/bin/kmessedwords /usr/bin/kmid /usr/bin/kmix /usr/bin/kmixctrl /usr/bin/kmplot /usr/bin/knewstickerstub /usr/bin/knode /usr/bin/knotes /usr/bin/koconverter /usr/bin/kodo /usr/bin/kolabwizard /usr/bin/kolourpaint /usr/bin/konsole /usr/bin/konsolekalendar /usr/bin/kontact /usr/bin/kooka /usr/bin/kopete /usr/bin/kopete_latexconvert.sh /usr/bin/korgac /usr/bin/korganizer /usr/bin/korganizerIn /usr/bin/korn /usr/bin/koscript /usr/bin/koshell /usr/bin/kpac_dhcp_helper /usr/bin/kpackage /usr/bin/kpager /usr/bin/kpaint /usr/bin/kpalmdoc /usr/bin/kpartsaver.kss /usr/bin/kpdf /usr/bin/kpendulum.kss /usr/bin/kpercentage /usr/bin/kpersonalizer /usr/bin/kpilot /usr/bin/kpilotDaemon /usr/bin/kpm /usr/bin/kpolygon.kss /usr/bin/kpovmodeler /usr/bin/kppp /usr/bin/kppplogview /usr/bin/kprconverter.pl /usr/bin/kpresenter /usr/bin/kprinter /usr/bin/kpsepath /usr/bin/kpsestat /usr/bin/kpsetool /usr/bin/kpsewhich /usr/bin/kpsexpand /usr/bin/krandom.kss /usr/bin/krandrinithack /usr/bin/krandrtray /usr/bin/krb5-config /usr/bin/krdb /usr/bin/krdc /usr/bin/kreadconfig /usr/bin/krec /usr/bin/kregexpeditor /usr/bin/krfb /usr/bin/krfb_httpd /usr/bin/krita /usr/bin/krotation.kss /usr/bin/kruler /usr/bin/kscd /usr/bin/kscience.kss /usr/bin/ksendbugmail /usr/bin/kshell /usr/bin/ksig /usr/bin/ksirc /usr/bin/kslideshow.kss /usr/bin/ksmserver /usr/bin/ksnapshot /usr/bin/ksolarwinds.kss /usr/bin/kspace.kss /usr/bin/ksplash /usr/bin/kspread /usr/bin/kstars /usr/bin/kstart /usr/bin/ksvgtopng /usr/bin/kswarm.kss /usr/bin/ksymoops /usr/bin/ksync /usr/bin/ksysguard /usr/bin/ksysguardd /usr/bin/ksystraycmd /usr/bin/ksysv /usr/bin/kteatime /usr/bin/ktelnetservice /usr/bin/kthesaurus /usr/bin/ktimer /usr/bin/ktip /usr/bin/ktnef /usr/bin/ktouch /usr/bin/ktradertest /usr/bin/kturtle /usr/bin/ktux /usr/bin/kudesigner /usr/bin/kugar /usr/bin/kuickshow /usr/bin/kuser /usr/bin/kverbos /usr/bin/kview /usr/bin/kviewshell /usr/bin/kvoctrain /usr/bin/kwalletmanager /usr/bin/kwave.kss /usr/bin/kweatherreport /usr/bin/kweatherservice /usr/bin/kwebdesktop /usr/bin/kwifimanager /usr/bin/kwikdisk /usr/bin/kwin /usr/bin/kwin_killer_helper /usr/bin/kwin_rules_dialog /usr/bin/kword /usr/bin/kwordquiz /usr/bin/kworldclock /usr/bin/kwrapper /usr/bin/kwrite /usr/bin/kwriteconfig /usr/bin/kxkb /usr/bin/kxsconfig /usr/bin/kxsrun /usr/bin/lablgl /usr/bin/lablglut /usr/bin/labltk /usr/bin/lacheck /usr/bin/lambda /usr/bin/langen2kvtml /usr/bin/last /usr/bin/lastb /usr/bin/lastlog /usr/bin/latex /usr/bin/latex2html /usr/bin/lcf /usr/bin/ld /usr/bin/ld86 /usr/bin/ldd /usr/bin/lddlibc4 /usr/bin/leaftoppm /usr/bin/lefty /usr/bin/less /usr/bin/lessecho /usr/bin/lessfile /usr/bin/lesskey /usr/bin/lesspipe /usr/bin/lex /usr/bin/lexgrog /usr/bin/libart2-config /usr/bin/libart-config /usr/bin/libgcrypt-config /usr/bin/libglade-config /usr/bin/libglade-convert /usr/bin/libglade-xgettext /usr/bin/libgnutls-config /usr/bin/libgnutls-extra-config /usr/bin/libIDL-config /usr/bin/libIDL-config-2 /usr/bin/libnetcfg /usr/bin/libnet-config /usr/bin/libpng12-config /usr/bin/libpng-config /usr/bin/libtasn1-config /usr/bin/libtool /usr/bin/libtoolize /usr/bin/libusb-config /usr/bin/linda /usr/bin/line /usr/bin/link /usr/bin/links /usr/bin/links.main /usr/bin/lintian /usr/bin/lintian-info /usr/bin/linuxdoc /usr/bin/linux_logo /usr/bin/lispmtopgm /usr/bin/list_audio_tracks /usr/bin/lkbib /usr/bin/llexec /usr/bin/llines /usr/bin/lneato /usr/bin/lnkforward /usr/bin/lnusertemp /usr/bin/loadshlib /usr/bin/locale /usr/bin/localedef /usr/bin/locate /usr/bin/lockfile /usr/bin/lockfile-create /usr/bin/lockfile-remove /usr/bin/lockfile-touch /usr/bin/lockvc /usr/bin/lockvs /usr/bin/logger /usr/bin/logname /usr/bin/look /usr/bin/lookbib /usr/bin/lorder /usr/bin/lore /usr/bin/lore2.3 /usr/bin/lp /usr/bin/lpq /usr/bin/lpr /usr/bin/lprm /usr/bin/lprsetup.sh /usr/bin/lpstat /usr/bin/lrelease /usr/bin/lsattr /usr/bin/lsdev /usr/bin/lsdiff /usr/bin/lshal /usr/bin/lskpatches /usr/bin/lsof /usr/bin/lspci /usr/bin/lspgpot /usr/bin/lss16toppm /usr/bin/lsusb /usr/bin/ltrace /usr/bin/lupdate /usr/bin/lwp-download /usr/bin/lwp-mirror /usr/bin/lwp-request /usr/bin/lwp-rget /usr/bin/lx200_16 /usr/bin/lx200autostar /usr/bin/lx200classic /usr/bin/lx200generic /usr/bin/lx200gps /usr/bin/lx200xed /usr/bin/lynx /usr/bin/lynx.stable /usr/bin/lyx /usr/bin/lyx-qt /usr/bin/lz /usr/bin/m4 /usr/bin/macptopbm /usr/bin/mactime /usr/bin/mactime-sleuthkit /usr/bin/mad /usr/bin/madison-lite /usr/bin/mag /usr/bin/magicdev /usr/bin/mail /usr/bin/Mail /usr/bin/maildiracl /usr/bin/maildirkw /usr/bin/maildirmake /usr/bin/maildirmake.courier /usr/bin/mail-files /usr/bin/mail-lock /usr/bin/mailmail /usr/bin/mailmail2.3 /usr/bin/mailq /usr/bin/mailshar /usr/bin/mailstat /usr/bin/mail-touchlock /usr/bin/mail-unlock /usr/bin/mailx /usr/bin/make /usr/bin/makedat /usr/bin/make_driver_db_cups /usr/bin/make_driver_db_lpr /usr/bin/makeindex /usr/bin/makeinfo /usr/bin/makekdedoc /usr/bin/makekdewidgets /usr/bin/make-kpkg /usr/bin/make-memtest86-boot-floppy /usr/bin/makempx /usr/bin/makempy /usr/bin/makepasswd /usr/bin/MakeTeXPK /usr/bin/man /usr/bin/man2html /usr/bin/mandb /usr/bin/manhole /usr/bin/manhole2.3 /usr/bin/manpath /usr/bin/mattrib /usr/bin/mawk /usr/bin/mbadblocks /usr/bin/mbmon /usr/bin/mbmon-rrd /usr/bin/mcat /usr/bin/mcd /usr/bin/mcheck /usr/bin/mcomp /usr/bin/mcookie /usr/bin/mcopy /usr/bin/mcp /usr/bin/md5sum /usr/bin/mdatopbm /usr/bin/mdel /usr/bin/mdeltree /usr/bin/mdetect /usr/bin/mdir /usr/bin/mdu /usr/bin/meinproc /usr/bin/memos /usr/bin/merge /usr/bin/mergecap /usr/bin/mergechanges /usr/bin/mesg /usr/bin/metaflac /usr/bin/mev /usr/bin/mf /usr/bin/mf-nowin /usr/bin/mformat /usr/bin/mft /usr/bin/mfw /usr/bin/mgrtopbm /usr/bin/midisend /usr/bin/minfo /usr/bin/minicom /usr/bin/mini-inetd /usr/bin/mirror /usr/bin/mirror-master /usr/bin/mirrors /usr/bin/mk4ht /usr/bin/mkafmmap /usr/bin/mkcamlp4 /usr/bin/mk_cmds /usr/bin/mkfifo /usr/bin/mkfontdesc /usr/bin/mkhybrid /usr/bin/mkindex /usr/bin/mkisofs /usr/bin/mkls-lR /usr/bin/mkmanifest /usr/bin/mk_modmap /usr/bin/mkocp /usr/bin/mkofm /usr/bin/mkpasswd /usr/bin/mktap /usr/bin/mktap2.3 /usr/bin/mktexfmt /usr/bin/mktexlsr /usr/bin/mktexmf /usr/bin/mktexpk /usr/bin/mktextfm /usr/bin/mkzftree /usr/bin/mlabel /usr/bin/mlchat /usr/bin/mlchat_say /usr/bin/mln /usr/bin/mmd /usr/bin/mmencode /usr/bin/mmls /usr/bin/mmount /usr/bin/mmove /usr/bin/mmroff /usr/bin/mmstat /usr/bin/mmv /usr/bin/moc /usr/bin/moc-qt2 /usr/bin/moc-qt3 /usr/bin/mogrify /usr/bin/money2qif /usr/bin/moniker-test /usr/bin/montage /usr/bin/movemail /usr/bin/mozilla-1.7.8 /usr/bin/mozilla-suite /usr/bin/mp3burn /usr/bin/mp3-decoder /usr/bin/mp4h /usr/bin/mpack /usr/bin/mpage /usr/bin/mpartition /usr/bin/mpeglibartsplay /usr/bin/mpg123 /usr/bin/mpg321 /usr/bin/mpost /usr/bin/mpstat /usr/bin/mpto /usr/bin/mptopdf /usr/bin/mrd /usr/bin/mren /usr/bin/mrmlsearch /usr/bin/msgattrib /usr/bin/msgcat /usr/bin/msgcmp /usr/bin/msgcomm /usr/bin/msgconv /usr/bin/msgen /usr/bin/msgexec /usr/bin/msgfilter /usr/bin/msgfmt /usr/bin/msggrep /usr/bin/msginit /usr/bin/msgmerge /usr/bin/msgunfmt /usr/bin/msguniq /usr/bin/mshowfat /usr/bin/msql2mysql /usr/bin/mtools /usr/bin/mtoolstest /usr/bin/mtr /usr/bin/mtrace /usr/bin/mtvtoppm /usr/bin/mtype /usr/bin/multicd /usr/bin/munchlist /usr/bin/munpack /usr/bin/mutt /usr/bin/mutt_dotlock /usr/bin/mxtar /usr/bin/myisamchk /usr/bin/myisam_ftdump /usr/bin/myisamlog /usr/bin/myisampack /usr/bin/my_print_defaults /usr/bin/mysql /usr/bin/mysqlaccess /usr/bin/mysqladmin /usr/bin/mysqlbinlog /usr/bin/mysqlbug /usr/bin/mysqlcheck /usr/bin/mysql_config /usr/bin/mysql_convert_table_format /usr/bin/mysqld_multi /usr/bin/mysqld_safe /usr/bin/mysqldump /usr/bin/mysqldumpslow /usr/bin/mysql_explain_log /usr/bin/mysql_find_rows /usr/bin/mysql_fix_extensions /usr/bin/mysql_fix_privilege_tables /usr/bin/mysqlhotcopy /usr/bin/mysqlimport /usr/bin/mysql_install_db /usr/bin/mysqlmanager /usr/bin/mysqlmanagerc /usr/bin/mysqlmanager-pwgen /usr/bin/mysql_secure_installation /usr/bin/mysql_setpermission /usr/bin/mysqlshow /usr/bin/mysql_tableinfo /usr/bin/mysqltest /usr/bin/mysql_waitpid /usr/bin/mysql_zap /usr/bin/mzip /usr/bin/namei /usr/bin/nano /usr/bin/nasl /usr/bin/nasl-config /usr/bin/native2ascii /usr/bin/nautilus-cd-burner /usr/bin/nawk /usr/bin/ncal /usr/bin/ncftp /usr/bin/ncftp3 /usr/bin/ncftpbatch /usr/bin/ncftpbookmarks /usr/bin/ncftpget /usr/bin/ncftpls /usr/bin/ncftpput /usr/bin/ncftpspooler /usr/bin/neato /usr/bin/neotoppm /usr/bin/neqn /usr/bin/nessus /usr/bin/nessus-build /usr/bin/nessus-config /usr/bin/nessus-fetch /usr/bin/nessus-mkcert-client /usr/bin/nessus-mkrand /usr/bin/net /usr/bin/netkit-ftp /usr/bin/netselect /usr/bin/network-admin /usr/bin/newaliases /usr/bin/newer /usr/bin/newgrp /usr/bin/new-object /usr/bin/nex /usr/bin/ngettext /usr/bin/nice /usr/bin/nl /usr/bin/nm /usr/bin/nm86 /usr/bin/nmap /usr/bin/nmblookup /usr/bin/nmicmpd /usr/bin/nmtrapd /usr/bin/noatun /usr/bin/noatunsynaescope.bin /usr/bin/noatuntippecanoe.bin /usr/bin/noatuntyler.bin /usr/bin/nodefs /usr/bin/nohup /usr/bin/noindex /usr/bin/nop /usr/bin/normalize /usr/bin/normalize-mp3 /usr/bin/normalize-ogg /usr/bin/noroff /usr/bin/noroots /usr/bin/notangle /usr/bin/nountangle /usr/bin/noweave /usr/bin/noweb /usr/bin/noweb2lyx /usr/bin/nroff /usr/bin/nsgmls /usr/bin/nslookup /usr/bin/nspluginscan /usr/bin/nspluginviewer /usr/bin/nsupdate /usr/bin/ntpdc /usr/bin/ntpq /usr/bin/ntpsweep /usr/bin/ntptrace /usr/bin/ntsc-cc /usr/bin/nuweb2noweb /usr/bin/nvi /usr/bin/nview /usr/bin/oaf-client /usr/bin/oafd /usr/bin/oaf-empty-server /usr/bin/oaf-run-query /usr/bin/oaf-slay /usr/bin/oaf-sysconf /usr/bin/objcopy /usr/bin/objdump /usr/bin/objdump86 /usr/bin/ocaml /usr/bin/ocamlbrowser /usr/bin/ocamlc /usr/bin/ocamlc.opt /usr/bin/ocamlcp /usr/bin/ocamlcvs /usr/bin/ocamldebug /usr/bin/ocamldep /usr/bin/ocamldep.opt /usr/bin/ocamldoc /usr/bin/ocamldoc.opt /usr/bin/ocamldot /usr/bin/ocamlfind /usr/bin/ocamllex /usr/bin/ocamllex.opt /usr/bin/ocamlmklib /usr/bin/ocamlmktop /usr/bin/ocamlobjinfo /usr/bin/ocamlopt /usr/bin/ocamlopt.opt /usr/bin/ocamlprof /usr/bin/ocamlrun /usr/bin/ocamltags /usr/bin/ocamlweb /usr/bin/ocamlyacc /usr/bin/ocpp /usr/bin/od /usr/bin/odvicopy /usr/bin/odvips /usr/bin/odvitype /usr/bin/ofm2opl /usr/bin/ogg123 /usr/bin/oggdec /usr/bin/oggenc /usr/bin/ogginfo /usr/bin/ogonkify /usr/bin/omega /usr/bin/omfonts /usr/bin/omom-edit /usr/bin/omom-gen /usr/bin/on_ac_power /usr/bin/onsgmls /usr/bin/open /usr/bin/opencdk-config /usr/bin/openjade /usr/bin/openjade-1.4devel /usr/bin/opensc-explorer /usr/bin/opensc-tool /usr/bin/openssl /usr/bin/openssl_fips_fingerprint /usr/bin/openuniverse /usr/bin/openvt /usr/bin/opl2ofm /usr/bin/orbit2-config /usr/bin/orbit-config /usr/bin/orbit-idl /usr/bin/orbit-idl-2 /usr/bin/osgmlnorm /usr/bin/ospam /usr/bin/ospcat /usr/bin/ospent /usr/bin/osx /usr/bin/otangle /usr/bin/otp2ocp /usr/bin/outocp /usr/bin/over /usr/bin/ovf2ovp /usr/bin/ovp2ovf /usr/bin/oxdvi /usr/bin/oxdvi.bin /usr/bin/oxdvi.real /usr/bin/pack_isam /usr/bin/pads /usr/bin/pads-report /usr/bin/pager /usr/bin/pal2rgb /usr/bin/palmtopnm /usr/bin/pamcut /usr/bin/pamdeinterlace /usr/bin/pamdice /usr/bin/pamfile /usr/bin/pamoil /usr/bin/pamstack /usr/bin/pamstretch /usr/bin/pamstretch-gen /usr/bin/panel-test-applets /usr/bin/pango-querymodules /usr/bin/paperconf /usr/bin/par /usr/bin/parse-edid /usr/bin/passwd /usr/bin/paste /usr/bin/patch /usr/bin/patgen /usr/bin/pathchk /usr/bin/paxtest /usr/bin/pbmclean /usr/bin/pbmlife /usr/bin/pbmmake /usr/bin/pbmmask /usr/bin/pbmpage /usr/bin/pbmpscale /usr/bin/pbmreduce /usr/bin/pbmtext /usr/bin/pbmtextps /usr/bin/pbmto10x /usr/bin/pbmtoascii /usr/bin/pbmtoatk /usr/bin/pbmtobbnbg /usr/bin/pbmtocmuwm /usr/bin/pbmtoepsi /usr/bin/pbmtoepson /usr/bin/pbmtog3 /usr/bin/pbmtogem /usr/bin/pbmtogo /usr/bin/pbmtoicon /usr/bin/pbmtolj /usr/bin/pbmtomacp /usr/bin/pbmtomda /usr/bin/pbmtomgr /usr/bin/pbmtonokia /usr/bin/pbmtopgm /usr/bin/pbmtopi3 /usr/bin/pbmtoplot /usr/bin/pbmtoppa /usr/bin/pbmtopsg3 /usr/bin/pbmtoptx /usr/bin/pbmtowbmp /usr/bin/pbmtox10bm /usr/bin/pbmtoxbm /usr/bin/pbmtoybm /usr/bin/pbmtozinc /usr/bin/pbmupc /usr/bin/pcdindex /usr/bin/pcimodules /usr/bin/pcre-config /usr/bin/pcretest /usr/bin/pcxtoppm /usr/bin/pdb /usr/bin/pdb2.2 /usr/bin/pdb2.3 /usr/bin/pdb2.4 /usr/bin/pdbedit /usr/bin/pdebuild /usr/bin/pdf2dsc /usr/bin/pdf2ps /usr/bin/pdfeinitex /usr/bin/pdfelatex /usr/bin/pdfetex /usr/bin/pdfevirtex /usr/bin/pdffonts /usr/bin/pdfimages /usr/bin/pdfinfo /usr/bin/pdfinitex /usr/bin/pdfjadetex /usr/bin/pdflatex /usr/bin/pdfopt /usr/bin/pdftex /usr/bin/pdftoppm /usr/bin/pdftops /usr/bin/pdftosrc /usr/bin/pdftotext /usr/bin/pdfvirtex /usr/bin/pdiff /usr/bin/perl /usr/bin/perl5.8.7 /usr/bin/perlbug /usr/bin/perlcc /usr/bin/perldoc /usr/bin/perldoc.stub /usr/bin/perlivp /usr/bin/perror /usr/bin/pf2afm /usr/bin/pfb2pfa /usr/bin/pfbtopfa /usr/bin/pfbtops /usr/bin/pftp /usr/bin/pg /usr/bin/pgawk /usr/bin/pg_config /usr/bin/pg_dump /usr/bin/pg_dumpall /usr/bin/pgmbentley /usr/bin/pgmcrater /usr/bin/pgmedge /usr/bin/pgmenhance /usr/bin/pgmhist /usr/bin/pgmkernel /usr/bin/pgmnoise /usr/bin/pgmnorm /usr/bin/pgmoil /usr/bin/pgmramp /usr/bin/pgmslice /usr/bin/pgmtexture /usr/bin/pgmtofs /usr/bin/pgmtolispm /usr/bin/pgmtopbm /usr/bin/pgmtoppm /usr/bin/pgp /usr/bin/pgp5 /usr/bin/pgpe /usr/bin/pgpgpg /usr/bin/pgpk /usr/bin/pgps /usr/bin/pgpv /usr/bin/pgrep /usr/bin/pg_restore /usr/bin/pg_wrapper /usr/bin/php /usr/bin/php4 /usr/bin/php4-cgi /usr/bin/php-cgi /usr/bin/php-config /usr/bin/php-config4 /usr/bin/phpextdist /usr/bin/phpextdist4 /usr/bin/phpize /usr/bin/phpize4 /usr/bin/pi1toppm /usr/bin/pi3topbm /usr/bin/pia /usr/bin/pic /usr/bin/pic2graph /usr/bin/pic2tpic /usr/bin/pico /usr/bin/piconv /usr/bin/pi-csd /usr/bin/pi-getram /usr/bin/pi-getrom /usr/bin/pi-getromtoken /usr/bin/pike /usr/bin/pike7.2 /usr/bin/pike7.2-config /usr/bin/pilconvert.py /usr/bin/pildriver.py /usr/bin/pilfile.py /usr/bin/pilfont.py /usr/bin/pilot-addresses /usr/bin/pilot-archive /usr/bin/pilot-clip /usr/bin/pilot-datebook /usr/bin/pilot-dedupe /usr/bin/pilot-file /usr/bin/pilot-foto /usr/bin/pilot-manager /usr/bin/PilotManager /usr/bin/pilot-prc /usr/bin/pilot-schlep /usr/bin/pilot-undelete /usr/bin/pilot-xfer /usr/bin/pilprint.py /usr/bin/pinentry /usr/bin/pinentry-qt /usr/bin/pinentry-x11 /usr/bin/pinky /usr/bin/pi-nredir /usr/bin/pitchplay /usr/bin/pjtoppm /usr/bin/pk2bm /usr/bin/pkcs11-tool /usr/bin/pkcs15-crypt /usr/bin/pkcs15-init /usr/bin/pkcs15-tool /usr/bin/pkg-config /usr/bin/pkgs_to_mmin /usr/bin/pkill /usr/bin/pktogf /usr/bin/pktype /usr/bin/pl2pm /usr/bin/planner /usr/bin/playdv /usr/bin/plog /usr/bin/plotchangelog /usr/bin/pltotf /usr/bin/pmap /usr/bin/pmount /usr/bin/pmount-hal /usr/bin/pngtopnm /usr/bin/pnmalias /usr/bin/pnmarith /usr/bin/pnmcat /usr/bin/pnmcolormap /usr/bin/pnmcomp /usr/bin/pnmconvol /usr/bin/pnmcrop /usr/bin/pnmcut /usr/bin/pnmdepth /usr/bin/pnmenlarge /usr/bin/pnmfile /usr/bin/pnmflip /usr/bin/pnmgamma /usr/bin/pnmhisteq /usr/bin/pnmhistmap /usr/bin/pnmindex /usr/bin/pnminterp /usr/bin/pnminterp-gen /usr/bin/pnminvert /usr/bin/pnmmargin /usr/bin/pnmmontage /usr/bin/pnmnlfilt /usr/bin/pnmnoraw /usr/bin/pnmnorm /usr/bin/pnmpad /usr/bin/pnmpaste /usr/bin/pnmpsnr /usr/bin/pnmquant /usr/bin/pnmremap /usr/bin/pnmrotate /usr/bin/pnmscale /usr/bin/pnmscalefixed /usr/bin/pnmshear /usr/bin/pnmsmooth /usr/bin/pnmsplit /usr/bin/pnmtile /usr/bin/pnmtoddif /usr/bin/pnmtofiasco /usr/bin/pnmtofits /usr/bin/pnmtojpeg /usr/bin/pnmtopalm /usr/bin/pnmtoplainpnm /usr/bin/pnmtopng /usr/bin/pnmtops /usr/bin/pnmtorast /usr/bin/pnmtorle /usr/bin/pnmtosgi /usr/bin/pnmtosir /usr/bin/pnmtotiff /usr/bin/pnmtotiffcmyk /usr/bin/pnmtoxwd /usr/bin/po2debconf /usr/bin/po2xml /usr/bin/pod2html /usr/bin/pod2latex /usr/bin/pod2man /usr/bin/pod2text /usr/bin/pod2usage /usr/bin/podchecker /usr/bin/podebconf-display-po /usr/bin/podebconf-report-po /usr/bin/podselect /usr/bin/poff /usr/bin/policytool /usr/bin/pon /usr/bin/pooltype /usr/bin/popbugs /usr/bin/POST /usr/bin/poster /usr/bin/post-grohtml /usr/bin/pphs /usr/bin/ppm2tiff /usr/bin/ppm3d /usr/bin/ppmbrighten /usr/bin/ppmchange /usr/bin/ppmcie /usr/bin/ppmcolormask /usr/bin/ppmcolors /usr/bin/ppmdim /usr/bin/ppmdist /usr/bin/ppmdither /usr/bin/ppmfade /usr/bin/ppmflash /usr/bin/ppmforge /usr/bin/ppmhist /usr/bin/ppmlabel /usr/bin/ppmmake /usr/bin/ppmmix /usr/bin/ppmnorm /usr/bin/ppmntsc /usr/bin/ppmpat /usr/bin/ppmquant /usr/bin/ppmquantall /usr/bin/ppmqvga /usr/bin/ppmrainbow /usr/bin/ppmrelief /usr/bin/ppmshadow /usr/bin/ppmshift /usr/bin/ppmspread /usr/bin/ppmtoacad /usr/bin/ppmtobmp /usr/bin/ppmtoeyuv /usr/bin/ppmtogif /usr/bin/ppmtoicr /usr/bin/ppmtoilbm /usr/bin/ppmtojpeg /usr/bin/ppmtoleaf /usr/bin/ppmtolj /usr/bin/ppmtolss16 /usr/bin/ppmtomap /usr/bin/ppmtomitsu /usr/bin/ppmtompeg /usr/bin/ppmtoneo /usr/bin/ppmtopcx /usr/bin/ppmtopgm /usr/bin/ppmtopi1 /usr/bin/ppmtopict /usr/bin/ppmtopj /usr/bin/ppmtopuzz /usr/bin/ppmtorgb3 /usr/bin/ppmtosixel /usr/bin/ppmtotga /usr/bin/ppmtouil /usr/bin/ppmtowinicon /usr/bin/ppmtoxpm /usr/bin/ppmtoyuv /usr/bin/ppmtoyuvsplit /usr/bin/ppmtv /usr/bin/pr /usr/bin/precat /usr/bin/pre-grohtml /usr/bin/prename /usr/bin/preparetips /usr/bin/preunzip /usr/bin/prezip /usr/bin/prezip-bin /usr/bin/print /usr/bin/printafm /usr/bin/printenv /usr/bin/printf /usr/bin/printnodetest /usr/bin/procan /usr/bin/procinfo /usr/bin/procmail /usr/bin/prove /usr/bin/prune /usr/bin/ps2ascii /usr/bin/ps2epsi /usr/bin/ps2frag /usr/bin/ps2image /usr/bin/ps2pdf /usr/bin/ps2pdf12 /usr/bin/ps2pdf13 /usr/bin/ps2pdf14 /usr/bin/ps2pdfwr /usr/bin/ps2pk /usr/bin/ps2ps /usr/bin/psbook /usr/bin/pscan /usr/bin/psed /usr/bin/psfaddtable /usr/bin/psfgettable /usr/bin/psfstriptable /usr/bin/psidtopgm /usr/bin/pslatex /usr/bin/psmandup /usr/bin/psmerge /usr/bin/psnup /usr/bin/psql /usr/bin/psresize /usr/bin/psselect /usr/bin/psset /usr/bin/pstoedit /usr/bin/pstoimg /usr/bin/pstopnm /usr/bin/pstops /usr/bin/pstree /usr/bin/pstree.x11 /usr/bin/pstruct /usr/bin/ptar /usr/bin/ptked /usr/bin/ptksh /usr/bin/ptx /usr/bin/pumount /usr/bin/pv.sh /usr/bin/pwdx /usr/bin/pyalacarte /usr/bin/pyalamode /usr/bin/pycrust /usr/bin/pydoc /usr/bin/pydoc2.2 /usr/bin/pydoc2.3 /usr/bin/pydoc2.4 /usr/bin/pygettext /usr/bin/pygettext2.2 /usr/bin/pygettext2.3 /usr/bin/pygettext2.4 /usr/bin/pygtk-codegen-2.0 /usr/bin/pygtk-demo /usr/bin/pyshell /usr/bin/python /usr/bin/python2.2 /usr/bin/python2.3 /usr/bin/python2.4 /usr/bin/pywrap /usr/bin/qemacs /usr/bin/qembed /usr/bin/qmake /usr/bin/qrttoppm /usr/bin/qt2kdoc /usr/bin/quanta /usr/bin/querybts /usr/bin/quilt /usr/bin/quinn-diff /usr/bin/rainbow /usr/bin/rainbow-ac /usr/bin/rainbow-be /usr/bin/rainbow-pr /usr/bin/rainbow-rank /usr/bin/rainbow-stats /usr/bin/ranlib /usr/bin/rapidsvn /usr/bin/rar /usr/bin/ras2tiff /usr/bin/rasttopnm /usr/bin/rats /usr/bin/raw2tiff /usr/bin/rawtopgm /usr/bin/rawtoppm /usr/bin/rc-alert /usr/bin/rcp /usr/bin/rcs /usr/bin/rcs2log /usr/bin/rcs-checkin /usr/bin/rcs-checkin.emacs21 /usr/bin/rcs-checkin.xemacs21 /usr/bin/rcsclean /usr/bin/rcsdiff /usr/bin/rcsfreeze /usr/bin/rcsmerge /usr/bin/rdjpgcom /usr/bin/readcd /usr/bin/readelf /usr/bin/read-expenses /usr/bin/read-ical /usr/bin/readmult /usr/bin/read-notepad /usr/bin/read-palmpix /usr/bin/read-todos /usr/bin/realvncpasswd /usr/bin/realvncpasswd.real /usr/bin/recode /usr/bin/recountdiff /usr/bin/red /usr/bin/rediff /usr/bin/refer /usr/bin/reLyX /usr/bin/rem2ps /usr/bin/remind /usr/bin/reminders /usr/bin/remsync /usr/bin/rename /usr/bin/renice /usr/bin/rep /usr/bin/replace /usr/bin/report /usr/bin/reportbug /usr/bin/report.gui /usr/bin/rep-remote /usr/bin/reset /usr/bin/resolveip /usr/bin/resolve_stack_dump /usr/bin/rev /usr/bin/rgb2ycbcr /usr/bin/rgb3toppm /usr/bin/rgettext /usr/bin/rgrep /usr/bin/rhythmbox /usr/bin/rjoe /usr/bin/rletopnm /usr/bin/rlog /usr/bin/rlogin /usr/bin/rmccmt /usr/bin/rmic /usr/bin/rmid /usr/bin/rmiregistry /usr/bin/rmsgfmt /usr/bin/rootv /usr/bin/routef /usr/bin/routel /usr/bin/rpcclient /usr/bin/rpcgen /usr/bin/rpcinfo /usr/bin/rpm /usr/bin/rpm2cpio /usr/bin/rpmbuild /usr/bin/rpmdb /usr/bin/rpme /usr/bin/rpmi /usr/bin/rpmquery /usr/bin/rpmsign /usr/bin/rpmu /usr/bin/rpmverify /usr/bin/rrdcgi /usr/bin/rrdtool /usr/bin/rrdupdate /usr/bin/rsh /usr/bin/rssclient /usr/bin/rssservice /usr/bin/rstartd /usr/bin/rsync /usr/bin/rtf2rtf /usr/bin/rubibtex /usr/bin/ruby /usr/bin/ruby1.8 /usr/bin/ruby-glade-create-template /usr/bin/rumakeindex /usr/bin/run-mailcap /usr/bin/runscript /usr/bin/run-with-aspell /usr/bin/rview /usr/bin/rvim /usr/bin/s2p /usr/bin/sadf /usr/bin/sa-learn /usr/bin/sane-find-scanner /usr/bin/sar /usr/bin/sar.sysstat /usr/bin/savelog /usr/bin/sawfish /usr/bin/sawfish-client /usr/bin/sawfish-ui /usr/bin/sbigtopgm /usr/bin/sbuild /usr/bin/scanimage /usr/bin/scantv /usr/bin/sccmap /usr/bin/sc-copykeys /usr/bin/scdaemon /usr/bin/scotty /usr/bin/scotty3.0.0 /usr/bin/scp /usr/bin/scr-bx /usr/bin/screen /usr/bin/screendump /usr/bin/script /usr/bin/scriptreplay /usr/bin/scrollkeeper-config /usr/bin/scrollkeeper-extract /usr/bin/scrollkeeper-gen-seriesid /usr/bin/scrollkeeper-get-cl /usr/bin/scrollkeeper-get-content-list /usr/bin/scrollkeeper-get-extended-content-list /usr/bin/scrollkeeper-get-index-from-docpath /usr/bin/scrollkeeper-get-toc-from-docpath /usr/bin/scrollkeeper-get-toc-from-id /usr/bin/scrollkeeper-install /usr/bin/scrollkeeper-preinstall /usr/bin/scrollkeeper-rebuilddb /usr/bin/scrollkeeper-uninstall /usr/bin/scrollkeeper-update /usr/bin/sdiff /usr/bin/sdl-config /usr/bin/secpolicy /usr/bin/see /usr/bin/select-default-iwrap /usr/bin/sendip /usr/bin/sensible-browser /usr/bin/sensible-editor /usr/bin/sensible-pager /usr/bin/sensors /usr/bin/seq /usr/bin/serialver /usr/bin/setfdprm /usr/bin/setkeycodes /usr/bin/set-language-env /usr/bin/setleds /usr/bin/setlogcons /usr/bin/setmetamode /usr/bin/setpci /usr/bin/setsid /usr/bin/setterm /usr/bin/sfconvert /usr/bin/sfinfo /usr/bin/sftp /usr/bin/sg /usr/bin/sgitopnm /usr/bin/sgml2html /usr/bin/sgml2info /usr/bin/sgml2latex /usr/bin/sgml2lyx /usr/bin/sgml2rtf /usr/bin/sgml2txt /usr/bin/sgml2xml /usr/bin/sgmlcheck /usr/bin/sgmldiff /usr/bin/sgmlnorm /usr/bin/sgmlpre /usr/bin/sgmlsasp /usr/bin/sgmlspl /usr/bin/sha1sum /usr/bin/shar /usr/bin/shell-quote /usr/bin/showcfont /usr/bin/showchar /usr/bin/showkey /usr/bin/shred /usr/bin/shtool /usr/bin/shtoolize /usr/bin/sigfind /usr/bin/sirtopnm /usr/bin/size /usr/bin/size86 /usr/bin/sjisconv /usr/bin/sjislatex /usr/bin/skill /usr/bin/sl2h /usr/bin/slabtop /usr/bin/sldtoppm /usr/bin/slice /usr/bin/sliceprint /usr/bin/slogin /usr/bin/sloxwizard /usr/bin/smbcacls /usr/bin/smbclient /usr/bin/smbcontrol /usr/bin/smbcquotas /usr/bin/smb-nat /usr/bin/smbpasswd /usr/bin/smbspool /usr/bin/smbstatus /usr/bin/smbtar /usr/bin/smbtree /usr/bin/smime_keys /usr/bin/snice /usr/bin/socat /usr/bin/sodipodi /usr/bin/soelim /usr/bin/sort /usr/bin/sorter /usr/bin/sound-juicer /usr/bin/spacechart /usr/bin/spam /usr/bin/spamassassin /usr/bin/spamc /usr/bin/spctoppm /usr/bin/spent /usr/bin/sperl5.8.7 /usr/bin/spfqtool /usr/bin/spfquery /usr/bin/spikeproxy /usr/bin/splain /usr/bin/splint /usr/bin/split /usr/bin/split2po /usr/bin/splitdiff /usr/bin/splitfont /usr/bin/spotlight2kvtml /usr/bin/sputoppm /usr/bin/sq /usr/bin/srch_strings /usr/bin/ssconvert /usr/bin/ssh /usr/bin/ssh-add /usr/bin/ssh-agent /usr/bin/ssh-argv0 /usr/bin/ssh-copy-id /usr/bin/ssh-keygen /usr/bin/ssh-keyscan /usr/bin/ssindex /usr/bin/st4topgm /usr/bin/starconvert /usr/bin/starpkg /usr/bin/starplot /usr/bin/startkde /usr/bin/stat /usr/bin/states /usr/bin/stegbreak /usr/bin/stegdetect /usr/bin/strace /usr/bin/strfile /usr/bin/strings /usr/bin/strip /usr/bin/subtitles /usr/bin/sudo /usr/bin/sudoedit /usr/bin/suidperl /usr/bin/sum /usr/bin/superformat /usr/bin/su-to-root /usr/bin/svgdisplay /usr/bin/svn /usr/bin/svnadmin /usr/bin/svndumpfilter /usr/bin/svnlook /usr/bin/svnserve /usr/bin/svnversion /usr/bin/swappo /usr/bin/symlinks /usr/bin/sync-plan /usr/bin/syslinux /usr/bin/syslinux2ansi /usr/bin/t1asm-freetype /usr/bin/t1mapper /usr/bin/t4ht /usr/bin/tac /usr/bin/tack /usr/bin/tagpending /usr/bin/tail /usr/bin/talk /usr/bin/tangle /usr/bin/tap2deb /usr/bin/tap2deb2.3 /usr/bin/tap2rpm /usr/bin/tap2rpm2.3 /usr/bin/tapconvert /usr/bin/tapconvert2.3 /usr/bin/tasksel /usr/bin/tbl /usr/bin/tclsh /usr/bin/tclsh8.3 /usr/bin/tclsh8.4 /usr/bin/tcpbug /usr/bin/tcpconnect /usr/bin/tcpflow /usr/bin/tcplisten /usr/bin/tcpstat /usr/bin/tcsh /usr/bin/tdbbackup /usr/bin/tee /usr/bin/telnet /usr/bin/telnet.netkit /usr/bin/test /usr/bin/test-moniker /usr/bin/testmxlookup /usr/bin/testparm /usr/bin/testprns /usr/bin/testrb1.8 /usr/bin/tetex-xwarn /usr/bin/tex /usr/bin/tex4ht /usr/bin/tex4ht-ht /usr/bin/texconfig /usr/bin/texdoc /usr/bin/texdoctk /usr/bin/texexec /usr/bin/texexpand /usr/bin/texfind /usr/bin/texfont /usr/bin/texhash /usr/bin/texi2dvi /usr/bin/texi2dvi4a2ps /usr/bin/texi2html /usr/bin/texi2pdf /usr/bin/texindex /usr/bin/texlinks /usr/bin/texshow /usr/bin/text2pcap /usr/bin/texutil /usr/bin/tfmtodit /usr/bin/tftopl /usr/bin/tgatoppm /usr/bin/tgz /usr/bin/themus-theme-applier /usr/bin/thinkjettopbm /usr/bin/thumbnail /usr/bin/thumbpdf /usr/bin/tic /usr/bin/tidy /usr/bin/tie /usr/bin/tiff2bw /usr/bin/tiff2pdf /usr/bin/tiff2ps /usr/bin/tiff2rgba /usr/bin/tiffcmp /usr/bin/tiffcp /usr/bin/tiffdither /usr/bin/tiffdump /usr/bin/tiffinfo /usr/bin/tiffmedian /usr/bin/tiffset /usr/bin/tiffsplit /usr/bin/tifftopnm /usr/bin/t-im /usr/bin/t-im2.3 /usr/bin/time /usr/bin/time-admin /usr/bin/tixindex /usr/bin/tixindex8.1 /usr/bin/tixwish /usr/bin/tixwish8.1 /usr/bin/tkined /usr/bin/tkined1.5.0 /usr/bin/tklanguage /usr/bin/tkmktap /usr/bin/tkmktap2.3 /usr/bin/tkremind /usr/bin/tload /usr/bin/toc2cddb /usr/bin/toc2cue /usr/bin/todos /usr/bin/toe /usr/bin/toolame /usr/bin/top /usr/bin/totem /usr/bin/totem-video-thumbnailer /usr/bin/touch /usr/bin/tp_tagger /usr/bin/tput /usr/bin/tr /usr/bin/traceroute /usr/bin/traceroute.lbl /usr/bin/transfig /usr/bin/transxx /usr/bin/tred /usr/bin/tree /usr/bin/trial /usr/bin/trial2.3 /usr/bin/trm /usr/bin/troff /usr/bin/tryaffix /usr/bin/trytime /usr/bin/tset /usr/bin/tsort /usr/bin/ttf2afm /usr/bin/ttf2bdf /usr/bin/ttf2pfb /usr/bin/ttf2pk /usr/bin/ttf2tfm /usr/bin/ttfbanner /usr/bin/tty /usr/bin/twistd /usr/bin/twistd2.3 /usr/bin/twopi /usr/bin/txt2man /usr/bin/tzselect /usr/bin/ucf /usr/bin/udevinfo /usr/bin/udevtest /usr/bin/uic /usr/bin/uic-qt2 /usr/bin/uic-qt3 /usr/bin/ul /usr/bin/unexpand /usr/bin/unflatten /usr/bin/unicode_start /usr/bin/unicode_stop /usr/bin/uniq /usr/bin/unison /usr/bin/unison2.10.2 /usr/bin/unison2.10.2-gtk /usr/bin/unison2.9.1 /usr/bin/unison-gtk /usr/bin/unix2dos /usr/bin/unix-lpr.sh /usr/bin/unlink /usr/bin/unrar /usr/bin/unshar /usr/bin/unsq /usr/bin/unstr /usr/bin/untex /usr/bin/untrigraph /usr/bin/unwrapdiff /usr/bin/unzip /usr/bin/unzipsfx /usr/bin/updatedb /usr/bin/update-desktop-database /usr/bin/update-lyxrc /usr/bin/update-menus /usr/bin/update-menus.real /usr/bin/update-mime-database /usr/bin/update-pciids /usr/bin/update-perl-sax-parsers /usr/bin/update-sourcedeps /usr/bin/updmap /usr/bin/uptime /usr/bin/usbmodules /usr/bin/uscan /usr/bin/user-ja-conf /usr/bin/users /usr/bin/users-admin /usr/bin/uudecode /usr/bin/uuencode /usr/bin/uuidgen /usr/bin/uupdate /usr/bin/uz /usr/bin/v4l-conf /usr/bin/v4lctl /usr/bin/v4ldriver /usr/bin/v4l-info /usr/bin/v4lphilips /usr/bin/vacation /usr/bin/vacuumdb /usr/bin/valgrind /usr/bin/valgrind.bin /usr/bin/valgrind-listener /usr/bin/vcdimager /usr/bin/vcd-info /usr/bin/vcdxbuild /usr/bin/vcdxgen /usr/bin/vcdxminfo /usr/bin/vcdxrip /usr/bin/vcut /usr/bin/vftovp /usr/bin/vi /usr/bin/vidcat /usr/bin/view /usr/bin/vim /usr/bin/vimdiff /usr/bin/vimtutor /usr/bin/vino-preferences /usr/bin/virmf /usr/bin/virmpost /usr/bin/viromega /usr/bin/virtex /usr/bin/VisualOS /usr/bin/vmstat /usr/bin/vncpasswd /usr/bin/vncviewer /usr/bin/volname /usr/bin/vorbiscomment /usr/bin/vptovf /usr/bin/vt-is-UTF8 /usr/bin/vumeter /usr/bin/w /usr/bin/w3c /usr/bin/w3m /usr/bin/w3mman /usr/bin/wall /usr/bin/watch /usr/bin/watchgnupg /usr/bin/wbmptopbm /usr/bin/wc /usr/bin/wdiff /usr/bin/weave /usr/bin/webbot /usr/bin/weblint /usr/bin/websetroot /usr/bin/websetroot2.3 /usr/bin/wftopfa /usr/bin/wget /usr/bin/whatis /usr/bin/whereis /usr/bin/which /usr/bin/whiptail /usr/bin/who /usr/bin/whoami /usr/bin/whois /usr/bin/widget /usr/bin/winicontoppm /usr/bin/wish /usr/bin/wish8.3 /usr/bin/wish8.4 /usr/bin/wmb /usr/bin/wmd /usr/bin/wmk /usr/bin/wml /usr/bin/wmu /usr/bin/wmxmms /usr/bin/wnpp-alert /usr/bin/word-list-compress /usr/bin/workman2cddb.pl /usr/bin/w.procps /usr/bin/wrestool /usr/bin/write /usr/bin/wrjpgcom /usr/bin/www /usr/bin/www-browser /usr/bin/X11 /usr/bin/xargs /usr/bin/xawtv /usr/bin/xawtv-remote /usr/bin/xbitchx /usr/bin/xbmtopbm /usr/bin/xcdroast /usr/bin/xchat /usr/bin/xdfcopy /usr/bin/xdfformat /usr/bin/xdvi /usr/bin/xdvi.bin /usr/bin/xdvi.real /usr/bin/xdvizilla /usr/bin/xemacs /usr/bin/xemacs21 /usr/bin/xemacs-21.4.17-mule /usr/bin/xemacs21-mule /usr/bin/xephemdbd /usr/bin/xf86gammacfg /usr/bin/xfig /usr/bin/xft-config /usr/bin/xgettext /usr/bin/ximtoppm /usr/bin/xine /usr/bin/xine-bugreport /usr/bin/xine-check /usr/bin/xine-remote /usr/bin/xkeycaps /usr/bin/xmbmon /usr/bin/xminicom /usr/bin/xml2-config /usr/bin/xml2po /usr/bin/xml2pot /usr/bin/xml-config /usr/bin/xmlproc_parse /usr/bin/xmlproc_parse.python2.3-xml /usr/bin/xmlproc_val /usr/bin/xmlproc_val.python2.3-xml /usr/bin/xmms /usr/bin/xmovie /usr/bin/xpdf /usr/bin/xpdf.bin /usr/bin/xplanet /usr/bin/xpmtoppm /usr/bin/xrced /usr/bin/xscreensaver /usr/bin/xscreensaver-command /usr/bin/xscreensaver-demo /usr/bin/xscreensaver-getimage /usr/bin/xscreensaver-getimage-file /usr/bin/xscreensaver-getimage-video /usr/bin/xscreensaver-gl-helper /usr/bin/xscreensaver-text /usr/bin/x-session-manager /usr/bin/xsltproc /usr/bin/xsubpp /usr/bin/x-terminal-emulator /usr/bin/xtightvncviewer /usr/bin/xvfb-run /usr/bin/xvidcap /usr/bin/xvminitoppm /usr/bin/xvncviewer /usr/bin/xwdtopnm /usr/bin/x-window-manager /usr/bin/x-www-browser /usr/bin/xxd /usr/bin/yacc /usr/bin/yada /usr/bin/yaf-cdda /usr/bin/yaf-mpgplay /usr/bin/yaf-splay /usr/bin/yaf-tplay /usr/bin/yaf-vorbis /usr/bin/yaf-yuv /usr/bin/ybmtopbm /usr/bin/yelp /usr/bin/yes /usr/bin/ysh /usr/bin/ytalk /usr/bin/yuvsplittoppm /usr/bin/yuvtoppm /usr/bin/yyextract /usr/bin/yyref /usr/bin/zdump /usr/bin/zeisstopnm /usr/bin/zenity /usr/bin/zgv /usr/bin/zip /usr/bin/zipcloak /usr/bin/zipgrep /usr/bin/zipinfo /usr/bin/zipnote /usr/bin/zipsplit /usr/bin/zsoelim /usr/bin/zxpdf executables
+ as owned by `bin', this account will not flag a warning.
++<P>
++Linux (notably RedHat) operating environments violate this convention
++with printer (lp*) and rpm programs among others.
++Changing ownership in this case may be problematic.
+ <PRE>
+diff -ru tiger.orig/html/pcap.html tiger/html/pcap.html
+--- tiger.orig/html/pcap.html  2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/pcap.html       2009-03-08 14:48:36.000000000 +0000
+@@ -73,6 +73,6 @@
+ </PRE><HR>
+ <A NAME="pcap003w"><P><B>Code [pcap003w]</B><P>
+-The indicated executable associsated with a printer control has
++The indicated executable associated with a printer control has
+ group or world write permissions. This may represent a security
+ vulnerability, as it may be possible to replace the executable.
+diff -ru tiger.orig/html/permissions.html tiger/html/permissions.html
+--- tiger.orig/html/permissions.html   2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/permissions.html        2009-03-08 14:48:36.000000000 +0000
+@@ -528,3 +528,101 @@
+ loss of 'arp -a' functionality for a normal user account. (On SunOS 5.x
+ systems, even this functionality isn't lost... there is no reason for
+ 'arp' to be setgid). This is a minor loss of functionality.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="perm26f"><P><B>Code [perm26f]</B><P>
++The file '/etc/login.access' provides finer control over user
++access, it can be modified to allow or disallow remote access
++to privileged accounts. If this file is writable by non-root
++users, then unauthorized access or privileges may be obtained.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="perm27f"><P><B>Code [perm27f]</B><P>
++The file '/etc/login.conf' is used by default on some BSD systems,
++it can be used to set up user environment and to set policy and
++accounting restrictions. Since this file provides control over user
++access, if this file is writable by non-root
++users, then unauthorized access or privileges may be obtained.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="perm28f"><P><B>Code [perm28f]</B><P>
++The file '/etc/login.defs' is used by default on some Linux systems,
++it can be used to set up user environment and to set policy and
++accounting restrictions (such as password aging), as it defines
++configuration control definitions for the login package.
++Since this file provides control over user access, if this file
++is writable by non-root users, then unauthorized access or privileges
++may be obtained.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="perm29f"><P><B>Code [perm29f]</B><P>
++The configuration files for PAM (Pluggable Authentication Modules)
++are used by default on many Unix systems, it can be used to set up
++the environment for some services and defined the policy for its
++access. Since this file provides control over user access, if this file
++is writable by non-root users, then unauthorized access or privileges
++may be obtained.
++<P>
++More information about PAM is available from:
++http://www.kernel.org/pub/linux/libs/pam/
++and
++http://www.sun.com/solaris/pam/
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="perm30f"><P><B>Code [perm30f]</B><P>
++The configuration files (/etc/ttys, /etc/default/login, /etc/security
++or /etc/securetty depending on the operating system) determines
++access to users based on what consoles are they logged in.
++Since this file provides control over user access, if this file
++is writable by non-root users, then unauthorized access or privileges
++may be obtained.
+diff -ru tiger.orig/html/pxt.html tiger/html/pxt.html
+--- tiger.orig/html/pxt.html   2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/pxt.html        2009-03-08 14:48:36.000000000 +0000
+@@ -9,7 +9,7 @@
+ </PRE><HR>
+ <CENTER><H2> Documents for pxt</H2></CENTER>
+-<A NAME="dev001"><P><B>Code [dev001]</B><P>
++<A NAME="dev001f"><P><B>Code [dev001f]</B><P>
+ Tape devices used for backups should not have world permissions.
+ <PRE>
+@@ -23,7 +23,7 @@
+ </PRE><HR>
+-<A NAME="dev002"><P><B>Code [dev002]</B><P>
++<A NAME="dev002f"><P><B>Code [dev002f]</B><P>
+ Devices that have improper (world) permissions might be accessed by
+ any system user. This might open security holes if these are shared
+ devices or hold binaries (disks for example). The administrator should
+@@ -41,6 +41,23 @@
+ </PRE><HR>
++<A NAME="dev003w"><P><B>Code [dev003w]</B><P>
++There is a file in the devices directory which is a common file. Devices
++directory should only hold special files although some systems have
++directories and shell scripts in /dev. Please check your system's
++documentation to determine if that file should be located there.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
+ <A NAME="boot01"><P><B>Code [boot01]</B><P>
+ The lilo configuration file (/etc/lilo.conf) should have permissions
+ limiting access to only the owner (usually root).
+@@ -71,7 +88,7 @@
+ </PRE><HR>
+-<A NAME="boot03"><P><B>Code [boot03]</B><P>
++<A NAME="boot03w"><P><B>Code [boot03w]</B><P>
+ A boot loader configuration file could not be found. That means
+ that neither /etc/lilo.conf nor /boot/grub/grub.conf exists.
+ <PRE>
+@@ -86,7 +103,7 @@
+ </PRE><HR>
+-<A NAME="ptch01"><P><B>Code [ptch01]</B><P>
++<A NAME="ptch01f"><P><B>Code [ptch01f]</B><P>
+ AutoRPM has determined that there are updated packages waiting
+ to be installed.
+ <PRE>
+@@ -101,7 +118,7 @@
+ </PRE><HR>
+-<A NAME="ptch02"><P><B>Code [ptch02]</B><P>
++<A NAME="ptch02f"><P><B>Code [ptch02f]</B><P>
+ apt-get has determined that there are updated packages waiting
+ to be installed.
+ <PRE>
+@@ -132,7 +149,7 @@
+ </PRE><HR>
+-<A NAME="ptch04"><P><B>Code [ptch04]</B><P>
++<A NAME="ptch04w"><P><B>Code [ptch04w]</B><P>
+ No patch management tool could be found on the system.
+ The scripts looks for autorpm followed by apt-get. If either
+ one is found it is used to determine if updated packages
+@@ -169,7 +186,7 @@
+ </PRE><HR>
+-<A NAME="osv001"><P><B>Code [osv001]</B><P>
++<A NAME="osv001f"><P><B>Code [osv001f]</B><P>
+ The operating system version appears to be less than RedHat 6.2
+ Due to security enhancements and fixes available in recent releases,
+ running an older version of RedHat is strongly discouraged.
+@@ -185,8 +202,8 @@
+ </PRE><HR>
+-<A NAME="osv002"><P><B>Code [osv002]</B><P>
+-The operating system version appears to be less than Debian 2.1
++<A NAME="osv002f"><P><B>Code [osv002f]</B><P>
++The operating system version appears to be less than Debian 3.0
+ Due to security enhancements and fixes available in recent releases,
+ running an older version of Debian is strongly discouraged.
+ <PRE>
+@@ -201,7 +218,7 @@
+ </PRE><HR>
+-<A NAME="osv003"><P><B>Code [osv003]</B><P>
++<A NAME="osv003w"><P><B>Code [osv003w]</B><P>
+ The machine does not appear to be a RedHat or Debian system.
+ This test can not suggest a recommended version number for your
+ operating system.
+@@ -217,10 +234,10 @@
+ </PRE><HR>
+-<A NAME="osv004"><P><B>Code [osv004]</B><P>
++<A NAME="osv004w"><P><B>Code [osv004w]</B><P>
+ The machine is running an unreleased version of Debian GNU/Linux.
+ This version is not supported by the security team so it might not
+-be up-to-date security wase (support is only provided for the latest
++be up-to-date security wise (support is only provided for the latest
+ release). That is, "run at your own risk".
+ <PRE>
+@@ -234,11 +251,11 @@
+ </PRE><HR>
+-<A NAME="sum001"><P><B>Code [sum001]</B><P>
++<A NAME="sum001f"><P><B>Code [sum001f]</B><P>
+ The system does not appear to require a password during single-user
+ mode boot. Either add a password to your boot loader or add the line:
+ ~~:S:wait:/sbin/sulogin
+-to your /etc/inittab file. This line should be added immeditaly before
++to your /etc/inittab file. This line should be added immediately before
+ the line containing "rc 0".
+ <PRE>
+@@ -252,8 +269,8 @@
+ </PRE><HR>
+-<A NAME="trip01"><P><B>Code [trip01]</B><P>
++<A NAME="trip01f"><P><B>Code [trip01f]</B><P>
+ Tripwire has detected an inconsistency in the noted file. This file
+ has been modified in some way since the database was built -- either
+-upgraded, removed or tampered with. If this modification is legitmate
++upgraded, removed or tampered with. If this modification is legitimate
+ please refresh the tripwire database by running "tripwire --update"
+diff -ru tiger.orig/html/rhosts.html tiger/html/rhosts.html
+--- tiger.orig/html/rhosts.html        2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/rhosts.html     2009-03-08 14:48:36.000000000 +0000
+@@ -173,7 +173,7 @@
+ </PRE><HR>
+-<A NAME="rcmd010i"><P><B>Code [rcmd010i]</B><P>
++<A NAME="rcmd010w"><P><B>Code [rcmd010w]</B><P>
+ The contents of the /etc/hosts.equiv file is listed. The hosts
+ listed here should be examined for correctness.
+ <PRE>
+@@ -251,3 +251,64 @@
+ to be found in a .rhosts file. This file should be examined and the
+ invalid characters removed, as it may contain a typo or possibly a
+ command.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="rcmd016w"><P><B>Code [rcmd016w]</B><P>
++The user has an .rhosts file. The use of rhosts files is not a recommended
++method for secure access to remote hosts, you should consider whether or
++not the user needs to have an .rhosts file and, in any case, consider
++the use of safer replacement for the 'r' commands including public-key
++cryptography programs (such as SSH implementations)
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="rcmd017a"><P><B>Code [rcmd017a]</B><P>
++The .rhosts file of a given user does not belong to him, if you are running
++the rlogin service this transfers control to what users (and where from)
++can access this account to the user that this files belongs to. This is usually
++and indication of an intrusion attempt and you should take steps to remove
++this file and determine who has accessed to this account using the rlogin
++service.
++Consider removing the 'r' commands altogether and use safer replacements
++commands, including public-key cryptography programs
++(such as SSH implementations)
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="rcmd018a"><P><B>Code [rcmd018a]</B><P>
++Root has an .rhosts file, you should avoid at all hosts providing
++passwordless remote access to the administrator user.
++This can also be an indication of a remote intrusion, if so you should
++take steps to remove this file and determine who has accessed to
++this account using the rlogin service.
++Consider removing the 'r' commands altogether and use safer replacements
++commands, including public-key cryptography programs
++(such as SSH implementations)
+diff -ru tiger.orig/html/rootdir.html tiger/html/rootdir.html
+--- tiger.orig/html/rootdir.html       2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/rootdir.html    2009-03-08 14:48:36.000000000 +0000
+@@ -10,8 +10,9 @@
+ </PRE><HR>
+ <CENTER><H2> Documents for rootdir</H2></CENTER>
+ <A NAME="rootdir001f"><P><B>Code [rootdir001f]</B><P>
+-The inode for the root directory is not on inode 2. This is a security
+-breach. To check the inode number, use "stat /" command.
++The root directory is not at the beginning of a filesystems.
++This usually indicates the output of the Tiger reports might
++be suspect. (i.e. Tiger was possibly run inside a chroot, etc).
+ <PRE>
+@@ -26,4 +27,17 @@
+ </PRE><HR>
+ <A NAME="rootdir002f"><P><B>Code [rootdir002f]</B><P>
+ The permissions for the root directory are not secure.
+-<P>
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="rootdir003f"><P><B>Code [rootdir003f]</B><P>
++The ownership of the root directory is not secure.
+diff -ru tiger.orig/html/root.html tiger/html/root.html
+--- tiger.orig/html/root.html  2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/root.html       2009-03-08 14:48:36.000000000 +0000
+@@ -43,5 +43,5 @@
+ </PRE><HR>
+ <A NAME="root003w"><P><B>Code [root003w]</B><P>
+ The root user should not have the message capability turned on. This
+-could lead to inadvertant modification of files with the root user is
++could lead to inadvertent modification of files with the root user is
+ logged in.
+diff -ru tiger.orig/html/signature.html tiger/html/signature.html
+--- tiger.orig/html/signature.html     2009-03-08 14:41:40.000000000 +0000
++++ tiger/html/signature.html  2009-03-08 14:48:36.000000000 +0000
+@@ -424,3 +424,25 @@
+ field when changing the password. As a result, the 'root' account has a
+ null password field, allowing anyone to remote shell in as root. To fix
+ this problem, place a '*' in the password field in /etc/passwd.
++<PRE>
++
++
++
++
++
++
++
++
++
++
++</PRE><HR>
++<A NAME="sig022f"><P><B>Code [sig022f]</B><P>
++The patchdiag.xref files is not available in the configuration directory. This
++means that the script cannot proceed further since it does not have any
++information of which are the appropriate patches for this system.
++<P>
++Please download the patchdiag file from Sunsolve, you can use, for example,
++the following link:
++http://sunsolve.sun.com/pub-cgi/patchDownload.pl?target=patchdiag.xref&method=H
++<P>
++Once downloaded, place it in the configuration directory and rerun the script.
+diff -ru tiger.orig/man/tiger.8.in tiger/man/tiger.8.in
+--- tiger.orig/man/tiger.8.in  2009-03-08 14:41:39.000000000 +0000
++++ tiger/man/tiger.8.in       2009-03-08 14:48:36.000000000 +0000
+@@ -2,7 +2,24 @@
+ .SH NAME
+ tiger \- UNIX Security Checker
+ .SH SYNOPSIS
+-.B "tiger [-B tigerdir] [-l logdir] [-w workdir] [-b bindir] [-e|-E] [-S] [-H] [-c tigerrc] [-q]"
++.B "tiger"
++.RB [ -vthqGSH "] [" -B
++.IR dir ]
++.RB [ -l
++.IR dir | @host ]
++.RB [ -w
++.IR dir ]
++.RB [ -b
++.IR dir ]
++.RB [ -e | -E ]
++.RB [ -c
++.IR config ]
++.RB [ -A
++.IR arch ]
++.RB [ -O
++.IR os ]
++.RB [ -R
++.IR release ]
+ .LP
+ .SH DESCRIPTION
+ .LP
+@@ -11,273 +28,332 @@
+ UNIX system.  It scans system configuration files, file systems,
+ and user configuration files for possible security problems and
+ reports them.  The command
+-.B tigexp(8)
+-can be used to obtain explanations of the problems reported by
+-.I tiger.
+-.SS OPTIONS
++.BR tigexp (8)
++can be used to obtain explanations of the problems reported by \fBtiger\fR.
++.LP
++You can configure
++.B tiger
++by adjusting the 
++.B Tiger_
++variables in the 
++.I @tigerconfigdir@/tigerrc
++configuration file. For each available module (see 
++.B MODULES
++below) there is a corresponding variable in the configuration file that 
++determines whether the module is run. All of the variables names start with
++.B Tiger_check_
++and should be set equal to Y to run, or N to skip. Other configuration
++variables will modify the behaviour of some modules, and should be 
++adjusted based on the operating system.
++.LP
++The 
++.I @tigerconfigdir@/tiger.ignore
++configuration file defines a set of messages that will not be presented
++in the report even if any of the modules generate them.
++If the file exists, all the entries (line by line) are used as extended
++regular expressions that are compared against each message (notice that
++it will introduce some overhead which grows with the size of the file).
++For more information on this mechanism read the 
++.I README.ignore
++document.
++.SH OPTIONS
++.TP
++The following arguments can be used when calling the program:
+ .TP
+-.I "\-B tigerdir"
++.BI "\-B " tigerdir
+ Specify the directory where
+-.I tiger
++.B tiger
+ is installed.  If not specified, @tigerhomedir@ is used.
+ .TP
+-.I "\-l logdir"
++.BI "\-l " logdir\fR|\fI@logserver
+ Specify the name of the directory where
+-.I tiger
++.B tiger
+ will write the security report.  This defaults to @tigerlogdir@.
+ The filename of the report will
+-be of the form 
+-.RI 'security.report. hostname.date.time.'
+-If the directory  begins  with a \fB@\fR, the name will
+-be interpreted as a tiger logging server.
++be of the form 'security.report.\fIhostname.date.time\fR'.
++If the directory begins with a \fB@\fR, the name will
++be interpreted as a tiger logging server.  Tiger logging's server
++is currently a server that listens in port (tcp) 5353 on a remote
++host.  The tiger process will just send the results to that server
++using a telnet connection.
+ .TP
+-.I "\-w workdir"
++.BI "\-w " workdir
+ Specify a directory to use for creating scratch files.  This defaults
+-to
+-.I @tigerworkdir@.
++to \fI@tigerworkdir@\fR.
+ .TP
+-.I "\-b bindir"
++.BI "\-b " bindir
+ Specify the directory which contains (or will contain) the binaries
+ generated from the C modules.  If the systems directories contain
+ all the binaries, they will be used directly from there.  If not,
+-then if the
++then if
+ .I bindir
+ contains the binaries, these will be used.  If none are found in
+ either place, then an attempt will be made to compile the C code
+-and install the executables into the
+-.I bindir.
++and install the executables into \fIbindir\fR.
+ .TP
+-.I "\-c tigerrc"
++.BI "\-c " tigerrc
+ Specify an alternate name for the
+ .I tigerrc
+ control file.  The default is '@tigerconfigdir@/tigerrc'.
+ .TP
+-.I "\-e"
++.B "\-e"
+ This option will cause explanations to be inserted into the security
+ report following each message.  This can greatly increase the size
+ of the report, as explanations may appear repeatedly.
+ .TP
+-.I "\-E"
++.B "\-E"
+ This option indicates that a separate explanation report should be
+ created, with explanations for each type of message only appearing
+-once.  The filename of the explanation report will be of the form
+-.RI 'explain.report. hostname.date.time.'
++once.  The filename of the explanation report will be of the
++form 'explain.report.\fIhostname.date.time\fR'.
+ .TP
+-.I "\-G"
++.B "\-G"
+ Generate the signatures (MD5 hashes and file permissions)
+ for system binary files.
+ .TP
+-.I "\-H"
++.B "\-H"
+ This option will format the report into HTML creating local links
+ to the problem descriptions.
+ .TP
+-.I "\-S"
++.B "\-S"
+ This option indicates that a surface level check of the configuration
+ files of any diskless clients served by this machine should be checked
+ at the same time.  The checks will not be as in depth as they would be
+ if run on the client itself.
+ .TP
+-.I "\-q"
+-Supress messages to be as quiet as possible, only 
++.B "\-q"
++Suppress messages to be as quiet as possible, only
+ security messages will be shown.
++.TP
++.I "\-A arch"
++This option overrides the default value obtained for the current architecture
++detected by the internal configuration engine to a value defined
++by the user.
++.TP
++.I "\-O os"
++This option overrides the default value obtained for the current operating
++system detected by the internal configuration engine to a value defined
++by the user.
++.TP
++.I "\-R release"
++This option overrides the default value obtained for the current 
++operating system release detected by the internal configuration engine 
++to a value defined by the user.
++.LP
++Notice that changing the real values for the operating system and
++architecture 
++.B Tiger
++is running in might result in scripts being run which are not
++appropiate to it, and, as a consequence, unexpected (and potentially 
++dangerous) errors might be generated. When executed
++.B Tiger
++will show which operating system, release and architecture thinks it is
++running in.
+ .LP
+ .SH MODULES
+ .LP
+ .B Tiger
+ is composed of a series of modules. Each of these modules check specific
+-security issues related to UNIX systems. The framework provided by 
++security issues related to UNIX systems.  The framework provided by
+ .B Tiger
+ allows the provision of both generic modules and those specific for
+ the operating system the software runs in. Modules can be executed
+ stand alone, from cron or through the
+ .B tiger
+ program (which will execute all those available).
++.LP
++If you want to write additional modules for your system read the
++.I README.writemodules
++document.
++.LP
++.B Tiger
++currently provides the following modules:
+ .TP
+-.I check_accounts
++.B check_accounts
+ Checks the accounts provided in the system, looking for disabled accounts
+ with cron, rhosts, .forward, and valid shells.
+ .TP
+-.I check_aliases
++.B check_aliases
+ Performs a check for mail aliases and improper configuration.
+ .TP
+-.I check_anonftp
++.B check_anonftp
+ Determines if the anonymous FTP service is properly configured.
+ .TP
+-.I check_cron
++.B check_cron
+ Validates the cron entries in the system.
+ .TP
+-.I check_embedded
++.B check_embedded
+ Determines if embedded pathnames are configured properly.
+ .TP
+-.I check_exports
++.B check_exports
+ Analyses configuration files for NFS exported filesystems to see if 
+ access is properly restricted.
+ .TP
+-.I check_group
++.B check_group
+ Checks the UNIX groups available in the system, looking for conflicts
+ and improper entries.
+ .TP
+-.I check_inetd
++.B check_inetd
+ Checks the inetd configuration file: compares against services 
+-definition, valid directory paths, non-existant binaries and active
++definition, valid directory paths, non-existent binaries and active
+ services.
+ .TP
+-.I check_known
+-Looks for known intrusion signs including backdors and mail spools.
++.B check_known
++Looks for known intrusion signs including backdoors and mail spools.
+ .TP
+-.I check_netrc
++.B check_netrc
+ Checks if users's netrc files are insecurely configured.
+ .TP
+-.I check_nisplus
++.B check_nisplus
+ Looks for wrong configuration in the NIS+ entries.
+ .TP
+-.I check_passwd
++.B check_passwd
+ Checks the UNIX users available in the system, looking for conflicts
+ and improper entries.
+ .TP
+-.I check_path
++.B check_path
+ Validates the binaries in user's PATHs as well as PATH definitions
+ used by scripts in order to determine insecure definitions.
+ .TP
+-.I check_perms
++.B check_perms
+ Check filepermissions and inconsistencies.
+ .TP
+-.I check_printcap
++.B check_printcap
+ Analyses the configuration for the printer control file.
+ .TP
+-.I check_rhosts
++.B check_rhosts
+ Checks rhosts files in order to see if user's configuration leaves the
+ system open to attack.
+ .TP
+-.I check_sendmail
++.B check_sendmail
+ Checks sendmail configuration files.
+-.I check_signatures
++.B check_signatures
+ Compares binary files signatures against those stored in the local database
+ (provided with the program).
+ .TP
+-.I check_system
++.B check_system
+ This module calls the operating system's specific modules available at
+-.B /usr/lib/tiger/systems/
++\fB/usr/lib/tiger/systems/\fR.
+ .TP
+-.I check_apache
++.B check_apache
+ Checks the
+-.I Apache 
+-configuration file and reports on generic issues whcih might introduce
++.B Apache
++configuration file and reports on generic issues which might introduce
+ exposures or vulnerabilities in the system.
+ .TP
+-.I check_devices
++.B check_devices
+ Checks for devices's permissions, warning about devices that have world
+ permissions.
+ .TP
+-.I check_exrc
+-Analyses .exrc files that are not in user's home directories. The vi
++.B check_exrc
++Analyses .exrc files that are not in user's home directories. The \fBvi\fR
+ command will look for the existence of such a file in the current
+-directory, and so may inadvertenly perform commands that can
+-compromise your system's security when starting vi or ex.
++directory, and so may inadvertently perform commands that can
++compromise your system's security when starting \fBvi\fR or \fBex\fR.
+ .TP
+-.I check_finddeleted
++.B check_finddeleted
+ Checks if deleted files are being used by any process in the current 
+ system. This might be an indication of intrusion (a user executing
+ processes and then deleting its files) or of unpatched servers
+ (which, if not restarted use old library files and are still 
+-vulnerable)
++vulnerable).
+ .TP
+-.I check_ftpusers
++.B check_ftpusers
+ Analyses the system's /etc/ftpusers and determines if the administrative
+ users are in that file.
+-.TP 
+-.I check_issue
++.TP
++.B check_issue
+ Checks the /etc/issue and /etc/issue.net file to determine if they
+-contain the appropiate content (this is defined in the ISSUEFILE and
+-ISSUENETFILE)
++contain the appropriate content (this is defined in the ISSUEFILE and
++ISSUENETFILE).
+ .TP
+-.I check_logfiles
+-Checks for the existance of log files (wtmp, btmp, lastlog and utmp). It
++.B check_logfiles
++Checks for the existence of log files (wtmp, btmp, lastlog and utmp).  It
+ will also check for proper umask settings.
+ .TP
+-.I check_lilo
++.B check_lilo
+ Analyses configuration files for lilo and grub boot loaders (Linux-specific).
+ .TP
+-.I check_listeningprocs
++.B check_listeningprocs
+ Checks for processes listening on TCP/IP sockets (servers) in the system as 
+ well as users running them. Will warn if the user running a server is not 
+ an authorised one or if the server is listening on all available interfaces.
+ .TP
+-.I check_passwdformat
++.B check_passwdformat
+ Checks the format of the /etc/passwd file in order to
+ determine inconsistencies which indicate an intrusion or misconfiguration.
+ .TP
+-.I check_patches
++.B check_patches
+ Checks if patches are available for the system (i.e. new packages).
+-It will use autorpm or apt-get to check this (so this tools need to be
++It will use autorpm or apt\-get to check this (so this tools need to be
+ properly configured). This check is specific to Linux (RedHat or Debian).
+ .TP
+-.I check_root
++.B check_root
+ Checks if remote root login is allowed to the local system.
+ .TP
+-.I check_rootdir
++.B check_rootdir
+ Checks the permissions for the root directory.
+ .TP
+-.I check_rootkit
++.B check_rootkit
+ Tries to find systems which have been rootkited, it does so by
+ looking for trojaned \fBls\fR and \fBfind\fR commands.
+ It also includes a wrapper to run the \fBchkrootkit\fR program 
+ and format the results in Tiger's message format.
+ .TP
+-.I check_single
++.B check_single
+ Checks if the system is properly configured to disallow single-user
+ access. This check is specific to Linux.
+ .TP
+-.I check_release
+-Analyses the verions of the operating system and determines if it is
++.B check_release
++Analyses the version of the operating system and determines if it is
+ too out of date. This check is specific to Linux (RedHat or Debian).
+ .TP
+-.I check_runprocs
++.B check_runprocs
+ This module will check if the processes configured in 
+ .I tigerrc
+ are running currently in the system. If any of the processes
+-is not running 
++is not running,
+ .B Tiger
+ will warn the administrator (this acts as a lightweight software watchdog)
+ .TP
+-.I check_services
++.B check_services
+ Check which services are configured in the system (usually in
+ /etc/services) versus the ones that should be configured (in the
+ provided services file)
+ .TP
+-.I check_tcpd
+-Tests for the existance of tcp-wrappers and changes in their configuration
+-it also determines which services are running wrapped in tcp-wrappers.
++.B check_tcpd
++Tests for the existence of tcp\-wrappers and changes in their configuration
++it also determines which services are running wrapped in tcp\-wrappers.
+ .TP
+-.I check_umask
++.B check_umask
+ Check for umask setting in configuration files.
+ .TP
+-.I check_xinetd
++.B check_xinetd
+ Checks which xinetd services are enabled or disabled.
+ .TP
+-.I crack_run
++.B crack_run
+ Runs a local installation of the \fBCrack\fR program which can be used
+ to determine if local user passwords are easy (or not) to guess.
+ .TP
+-\fItripwire_run\fR \fIaide_run\fR \fIintegrit_run\fR
++\fBtripwire_run\fR \fBaide_run\fR \fBintegrit_run\fR
+ Wrappers for a number of integrity checkers, these programs enhance the
+-support of \fBTiger\fR for MD5 and SHA-1 binary signatures and file
+-system permission checks (implemenented with the the \fIcheck_perms\fR
+-and \fIcheck_signatures\fR scripts). You should consider installing 
+-any of these three programs (\fITripwire\fR, \fIAide\fR or \fIIntegrit\fR) 
++support of \fBTiger\fR for MD5 and SHA\-1 binary signatures and file
++system permission checks (implemented with the the \fBcheck_perms\fR
++and \fBcheck_signatures\fR scripts).  You should consider installing
++any of these three programs (\fBTripwire\fR, \fBAide\fR or \fBIntegrit\fR)
+ and use read-only locations (such as CD-ROM) to store the hashes of the system.
+ .TP
+-.I deb_checkadvisories
++.B deb_checkadvisories
+ This module checks against a list of stored Debian Security
+ Advisories in order to see if the system has any package installed
+ whose version might be subject to any security vulnerability (Debian-specific).
+ .TP
+-.I deb_checkmd5sums
++.B deb_checkmd5sums
+ Compares the MD5 sums of binary files against those provided after installation.
+ Changes in these files might be an indication of a compromised system
+ (Debian-specific).
+ .TP
+-.I deb_nopackfiles
++.B deb_nopackfiles
+ Looks for files installed in the system's directories that are not provided
+ by any installed Debian packages (Debian-specific).
+ .LP
+@@ -290,27 +366,32 @@
+ .TP
+ .I @tigerconfigdir@/cronrc
+ Configuration file for the
+-.I Tigercron
++.B Tigercron
+ tool.
+ .TP
+ .I @tigerlogdir@
+ Location of the log messages generated by 
+ .B Tiger 
+-when run through 
+-.I cron
++when run through \fBcron\fR.
+ .TP
+ .I @tigerworkdir@
+ Working directory used by
+ .B Tiger
+ scripts to create temporary files.
++.TP
++.I @tigerconfigdir@/tiger.ignore
++Configuration file that defines which messages generated by modules will be 
++ignored by 
++.B Tiger
++and will not be presented in the final report.
+ .SH SEE ALSO
+-tigexp(8)
++.BR tigexp (8)
+ .PP
+ There are also a number of 
+ .I README
+ files that describe in detail the behaviour of 
+ .B Tiger
+-and how it can be used to setup a host-based instrusion detection
++and how it can be used to setup a host-based intrusion detection
+ system. These can be found in the top directory of the sources or
+ in 
+ .B @tigerhomedir@ 
+@@ -323,23 +404,23 @@
+ Some places in the package are not shell meta-character or white-space
+ safe.
+ .LP
+-Report or read known bugs at  the
++You can report or read known bugs at the
+ .I http://savannah.nongnu.org/projects/tiger
+ webpage.
+ .LP
+ For Debian-specific (known) bugs read the 
+-.B /usr/share/doc/tiger/README.Debian
++.I /usr/share/doc/tiger/README.Debian
+ document or the
+-.B http://bugs.debian.org/tiger
++.I http://bugs.debian.org/tiger
+ webpage.
+ .SH AUTHOR
+ .B Tiger
+ was originally developed by a team of the 
+-Texas A&M University Supercomputer Center, as of september 1993, 
++Texas A&M University Supercomputer Center, as of September 1993,
+ the development done via the Network Group, Computing & Information Services.
+ .PP
+ This software was written originally by Douglas Lee Schales, Dave K. Hess, Khalid Warraich,
+-and Dave R. Safford (circa 1993)
++and Dave R. Safford (circa 1993).
+ .PP
+ A
+ .B lot
+@@ -359,12 +440,10 @@
+ The modifications for the Debian GNU/Linux operating system have been made 
+ by Javier Fernandez-Sanguino Peña <jfs at computer.org>, including a number of
+ checks for the GNU/Linux
+-operating systems (
+-.B check_listeningprocs
+-) and some specific for Debian (
+-.B deb_checkadvisories
+-,
++operating systems
++.RB ( check_listeningprocs )
++and some specific for Debian
++.RB ( deb_checkadvisories ,
+ .B deb_checkmd5sums
+ and
+-.B deb_nopackfiles
+-).
++.BR deb_nopackfiles ).
+diff -ru tiger.orig/man/tigercron.8.in tiger/man/tigercron.8.in
+--- tiger.orig/man/tigercron.8.in      2009-03-08 14:41:39.000000000 +0000
++++ tiger/man/tigercron.8.in   2009-03-08 14:48:36.000000000 +0000
+@@ -2,39 +2,47 @@
+ .SH NAME
+ tigercron \- Cron utility for Tiger UNIX Security Checker 
+ .SH SYNOPSIS
+-.B "tigercron [-B basedir] [..tigeroptions..] [controlfile] "
++.B tigercron
++.RI [ controlfile ]
++.RB [ -B
++.IR basedir ]
++.RI [ tigeroptions ...]
+ .LP
+ .SH DESCRIPTION
+ .LP
+-Tigercron is used to run periodically checks from the Tiger
++\fBTigercron\fR is used to run periodically checks from the Tiger
+ UNIX Security Checker. \fBTigercron\fR reads a control file
+-which is located in '@tigerconfigdir@/cronrc'. The format
+-of this control file is the same as for the \fBcron\fR program, each
++which is usually located in '@tigerconfigdir@/cronrc' although it
++can also be specificied as the first argument when calling the program. 
++The format of this control file is the same as for the \fBcron\fR program, each
+ line indicates when different checks from \fBTiger\fR will be run.
++The user can indicate where Tiger is installed through the 
++\fB-B basedir\fR parameter, any other additional options provided
++in the command line will be passed on to configure to configure \fBTiger\fR
++based on them (as described in \fBtiger (8)\fR).
+ \fBTigercron\fR runs the specified checks and compares their reports 
+ with previous stored reports (under @tigerlogdir@). It will then
+-mail the user defined in the '@tigerconfigdir@/cronrc' 
++mail the user defined in '@tigerconfigdir@/tigerrc' 
+ (\fITiger_Mail_RCPT\fR) the results.
+ When a module is run, \fBtigercron\fR checks:
+-
+-.PP
+-* If \fITiger_Cron_Template\fR is set to Y in tigerrc. If it is, it checks
++.IP \(bu 4
++If \fITiger_Cron_Template\fR is set to Y in tigerrc. If it is, it checks
+ if there is a template stating which are the expected results.
+-.PP
+-* If \fITiger_Cron_CheckPrev\fR is set to Y in tigerrc. If it is, it checks
++.IP \(bu 4
++If \fITiger_Cron_CheckPrev\fR is set to Y in tigerrc. If it is, it checks
+ if there is a previous run of the module it can check against.
+-
++.PP
+ A differential report is generated depending on the module reports
+ and previous run and is sent through e-mail. These reports
+-provides an easy way to detect intrusions even if no configuration
++provide an easy way to detect intrusions even if no configuration
+ of templates has been done. In the event of an intrusion a \fBTiger\fR
+ check might detect something specific (file changes, new processes,
+ new users, etc.) and this alert mechanism provides a way to turn
+ \fBTiger\fR into a Host Intrusion Detection System (HIDS).
+-The hability of it to work as a proper HIDS is based on a good customization
++The ability of it to work as a proper HIDS is based on a good customization
+ of the cronrc file. Modules that check events to which the host is
+ most exposed to should be run often in order to detect deviations
+ from normal behaviour.
+@@ -64,15 +72,15 @@
+ .B Tiger
+ scripts to create temporary files.
+ .SH SEE ALSO
+-tigexp(8), tiger(8), cron(8), crontab(5)
++.BR tigexp (8), tiger (8), cron (8), crontab (5)
+-The deficiencies of using \fBtigercron\fR as a HID are described in the
++The deficiencies of using \fBtigercron\fR as a HIDS are described in the
+ file README.hostids which is provided with the package. In Debian
+ GNU/Linux you will find this (and other related) documentation at
+ /usr/share/doc/tiger/
+ .SH BUGS
+ Currently \fBTigercron\fR has only one alert mechanism (mail) and signatures
+ are not supported. Thus, alerts could be faked. Also, it is dependant
+-on \fBcron\fR and will not work if its not working.
++on \fBcron\fR and will not work if \fBcron\fR is not working.
+ .SH AUTHOR
+ This manpage was written by Javier Fernandez-Sanguino.
+diff -ru tiger.orig/man/tigexp.8 tiger/man/tigexp.8
+--- tiger.orig/man/tigexp.8    2009-03-08 14:41:39.000000000 +0000
++++ tiger/man/tigexp.8 2009-03-08 14:48:36.000000000 +0000
+@@ -2,73 +2,82 @@
+ .SH NAME
+ tigexp \- UNIX Security Checker Explanation Generator
+ .SH SYNOPSIS
+-.B "tigexp msgid [msgid [msgid...]]"
++.B tigexp
++.IR msgid " [" msgid [ msgid ...]]
+ .LP
+-.B "tigexp [-f|-F] [security_report]"
++.B tigexp
++.RB [ -f | -F ]
++.RI [ security_report ]
+ .LP
+ .SH DESCRIPTION
+ .LP
+-Tigexp is used to generate explanations of the output from the
+-Tiger security checking package.  In the first form,
+-.I tigexp
++\fBTigexp\fR is used to generate explanations of the output from the
++\fBTiger\fR security checking package.  In the first form,
++.B tigexp
+ will generate an explanation of each of the message ids listed.
+ In the second form, the security report specified will be scanned
+ and explanations generated.  The
+-.I "\-f"
++.B "\-f"
+ option will generate one explanation for each unique message id
+ in the security report, whereas the
+-.I "\-F"
++.B "\-F"
+ option will output the security report with explanations inserted
+ after each entry in the report.
+ .PP
+-There are five different message levels produced by Tiger. Each of 
+-the message levels is the last letter of the message id. The are:
+-.TP 
++There are five different message levels produced by \fBTiger\fR. Each of
++the message levels is the last letter of the message id. The levels are:
++.TP
+ .I ALERT
+-A message of this level indicates that Tiger has detected a 
++A message of this level indicates that \fBTiger\fR has detected a
+ possible intrusion attempt or troublesome misconfiguration which can
+-expose the whole system to attack.
+-.TP 
++expose the whole system to attacks.
++.TP
+ .I FAIL
+ Messages of this level indicate a violation of a generic security policy
+-or a possible intrusion. Appropiate action should be taken to fix this
++or a possible intrusion. Appropriate action should be taken to fix this
+ security issue.
+-.TP 
++.TP
+ .I WARN
+ Messages of this level indicate a security issue which should be checked
+ further and might indicate a probable vulnerability or exposure. Most
+-.I Tiger
++.B Tiger
+ messages appear in this category.
+-.TP 
++.TP
+ .I INFO
+ These includes information messages which are not necessarily a security
+-violation but might be useful for the administrator. Note that the 
++violation but might be useful for the administrator. Note that the
+ .I tigerrc
+-configuration file through the 
++configuration file through the
+ .I Tiger_Show_INFO_Msgs
+-option determines wether or not 
+-.I Tiger
+-shows these items. The default behaviour is to 
++option determines whether or not
++.B Tiger
++shows these items. The default behaviour is to
+ .I not
+ show them.
+-.TP 
+-.I ERR
++.TP
++.I ERROR
+ These messages are errors in the execution of
+-.I Tiger
+-(or any of its scripts), this is probably due to a misconfiguration 
+-in the program, because of a problem in the installation or because 
+-a file needed for the test is missing. The script who outputs this error 
++.B Tiger
++(or any of its scripts), this is probably due to a misconfiguration
++in the program, because of a problem in the installation or because
++a file needed for the test is missing. The script who outputs this error
+ should be investigated further.
+-
++.TP
++.I CONFIG
++Messages with this level inform of stages in the configuration process
++of \fBTiger\fR. They are not errors (otherwise
++.I ERROR
++would be used) but notices for the user running the program explaining, for
++example, which configuration might be used.
+ .SS OPTIONS
+ .TP
+-.I "\-f"
++.B "\-f"
+ Scan the indicated security report and generate explanations of
+ it.  One explanation will be generated for each unique message
+ id in the security report.  If the name of a security report is not
+ given, then the report is read from stdin.
+ .TP
+-.I "\-F"
++.B "\-F"
+ Output the indicated security report with explanations inserted
+ after each entry in the report.  If the name of a security report
+ is not given, then the report is read from stdin.
+@@ -77,7 +86,7 @@
+ $TIGERHOMEDIR/doc/explain.idx
+ .LP
+ .SH SEE ALSO
+-tiger(8)
++.BR tiger (8)
+ .LP
+ .SH BUGS
+ If the explanation index is out of date, it doesn't recognize it
+diff -ru tiger.orig/README tiger/README
+--- tiger.orig/README  2009-03-08 14:41:40.000000000 +0000
++++ tiger/README       2009-03-08 14:48:36.000000000 +0000
+@@ -37,7 +37,7 @@
+ Mailing lists
+ -------------
+-There are now two maillings list available for the 'tiger' at
++There are now two mailing lists available for the 'tiger' at
+ savannah.gnu.org. These two mailing lists are:
+ - a user's mailing list: tiger-user@mail.freesoftware.fsf.org
+@@ -101,9 +101,9 @@
+ developed by the HP corporation by Bryan Gartner and the last one developed 
+ for the Debian GNU/Linux distribution by Javier Fernandez-Sanguino.
+-These forks were merged on may 2002 and in june 2002 the new source code,
++These forks were merged on may 2002 and in June 2002 the new source code,
+ now labeled as the 3.0 release, was published at the Savannah site.
+-The 3.1 release was distributed in october 2002, it was considered
++The 3.1 release was distributed in October 2002, it was considered
+ an unstable release and included some new checks, a new autoconf script
+ for automatic configuration, but mostly included  fixes from
+ bugs found after testing Tiger in Debian GNU/Linux and in other 
+diff -ru tiger.orig/README.hostids tiger/README.hostids
+--- tiger.orig/README.hostids  2009-03-08 14:41:39.000000000 +0000
++++ tiger/README.hostids       2009-03-08 14:48:36.000000000 +0000
+@@ -14,7 +14,7 @@
+ policy template for the module or a previous run to check against,
+ if available. Only messages not reported before (or not in the policy
+ will be checked against)
+-3.- The report (wether full or differential) is sent through e-mail
++3.- The report (whether full or differential) is sent through e-mail
+ to the address configured at 'Tiger_Mail_RCPT'
+ Tiger can be configured so that it is run as a cron job hourly. 
+@@ -42,6 +42,7 @@
+ - an integrity checker such as Tripwire (or a replacement like Aide). 
+ - a logchecker (like logcheck) to look for security information in the
+   log files.
++- an specific tool to detect rootkits: chkrootkit
+ - (maybe) a Network IDS such as Snort.
+ - (maybe) a portscanner detection such as portsentry, scanlogd, 
+   scandetd or psad (provided by Bastille)
+@@ -64,10 +65,13 @@
+       a) just use GPG/PGP to sign or encrypt the e-mails. You need however
+       to place a private key in the agent (and it could be compromised)
+       b) use a VPN tunnel between agents and the mailserver. This could
+-      be done either using a permament SSH tunnel, an Ipsec VPN...
++      be done either using a permanent SSH tunnel, an Ipsec VPN...
+ 2.- there is no such thing (currently) as a Tiger Server, unlike other 
+-HIDS (If anyone wants to write one please say so :) so there's no way to:
++HIDS (If anyone wants to write one please say so :) so there's no way to
++receive all the alerts in a single place and correlate them.
++Note: in the contrib directory you will find the 'secauditdb' program
++(not yet integrated into Tiger) which does just this.
+ 3.- Tiger reports are not protected in anyway save for standard UNIX 
+ permissions. This means that if the server Tiger is running in is 
+diff -ru tiger.orig/README.logo tiger/README.logo
+--- tiger.orig/README.logo     2009-03-08 14:41:40.000000000 +0000
++++ tiger/README.logo  2009-03-08 14:48:36.000000000 +0000
+@@ -3,9 +3,9 @@
+ ------------
+ The original Tiger tool did not have a logo so I started a logo contest
+-back in june 2002 (http://savannah.gnu.org/forum/forum.php?forum_id=769).
++back in June 2002 (http://savannah.gnu.org/forum/forum.php?forum_id=769).
+-The logo contest was closed in november 2002 
++The logo contest was closed in November 2002 
+ ( http://savannah.nongnu.org/forum/forum.php?forum_id=1270), 
+ and the winner was a logo provided by OpenGraphics 
+ (http://www.coresis.com/opengraphics). The logo is available in the
+diff -ru tiger.orig/README.signatures tiger/README.signatures
+--- tiger.orig/README.signatures       2009-03-08 14:41:39.000000000 +0000
++++ tiger/README.signatures    2009-03-08 14:48:36.000000000 +0000
+@@ -20,7 +20,7 @@
+ system you can use the scripts 'util/mksig' and 'util/mkfilelst' which
+ will, respectively, create a signatures.$OS-$REV-$ARCH and
+ file_access_list.$OS-$REV-$ARCH file in the current directory you can
+-install under the appropiate systems/$OS/$REV/$ARCH directory (and
++install under the appropriate systems/$OS/$REV/$ARCH directory (and
+ rename them to 'signatures' and 'file_access_list')
+ You can retrieve updated signatures (MD5 and SHA-1 signatures) from
+diff -ru tiger.orig/README.sources tiger/README.sources
+--- tiger.orig/README.sources  2009-03-08 14:41:40.000000000 +0000
++++ tiger/README.sources       2009-03-08 14:48:36.000000000 +0000
+@@ -14,6 +14,14 @@
+   are dated) I still need to read the third edition though 
+   (http://www.oreilly.com/catalog/puis3/)
++- NIST Security Check Lists (has both a generic UNIX checklist and specific
++  to some OS):
++  http://csrc.nist.gov/pcig/cig.html
++
++- NSA's Security Confguration Guides, provides some Checklists for UNIX 
++  operating systems (Solaris-only at the time of this writting)
++  http://ww.nsa.gov/snac
++
+ - CERT's Security Improvement Modules
+   available at http://www.cert.org/security-improvement/
+@@ -59,7 +67,8 @@
+       http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/patch-license&nav=pub-patches
+ - For AIX 
+-  AIX manpages: http://publib.boulder.ibm.com/cgi-bin/ds_form?lang=en_US
++  AIX 5.x manpages: http://publib16.boulder.ibm.com/cgi-bin/ds_form?lang=en_US&viewset=AIX
++  AIX 4.3 manpages: http://publib.boulder.ibm.com/cgi-bin/ds_form?lang=en_US
+   AIX 4.3 documentation library:
+       http://publib.boulder.ibm.com/cgi-bin/ds_form?lang=en_US
+   IBM Redbooks http://www.redbooks.ibm.com/
+@@ -102,7 +111,7 @@
+ There are a number of security tools that have inspired Tiger in some way,
+ either in philosophy or checks. Some of the tools below are not specifically
+ auditing tools but hardening tools (such as Titan or Bastille) and Tiger
+-has been configured to check for the default not-secure configurations taht
++has been configured to check for the default not-secure configurations that
+ they have been programmed to fix. 
+ - Dan Farmer's COPS (Computer Oracle and Password System) developed in 1989
+@@ -132,529 +141,9 @@
+ Note that the FreeBSD versions are not implemented since FreeBSD is not
+ yet a supported system in Tiger.
+-TODO-CHECK:
+-(if implemented)
++Other Titan modules have not been reviewed yet and need to be checked.
++
++
++--- Javier Fernandez-Sanguino jfs@computer.org
++Mon, 18 Apr 2005 23:45:32 +0200
+-linux-generic/bin/modules:
+-aliases.sh
+-cronset.sh
+-decode.sh
+-disable-accounts.sh
+-disable-core.sh
+-duplicate-root.sh
+-file-own.sh2
+-fix-cronpath.sh
+-ftpaccess_secure.sh
+-hosts-equiv.sh
+-hosts.equiv.sh
+-inetd2.sh
+-L2.4RWdisableX.sh
+-lib
+-loginlog.sh
+-lpsched.sh
+-nsswitch.sh
+-pam-rhosts.sh
+-passwd.sh
+-psfix.sh
+-rhosts.sh
+-rootchk.sh
+-rootpath.sh
+-routed-quiet.sh
+-routed.sh
+-sendmail-forward.sh
+-sendmail.sh
+-smtpbanner.sh
+-snmpdx.sh
+-syslog.sh
+-tftp-disable.sh
+-tftpServer.sh
+-tmp
+-ttytab.sh
+-tune-perm.sh
+-useraddset.sh
+-userumask.sh
+-utmp.sh
+-uucp-disabled.sh
+-ypserver-client.sh
+-ziplock.sh
+-
+-RedHat/bin/modules:
+-adjust-arp-timers.sh
+-aliases.sh
+-atset.sh
+-create-umask-redhat.sh
+-cronlog-redhat.sh
+-cronset.sh
+-decode.sh
+-disable-accounts.sh
+-disable-core.sh
+-duplicate-root.sh
+-file-own.sh
+-fix-cronpath.sh
+-ftpaccess_secure.sh
+-hosts.equiv.sh
+-inetd2.sh
+-L2.4RWdisableX.sh
+-lib
+-limit-core-redhat.sh
+-loginlog.sh
+-lpsched.sh
+-nsswitch.sh
+-pam-rhosts.sh
+-passwd.sh
+-psfix.sh
+-rhosts.sh
+-rootchk.sh
+-rootpath.sh
+-routed-quiet.sh
+-sendmail-forward.sh
+-sendmail.sh
+-smtpbanner.sh
+-snmpdx.sh
+-syslog.sh
+-tftp-disable.sh
+-tftpServer.sh
+-tmp
+-ttytab.sh
+-tune-perm.sh
+-userumask.sh
+-utmp.sh
+-uucp-disabled.sh
+-ypserver-client.sh
+-ziplock.sh
+-
+-sol1sun3/bin/modules:
+-aliases.sh
+-decode.sh
+-duplicate-root.sh
+-hosts-equiv.sh
+-inetd2.sh
+-lib
+-mkshadow.sh
+-passwd.sh
+-rhosts.sh
+-rootchk.sh
+-rootpath.sh
+-routed-quiet.sh
+-tftp-disable.sh
+-tftpServer.sh
+-ttytab.sh
+-tune-perm.sh
+-utmp.sh
+-uucp-disabled.sh
+-ypserver-client.sh
+-
+-sol1sun4/bin/modules:
+-aliases.sh
+-decode.sh
+-duplicate-root.sh
+-hosts-equiv.sh
+-inetd2.sh
+-lib
+-mkshadow.sh
+-passwd.sh
+-rhosts.sh
+-rootchk.sh
+-rootpath.sh
+-routed-quiet.sh
+-tftp-disable.sh
+-tftpServer.sh
+-ttytab.sh
+-tune-perm.sh
+-utmp.sh
+-uucp-disabled.sh
+-ypserver-client.sh
+-
+-sol2sun4/bin/modules:
+-add-umask.sh
+-adjust-arp-timers.sh
+-adjust.syn-timeout.sh
+-aset.sh
+-automount2.sh
+-automount.sh
+-bsm.sh
+-cde.sh
+-cronset.sh
+-decode.sh
+-defloginparams.sh
+-defpwparams.sh
+-disable-accounts.sh
+-disable-core.sh
+-disable_ip_holes.sh
+-disable-L1-A.sh
+-disable-NFS-2.6.sh
+-disable-NFS.bind.sh
+-disable-ping-echo.sh
+-disable-services.sh
+-dmi-2.6.sh
+-eeprom.sh
+-file-own.sh
+-fix-cronpath.sh
+-fix-modes.sh
+-fix-stack.sh
+-fix-stack.sol2.6.sh
+-ftp-2.6_secure.sh
+-ftpusers.sh
+-hosts.equiv.sh
+-inetd2.sh
+-inetsvc.sh
+-keyserv.sh
+-lib
+-loginlog.sh
+-log-tcp.sh
+-lpsched.sh
+-nddconfig.sh
+-nfs-portmon.sh
+-nsswitch.sh
+-nuke-cachefs.sh
+-nuke-dtlogin.sh
+-nuke-nfs-client.sh
+-nuke-nfs-serv.sh
+-nuke-nscd.sh
+-nuke-powerd.sh
+-nuke-rpc.sh
+-pam-rhosts-2.6.sh
+-passwd.sh
+-powerd.sh
+-psfix.sh
+-rf_create-motd.sh
+-rhosts.sh
+-rmmount.sh
+-rootchk.sh
+-routed.sh
+-sendmail-forward.sh
+-sendmail.sh
+-smtpbanner-8.8.sh
+-smtp-banner.sh
+-snmpdx-2.6.sh
+-sulog.sh
+-syslog-block-remote.sh
+-syslog.sh
+-tcp-sequence.sh
+-tmp
+-tmpfs-fixsize.sh
+-useraddset.sh
+-userumask.sh
+-utmp2.7.sh
+-utmp.sh
+-vold.sh
+-ziplock.sh
+-
+-sol2x86/bin/modules:
+-add-umask.sh
+-adjust-arp-timers.sh
+-adjust.syn-timeout.sh
+-aset.sh
+-automount2.sh
+-automount.sh
+-bsm.sh
+-cde.sh
+-cronset.sh
+-decode.sh
+-defloginparams.sh
+-defpwparams.sh
+-disable-accounts.sh
+-disable-core.sh
+-disable_ip_holes.sh
+-disable-NFS-2.6.sh
+-disable-NFS.bind.sh
+-disable-ping-echo.sh
+-disable-services.sh
+-dmi-2.6.sh
+-eeprom.sh
+-file-own.sh
+-fix-cronpath.sh
+-fix-modes.sh
+-fix-stack.sh
+-fix-stack.sol2.6.sh
+-ftp-2.6_secure.sh
+-ftpusers.sh
+-hosts.equiv.sh
+-inetd2.sh
+-inetsvc.sh
+-keyserv.sh
+-lib
+-loginlog.sh
+-log-tcp.sh
+-lpsched.sh
+-nddconfig.sh
+-nfs-portmon.sh
+-nsswitch.sh
+-nuke-cachefs.sh
+-nuke-dtlogin.sh
+-nuke-nfs-client.sh
+-nuke-nfs-serv.sh
+-nuke-nscd.sh
+-nuke-powerd.sh
+-nuke-rpc.sh
+-pam-rhosts-2.6.sh
+-passwd.sh
+-powerd.sh
+-psfix.sh
+-rf_create-motd.sh
+-rhosts.sh
+-rmmount.sh
+-rootchk.sh
+-routed.sh
+-sendmail-forward.sh
+-sendmail.sh
+-smtpbanner-8.8.sh
+-smtp-banner.sh
+-snmpdx-2.6.sh
+-sulog.sh
+-syslog-block-remote.sh
+-syslog.sh
+-tcp-sequence.sh
+-tmp
+-tmpfs-fixsize.sh
+-useraddset.sh
+-userumask.sh
+-utmp2.7.sh
+-utmp.sh
+-vold.sh
+-ziplock.sh
+-
+-sol8sun4/bin/modules:
+-add-umask.sh
+-adjust-arp-timers2.8.sh
+-aset.sh
+-automount2.sh
+-automount.sh
+-bsm.sh
+-cde.sh
+-cronset.sh
+-decode.sh
+-defloginparams.sh
+-defpwparams.sh
+-disable-accounts.sh
+-disable-afbinit.sh
+-disable-cachefs.sh
+-disable-core-sol8.sh
+-disable-flasprom.sh
+-disable-ifbinit.sh
+-disable_ip_holes.sh
+-disable-L1-A.sh
+-disable-llc2.sh
+-disable-ncad.sh
+-disable-ncalogd.sh
+-disable-NFS-2.6.sh
+-disable-ping-echo.sh
+-disable-pppd.sh
+-disable-services.sh
+-dmi-2.6.sh
+-eeprom.sh
+-file-own.sh
+-fix-cronpath.sh
+-fix-modes.sh
+-fix-stack.sol2.6.sh
+-ftp-2.6_secure.sh
+-ftpusers.sh
+-hosts.equiv.sh
+-inetd2.sh
+-inetsvc.sh
+-keyserv2.8.sh
+-lib
+-login_failed_retries.sh
+-loginlog.sh
+-log-tcp.sh
+-lpsched.sh
+-nddconfig2.8.sh
+-nfs-portmon.sh
+-nsswitch.sh
+-nuke-dtlogin.sh
+-nuke-nfs-client.sh
+-nuke-nfs-serv.sh
+-nuke-nscd.sh
+-nuke-powerd.sh
+-nuke-rpc.sh
+-nuke-smc.sh
+-pam-rhosts-2.6.sh
+-passwd.sh
+-powerd2.8.sh
+-psfix.sh
+-queue-sendmail.sh
+-rf_create-motd.sh
+-rhosts.sh
+-rmmount.sh
+-rootchk.sh
+-routed.sh
+-sendmail-forward.sh
+-sendmail.sh
+-smtpbanner-8.8.sh
+-snmpdx-2.6.sh
+-sulog.sh
+-syslog-block-remote.sh
+-syslog_failed_logins.sh
+-syslog.sh
+-tcp-sequence.sh
+-tmp
+-tmpfs-fixsize.sh
+-useraddset.sh
+-userumask.sh
+-utmp2.7.sh
+-vold.sh
+-ziplock.sh
+-
+-sol8x86/bin/modules:
+-add-umask.sh
+-adjust-arp-timers2.8.sh
+-aset.sh
+-automount2.sh
+-automount.sh
+-bsm.sh
+-cde.sh
+-cronset.sh
+-decode.sh
+-defloginparams.sh
+-defpwparams.sh
+-disable-accounts.sh
+-disable-afbinit.sh
+-disable-cachefs.sh
+-disable-core-sol8.sh
+-disable-flasprom.sh
+-disable-ifbinit.sh
+-disable_ip_holes.sh
+-disable-L1-A.sh
+-disable-llc2.sh
+-disable-ncad.sh
+-disable-ncalogd.sh
+-disable-NFS-2.6.sh
+-disable-ping-echo.sh
+-disable-pppd.sh
+-disable-services.sh
+-dmi-2.6.sh
+-eeprom.sh
+-file-own.sh
+-fix-cronpath.sh
+-fix-modes.sh
+-fix-stack.sol2.6.sh
+-ftp-2.6_secure.sh
+-ftpusers.sh
+-hosts.equiv.sh
+-inetd2.sh
+-inetsvc.sh
+-keyserv2.8.sh
+-lib
+-login_failed_retries.sh
+-loginlog.sh
+-log-tcp.sh
+-lpsched.sh
+-nddconfig2.8.sh
+-nfs-portmon.sh
+-nsswitch.sh
+-nuke-dtlogin.sh
+-nuke-nfs-client.sh
+-nuke-nfs-serv.sh
+-nuke-nscd.sh
+-nuke-powerd.sh
+-nuke-rpc.sh
+-nuke-smc.sh
+-pam-rhosts-2.6.sh
+-passwd.sh
+-powerd2.8.sh
+-psfix.sh
+-queue-sendmail.sh
+-rf_create-motd.sh
+-rhosts.sh
+-rmmount.sh
+-rootchk.sh
+-routed.sh
+-sendmail-forward.sh
+-sendmail.sh
+-smtpbanner-8.8.sh
+-snmpdx-2.6.sh
+-sulog.sh
+-syslog-block-remote.sh
+-syslog_failed_logins.sh
+-syslog.sh
+-tcp-sequence.sh
+-tmp
+-tmpfs-fixsize.sh
+-useraddset.sh
+-userumask.sh
+-utmp2.7.sh
+-vold.sh
+-ziplock.sh
+-
+-sol9sun4/bin/modules:
+-add-cmask.sh
+-adjust-arp-timers2.8.sh
+-automount2.sh
+-automount.sh
+-bsm.sh
+-cde.sh
+-cronset.sh
+-decode.sh
+-defloginparams.sh
+-defpwparams.sh
+-disable-accounts.sh
+-disable-afbinit.sh
+-disable-cachefs.sh
+-disable-core-sol8.sh
+-disable-flasprom.sh
+-disable-ifbinit.sh
+-disable_ip_holes.sh
+-disable-L1-A.sh
+-disable-llc2.sh
+-disable-ncalogd.sh
+-disable-NFS-2.6.sh
+-disable-ping-echo.sh
+-disable-pppd.sh
+-disable-services.sh
+-dmi-2.6.sh
+-eeprom.sh
+-file-own.sh
+-fix-cronpath.sh
+-fix-modes.sh
+-fix-stack.sol2.6.sh
+-ftp-2.6_secure.sh
+-ftpusers.sh
+-hostallow.sh
+-hosts.equiv.sh
+-inetd2.sh
+-inetsvc.sh
+-keyserv2.9.sh
+-lib
+-login_failed_retries.sh
+-loginlog.sh
+-log-tcp.sh
+-lpsched.sh
+-nddconfig2.9.sh
+-nfs-portmon.sh
+-nsswitch.sh
+-nuke-dtlogin.sh
+-nuke-nfs-client.sh
+-nuke-nfs-serv.sh
+-nuke-nscd.sh
+-nuke-powerd.sh
+-nuke-rpc.sh
+-nuke-smc.sh
+-pam-rhosts-2.6.sh
+-passwd.sh
+-powerd2.8.sh
+-psfix.sh
+-queue-sendmail.sh
+-rf_create-motd.sh
+-rhosts.sh
+-rmmount.sh
+-rootchk.sh
+-sendmail-forward.sh
+-sendmail.sh
+-smtpbanner-8.8.sh
+-snmpdx-2.6.sh
+-ssh-banner.sh
+-sulog.sh
+-syslog-block-remote.sh
+-syslog_failed_logins.sh
+-syslog.sh
+-tcp_connection_logging.sh
+-tcp-sequence.sh
+-tcp_wrap.sh
+-tmp
+-tmpfs-fixsize.sh
+-useraddset.sh
+-userumask.sh
+-utmp2.7.sh
+-vold.sh
+-x-nolisten.sh
+-ziplock.sh
+diff -ru tiger.orig/README.writemodules tiger/README.writemodules
+--- tiger.orig/README.writemodules     2009-03-08 14:41:40.000000000 +0000
++++ tiger/README.writemodules  2009-03-08 14:48:36.000000000 +0000
+@@ -27,7 +27,7 @@
+ After this check the core of the script is written. The core includes
+ all the commands necessary to check the system or configuration files
+-and output appropiate messages when a security test fails. Reports
++and output appropriate messages when a security test fails. Reports
+ should not be sent to standard output via 'echo' or similar methods.
+ They should be sent with the 'message' function. This function takes
+ four parameters: kind of report, codeword of message, trailer, and description
+@@ -35,8 +35,8 @@
+ system). Eg: message FAIL XXXX0??f "" "MESSAGE TO WRITE IN REPORT"
+ Each and everyone of the messages should be included under 
+-appropiate files in doc/. If you add new messages to the module (which
+-you should always do since you are reporting someting after all) you
++appropriate files in doc/. If you add new messages to the module (which
++you should always do since you are reporting something after all) you
+ must include the message verbose description of the issue into the files
+ (shown below). User's will be able to retrieve this information if
+ they execute 'tigexp codeword'. Codewords are usually three letters followed
+diff -ru tiger.orig/tiger.in tiger/tiger.in
+--- tiger.orig/tiger.in        2009-03-08 14:41:40.000000000 +0000
++++ tiger/tiger.in     2009-03-08 14:48:36.000000000 +0000
+@@ -38,7 +38,7 @@
+ echo "Tiger UN*X security checking system"
+ echo "   Developed by Texas A&M University, 1994"
+ echo "   Updated by the Advanced Research Corporation, 1999"
+-echo "   Further updated by Javier Fernandez-Sanguino, 2001-2003"
++echo "   Further updated by Javier Fernandez-Sanguino, 2001-2005"
+ echo "   Covered by the GNU General Public License (GPL)"
+ echo
+ TigerInstallDir="@tigerhome@"
+diff -ru tiger.orig/tigexp tiger/tigexp
+--- tiger.orig/tigexp  2009-03-08 14:41:39.000000000 +0000
++++ tiger/tigexp       2009-03-08 14:48:36.000000000 +0000
+@@ -19,7 +19,7 @@
+ # tigexp  - 05/23/2003 - changed so that it is managed by autoconf
+ #
+ # This program retrieves information explaining what a given message 
+-# (INFO, WARN, ALERT, FAIL or ERR) given out by Tiger means.
++# (INFO, WARN, ALERT, FAIL or ERROR) given out by Tiger means.
+ #
+ #-----------------------------------------------------------------------------
+ TigerInstallDir="."
+diff -ru tiger.orig/TODO tiger/TODO
+--- tiger.orig/TODO    2009-03-08 14:41:40.000000000 +0000
++++ tiger/TODO 2009-03-08 14:48:36.000000000 +0000
+@@ -1,4 +1,3 @@
+-
+ Note: the up-to-date TODO list is maintained through Savannah's Task Manager
+ (http://savannah.nongnu.org/pm/?group=tiger) this list is provided for the
+ commodity of those browsing the source code
+@@ -43,12 +42,12 @@
+         the code of some checks or new checks written for them
+    . Integrated the secaudit database manager patch provided by the
+      Center for Information Technology, National Institutes of Health
+-
+    . Integration of checks/bug fixes from TARA 3.0.3 version.
+    NOTE: Mostly done for all checks (except for check_sendmail)
+    Other utilities, such as buildbins changes, need to be checked.
+    . Full documentation and user manual describing checks, policy 
+    (BS-7799) compliance and comparison with other tools and checks.
++       - Include tigerrc and cronrc manpages
+    . Provide other logging mechanisms (syslog, snmp) if tools are
+      available.
+    . Checks for SANS's Top 10 (generic) and Top 20 (UNIX) vulnerabilities
+@@ -57,8 +56,9 @@
+    NOTE: Already included an annotated CERT list which determines which
+      are done and which are lacking
+    . Redhat (rpm) packages
+-   NOTE: The spec file provided as a patched is now included but it has
+-     not been tested (by me) to build RPM packages.
++   NOTE: The spec file provided as a patched is now included, I have tested
++     it to build RPM packages but I have not tested the RPM packages
++     themselves.
+ Released:
+ - Version 3.2 (stable): major bug fix version
+@@ -84,38 +84,6 @@
+ (such as http://lists.insecure.org/lists/bugtraq/1998/Jun/0160.html
+ from Marc Heuse dated Fri Jun 26 1998 - 08:24:17 BST)
+-- Convert scripts/check_network (RedHat based) into a number of tests.
+-  This is a script provided by Bryan Gartner from HP
+-  It currently checks for:
+-      - Inetd configuration files (are xinetd or inetd files writable?
+-        are they owned by the proper user? does inetd use -l? does
+-        xinetd have filelog or syslog?)
+-        (Note: some checks moved to check_tcpd)
+-      - Does /etc/securetty exist? Does it have other entries besides vc/tty?
+-        Is ownership of the file ok?
+-      - Is ip forwarding enabled?
+-      - Which version of DNS/Wu-ftpd is it running?
+-      (Note: this might not be completely feasible since the check_network
+-      scripts connects to the server to retrieve the banner which is
+-      something that Tiger should leave to other, remote, VA tools)
+-      - PermitRooLogin or Rhosts in sshd?
+-      - EXPN/VRFY support in mail host?
+-      Necessary services:
+-      - Is syslog running?
+-      - Is omniback running?
+-      Not allowed (per policy):
+-      - Is fingerd running? 
+-      - Is identd runnig?
+-      - Are inetd internal services running?
+-      - Is a routing daemon enabled?
+-      - R-commands?
+-      - X server
+-      - Tftpd
+-      - NIS
+-      - UUCP
+-      - R-exd?
+-      - NFS
+-
+ - Update signatures using TAMU's (and maybe knowngoods.org's) signature
+ database.
+ See http://savannah.nongnu.org/pm/task.php?group_project_id=472&group_id=2247&func=browse
+@@ -123,88 +91,6 @@
+ - Improve support non-Linux OSs
+ https://savannah.nongnu.org/pm/task.php?group_id=2247&group_project_id=632
+-- Modified the rhosts check so that it will check for shosts files too
+-  (or create a new check_shosts file)
+-
+-- Modify check_network to include hosts.lpd in the tests
+-
+-- Add .bash_profile into check_path
+-
+-- Create the following scripts:
+-     - Detect promiscous mode
+-     - Check root $HOME files (might be redundant with check_path's)
+-     - Do alias give the same as check_aliases?
+-     - writable/executable check + word writable? (in find_files)
+-     - Check for SAMBA configuration (checklist #20 SANS):
+-      . encrypted passwords.
+-      . 600 /etc/smbpasswd or /etc/samba/smbpasswd
+-      . shares enabled/disabled
+-      . guest access
+-      . create mask (770)
+-     - Check newer FTP (/etc/ftpaccess in newer Linux systems, ftpusers
+-       is deprecated) see checklist #22 of SANS.
+-     - The check_inetd script should be improved to warn if echo/chargen..
+-       services are enabled (SANS unix checklist #3 and Linux #4)
+-     - SANS unix checklist #18 
+-      . Solaris /etc/system (noexec stack)
+-      . Solaris locked accounts (#18 and #21)
+-      . Solaris default/login
+-      . Solaris /etc/default/kbd
+-     - Partition checks (in Linux /etc/fstab, in Solars /etc/vfstab,
+-       if there is a /usr, /opt then read-only, if /var
+-       or /tmp nosuid. Separate /var,/usr,/tmp from /
+-     - Solaris /etc/notrouter to disable
+-     - Rootkits check, like chkrootkit 
+-     Note: partially done
+-     Reference: 
+-     http://linux.oreillynet.com/pub/a/linux/2002/02/07/rootkits.html
+-
+-     - Suggested by Bob Hall:
+-        * Check if any local file systems are being exported to
+-       'localhost'. Also check if the local host is in a netgroups
+-        entry in its own exports file.
+-      * Look for (unexpected) normal files under /dev.
+-      (Note: include in 'check_devices')
+-      * Check for user startup files that call 'umask' with weak
+-      settings. (Should be 022 or 027.)
+-      (Note: include in 'check_umask' using GENPASSWDSETS)
+-      * Check that '-' is not the first character in a /etc/hosts.equiv
+-      /etc/hosts.lpd, or .rhosts files. Also check for a '+' entry in
+-      hosts.lpd file. 
+-      (Note: include in 'check_rhosts')
+-      * If a system allows it, check for an /etc/shells file and look
+-      if the permitted shells are in the system directories.
+-      References:
+-      http://www.cert.org/tech_tips/usc20.html
+-      http://www.cert.org/advisories/CA-2001-30.html
+-      http://www.ciac.org/ciac/bulletins/b-37.shtml
+-      http://www.nswc.navy.mil/ISSEC/Docs/Ref/GeneralInfo/unixsecurity.nrl.txt
+-
+-
+-- Possible integration with other security tools:
+-      - Tripwire: the 'tripwire_run' script has not been tested thoroughly
+-        (mainly because in Debian it is already configured to execute
+-        regular checks standalone)
+-      - Crack: same for 'crack_run' (for the same reason as for tripwire
+-        it has not been tested thoroughly yet)
+-      - Other integrity checkers: aide, samhain, integrit...
+-      (Note: done for aide and integrit for the moment)
+-      - Other password crackers: john
+-      - Logcheckers: swatch, logcheck, loganalysis, snort-logcheck
+-        Tiger currently does not do any log checking (see below)
+-      I'm not sure if Tiger should provide a new one or re-use 
+-      existing ones and include them as an 'external' program to run 
+-      through a Tiger module.  The benefit of using an accepted and use 
+-      log analysis tool is that Tiger can benefit from the database of 
+-      signatures of known attacks/non-issues. The problem is that the 
+-      sysadmin has to install yet another tool (if he is not using an OS 
+-      that already includes them) and, probably, some other stuff 
+-      (like Perl) on which the tool itself is based.
+-
+-      - User anaylisis: sac, hostsentry (part of Abacus, but non-free)
+-      - Network checks: Arpwatch, Snort
+-      - Other tools: chkrootkit
+-
+ - Compare checks against other tools'
+       - Bastille/Titan: verify that each thing that they 'fix' (harden)
+               is checked by Tiger. Provide a relationship of modules in
+@@ -218,8 +104,6 @@
+ to make simple checks than if using other monolythic tools (like CIS's, 
+ OpenBSD's or SuSE's)
+-- Implement logging to syslog (TARA 3.0.3 does it through logger)
+-
+ - Implement IDMEF to send message on alerts. Consider the use of the XML
+   library available at  http://www.silicondefense.com/idwg/snort-idmef/
+   or Prelude's libprelude
+@@ -237,12 +121,16 @@
+       - IDEA http://idea-arch.sourceforge.net/
+       - Prelude http://www.prelude-ids.org/
+-- Implement a check for configuration files for user's password policies
+-  and other sensible configuration such as /etc/login.access, /etc/login.defs,
+-  /etc/login.conf
++(DONE)- Implement logging to syslog (TARA 3.0.3 does it through logger) 
++
++BUGS
++----
+-- Add more information to the messages outputed for inetd services which
+-  might expose password information (Unix CERT configuration list item #2.4)
++- Gen_passwd_sets (all systems) sorts the passwd/shadow before joining, 
++  if there are "similar" userfields with non-word characters (*, !) sorting
++  might not work as expected and the join will not show some of the users.
++  This needs to be fixed by sorting the userfield first and then using that
++  sort to sort the passwd fileS
+ --- Javier Fernandez-Sanguino Pen~a  <jfs@computer.org>
+diff -ru tiger.orig/USING tiger/USING
+--- tiger.orig/USING   2009-03-08 14:41:40.000000000 +0000
++++ tiger/USING        2009-03-08 14:48:36.000000000 +0000
+@@ -72,7 +72,7 @@
+ there *is* new information.
+ This can be helpful to make Tiger behave as a Host Intrusion Detection 
+-System (HIDS) but it has some caveats, make sure to read README.hids
++System (HIDS) but it has some caveats, make sure to read README.hostids
+ if your intention is to use Tiger in this way.
+ ------------------------------------------------------------------------
diff --git a/tiger-3.2.1-fixes.patch b/tiger-3.2.1-fixes.patch
new file mode 100644 (file)
index 0000000..863fe32
--- /dev/null
@@ -0,0 +1,508 @@
+# Various fixes
+--- ./config.fixes     2003-09-19 02:46:26.000000000 +0200
++++ ./config   2005-08-07 16:14:27.000000000 +0200
+@@ -17,6 +17,16 @@
+ #
+ #  config (top level) - 06/14/93
+ #
++# 06/22/2005 jfs  Abort signature generation if the user does not 
++#                 have permissions to change the directories signatures are
++#                 stored in.
++# 01/21/2005 jfs  Safer creation of $WORKDIR if undefined 
++# 08/13/2004 jfs  Setup all locales as 'C' (Debian bug  #270108)
++# 04/28/2004 jfs  Changed -f RCFILE check to -r to allow use through ssh
++#                 as suggested by Falk Siemonsmeier:
++#                  cat /etc/tiger/tigerrc | ssh tiger -c /dev/stdin
++# 01/13/2004 jfs  Added check when running with -f since on some (unconfigured)
++#               systems this might fail.
+ # 08/19/2003 jfs  tara -> Tiger in the usage
+ # 08/13/2003 jfs  Added some of ARSC changes including:
+ #                 - support for signature generation (enhanced with also
+@@ -47,8 +57,8 @@
+ # This is important to avoid problems with commands that are
+ # dependant on the defined language environment
+ LANG="C"
+-LC_TIME="C"
+-export LANG LC_TIME
++LC_ALL="C"
++export LANG LC_ALL
+ error_siggen()
+ {
+   dir=$1
+@@ -70,7 +80,7 @@
+   if [ ! -d "$BASEDIR/systems/$OS/$REV/$ARCH/" ] 
+   then
+         printf "Creating the directory $BASEDIR/systems/$OS/$REV/$ARCH/ where signatures will be stored..."
+-      mkdir -p "$BASEDIR/systems/$OS/$REV/$ARCH/"
++      mkdir -p "$BASEDIR/systems/$OS/$REV/$ARCH/" || { echo "Cannot create directory '$BASEDIR/systems/$OS/$REV/$ARCH/'!" >&2; exit 1; }
+       echo "...created"
+   fi
+ # NOTE: I'm not sure it's ok to create the directory since
+@@ -92,7 +102,7 @@
+   then
+     printf "Generating and installing file access lists..."
+     $BASEDIR/util/mkfilelst
+-    mv "file_access_list.$OS-$REV-$ARCH" $BASEDIR/systems/$OS/$REV/$ARCH/file_access_list
++    mv "file_access_list.$OS-$REV-$ARCH" $BASEDIR/systems/$OS/$REV/$ARCH/file_access_list || { echo "Cannot move files to '$BASEDIR/systems/$OS/$REV/$ARCH/'!" >&2; exit 1; }
+     echo "...done"
+   else
+     error_siggen "$PWD" "file_access_list.$OS-$REV-$ARCH" "$WORKDIR"
+@@ -104,13 +114,22 @@
+ do_usage()
+ {
+ echo "Tiger, version $TIGERVERSION"
+-echo "Usage: ./tiger [-B dir] [-d dir|@host] [-w dir] [-b dir] [-e|-E] [-GH] [-q]"
++echo "Usage: ./tiger [-vthqGSH]  [-B dir] [-l dir|@host] [-w dir] [-b dir] [-e|-E] [-c config] [-A arch] [-O os] [-R release]"
++echo ""
++echo "       -v     Show the Tiger version."
++echo ""
++echo "       -t     Run in test mode."
++echo ""
++echo "       -h     Show usage (this help)."
++echo ""
++echo "       -q     Supress messages to be as quiet as possible, only "
++echo "              security messages will be shown."
+ echo ""
+ echo "       -B name"
+ echo "              Specify  the directory where tiger is installed.  If"
+ echo "              not specified, '$BASEDIR' is used."
+ echo ""
+-echo "       -d name"
++echo "       -l name"
+ echo "              Specify the name of the directory where Tiger  will"
+ echo "              write  the  security  report.  This defaults to    "
+ echo "              '$LOGDIR'. The filename  of  the report will be of "
+@@ -159,8 +178,16 @@
+ echo "              same  time.   The checks will not be as in depth as"
+ echo "              they would be if run on the client itself."
+ echo ""
+-echo "       -q     Supress messages to be as quiet as possible, only "
+-echo "              security messages will be shown."
++echo "Overrides for values detected  by the configuration system:"
++echo "       -A arch"
++echo "              Specify  an  alternate  architecture for tiger"
++echo ""
++echo "       -O os"
++echo "              Specify  an  alternate  operating system for tiger"
++echo ""
++echo "       -R release"
++echo "              Specify  an  alternate  operating system release  "
++echo "              for tiger"
+ echo ""
+ echo "Report bugs at http://savannah.nongnu.org/projects/tiger"
+ }
+@@ -203,7 +230,7 @@
+   fi
+   LOGDIR=${TigerLogDir:=.}
+-  WORKDIR=${TigerWorkDir:=${TMPDIR:=/tmp}}
++  WORKDIR="$TigerWorkDir"
+   RCFILE=${TigerConfigDir:=.}/tigerrc
+   IGNORE_FILE=${TigerConfigDir:=.}/tiger.ignore
+   TIGERHOMEDIR="$BASEDIR"
+@@ -241,7 +268,6 @@
+     shift;
+   done
+-
+   TIGERVERSION="`/bin/cat $TIGERHOMEDIR/version.h 2>/dev/null`"
+   [ ! -n "$TIGERVERSION" ] && TIGERVERSION="undetermined"
+   export TIGERVERSION
+@@ -251,6 +277,19 @@
+     exit 0
+   }
++  if [ -z "$WORKDIR" ] ; then
++        WORKDIR=${TMPDIR:=/tmp}
++        ( umask 077; mkdir $WORKDIR/tiger.$$ ) || { echo "$0: Cannot create temporary directory" >&2; exit 1; }
++        WORKDIR="$WORKDIR/tiger.$$"
++  fi
++  # TODO: WORKDIR should be removed on exit if it is located in a temporary 
++  # directory
++  if [ ! -d "$WORKDIR" ] ; then
++        echo "Configured working directory $WORKDIR does not exist" >&2
++        exit 1
++  fi
++
++
+   [ "$QUIET" != "Y" ] && echo "Configuring..."
+   set X `$BASEDIR/util/gethostinfo` unknown unknown unknown
+@@ -336,8 +375,8 @@
+     done
+   }
+-  [ -n "$RCFILE" -a ! -f "$RCFILE" ] && {
+-    echo "Control file "$RCFILE" not found... exiting..."
++  [ -n "$RCFILE" -a ! -r "$RCFILE" ] && {
++    echo "Control file "$RCFILE" not defined or not readable... exiting..."
+     exit 1
+   }
+@@ -345,7 +384,7 @@
+   # Preprocess the RC file, to export variables to environment
+   #
+-  [ -n "$RCFILE" -a -f $RCFILE ] && {
++  [ -n "$RCFILE" -a -r $RCFILE ] && {
+     $GREP -v '^#' $RCFILE |
+     $SED -e 's/^\(.*\)=/export \1; \1=/' > $WORKDIR/rcfile.$$
+     . $WORKDIR/rcfile.$$
+@@ -357,7 +396,9 @@
+   then
+   # Linux hostname has the -f option for FQDN... (jfs)
+   # (others?)
+-          HOSTNAME=`$GETHOSTNAME -f`
++        HOSTNAME=`$GETHOSTNAME -f 2>/dev/null`
++# But sometimes this will fail.... (if the system is not properly setup)
++        [ $? -ne 0 ] && HOSTNAME=`$GETHOSTNAME`
+   fi
+   for file in './site-$HOSTNAME' '$BASEDIR/site-$HOSTNAME' './site' '$BASEDIR/site'
+@@ -388,4 +429,8 @@
+     . $WORKDIR/tigercmds.$$
+     $RM -f $WORKDIR/tigercmds.$$
+   }
++
++  # set the PATH 
++  PATH=/sbin:/usr/sbin:/bin:/usr/bin
++  export PATH
+ }
+--- ./tigercron.in.fixes       2003-08-19 18:34:27.000000000 +0200
++++ ./tigercron.in     2005-08-07 16:14:27.000000000 +0200
+@@ -248,6 +248,7 @@
+ done >> $WORKDIR/tigcron.diff.$$
+ [ ! -n "$Tiger_Mail_RCPT" ] && Tiger_Mail_RCPT="root"
++[ ! -n "$Tiger_Mail_FROM" ] && Tiger_Mail_FROM="root@$HOSTNAME" 
+   
+ length=1
+ if [ ! -n "$EGREP" ] ; then
+@@ -257,13 +258,13 @@
+ [ -s "$WORKDIR/tigcron.diff.$$" -a $length -gt 0 ] && {
+   send="Y"
+   [ "$Tiger_Cron_SendOKReports" = "N" ] &&
+-  [  -z "`grep ERR $WORKDIR/tigcron.diff.$$`" ] &&
++  [ -z "`grep ERR $WORKDIR/tigcron.diff.$$`" ] &&
+   [ -z "`grep WARN $WORKDIR/tigcron.diff.$$`" ] && { 
+       send="N"
+   }
+   haveallcmds MAILER && [ "$send" = "Y" ] &&  {
+       # Mail header (so it does not just say it's root
+-      echo "From: Tiger automatic auditor at $HOSTNAME <root@$HOSTNAME>" 
++      echo "From: \"Tiger automatic auditor at $HOSTNAME\" <$Tiger_Mail_FROM>" 
+       echo "Subject: Tiger Auditing Report for $HOSTNAME"
+       echo 
+       cat  $WORKDIR/tigcron.diff.$$ 
+--- ./tigercron.fixes  2003-08-19 19:37:42.000000000 +0200
++++ ./tigercron        2005-08-07 16:14:27.000000000 +0200
+@@ -256,6 +256,7 @@
+ done >> $WORKDIR/tigcron.diff.$$
+ [ ! -n "$Tiger_Mail_RCPT" ] && Tiger_Mail_RCPT="root"
++[ ! -n "$Tiger_Mail_FROM" ] && Tiger_Mail_FROM="root@$HOSTNAME"
+   
+ length=1
+ if [ ! -n "$EGREP" ] ; then
+@@ -271,7 +272,8 @@
+   }
+   haveallcmds MAILER && [ "$send" = "Y" ] &&  {
+       # Mail header (so it does not just say it's root
+-      echo "From: Tiger automatic auditor at $HOSTNAME <root@$HOSTNAME>" 
++      echo "From: \"Tiger automatic auditor at $HOSTNAME\" <$Tiger_Mail_FROM>"
++      echo "To: $Tiger_Mail_RCPT"
+       echo "Subject: Tiger Auditing Report for $HOSTNAME"
+       echo 
+       cat  $WORKDIR/tigcron.diff.$$ 
+--- ./initdefs.fixes   2003-10-10 19:05:48.000000000 +0200
++++ ./initdefs 2005-08-07 16:14:27.000000000 +0200
+@@ -16,6 +16,13 @@
+ #
+ # initdefs - 06/14/93
+ #
++# initdefs - 01/10/2005 - cslater - Modified ignore function so that
++#                     filtering can also be done on msgid and level
++# initdefs - 08/01/2004 - jfs - Allow removal from LOGDIR so that tiger -e
++#                     works as expected
++# initdefs - 10/15/2003 - jfs - Quoted $__File in deleted() in order
++#                     for the check_rootkit check to work properly.
++#                     (Debian bug #215882)
+ # initdefs - 10/10/2003 - jfs - Improved check so that it will not 
+ #                     remove files created by a different user and
+ #                     warn if files to be deleted do not exist 
+@@ -117,14 +124,14 @@
+   do
+     if [ -n "$LS" ]
+     then 
+-      if [ -z "`$LS $__file 2>/dev/null`" ] 
++      if [ -z "`$LS \"$__file\" 2>/dev/null`" ] 
+       then
+ #                     echo "--ERROR-- [post001e] File \`$__file' will not be removed since it does not exist"
+               goahead=0
+       fi
+       if [ $goahead -eq 1 -a  -n "$AWK" -a -n "$UUID" ]
+       then
+-              if [ "$UUID" != "`$LS -nl $__file | $AWK '{print $3}'`" ] 
++              if [ "$UUID" != "`$LS -nl \"$__file\" | $AWK '{print $3}'`" ] 
+               then
+                               echo "--ERROR-- [post001e] File \`$__file' will not be removed since it has not been created by the current user (symlink attack?)."
+                       goahead=0
+@@ -134,6 +141,7 @@
+     [ $goahead -eq 1 ]  &&  {
+     eval "case \"\$__file\" in
+       $WORKDIR*) $RM -f \"\$__file\";;
++      $LOGDIR*)  $RM -f \"\$__file\";;
+       *) echo \"--ERROR-- [post001e] File \\\`\$__file' not removed.\";;
+     esac"
+     }
+@@ -164,7 +172,7 @@
+   __len=${Tiger_Output_Width:=79}
+   # If the message should be ignore it is removed
+-  ignore_message "$_mesg" && return 
++  ignore_message "$_level $_msgid $_mesg" && return 
+   [ "$HTML" = "N" ] && {
+@@ -505,15 +513,15 @@
+                   if [ $__script_owner -eq $UUID ]; then
+                       $__script_run
+                   else
+-                      echo "--ERROR-- [misc024w] The $__script_run script will not be run since it is owned by a user ($__script_owner) different than the one running Tiger ($UUID)"
++                      echo "--ERROR-- [misc024e] The $__script_run script will not be run since it is owned by a user ($__script_owner) different than the one running Tiger ($UUID)"
+                       __error=1
+                   fi
+           else
+-              echo "--ERROR-- [misc025w] The $__script_run will not be run since it is not executable"
++              echo "--ERROR-- [misc025e] The $__script_run will not be run since it is not executable"
+                 __error=1
+             fi
+         else
+-          echo "--ERROR-- [misc005w] Can't find '$script'..."
++          echo "--ERROR-- [misc005e] Can't find '$script'..."
+           __error=1
+         fi
+   done
+--- ./c/getpermit.c.fixes      2002-06-14 10:51:31.000000000 +0200
++++ ./c/getpermit.c    2005-08-07 16:14:27.000000000 +0200
+@@ -3,6 +3,7 @@
+ #include <sys/stat.h>
+ #include <pwd.h>
+ #include <grp.h>
++#include <string.h>
+ /*
+    tiger - A UN*X security checking system
+    Copyright (C) 1993 Douglas Lee Schales, David K. Hess, David R. Safford
+--- ./tiger.fixes      2003-10-07 00:20:24.000000000 +0200
++++ ./tiger    2005-08-07 16:14:27.000000000 +0200
+@@ -21,6 +21,11 @@
+ # all the checks configured for your system in the tigerrc configuration 
+ # file.
+ #
++# 05/14/2005 jfs Patch from Nicolas François which fixes aide output handling
++# 01/25/2005 cslater Added separate config variable for 
++#              check_passwdformat.
++# 01/15/2003 jfs Check should use INETDCONF (and not INETDFILE).
++#                (Temporary fix: defined it if undefined)
+ # 09/03/2003 jfs Included check_ssh to the checks
+ # 08/19/2003 jfs check_cron is now check_crontabs
+ # 08/15/2003 jfs Integrated ARSC log to syslog mechanism but modified
+@@ -43,7 +48,7 @@
+ echo "Tiger UN*X security checking system"
+ echo "   Developed by Texas A&M University, 1994"
+ echo "   Updated by the Advanced Research Corporation, 1999-2002"
+-echo "   Further updated by Javier Fernandez-Sanguino, 2001-2003"
++echo "   Further updated by Javier Fernandez-Sanguino, 2001-2005"
+ echo "   Covered by the GNU General Public License (GPL)"
+ echo
+ TigerInstallDir="."
+@@ -195,7 +200,7 @@
+     run_script find_files >> $logtmp
+   else
+     echo "`$TIMECMD`> Starting file systems scans in background..."
+-    $SCRIPTDIR/find_files > $WORKDIR/fsscan.log$$ &
++    $SCRIPTDIR/find_files > $WORKDIR/fsscan.log$$ 2>/dev/null &
+     fspid=$!
+   fi
+ }
+@@ -243,6 +248,9 @@
+ [ "$Tiger_Check_PASSWD" != 'N' ] && {
+   echo "`$TIMECMD`> Checking password files..."
+   run_script check_passwd >> $logtmp
++}
++
++[ "$Tiger_Check_PASSWD_FORMAT" != 'N' ] && {
+   echo "`$TIMECMD`> Checking password format..."
+   run_script check_passwdformat >> $logtmp
+ }
+@@ -301,10 +309,21 @@
+ }
+ [ "$Tiger_Check_INETD" != 'N' ] && {
+-  echo "`$TIMECMD`> Checking 'inetd' configuration..."
+-  run_script check_inetd >> $logtmp
+-  echo "`$TIMECMD`> Checking 'tcpd' configuration..."
+-  run_script check_tcpd >> $logtmp
++  # Temporary definition until all the config files (and gen_inetd
++  # scripts) are updated.
++  [ -z "$INETDCONF" ] && INETDCONF="/etc/inetd.conf"
++  [ -z "$XINETDCONF" ] && XINETDCONF="/etc/xinetd.conf"
++
++  [ -n "$INETDCONF" ] && [ -f "$INETDCONF" ] && {
++    echo "`$TIMECMD`> Checking 'inetd' configuration..."
++    run_script check_inetd >> $logtmp
++    echo "`$TIMECMD`> Checking 'tcpd' configuration..."
++    run_script check_tcpd >> $logtmp
++  }
++  [ -n "$XINETDCONF" ] && [ -f "$XINETDCONF" ] && {
++    echo "`$TIMECMD`> Checking 'xinetd' configuration..."
++    run_script check_xinetd >> $logtmp
++  }
+ }
+ [ "$Tiger_Check_SERVICES" != 'N' ] && {
+@@ -427,6 +446,16 @@
+   run_script check_ftpusers >> $logtmp
+ }
++[ "$Tiger_Check_OMNIBACK" != 'N' ] && {
++  echo "`$TIMECMD`> Checking omniback configuration..."
++  run_script check_omniback >> $logtmp
++}
++
++[ "$Tiger_Check_NTP" != 'N' ] && {
++  echo "`$TIMECMD`> Checking NTP configuration..."
++  run_script check_ntp >> $logtmp
++}
++
+ #
+ # When not doing checks of all setuid executables, we can do
+ # embedded checks while the file system scans are running.
+@@ -480,8 +509,8 @@
+ [ -n "$aidepid" ] && {
+     echo "`$TIMECMD`> Waiting for Aide to finish..."
+     wait $aidepid
+-    $CAT $tripout >> $logtmp
+-    delete $tripout
++    $CAT $aideout >> $logtmp
++    delete $aideout
+ } 2>/dev/null
+ #echo "`$TIMECMD`> Security report completed for ${HOSTNAME}."
+--- ./util/getfs-nfs.fixes     2003-04-21 10:02:04.000000000 +0200
++++ ./util/getfs-nfs   2005-08-07 16:14:27.000000000 +0200
+@@ -58,7 +58,3 @@
+ done
+ #
+ exit 0
+-#
+-exit 0
+-#
+-exit 0
+--- ./util/getfs-amd.fixes     2003-04-21 10:02:04.000000000 +0200
++++ ./util/getfs-amd   2005-08-07 16:14:48.000000000 +0200
+@@ -63,7 +63,7 @@
+ $SORT > $WORKDIR/gfsa2.$$
+ if [ -s $WORKDIR/gfsa2.$$ ]; then
+-  $JOIN -a1 -j 1 -o 1.2 1.3 2.2 $WORKDIR/gfsa1.$$ $WORKDIR/gfsa2.$$ |
++  $JOIN -a1 -j 1 -o "1.2 1.3 2.2" $WORKDIR/gfsa1.$$ $WORKDIR/gfsa2.$$ |
+   while read user dir location
+   do
+     echo $user $dir ${location:=$HOSTNAME}
+@@ -79,7 +79,3 @@
+ $RM -f $WORKDIR/gfsa1.$$ $WORKDIR/gfsa2.$$
+ #
+ exit 0
+-#
+-exit 0
+-#
+-exit 0
+--- ./util/getfs-std.fixes     2003-04-21 10:02:04.000000000 +0200
++++ ./util/getfs-std   2005-08-07 16:14:27.000000000 +0200
+@@ -20,6 +20,8 @@
+ #-----------------------------------------------------------------------------
+ #
++[ -z "$SED" ] && SED=`which sed`
++
+ haveallof()
+ {
+   retval=0
+@@ -44,7 +46,3 @@
+ #
+ exit 0
+-#
+-exit 0
+-#
+-exit 0
+--- ./util/getfs-automount.fixes       2003-04-21 10:02:04.000000000 +0200
++++ ./util/getfs-automount     2005-08-07 16:15:17.000000000 +0200
+@@ -62,7 +62,7 @@
+ $SORT > $WORKDIR/gfsa2.$$
+ if [ -s $WORKDIR/gfsa2.$$ ]; then
+-  $JOIN -a1 -j 1 -o 1.2 1.3 2.2 $WORKDIR/gfsa1.$$ $WORKDIR/gfsa2.$$ |
++  $JOIN -a1 -j 1 -o "1.2 1.3 2.2" $WORKDIR/gfsa1.$$ $WORKDIR/gfsa2.$$ |
+   while read user dir location
+   do
+     if [ ! -n "$location" ]; then
+@@ -86,7 +86,3 @@
+ $RM -f $WORKDIR/gfsa1.$$ $WORKDIR/gfsa2.$$
+ #
+ exit 0
+-#
+-exit 0
+-#
+-exit 0
+--- ./config.in.fixes  2003-08-19 18:34:00.000000000 +0200
++++ ./config.in        2005-08-07 16:14:27.000000000 +0200
+@@ -24,6 +24,7 @@
+ # 04/15/2003 jfs  Modified to support -B to work in the local dir 
+ # 04/21/2003 jfs  Modified to only use hostname -f for Linux _and_
+ #               moved hostname check after RCFILE parsing!
++# 08/13/2004 jfs  Setup all locales as 'C' (Debian bug  #270108)
+ #
+ #-----------------------------------------------------------------------------
+ #
+@@ -38,8 +39,8 @@
+ # This is important to avoid problems with commands that are
+ # dependant on the defined language environment
+ LANG="C"
+-LC_TIME="C"
+-export LANG LC_TIME
++LC_ALL="C"
++export LANG LC_ALL
+ checkfile()
+ {
+@@ -79,7 +80,7 @@
+   fi
+   LOGDIR=${TigerLogDir:=.}
+-  WORKDIR=${TigerWorkDir:=${TMPDIR:=/tmp/}}
++  WORKDIR="$TigerWorkDir"
+   RCFILE=${TigerConfigDir:=.}/tigerrc
+   IGNORE_FILE=${TigerConfigDir:=.}/tiger.ignore
+   TIGERHOMEDIR="$BASEDIR"
+@@ -124,6 +125,19 @@
+     exit 0
+   }
++  if [ -z "$WORKDIR" ] ; then
++          WORKDIR=${TMPDIR:=/tmp}
++          ( umask 077; mkdir $WORKDIR/tiger.$$ ) || { echo "$0: Cannot create temporary directory" >&2; exit 1; }
++          WORKDIR="$WORKDIR/tiger.$$"
++  fi
++  # TODO: WORKDIR should be removed on exit if it is located in a temporary
++  # directory
++  if [ ! -d "$WORKDIR" ] ; then
++          echo "Configured working directory $WORKDIR does not exist" >&2
++          exit 1
++  fi
++
++
+   echo "Configuring..."
+   set X `$BASEDIR/util/gethostinfo` unknown unknown unknown
diff --git a/tiger-3.2.1-gcc4.patch b/tiger-3.2.1-gcc4.patch
new file mode 100644 (file)
index 0000000..b31f804
--- /dev/null
@@ -0,0 +1,23 @@
+# Fix for one small C program
+--- ./c/realpath.c.gcc4        2005-08-06 23:54:13.000000000 +0200
++++ ./c/realpath.c     2005-08-07 00:04:17.000000000 +0200
+@@ -55,8 +55,8 @@
+ #endif
+ #ifdef __STDC__
+-extern char *getwd(char * const);
+-extern int readlink(char * const, char * const, const size_t);
++//extern char *getwd(char * const);
++//extern int readlink(char * const, char * const, const size_t);
+ extern char *my_realpath(const char *, char [], int);
+ extern char *_realpath(char [], int);
+ #else
+@@ -109,7 +109,7 @@
+      int linkcount = 0;
+      if(path[0] != '/'){
+-        getwd(buffer);
++        getwd(buffer, sizeof(buffer));
+         prevslash = buffer+strlen(buffer);
+         strcpy(prevslash,"/");
+         strcpy(prevslash+1,path);
diff --git a/tiger-3.2.1-scripts.patch b/tiger-3.2.1-scripts.patch
new file mode 100644 (file)
index 0000000..b65c8f7
--- /dev/null
@@ -0,0 +1,12283 @@
+# Fixes in the checking scripts and additional scripts
+--- ./scripts/sub/check_devs.scripts   2002-06-14 10:51:31.000000000 +0200
++++ ./scripts/sub/check_devs   2006-05-01 10:21:40.000000000 +0200
+@@ -69,7 +69,7 @@
+ eval $greps | $GREP -v '^'/hw> $WORKDIR/dev.list.$$
+ [ -s $WORKDIR/dev.list.$$ ] && {
+-  message WARN fsys006a "" "Unexpected device files found:"
++  message ALERT fsys006a "" "Unexpected device files found:"
+   $SORT $WORKDIR/dev.list.$$ |
+   while read file
+   do
+--- ./scripts/sub/check_names.scripts  2002-06-14 10:51:31.000000000 +0200
++++ ./scripts/sub/check_names  2006-05-01 10:21:40.000000000 +0200
+@@ -53,10 +53,10 @@
+     file="`$BASENAME \"$pathname\"`"
+     case "$file" in
+       .FSP*)
+-        echo "--WARN-- [fsys009w] FSP server control file found:"
++      message WARN fsys009w "" "FSP server control file found:"
+       $LS $LSGROUP -ld "$pathname";;
+       *)
+-        echo "--ALERT-- [fsys005a] Unusual filename \`$file' found:"
++      message ALERT fsys005a "" "Unusual filename \`$file' found:"
+       $LS $LSGROUP -ld "$pathname";;
+     esac
+   done
+--- ./scripts/sub/check_suid.scripts   2002-10-28 17:22:46.000000000 +0100
++++ ./scripts/sub/check_suid   2006-05-01 10:21:40.000000000 +0200
+@@ -18,6 +18,10 @@
+ # sub/check_suid - 06/14/93
+ #
+ #-----------------------------------------------------------------------------
++# TODO
++# - Consider fixing the Tiger_Admin_Accounts check so that it takes into
++#   account Tiger_Accounts_Trust too
++#-----------------------------------------------------------------------------
+ # This script is not runnable directly.
+ # 
+ inputfile="$1"
+@@ -65,6 +69,18 @@
+       $LS $LSGROUP -ld "$file"
+     }
++    getpermit "$file" 2>/dev/null |
++    while read _file owner group ur uw ux gr gw gx or ow ox suid sgid stk
++    do
++      eval "case \"$owner\" in
++        \"$Tiger_Admin_Accounts\"|root)
++          ;;
++        *)
++          message FAIL fsys0012w \"\" \"File $file is not owned by an administrative user.\"
++          $LS $LSGROUP -ld \"$file\"
++      esac"
++    done
++ 
+     case "$file" in
+     *xterm) {
+       message WARN misc013w "" "$file: see CERT Advisory CA-93:17 about a security hole in xterm (does not apply to HP-UX)."
+@@ -162,7 +178,7 @@
+ haveallcmds LS AWK && {
+   [ -s $WORKDIR/suid.list.$$ ] && {
+-    message INFO fsys004i "" 'The following setuid programs are non-standard:'
++    message ALERT fsys004a "" 'The following setuid programs are non-standard:'
+     while read file
+     do
+       $LS $LSGROUP -ld "$file"
+--- ./scripts/sub/check_wdir.scripts   2002-10-28 17:22:46.000000000 +0100
++++ ./scripts/sub/check_wdir   2006-05-01 10:21:40.000000000 +0200
+@@ -78,7 +78,7 @@
+ eval $greps > $WORKDIR/wdir.tmp.$$
+ [ -s $WORKDIR/wdir.tmp.$$ ] && {
+-  echo "--INFO-- [fsys008i] The following directories are world writable:"
++  message FAIL fsys008f "" 'The following directories are world writable:'
+   $SORT $WORKDIR/wdir.tmp.$$
+ }
+--- ./scripts/sub/check_sgid.scripts   2002-06-14 10:51:31.000000000 +0200
++++ ./scripts/sub/check_sgid   2006-05-01 10:21:40.000000000 +0200
+@@ -89,7 +89,7 @@
+ haveallcmds LS AWK && {
+   [ -s $WORKDIR/sgid.list.$$ ] && {
+-    message INFO fsys011i "" 'The following setgid programs are non-standard:'
++    message ALERT fsys011a "" 'The following setgid programs are non-standard:'
+     while read file
+     do
+       $LS $LSGROUP -ld "$file"
+--- ./scripts/sub/check_embed.scripts  2002-06-14 10:51:31.000000000 +0200
++++ ./scripts/sub/check_embed  2006-05-01 10:21:40.000000000 +0200
+@@ -184,7 +184,7 @@
+     }
+   done 2>/dev/null |
+   $SORT -u |
+-  $JOIN -o 1.2 2.1 2.2 - $oldfile |
++  $JOIN -o "1.2 2.1 2.2" - $oldfile |
+   $AWK '{
+       if($3 != "")
+         printf("%s %s->%s\n", $1, $2, $3);
+@@ -222,14 +222,14 @@
+     fi
+   done |
+   $SORT -u |
+-  $JOIN -o 2.1 2.2 - $WORKDIR/scr.$$
++  $JOIN -o "2.1 2.2" - $WORKDIR/scr.$$
+   
+   > $oldfile
+   [ -s $newfile ] && {
+     $SORT -u $newfile $record > $record.new
+     $SORT -u $newfile |
+-    $JOIN -o 2.1 2.2 - $WORKDIR/scr.$$ |
++    $JOIN -o "2.1 2.2" - $WORKDIR/scr.$$ |
+     $SORT -u > $oldfile
+   }
+@@ -282,9 +282,5 @@
+ done
+ delete $newfile $oldfile $record $WORKDIR/tmp1.$$
+-#
+-exit 0
+-#
+-exit 0
+-#
++
+ exit 0
+--- ./scripts/sub/check_links.scripts  2002-06-14 10:51:31.000000000 +0200
++++ ./scripts/sub/check_links  2006-05-01 10:23:12.000000000 +0200
+@@ -49,17 +49,17 @@
+ haveallfiles WORKDIR || exit 1
+ $REALPATH < $file |
+-$SORT +1 > $WORKDIR/link.tmp.$$
++$SORT -k 1 > $WORKDIR/link.tmp.$$
+ $GREP -v '^#' $FILE_ACL |
+ $SORT |
+-$JOIN -j2 2 -o 2.1 2.2 1.1 - $WORKDIR/link.tmp.$$ |
++$JOIN -2 2 -o "2.1 2.2 1.1" - $WORKDIR/link.tmp.$$ |
+ while read file realfile facl
+ do
+   $LS -ld $LSGROUP "$file" | {
+     read p l owner group s a b c f
+     [ "$owner" != 'root' -a "$owner" != 'bin' ] && {
+-      echo "--INFO-- [fsys007i] Symbolic link \`$file' points to \`$realfile'."
++      message INFO fsys007i "" "Symbolic link \`$file' points to \`$realfile'."
+     }
+   }
+ done
+--- ./scripts/check_ftpusers.scripts   2003-10-07 00:24:00.000000000 +0200
++++ ./scripts/check_ftpusers   2006-05-01 10:21:40.000000000 +0200
+@@ -20,6 +20,8 @@
+ # Analyses the system's /etc/ftpusers and determines if the administrative
+ # users are in that file.
+ #
++# 03/31/2005 jfs Allow FTPUSERS to be customised (some OS have it
++#                in alternate locations)
+ # 10/01/2003 jfs Removed passwd files if not used any longer.
+ #
+ # 07/25/2002 jfs Added a sanity check for password files.
+@@ -90,9 +92,13 @@
+       Tiger_Accounts_Trust = 999
+       export Tiger_Accounts_Trust
+ }
++FTPUSERS=/etc/ftpusers
++if [ "$OS" = "SunOS" -a ! -e "$FTPUSERS" ] ; then
++      FTPUSERS=/etc/ftpd/ftpusers
++fi
+ # Do this only if ftpusers exists
+-if [ -f /etc/ftpusers ]; then
++if [ -f "$FTPUSERS" ]; then
+ if [ -n "$Tiger_PasswdFiles" ]; then
+     [ -f $Tiger_PasswdFiles ] && $CAT "$Tiger_PasswdFiles" > $WORKDIR/pass.list.$$
+@@ -111,14 +117,14 @@
+ #     user=`echo $line | $AWK -F: '($3 <= $Tiger_Accounts_Trust) { print $1 }'`
+       # Note: root is removed since it is checked for in check_root
+-      [ -n "$user" -a "$user" != "root" ] && [ -z "`$GREP \"^$user\" /etc/ftpusers`" ]  && 
+-              message FAIL netw018f "" "Administrative user $user allowed access in /etc/ftpusers"
++      [ -n "$user" -a "$user" != "root" ] && [ -z "`$GREP \"^$user\" $FTPUSERS`" ]  && 
++              message FAIL netw018f "" "Administrative user $user allowed access in $FTPUSERS"
+       done 
+         [ ! -n "$Tiger_PasswdFiles" ] && delete $passwd_set $passwd_set.src
+ done
+ else
+-      message FAIL netw020f "" "There is no /etc/ftpusers file."
++      message FAIL netw020f "" "There is no $FTPUSERS file."
+ fi
+--- ./scripts/check_printcap.scripts   2003-05-01 19:47:06.000000000 +0200
++++ ./scripts/check_printcap   2006-05-01 10:21:40.000000000 +0200
+@@ -19,6 +19,9 @@
+ #
+ # Checks the printer control file.
+ #
++# 01/21/2004 - rbrad - Make the check of the config file through haveallcmds
++# 01/11/2004 - rbrad - Check for /etc/printcap before parseing.
++#             Bug reported by: Michael Schleif.
+ # 05/01/2003 - jfs - Fixed dependancies
+ #
+ #-----------------------------------------------------------------------------
+@@ -54,13 +57,18 @@
+ . $BASEDIR/initdefs
++# This generic definition should probably be moved to
++# a configuration variable (PRINTCAP?)
++src=/etc/printcap
++infile=/etc/printcap
++
+ #
+ # If run in test mode (-t) this will verify that all required
+ # elements are set.
+ #
+ [ "$Tiger_TESTMODE" = 'Y' ] && {
+   haveallcmds AWK CAT SED LS || exit 1
+-  haveallfiles BASEDIR WORKDIR || exit 1
++  haveallfiles BASEDIR WORKDIR src infile || exit 1
+   haveallvars TESTLINK HOSTNAME
+   
+   echo "--CONFIG-- [init003c] $0: Configuration ok..."
+@@ -73,7 +81,7 @@
+ echo "# Checking printer configuration files..."
+ haveallcmds AWK CAT LS SED || exit 1
+-haveallfiles BASEDIR WORKDIR || exit 1
++haveallfiles BASEDIR WORKDIR src infile || exit 1
+ saveifs=$IFS
+ realpath="$REALPATH -d"
+@@ -129,9 +137,6 @@
+   done
+ }
+-src=/etc/printcap
+-infile=/etc/printcap
+-
+ $SED -e 's/^#.*$//' -e '/^$/d' $infile |
+ $AWK '
+ /\\$/ {printf("%s", substr($0, 1, length($0)-1));}
+--- ./scripts/check_anonftp.scripts    2003-08-19 17:40:14.000000000 +0200
++++ ./scripts/check_anonftp    2006-05-01 10:21:40.000000000 +0200
+@@ -17,6 +17,9 @@
+ #
+ # check_anonftp - 06/14/93
+ #
++# 08/31/2005 jfs Changed GROUPC to GROUPSS
++# 06/28/2004 jfs Avoid duplicates for $ftphome
++# 01/13/2004 rbrad Cleanup noise and add additional check to check_anonftp.
+ # 08/14/2003 jfs Added OUTPUTMETHOD to dependancies
+ # 12/06/2002 jfs Fixed script so that it checks if ftphome/etc/passwd
+ #                  exists before using grep on it
+@@ -78,7 +81,7 @@
+ # elements are set.
+ #
+ [ "$Tiger_TESTMODE" = 'Y' ] && {
+-  haveallcmds LS CAT AWK GROUPC FIND SGREP GREP OUTPUTMETHOD || exit 1 
++  haveallcmds LS CAT AWK GROUPSS FIND SGREP GREP OUTPUTMETHOD || exit 1 
+   haveallfiles BASEDIR WORKDIR || exit 1
+   
+   echo "--CONFIG-- [init003c] $0: Configuration ok..."
+@@ -89,7 +92,7 @@
+ echo 
+ echo "# Performing check of anonymous FTP..."
+-haveallcmds LS CAT AWK GROUPC FIND SGREP GREP OUTPUTMETHOD || exit 1 
++haveallcmds LS CAT AWK GROUPSS FIND SGREP GREP OUTPUTMETHOD || exit 1 
+ haveallfiles BASEDIR WORKDIR || exit 1
+ checkfiles()
+@@ -147,44 +150,59 @@
+   # TODO: this should be fixed to use the password sources (gen_passwd)
+   # instead of using the system's directly (might lead to false
+   # positives)
+-  if $GREP '^ftp:' /etc/passwd && [ $status = 0 ]; then
+-    if [ ! -d "$ftphome" ]; then
+-      message WARN ftp006w "" "Anonymous FTP enabled, but directory does not exist."
+-    elif [ ! -n "$ftphome" ]; then
+-      message WARN ftp004w "" "Anonymous FTP directory is '' (null)"
+-    elif [ "$ftphome" = "/" ]; then
+-      message WARN ftp005f "" "Anonymous FTP directory is '/'"
+-    else
+-      ftpgroups=
+-      haveallcmds GROUPC && ftpgroups=`$GROUPC ftp`
+-      (
+-      for file in "" /bin /dev /usr /usr/lib /usr/lib/ld.so /usr/lib/lib\* /.rhosts /.forward
+-      do
+-        echo ${ftphome}$file
+-      done |
+-      checkfiles FAIL f Y
++  # Get the ftp entry from the password file.
++  ftp_pwentry=`$GREP '^ftp:' /etc/passwd`
++  [ -z "$ftp_pwentry" -o $status != 0 ] && {
++    message INFO ftp001i "" 'Anonymous FTP not configured on this machine.'
++    exit
++  }
++
++  # Does the ftp user have a valid shell?
++  shell=`echo $ftp_pwentry | $CUT -d: -f7`
++  case "$shell" in
++    /bin/false|/usr/bin/false|/sbin/nologin)
++      ;;
++
++    *)
++      message WARN ftp011w "" "The anonymous FTP user appears to have a valid shell."
++  esac 
++
++  # Check files in the Anonymous FTP user's home directory.
++  if [ ! -d "$ftphome" ]; then
++    message WARN ftp006w "" "Anonymous FTP enabled, but directory does not exist."
++  elif [ ! -n "$ftphome" ]; then
++    message WARN ftp004w "" "Anonymous FTP directory is '' (null)"
++  elif [ "$ftphome" = "/" ]; then
++    message WARN ftp005f "" "Anonymous FTP directory is '/'"
++  else
++    ftpgroups=
++    haveallcmds GROUPSS && ftpgroups=`$GROUPSS ftp`
++
++    (
++      for file in "" /bin /dev /usr /usr/lib /usr/lib/ld.so /usr/lib/lib\* /.rhosts /.forward
++      do
++        echo ${ftphome}$file
++      done |
++      checkfiles FAIL f Y
+       
+-      haveallcmds FIND && {
+-        (cd /;$FIND $ftphome -type d -print) |
+-        checkfiles WARN w N
+-      }
+-      )
+-
+-     [ -f $ftphome/etc/passwd ] && {
+-      $SGREP '^[^:]*:[a-zA-Z0-9\./,]*:' $ftphome/etc/passwd |\
+-              $SGREP -v '::' && {
+-      message WARN ftp003w "" '~ftp/etc/passwd contains accounts with passwords.'
++      haveallcmds FIND && {
++        (cd /; $FIND $ftphome -type d -print) | $GREP -vs $ftphome |
++        checkfiles WARN w N
+       }
+-     }
+-      [ -s $ftphome/.rhosts ] && {
+-      message ALERT ftp002a "" '~ftp/.rhosts exists and is not empty:'
+-      $CAT $ftphome/.rhosts
+-      echo
++    )
++
++    [ -f $ftphome/etc/passwd ] && {
++      $SGREP '^[^:]*:[a-zA-Z0-9\./,]*:' $ftphome/etc/passwd | $SGREP -v '::' && {
++        message WARN ftp003w "" "$ftphome/etc/passwd contains accounts with passwords."
+       }
+-    fi
+-  else
+-    message INFO ftp001i "" 'Anonymous FTP not configured on this machine.'
++    }
++
++    [ -s $ftphome/.rhosts ] && {
++      message ALERT ftp002a "" "$ftphome/.rhosts exists and is not empty:"
++      $CAT $ftphome/.rhosts
++      echo
++    }
+   fi
+ } |
+ $OUTPUTMETHOD
+--- ./scripts/check_system.scripts     2003-05-01 19:48:53.000000000 +0200
++++ ./scripts/check_system     2006-05-01 10:21:40.000000000 +0200
+@@ -55,8 +55,9 @@
+ # elements are set.
+ #
+ [ "$Tiger_TESTMODE" = 'Y' ] && {
+-  haveallcmds GREP || exit 1
+-  haveallfiles BASEDIR WORKDIR || exit 1
++  haveallvars TESTEXEC || exit 1
++  haveallcmds GREP LS || exit 1
++  haveallfiles BASEDIR CONFIG_DIR SCRIPTDIR || exit 1
+   
+   echo "--CONFIG-- [init003c] $0: Configuration ok..."
+   exit 0
+@@ -66,24 +67,25 @@
+ echo
+ echo "# Performing system specific checks..."
+-haveallfiles BASEDIR || exit 1
++haveallvars TESTEXEC || exit 1
++haveallcmds GREP LS || exit 1
++haveallfiles BASEDIR CONFIG_DIR SCRIPTDIR || exit 1
+ runtable()
+ {
+-  haveallcmds GREP && {
+-    $GREP -v '^#' |
+-    while read script
+-    do
+-      case "$script" in
+-      /*)
++  $GREP -v '^#' |
++  while read script
++  do
++    case "$script" in
++      /*)
+       if [ $TESTEXEC $script ]; then
+         echo "# Running '$script'..."
+         $script
+       else
+-        echo "--ERROR-- [misc005w] Can't find '$script'..."
++        echo "--ERROR-- [misc005e] Can't find '$script'..."
+       fi
+         ;;
+-        *)
++      *)
+       if [ $TESTEXEC $CONFIG_DIR/$script ]; then
+         echo "# Running '$CONFIG_DIR/$script'..."
+         $CONFIG_DIR/$script
+@@ -91,12 +93,11 @@
+         echo "# Running '$SCRIPTDIR/$script'..."
+         $SCRIPTDIR/$script
+       else
+-        echo "--ERROR-- [misc005w] Can't find $script'..."
++        echo "--ERROR-- [misc005e] Can't find $script'..."
+       fi
+         ;;
+-      esac
+-    done
+-  }
++    esac
++  done
+ }
+ for dir in $OS/$REL/$REV/$ARCH $OS/$REL/$REV $OS/$REL $OS
+@@ -107,10 +108,13 @@
+   }
+ done
+-[ -r $BASEDIR/check.tbl ] && runtable < $BASEDIR/check.tbl
+-
+-for dir in $OS/$REL/$REV/$ARCH $OS/$REL/$REV $OS/$REL $OS
++for dir in .. $OS/$REL/$REV/$ARCH $OS/$REL/$REV $OS/$REL $OS
+ do
+-  [ -r $BASEDIR/systems/$dir/check.tbl ] &&
+-  runtable < $BASEDIR/systems/$dir/check.tbl
++  [ -d $BASEDIR/systems/$dir/check.d/ ] && {
++    $LS $BASEDIR/systems/$dir/check.d/ 2>/dev/null |
++    while read file
++    do
++       runtable < $BASEDIR/systems/$dir/check.d/$file
++    done
++  }
+ done
+--- ./scripts/check_aliases.scripts    2003-08-19 17:39:34.000000000 +0200
++++ ./scripts/check_aliases    2006-05-01 10:21:40.000000000 +0200
+@@ -86,7 +86,7 @@
+     [ -n "$TigerCheckEmbedded" ] && {
+       echo "$prog $source" >> $TigerCheckEmbedded
+     }
+-    message INFO ali005w "$rcpt" "Alias \`$alias' contains a program entry${fmsg}:"
++    message WARN ali005w "$rcpt" "Alias \`$alias' contains a program entry${fmsg}:"
+     case "$prog" in 
+       *uudecode) message FAIL ali002f "" "Program alias \`$alias' executes $prog.";;
+     esac
+--- ./scripts/check_apache.scripts     2003-08-19 17:40:43.000000000 +0200
++++ ./scripts/check_apache     2006-05-01 10:21:40.000000000 +0200
+@@ -93,7 +93,7 @@
+       $GREP ^Listen $APACHECONFDIR/httpd.conf |
+       while read listen ipaddr
+       do
+-              port=`echo $ipaddr | $CUT -f : -d 2`
++              port=`echo $ipaddr | $CUT -f : -d 2 2>/dev/null`
+               ipaddr=`echo $ipaddr | $SED -e 's/:.*$//'`
+       done
+       # TODO: this check should warn only if this is a multihomed host
+--- /dev/null  2006-04-30 19:12:52.693354500 +0200
++++ ./scripts/check_ntp        2006-05-01 10:21:40.000000000 +0200
+@@ -0,0 +1,102 @@
++#!/bin/sh
++#
++#     tiger - A UN*X security checking system
++#     Copyright (C) 2003 Ryan Bradetich
++#
++#    This program is free software; you can redistribute it and/or modify
++#    it under the terms of the GNU General Public License as published by
++#    the Free Software Foundation; either version 2, or (at your option)
++#    any later version.
++#
++#    This program is distributed in the hope that it will be useful,
++#    but WITHOUT ANY WARRANTY; without even the implied warranty of
++#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++#    GNU General Public License for more details.
++#
++#     Please see the file `COPYING' for the complete copyright notice.
++#
++# check_ntp - NTP specific configuration checks.
++#
++# 11/02/2003 - rbradetich@uswest.net - first release
++#
++# TODO:
++#
++#-----------------------------------------------------------------------------
++#
++TigerInstallDir='.'
++
++#
++# Set default base directory.
++# Order or preference:
++#      -B option
++#      TIGERHOMEDIR environment variable
++#      TigerInstallDir installed location
++#
++basedir=${TIGERHOMEDIR:=$TigerInstallDir}
++
++for parm
++do
++   case $parm in
++   -B) basedir=$2; break;;
++   esac
++done
++
++#
++# Verify that a config file exists there, and if it does
++# source it.
++#
++[ ! -r $basedir/config ] && {
++  echo "--ERROR-- [init002e] No 'config' file in \`$basedir'."
++  exit 1
++}
++
++. $basedir/config
++
++. $BASEDIR/initdefs
++
++#
++# If run in test mode (-t) this will verify that all required
++# elements are set.
++#
++[ "$Tiger_TESTMODE" = 'Y' ] && {
++  haveallcmds AWK EGREP NETSTAT || exit 1
++  haveallfiles BASEDIR || exit 1
++  haveallvars NTPCONF || exit 1
++  
++  echo "--CONFIG-- [init003c] $0: Configuration ok..."
++  exit 0
++}
++
++#------------------------------------------------------------------------
++
++echo
++echo "# Checking ntpd configuration..."
++
++haveallcmds AWK EGREP NETSTAT || exit 1
++haveallfiles BASEDIR || exit 1
++haveallvars NTPCONF || exit 1
++
++# Is the ntpd process listening?
++[ -z "`$NETSTAT -an 2>/dev/null | $EGREP '[.|:]123 '`" ] && exit
++
++[ ! -r "$NTPCONF" ] && {
++      message FAIL netw014f "" "$NTPCONF was not found."
++      exit 
++}
++
++var=`$AWK -F"#" '$1 ~ /server[        ]/                 { server = 1 }
++                 $1 ~ /restrict[      ]/         { restrict = 1 }
++                 $1 ~ /manycastclient[        ]/         { bcast = 1 }
++                 $1 ~ /broadcastclient[       ]/ { bcast = 1 }
++                 $1 ~ /multicastclient[       ]/ { bcast = 1 }
++      END { printf("%d%d%d\n", server, restrict, bcast) }' $NTPCONF`
++
++[ ${var%??} = 0 ] && message FAIL netw042f "" "Remote NTP Server(s) must be specified!"
++
++var=${var#?}
++[ ${var%?}  = 0 ] && message FAIL netw043f "" "Remote NTP Server(s) must be restricted!"
++
++var=${var#?}
++[ $var = 1 ] && message FAIL netw044f "" "NTP broadcast client not allowed!"
++
++exit 0
+--- ./scripts/check_services.scripts   2003-08-19 18:00:20.000000000 +0200
++++ ./scripts/check_services   2006-05-01 10:21:40.000000000 +0200
+@@ -21,6 +21,9 @@
+ # /etc/services) versus the ones that should be configured (in the 
+ # provided services file)
+ #
++# check_services - 10/18/2003 - jfs - Avoid misreports for services which
++#    are not defined in /etc/services but are generated by gen_services.
++#    Patch submitted by Dale Martin.
+ # check_services - 08/14/2003 - jfs - Added OUTPUTMETHOD to dependancies also
+ #                               incorporated tara's 3.0.3 changes
+ # check_services - 08/09/2003 - jfs - Added RM to dependancies.
+@@ -122,6 +125,9 @@
+             serviceok="Y"
+       fi
+     done
++    # added to handle when /etc/services has less services than the 
++    # reference file
++    if [ "$matches" = "" ]; then serviceok="Y"; fi
+     if [ "$serviceok" = "N" ]; then
+       message FAIL inet002f "" "Service $currservice is assigned to port $port which should be $currport."
+     fi
+--- ./scripts/check_rootkit.scripts    2003-09-19 03:08:09.000000000 +0200
++++ ./scripts/check_rootkit    2006-05-01 10:21:40.000000000 +0200
+@@ -17,8 +17,9 @@
+ #
+ # check_rootkit -  05/15/2002
+ # 
+-# Script to find systems which have been rootkited. It looks for
++# Script to find systems which have been rootkited (sp?). It looks for
+ # trojaned ls and find commands.
++#
+ # It also includes a wrapper to run CHKROOTKIT and format 
+ # the results in Tiger's message format.
+ #
+@@ -26,6 +27,8 @@
+ # uses those defined in the path
+ #
+ # DATE (MM/DD/YYYY)   NAME    DESCRIPTION_OF_CHANGES
++# 01/13/2004            jfs     Avoid which error on stdout if it's not found
++# 10/15/2003            jfs     Make CHKROOTKIT check silent
+ # 09/19/2003            jfs     Removed unused temporary file creation
+ # 08/14/2003            jfs     Implemented usage of CHKROOTKIT if available
+ # 08/13/2003            jfs     Integrated into the Tiger tool
+@@ -132,15 +135,20 @@
+ # Chkrookit binary location|override + default check
+ if [ -z "${Tiger_CHKROOTKIT_LOC_OVERRIDE}" ]
+ then
+-        CHKROOTKIT=`which chkrootkit`
++        CHKROOTKIT=`which chkrootkit 2>/dev/null`
+ else
+         CHKROOTKIT=${Tiger_CHKROOTKIT_LOC_OVERRIDE}
+ fi
+-haveallcmds CHKROOTKIT && {
++# Redirect to /dev/null to make it silent 
++# (maybe a warning should be issued)
++haveallcmds CHKROOTKIT >/dev/null && {
+       echo "# Running chkrootkit ($CHKROOTKIT) to perform further checks..."
+ # TODO: This code does not show some of chkrootkit's messages (such as
+ # suspicious files)
++# TODO2: Consider sending output to /dev/null to avoid the
++# 'warning, got bogus unix line' messages that netstat might output 
++# (See Debian Bug 223847)
+       $CHKROOTKIT -q |
+ # Note: we use the quiet mode to avoid parsing all the lines of 
+ # "Searching for..." things
+@@ -151,10 +159,10 @@
+               message WARN rootkit003w "" "Chkrootkit has detected a suspicious directory"
+               echo $line ;;
+               Possible*)
+-              message WARN rootkit004f "" "Chkrootkit has detected a possible rootkit installation"
++              message WARN rootkit004w "" "Chkrootkit has detected a possible rootkit installation"
+               echo $line ;;
+               Warning:' 'Possible*)
+-              message WARN rootkit004f "" "Chkrootkit has detected a possible rootkit installation"
++              message WARN rootkit004w "" "Chkrootkit has detected a possible rootkit installation"
+               echo $line ;;
+               Warning:' '*installed)
+               message ALERT rootkit005a "" "Chkrootkit has detected a rootkit installation"
+--- ./scripts/check_passwdformat.scripts       2003-10-10 18:24:37.000000000 +0200
++++ ./scripts/check_passwdformat       2006-05-01 10:21:40.000000000 +0200
+@@ -29,6 +29,14 @@
+ #                    check and do not warn on lengths for locked users.
+ #                    (fixes debian bug 211327). Finally, added missing
+ #                    temporary files to removal and safe_temp calls
++# 11/19/2003 - jfs - Removed shadow password check (per patch from Ryan
++#                    Bradetich) and added note for other systems (non
++#                    HPUX or Linux)
++# 01/15/2004 - jfs - Fixed password definitions (Debian bug #227596) adding
++#                    the sets 'g-Z' 'A-Z' and '.'
++# 06/28/2004 - jfs - Modified to avoid duplicate error messages for the same
++#                    stuff in passwd and shadow files
++# 12/27/2004 - jfs - Maximum user and group length set to 32 (Debian bug #283446)
+ #
+ #-----------------------------------------------------------------------------
+ #
+@@ -88,10 +96,12 @@
+ OUT=$WORKDIR/passwdcheck.$$
++USERCHECK=$WORKDIR/usercheck.$$
+ TMPFILE=$WORKDIR/passwdcheck.tmp.$$
+-safe_temp $OUT $TMPFILE ${TMPFILE}-1 ${TMPFILE}-2
+-trap 'delete  $OUT $TMPFILE ${TMPFILE}-1 ${TMPFILE}-2 ; exit 1' 1 2 3 15
++safe_temp $OUT $USERCHECK $TMPFILE ${TMPFILE}-1 ${TMPFILE}-2
++trap 'delete  $OUT $USERCHECK $TMPFILE ${TMPFILE}-1 ${TMPFILE}-2 ; exit 1' 1 2 3 15
+  
++>$USERCHECK
+ #
+ # /etc/passwd check
+ #
+@@ -110,12 +120,12 @@
+                 printf("Line %d has an empty login field.\n", NR);
+         else if ($1 !~ /^[A-Za-z0-9][A-Za-z0-9_\.-]*$/)
+                 printf("Login %s has non-alphanumeric characters.\n", $1);
+-        if (length($1) > 8)
+-                printf("Login %s has more than 8 characters.\n", $1);
++# Consider removing this since many recent OS will not have any problems
++# with this
++        if (length($1) > 32)
++                printf("Login %s has more than 32 characters.\n", $1);
+         if ($2 == "")
+                 printf("Login %s has no password.\n", $1);
+-        else if ($2 !~ /^[x*!]+$/)
+-              printf("Login %s has a real password (it is not shadowed).\n", $1);
+ #if ($2 != "" && length($2) != 13 && ($10 ~ /.*sh$/ || $10 == "") &&
+ #   ($2 !~ /^\$[0-9a-f]+\$/)) {
+ #       if (system("test -d "$9" -a ! -r "$9"") == 0)
+@@ -136,24 +146,18 @@
+               printf("Login %s has a group id of 0 which should be reserved for root\n", $1);
+       if ($4 == 1 && $1 != "bin" && $1 != "daemon" )
+               printf("Login %s has a group id of 1 which should be reserved for bin or daemon.\n", $1);
+-}' < $PW > $OUT
++}' < $PW >>$USERCHECK
+-if [ -s "$OUT" ] ; then
+-        $CAT "$OUT" |
+-      while read message; do
+-              message FAIL pass009e "" "$message"
+-      done
+-fi
+ $AWK -F: '{ print $1 }' $PW | $SORT | $UNIQ -d > $OUT
+ if [ -s "$OUT" ] ; then
+-      message FAIL pass001w "" "File $PW has duplicate user names"
++      message WARN pass001w "" "File $PW has duplicate user names"
+         $COLUMN "$OUT"
+ fi
+-$AWK -F: '{ print $1 " " $3 }' $PW | $SORT -n +1 | $TEE ${TMPFILE}-1 |
++$AWK -F: '{ print $1 " " $3 }' $PW | $SORT -n -k 1 | $TEE ${TMPFILE}-1 |
+ $UNIQ -d -f 1 | $AWK '{ print $2 }' > ${TMPFILE}-2
+ if [ -s "${TMPFILE}-2" ] ; then
+-      message FAIL pass001w "" "File $PW has duplicate user ids:"
++      message WARN pass002w "" "File $PW has duplicate user ids:"
+         while read uid; do
+                 $GREP -w $uid ${TMPFILE}-1
+         done < ${TMPFILE}-2 | $COLUMN
+@@ -162,6 +166,9 @@
+ #
+ # /etc/shadow check
+ #
++# TODO: Since the shadow password check has been moved to %pass20w
++# systems need to be updated to make this check in other scripts
++# (in HPUX and Linux it's check_passwdspec)
+ PW="/etc/shadow"
+ [ -r $PW ] &&  {
+ $AWK -F: '{
+@@ -177,26 +184,22 @@
+                 printf("Line %d has an empty login field.\n", NR);
+         else if ($1 !~ /^[A-Za-z0-9][A-Za-z0-9_-]*$/)
+                 printf("Login %s has non-alphanumeric characters.\n", $1);
+-        if (length($1) > 8)
+-                printf("Login %s has more than 8 characters.\n", $1);
++        if (length($1) > 32)
++                printf("Login %s has more than 32 characters.\n", $1);
+         if ($2 == "")
+                 printf("Login %s has no password.\n", $1);
+       if ($2 != "" && length($2) != 13 && length($2) != 34 &&
+-          length($2) != 1 && $2 !~ /^\$[0-9a-f]+\$/ && $2 !~ /^!/ )
+-              printf("Login %s has an unsual password field length.\n", $1);
++          length($2) != 1 && $2 !~ /^\$[0-9a-zA-Z\.]+\$/ && $2 !~ /^!/ )
++              printf("Login %s has an unusual password field length.\n", $1);
+       if ($2 != "" && $2 !~ /^\$[0-9a-f]+\$/ && $2 !~ /^[!*]/ )
+-              printf("Login %s has an unsual password content.\n", $1);
+-}' < $PW > "$OUT"
++              printf("Login %s has an unusual password content.\n", $1);
++}' < $PW >> "$USERCHECK"
++
++# NOTE: I've found some passwords with '/'. Is this common?
+-if [ -s "$OUT" ] ; then
+-        $CAT "$OUT" |
+-      while read message; do
+-              message FAIL pass009e "" "$message"
+-      done
+-fi
+ $AWK -F: '{ print $1 }' $PW | $SORT | $UNIQ -d > $OUT
+ if [ -s "$OUT" ] ; then
+-      message FAIL pass001w "" "File $PW has duplicate user names:"
++      message WARN pass001w "" "File $PW has duplicate user names:"
+         $COLUMN "$OUT"
+ fi
+ }
+@@ -216,8 +219,8 @@
+                 printf("Line %d has the wrong number of fields.\n", NR);
+         if ($1 !~ /^[A-za-z0-9][A-za-z0-9_-]*$/)
+                 printf("Group %s has non-alphanumeric characters.\n", $1);
+-        if (length($1) > 8)
+-                printf("Group %s has more than 8 characters.\n", $1);
++        if (length($1) > 32)
++                printf("Group %s has more than 32 characters.\n", $1);
+         if ($3 !~ /[0-9]*/)
+                 printf("Login %s has a negative group id.\n", $1);
+         if (length($4) > 0 && $3 < 3)
+@@ -227,17 +230,26 @@
+ if [ -s "$OUT" ] ; then
+         $CAT "$OUT" |
+       while read message; do
+-              message FAIL pass009e "" "$message"
++              message FAIL pass009f "" "$message"
+       done
+ fi
+ $AWK -F: '{ print $1 }' $GRP | $SORT | $UNIQ -d > $OUT
+ if [ -s "$OUT" ] ; then
+-      message FAIL pass010w "" "File $GRP has duplicate group ids:"
++      message WARN pass010w "" "File $GRP has duplicate group ids:"
+         $COLUMN "$OUT"
+ fi
+ }
+-delete $OUT $TMPFILE ${TMPFILE}-1 ${TMPFILE}-2
++# Now output the results of the usercheck
++# (removing duplicates)
++if [ -s "$USERCHECK" ] ; then
++        $CAT "$USERCHECK" | $SORT | $UNIQ |
++      while read message; do
++              message FAIL pass009f "" "$message"
++      done
++fi
++
++delete $OUT $USERCHECK $TMPFILE ${TMPFILE}-1 ${TMPFILE}-2
+ exit 0
+--- ./scripts/check_tcpd.scripts       2003-10-07 01:14:38.000000000 +0200
++++ ./scripts/check_tcpd       2006-05-01 10:21:40.000000000 +0200
+@@ -22,6 +22,8 @@
+ # it also determines which services are running wrapped in tcp-wrappers.
+ # (based on check_inetd)
+ #
++# check_tcpd 10/19/2003 jfs Patch from Nicolas François which uses -f 
++#    instead of -e in order to avoid Solaris problems. 
+ # check_tcpd - 10/07/2003 - jfs - Remove temporary files
+ # check_tcpd - 08/11/2003 - jfs
+ #     Check for the availability of TCPD and only run the checks on inetd
+@@ -110,7 +112,7 @@
+ {
+   infile=$1
+-  $JOIN -o 1.1 2.6 1.6 1.7 $infile $INETDFILE > $WORKDIR/cinetd.$$
++  $JOIN -o "1.1 2.6 1.6 1.7" $infile $INETDFILE > $WORKDIR/cinetd.$$
+ # TODO: This is not used (what do we need it for?) - jfs
+   __xx="`$LS -id \`$AWK '{print $3}' $WORKDIR/cinetd.$$ |
+@@ -181,16 +183,16 @@
+ [ ! -n "$REALPATH" -o ! $TESTEXEC "$REALPATH" ] && realpath="echo"
+-[ -z "$TCPD" -o ! -e "$TCPD" ] && \
++[ -z "$TCPD" -o ! $TESTEXEC "$TCPD" ] && \
+       message FAIL inet021f "" "Tcp wrappers does not seem to be installed in this system."
+-if [ -z "$HOSTALLOW" -o ! -e "$HOSTALLOW" ] ; then
++if [ -z "$HOSTALLOW" -o ! -f "$HOSTALLOW" ] ; then
+       message FAIL inet022f "" "The hosts.allow file used by Tcp wrappers does not seem to be present in this system"
+ else
+       check_hfileperm $HOSTALLOW
+ fi
+-if [ -z "$HOSTDENY" -o ! -e "$HOSTDENY" ] ; then
++if [ -z "$HOSTDENY" -o ! -f "$HOSTDENY" ] ; then
+       message FAIL inet022f "" "The hosts.deny file used by Tcp wrappers does not seem to be present in this system"
+ else
+       check_hfileperm $HOSTDENY
+--- /dev/null  2006-04-30 19:12:52.693354500 +0200
++++ ./scripts/check_omniback   2006-05-01 10:21:40.000000000 +0200
+@@ -0,0 +1,91 @@
++#!/bin/sh
++#
++#     tiger - A UN*X security checking system
++#     Copyright (C) 2003 Ryan Bradetich
++#
++#    This program is free software; you can redistribute it and/or modify
++#    it under the terms of the GNU General Public License as published by
++#    the Free Software Foundation; either version 2, or (at your option)
++#    any later version.
++#
++#    This program is distributed in the hope that it will be useful,
++#    but WITHOUT ANY WARRANTY; without even the implied warranty of
++#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++#    GNU General Public License for more details.
++#
++#     Please see the file `COPYING' for the complete copyright notice.
++#
++# check_omniback - Hewlett-Packard omniback configuration checks.
++#
++# 11/02/2003 - rbradetich@uswest.net - first release
++#
++# TODO:
++#
++#-----------------------------------------------------------------------------
++#
++TigerInstallDir='.'
++
++#
++# Set default base directory.
++# Order or preference:
++#      -B option
++#      TIGERHOMEDIR environment variable
++#      TigerInstallDir installed location
++#
++basedir=${TIGERHOMEDIR:=$TigerInstallDir}
++
++for parm
++do
++   case $parm in
++   -B) basedir=$2; break;;
++   esac
++done
++
++#
++# Verify that a config file exists there, and if it does
++# source it.
++#
++[ ! -r $basedir/config ] && {
++  echo "--ERROR-- [init002e] No 'config' file in \`$basedir'."
++  exit 1
++}
++
++. $basedir/config
++
++. $BASEDIR/initdefs
++
++#
++# If run in test mode (-t) this will verify that all required
++# elements are set.
++#
++[ "$Tiger_TESTMODE" = 'Y' ] && {
++  haveallcmds NETSTAT EGREP || exit 1
++  haveallfiles BASEDIR || exit 1
++  haveallvars OMNIBACK_CELLSERVER || exit 1
++  
++  echo "--CONFIG-- [init003c] $0: Configuration ok..."
++  exit 0
++}
++
++#------------------------------------------------------------------------
++
++echo
++echo "# Checking omniback configuration..."
++
++haveallcmds NETSTAT EGREP || exit 1
++haveallfiles BASEDIR || exit 1
++haveallvars OMNIBACK_CELLSERVER || exit 1
++
++# Is the omniback process listening?
++[ -z "`$NETSTAT -an 2>/dev/null | $EGREP '[.|:]5555 .*LISTEN'`" ] && exit
++
++[ ! -r "$OMNIBACK_CELLSERVER" ] && {
++      message FAIL netw005f "" "Omniback service is listening, but the cell server is not specified in $OMNIBACK_CELLSERVER"
++      exit 
++}
++
++[ -n "`$EGREP '^[a-zA-Z_-]+' $OMNIBACK_CELLSERVER`" ] && {
++      message FAIL netw006f "" "Omniback cell server must be specified by IP address in $OMNIBACK_CELLSERVER"
++}
++
++exit 0
+--- ./scripts/check_inetd.scripts      2003-10-07 01:13:48.000000000 +0200
++++ ./scripts/check_inetd      2006-05-01 10:21:40.000000000 +0200
+@@ -47,6 +47,12 @@
+ #     for other problematic services/servers. Also checked 019 from FAIL
+ #     to ALERT
+ # check_inetd - 10/07/2003 - jfs Removed temporary files
++# check_inetd - 10/19/2003 - jfs Applied patch from Ryan Bradetich which
++#     adds the exec service to the 'rexd' check.
++# check_inetd - 11/18/2003 - jfs Do not report the service is not protected
++#     if tcp wrappers are undefined (patch from Ryan Bradetich).
++# check_inetd - 03/31/2005 - jfs Dont warn about tcp wrapper protection for
++#     internal services
+ #
+ # TODO
+ # - This script needs to be improved to warn for some of the 'chatty' issues
+@@ -110,7 +116,7 @@
+ {
+   infile=$1
+-  $JOIN -o 1.1 2.6 1.6 1.7 $infile $INETDFILE > $WORKDIR/cinetd.$$
++  $JOIN -o "1.1 2.6 1.6 1.7" $infile $INETDFILE > $WORKDIR/cinetd.$$
+   __xx="`$LS -id \`$AWK '{print $3}' $WORKDIR/cinetd.$$ |
+            $GREP -v internal
+@@ -132,8 +138,8 @@
+   while read currservice s p t user currbinary parm1 parms
+   do
+     [ -z "$currservice" ] && continue
+-    if [ "$currservice" = 'rexd' ]; then
+-      message FAIL inet006f "" "'rexd' service is enabled, consider disabling it."
++    if [ "$currservice" = 'rexd' -o "$currservice" = 'exec' ]; then
++      message FAIL inet006f "" "'$currservice' service is enabled, consider disabling it."
+     elif [ "$currservice" = 'sysstat' ]; then
+       message WARN inet012w "" "'sysstat' service is enabled, consider disabling it."
+     elif [ "$currservice" = 'netstat' ]; then
+@@ -158,11 +164,14 @@
+       message WARN inet025w "" "The 'chargen' udp server is enabled, consider disabling it"
+     fi
+-    if [ "$t" = "nowait" -a "$currbinary" != "$tcpdpath" ]; then
++    [ "$currbinary" = 'internal' ] && continue
++
++    # Note: Does not make sense for the "small servers" services
++    # (discard, chargen, echo....)
++    if [ "$t" = "nowait" -a -n "$tcpdpath" -a "$currbinary" != "$tcpdpath" ]; then
+       message WARN inet099w "" "'$currservice' is not protected by tcp wrappers."
+     fi
+-    [ "$currbinary" = 'internal' ] && continue
+     if [ -n "`echo $currbinary | $GREP '?'`" ] ; then
+       currbinary=`echo $currbinary | $SED -e "s/\?//"`
+@@ -232,7 +241,7 @@
+   $SORT |
+ # TODO: Consider this change done by ARSC:
+ #   $SORT +5 -6 |
+-  $JOIN -j 1 -o 1.1 2.1 1.6 - $WORKDIR/inet1.$$ |
++  $JOIN -j 1 -o "1.1 2.1 1.6" - $WORKDIR/inet1.$$ |
+   while read expservice currservice prog
+   do
+    if [ -n "$prog" ] ; then
+--- ./scripts/check_root.scripts       2003-09-19 02:31:46.000000000 +0200
++++ ./scripts/check_root       2006-05-01 10:21:40.000000000 +0200
+@@ -128,11 +128,14 @@
+      echo
+   }
+ fi
+-[ -n "$MESG" ] && {
+-  if $MESG 2>&1 | $GREP "is y" >/dev/null
+-    then
+-      message WARN root003w "" "Root user has message capability turned on."
++
++[ -n "$MESG" -a -x "$MESG" ] && {
++  tty 2>&1 > /dev/null && {
++  if $MESG | $GREP "is y" >/dev/null
++  then
++    message WARN root003w "" "Root user has message capability turned on."
+   fi
++  }
+ }
+ [ -z "$SSHD_CONFIG" ] && {
+@@ -148,16 +151,14 @@
+ }
+ [ -f "$SSHD_CONFIG" ] && {
+-rootssh=`$GREP PermitRootLogin $SSHD_CONFIG`
++rootssh=`$GREP PermitRootLogin $SSHD_CONFIG | $GREP -v '^#'`
+ if [ -n "$rootssh" ]; then
+-  if [ ! "`echo $rootssh | $GREP \"^#\"`" ]; then
+     if [ "`echo $rootssh | $GREP -i yes`" ]; then
+-      message WARN root001w "" "Remote root login allowed in $path"
++      message WARN root001w "" "Remote root login allowed in $SSHD_CONFIG"
+     fi
+     if [ "`echo $rootssh | $GREP -i nopwd`" ]; then
+-       message WARN root001w "" "root login without pwd allowed in $path"
++       message WARN root001w "" "root login without pwd allowed in $SSHD_CONFIG"
+     fi
+-  fi
+ fi
+ }
+--- ./scripts/check_signatures.scripts 2003-08-19 18:01:11.000000000 +0200
++++ ./scripts/check_signatures 2006-05-01 10:21:40.000000000 +0200
+@@ -141,7 +141,3 @@
+ #
+ exit 0
+-#
+-exit 0
+-#
+-exit 0
+--- ./scripts/check_ssh.scripts        2003-09-19 01:15:21.000000000 +0200
++++ ./scripts/check_ssh        2006-05-01 10:21:40.000000000 +0200
+@@ -18,6 +18,8 @@
+ # check_ssh - Checks for configuration directives in the SSH configuration
+ #             file.
+ #
++# 01/07/2004 - rbrad - Applied Savannah Patch: 2439 to make POSIX compliant.
++# 11/19/2003 - jfs - This script is not POSIX compliant (yet)
+ # 09/19/2003 - jfs - Applied patch from Ryan Braderitch fixing typoes (sp?)
+ # 09/03/2003 - jfs - Removed PermitRootLogin since that's checked by check_root
+ #             (and belongs there, IMHO) also added failsafe checks for 
+@@ -118,7 +120,7 @@
+       list=$2
+       [ -z "$list" ] && return 1
+-      eval "case $value in
++      eval "case \"$value\" in
+               $list)
+                       return 1
+                       ;;
+@@ -142,27 +144,31 @@
+       while read line
+       do
+               line=${line%%\#*}
+-              [[ "$line" = Protocol* ]] && {
+-                      found_Protocol=1
+-                      parse_Protocol ${line##Protocol } $1 && {
+-                              message WARN ssh001w "" "Protocol $proto is enabled in $file"
+-                      }       
+-              }
+-
+-
+-              [[ "$line" = RhostsAuthentication* ]] && {
+-                      found_RhostsAuthentication=1
+-                      parse_directive ${line##RhostsAuthentication } $Tiger_SSH_RhostsAuthentication && {
+-                              message WARN ssh003w "" "The RhostsAuthentication directive in $1 is set to the unapproved value: ${line##RhostsAuthentication }."
+-                      }
+-              }
+-
+-              [[ "$line" = PasswordAuthentication* ]] && {
+-                      found_PasswordAuthentication=1
+-                      parse_directive ${line##PasswordAuthentication } $Tiger_SSH_PasswordAuthentication && {
+-                              message WARN ssh004w "" "The PasswordAuthentication directive in $1 is set to the unapproved value: ${line##PasswordAuthentication }."
+-                      }
+-              }
++              key=${line%% *}
++              line=${line##${key}}
++
++              case "$key" in
++                      Protocol)
++                              found_Protocol=1
++                              parse_Protocol $line $1 && {
++                                      message WARN ssh001w "" "Protocol $proto is enabled in $file"
++                              }       
++                              ;;
++                              
++                      RhostsAuthentication)
++                              found_RhostsAuthentication=1
++                              parse_directive $line $Tiger_SSH_RhostsAuthentication && {
++                                      message WARN ssh003w "" "The RhostsAuthentication directive in $1 is set to the unapproved value: $line."
++                              }
++                              ;;
++
++                      PasswordAuthentication)
++                              found_PasswordAuthentication=1
++                              parse_directive $line $Tiger_SSH_PasswordAuthentication && {
++                                      message WARN ssh004w "" "The PasswordAuthentication directive in $1 is set to the unapproved value: $line."
++                              }
++                              ;;
++              esac
+       done < $1
+       # Check the default values if the entry was not specified.
+--- ./scripts/check_known.scripts      2003-10-07 00:29:43.000000000 +0200
++++ ./scripts/check_known      2006-05-01 10:21:40.000000000 +0200
+@@ -16,7 +16,12 @@
+ #     Please see the file `COPYING' for the complete copyright notice.
+ #
+ # check_known - 06/14/93
+-#
++# 06/15/2004 jfs Do not call LS directly with all files but use a for loop
++#                (Debian bug #246600)
++# 01/15/2004 jfs Do not run the inetd code if inetd_sets is emtpy!
++# 11/19/2003 jfs Linux: accurate, per interface, promiscuous mode detection
++#                Contributed by unspawn with some changes to make it POSIX
++#                correct.
+ # 10/01/2003 jfs Do not delete passwd files if the Tiger_PasswdFiles is
+ #                defined, otherwise checks relying on it will break
+ # 09/19/2003 jfs Fixed deletion of temporary files thanks to a patch
+@@ -102,15 +107,34 @@
+ {
+   haveallcmds IFCONFIG && { 
+-   echo "# Testing for promiscuous interfaces"
+-   promisc="`$IFCONFIG -a | $GREP -i PROMISC`"
+-   if [ -n "$promisc" ]; then
+-    message ALERT kis013a "" "One of the interfaces is set for promiscuous mode"
+-   fi
++     # Note: This is Linux specific 
++     # (maybe should be moved to systems/Linux/2/check_known)
++     [ ! -x "$IP" -o "$OS" != "Linux" ] && message INFO kisXXX "" "Using $IFCONFIG instead of $IP, promiscuous mode detection incomplete. Installing $IP adds libpcap/libnet-based sniffer detection capabilities."
++
++     VER=`echo $REV | $CUT -f 2 -d .`
++     if [ -x "$IP" -a $VER -ge 4 ] 
++     then
++         echo "# Testing for promiscuous interfaces with $IP"
++         $IP link show |
++       $EGREP '^[0-9].*PROMISC' |
++       # Alternative:
++         # $IP link show|
++       # $AWK '/^[0-9].*UP/{printf "Device \t%s promisc. \t%s\n", $2, $3}'
++         while read number intf flags other
++         do
++            message ALERT kis013a "" "Interface $intf set for promiscuous mode"
++         done
++     else
++         echo "# Testing for promiscuous interfaces with $IFCONFIG"
++         promisc="`$IFCONFIG -a | $GREP -i PROMISC`"
++         [ -n "$promisc" ] && message ALERT kis013a "" "One of the interfaces is set for promiscuous mode"
++     fi
+   }
+   
+   echo "# Testing for backdoors in inetd.conf"
+   inetd_sets=`$GEN_INETD_SETS`
++  if [ -n "$inetd_sets" ] 
++  then
+   # TODO inetd_sets should be appended with any non-option which 
+   # has been fed to the current running inetd (use PS to locate it)
+   shcase='/bin/sh|/bin/csh|/bin/bash|/bin/tcsh|/bin/ksh'
+@@ -123,6 +147,7 @@
+      message ALERT kis014a "" "There is a shell defined in inetd.conf, the backdoor line is: '$backdoor'"
+   fi
+   delete $inetd_sets $inetd_sets.src
++  fi # Of if $inetd_sets
+   file_list="/usr/spool/uucppublic/.hushlogin /usr/spool/secretmail/.l /tmp/a
+ /usr/spool/secretmail/.log /usr/spool/secretmail/.tty
+@@ -170,7 +195,7 @@
+     }' |
+     while read dir
+     do
+-      [ -d "$dir" ] && {
++      [ -d "$dir" -a -r "$dir" ] && {
+       cd "$dir"
+       files=`$FIND . -print | $SED -e 's%^./%%' -e '/^.$/d' -e '/^..$/d'`
+       # On HP-UX change to:
+@@ -181,7 +206,11 @@
+       `
+       if [ -n "$alertfiles" ]; then
+         message WARN kis004w "" "$dir contains possible non-fsck files:"
+-        $LS -alR $alertfiles
++        # TODO: Consider not listing the files and just providing
++        # the raw numbers if the number of non-fsck files is very high.
++        for file in $alertfiles ; do
++              $LS -alR $file 
++        done
+         echo
+       elif [ -n "$files" ]; then
+         message WARN kis004w "Files: $alertfiles" "$dir is not empty:"
+@@ -220,7 +249,7 @@
+ # Added -n for numeric uids, jfs
+     $LS -anl $MAILSPOOL/  |
+-    $TAIL +2 |
++    $TAIL -n +2 |
+     $AWK '{print $3, $NF}' |
+     while read uid file
+     do
+--- ./scripts/check_finddeleted.scripts        2003-09-19 03:38:58.000000000 +0200
++++ ./scripts/check_finddeleted        2006-05-01 10:21:40.000000000 +0200
+@@ -34,6 +34,28 @@
+ #              (http://www.hackinglinuxexposed.com/articles/20020507.html)
+ # 04/17/2002 - jfs - Use safe delete() instead of $RM
+ #
++#-----------------------------------------------------------------------------
++#
++# TODO:
++# - Consider generating one message per command instead of per file
++#   (better for reporting but worst for the .ignore mechanism)
++#
++# NOTES:
++#
++# A generic way to remove these messages for a given directory 
++# DIR of PROGRAM would be:
++#
++# Program PROGRAM .* is using a deleted file: .*DIR.*
++#
++# Add that line to your configuration's tiger.ignore file and the
++# messages will not appear in the reports.
++# 
++# Just for reference, there are a number of services that run with deleted
++# files frequently, this includes (in Linux) things like gconfd-2,
++# MozillaFirebird (stuff under  the user's .phoenix dir) and
++# some applications that make use of /dev/null or /dev/console
++# (I don't know why lsof flags those as "deleted", but they have been removed
++# from the script)
+ #
+ #-----------------------------------------------------------------------------
+ #
+@@ -73,7 +95,7 @@
+ # elements are set.
+ #
+ [ "$Tiger_TESTMODE" = 'Y' ] && {
+-  haveallcmds GREP CAT LSOF PS CAT || exit 1
++  haveallcmds GREP CAT LSOF PS CUT SORT AWK || exit 1
+   haveallfiles BASEDIR WORKDIR || exit 1
+   haveallvars TESTLINK HOSTNAME || exit 1
+   
+@@ -85,48 +107,66 @@
+ echo
+ echo "# Performing check of deleted files used by processes..."
+-haveallcmds GREP CAT LSOF PS CAT || exit 1
++haveallcmds GREP CAT LSOF PS CUT SORT AWK || exit 1
+ haveallfiles BASEDIR WORKDIR || exit 1
+-safe_temp "$WORKDIR/deleted.$$"
+-trap 'delete $WORKDIR/deleted.$$ ; exit 1' 1 2 3 15
++safe_temp "$WORKDIR/deleted.$$" "$WORKDIR/lsof.$$"
++trap 'delete $WORKDIR/deleted.$$ $WORKDIR/lsof.$$ ; exit 1' 1 2 3 15
+-$PS -A -o pid,ppid |$GREP -v PID  |
+-while read pid ppid
++# TODO: Use Lsof's -f option to only recover the data
++# we need and also to provide some more data useful for us
++# (such as PPID)
++$LSOF -n  >>$WORKDIR/lsof.$$
++# It can be deleted if name includes (deleted) or
++# TYPE = DEL
++$CAT $WORKDIR/lsof.$$ | $GREP "(deleted)" >>$WORKDIR/deleted.$$
++$CAT $WORKDIR/lsof.$$ | $GREP "DEL" >>$WORKDIR/deleted.$$
++delete $WORKDIR/lsof.$$
++
++$CAT $WORKDIR/deleted.$$ | $SORT -u |
++while read command npid user fd type device node name
++# Note: Remove CHR file types also since this leads to false positives
++# (i.e. /dev/null)
+ do
+-      # It can be deleted if name includes (deleted) or
+-      # TYPE = DEL
+-      $LSOF -np $pid  | $GREP "(deleted)" >>$WORKDIR/deleted.$$
+-      $LSOF -np $pid  | $GREP "DEL" >>$WORKDIR/deleted.$$
+-
+-      $CAT $WORKDIR/deleted.$$ |
+-        while read command npid user fd type device other
+-        # Other is composed of 'size node name', except if DEL is used
+-        # (in this case size is 0) we use it to print details of the
+-      # file
+-        do
+-              # It can be deleted if name includes (deleted) or
+-              # TYPE = DEL, but SYSV 'files' are not considered
+-                if [ -n "`echo $other | $GREP \"(deleted)\"`" ] || [ -z "`echo $other | $GREP SYSV`" -a "$type" = "DEL" ] ; then
+-                      # There can be servers either in the same process or
+-                      # its children
+-                      $PS -A -o pid,ppid,cmd | $GREP $npid  |
+-                      while read pids ppid nameserv
+-                      do
+-                              if [ -n "`$LSOF -np $pids | $GREP \"(LISTEN)\"`" ]; then
+-                                      if [ "$pids" != "$npid" ] ; then
+-                                              message FAIL kis011f "" "The parent process of server $nameserv (pid $npid) is using deleted files"
+-                                      else 
+-                                              message FAIL kis011f "" "Server $nameserv (pid $npid) is using deleted files"
+-                                      fi
+-                              fi
+-                      done
+-               message WARN kis012w "" "Program $command (pid $npid, parent $ppid) is using a deleted file: $other"
++# It can be deleted if name includes (deleted) or
++# TYPE = DEL, but SYSV or CHR 'files' are not considered
++      if [ -n "`echo $name | $GREP \"(deleted)\"`" -a "$type" != "CHR" ] || [ -z "`echo $name | $GREP SYSV`" -a "$type" = "DEL" ] ; then
++               ppid=`$PS -p $npid -o pid,ppid | $GREP -v PID |$AWK '{print $2}'`
++               if [ -n "$ppid" ] ; then
++                       pname=`$PS -p $ppid -o pid,cmd | $GREP -v PID | $AWK '{print $2}'`
++               fi
++               mtype="WARN"
++               mval="kis012w"
++               pmessage="Program $command (pid $npid, parent $ppid) is using a deleted file: '$name'"
++              # TODO: This lsof calls should probably be possible
++              # using the lsof file created previously, doing so
++              # might avoid false positives or errors
++              # (if proceses disappear)
++              listenport=`$LSOF -np $npid | $GREP \(LISTEN\) |  $SORT -u | $CUT -d : -f 2 | $AWK '{printf "%s ", $1}'`
++              if [ -n "$ppid" ] ; then
++                      listenpport=`$LSOF -np $ppid | $GREP \(LISTEN\) |  $SORT -u | $CUT -d : -f 2 | $AWK '{printf "%s, ", $1}'`
+               fi
+-      done
+-      delete $WORKDIR/deleted.$$
++              # TODO:
++              # There can be servers either in the same process or
++              # its children. This code has to be improved in
++              # order to make it possible to better report that fact.
++              # It currently does _not_ check children processes properly
++              if [ -n "$listenport" ]; then
++                      mtype="FAIL"
++                      mval="kis011f"
++                      pmessage="$pmessage and is a a server listening on port(s) $listenport"
++              fi 
++              if [ -n "$listenpport" ]; then
++                      mtype="FAIL"
++                      mval="kis011f"
++                      pmessage="$pmessage and its parent process $pname is a server listening on port(s) $listenpport"
++              fi
++               message $mtype $mval "" "$pmessage."
++      fi
+ done
++delete $WORKDIR/deleted.$$
++
+ exit 0
+--- ./scripts/check_netrc.scripts      2003-10-01 00:33:02.000000000 +0200
++++ ./scripts/check_netrc      2006-05-01 10:21:40.000000000 +0200
+@@ -21,6 +21,7 @@
+ # complaining if users hold netrc files or if they are a a symbolic link
+ # or directory.
+ #
++# 11/21/2004 jfs Quoted homedir usage
+ # 08/14/2003 jfs Added OUTPUTMETHOD to dependancies
+ # 08/08/2003 jfs Improved temporary file creation.
+ # 07/25/2002 jfs Added a sanity check for password files
+@@ -146,19 +147,19 @@
+   while read user homedir host
+   do
+     [ "$host" = "$HOSTNAME" -a -r "$homedir/.netrc" ] && {
+-      if [ $TESTLINK $homedir/.netrc ]; then
++      if [ $TESTLINK "$homedir/.netrc" ]; then
+       message WARN nrc003w "" "User $user's .netrc file is a symbolic link:"
+-      $LS -l $homedir/.netrc
+-      $LS $LSGROUP $LSLINK $homedir/.netrc
++      $LS -l "$homedir/.netrc"
++      $LS $LSGROUP $LSLINK "$homedir/.netrc"
+       [ -s $homedir/.netrc ] && 
+-        check_file $user $homedir/.netrc
+-      elif [ -d $homedir/.netrc ]; then
++        check_file $user "$homedir/.netrc"
++      elif [ -d "$homedir/.netrc" ]; then
+       message ALERT nrc004a "" "User $user's .netrc file is a directory:"
+-      $LS $LSGROUP -Rla $homedir/.netrc
++      $LS $LSGROUP -Rla "$homedir/.netrc"
+       echo
+       else
+       message WARN nrc005w "" "User $user has a .netrc file"
+-      check_file $user $homedir/.netrc
++      check_file $user "$homedir/.netrc"
+       fi
+     }
+   done
+@@ -184,7 +185,7 @@
+   $BASEDIR/util/${GETFSHOST:=getfs-std} > $WORKDIR/home.hosts.$$
+   $AWK -F: '{printf("%s %s\n", $1, $6); }' $passwd_set |
+-  $JOIN -o 1.1 1.2 2.3 - $WORKDIR/home.hosts.$$ |
++  $JOIN -o "1.1 1.2 2.3" - $WORKDIR/home.hosts.$$ |
+   process_passwd
+   
+   [ ! -n "$Tiger_PasswdFiles" ] && delete $passwd_set $passwd_set.src
+--- ./scripts/check_group.scripts      2003-10-07 01:08:13.000000000 +0200
++++ ./scripts/check_group      2006-05-01 10:21:40.000000000 +0200
+@@ -16,6 +16,8 @@
+ #     Please see the file `COPYING' for the complete copyright notice.
+ #
+ # check_group  - created 06/14/93
++# check_group  - 04/03/2003 - rbrad - grpck does not always return non-0 values
++#                                     on errors. 
+ # check_group  - 10/07/2003 - jfs - Delete temporary files
+ # check_group  - 08/14/2003 - jfs - Added OUTPUTMETHOD to dependancies
+ # check_group  - 08/09/2003 - jfs - Re-added RM to dependancies.
+@@ -90,7 +92,7 @@
+ do
+   src1=`$CAT $group1.src`
+   $SORT $group1 > $WORKDIR/g1name.$$
+-  $SORT -t: +2 -3 $group1 > $WORKDIR/g1gid.$$
++  $SORT -t: -k 2,3 $group1 > $WORKDIR/g1gid.$$
+   $AWK -F: '{print $1}' $WORKDIR/g1name.$$ |
+   $UNIQ -d |
+@@ -121,8 +123,8 @@
+     src2=`$CAT $group2.src`
+     $SORT $group2 > $WORKDIR/g2name.$$
+-    $SORT -t: +2 -3 $group2 > $WORKDIR/g2gid.$$
+-    $JOIN -t: -o 1.1 1.3 2.3 $WORKDIR/g1name.$$ $WORKDIR/g2name.$$ |
++    $SORT -t: -k 2,3 $group2 > $WORKDIR/g2gid.$$
++    $JOIN -t: -o "1.1 1.3 2.3" $WORKDIR/g1name.$$ $WORKDIR/g2name.$$ |
+     {
+       IFS=:
+       while read grpname gid1 gid2
+@@ -135,7 +137,7 @@
+       done
+     }
+-    $JOIN -t: -j 3 -o 1.3 1.1 2.1 $WORKDIR/g1gid.$$ $WORKDIR/g2gid.$$ |
++    $JOIN -t: -j 3 -o "1.3 1.1 2.1" $WORKDIR/g1gid.$$ $WORKDIR/g2gid.$$ |
+     {
+       IFS=:
+       while read gid name1 name2
+@@ -160,8 +162,11 @@
+   delete $file $file.src
+ done < $WORKDIR/grp.list.$$
++# Verify the group file format.
+ [ -n "$GRPCK" ] && {
+-  if ! $GRPCK >/dev/null 2>&1 ; then
++  # TODO: Add the results to the report
++  grpckerr=`$GRPCK 2>&1`
++  if [ -n "$grpckerr" ] ; then
+     message WARN grp006w "" "Integrity of group files questionable ($GRPCK)."
+   fi
+ }
+--- ./scripts/check_rhosts.scripts     2003-08-19 17:54:35.000000000 +0200
++++ ./scripts/check_rhosts     2006-05-01 10:21:40.000000000 +0200
+@@ -20,6 +20,11 @@
+ # Checks rhosts files in order to see if user's configuration leaves the
+ # system open to attack.
+ #
++# 05/14/2005 jfs Patch from Nicolas François which prints a warning
++#                for any host in .rhost
++# 03/31/2005 jfs Printout rhosts accesses
++# 10/19/2003 jfs Patch from Nicolas François which uses -f instead of -e
++#    in order to avoid Solaris problems. And also adds TESTLINK HOSTNAME
+ # 08/14/2003 jfs Added OUTPUTMETHOD to dependancies
+ # 08/12/2003 jfs Added check for existance, permissions and owner of
+ #                rhosts files (permissions are redundant, however)
+@@ -27,7 +32,6 @@
+ # 07/25/2002 jfs Added a sanity check for password files
+ # 04/28/93 dls  Added '-L' option to 'ls' to get the permissions from the
+ #               file instead of the symbolic link.
+-#
+ #               Complain if the .rhosts is a symbolic link or directory.
+ #
+ #-----------------------------------------------------------------------------
+@@ -68,7 +72,7 @@
+ # elements are set.
+ #
+ [ "$Tiger_TESTMODE" = 'Y' ] && {
+-  haveallcmds AWK CAT EXPR GEN_PASSWD_SETS JOIN LS RM SED OUTPUTMETHOD || exit 1
++  haveallcmds AWK CAT EXPR GEN_PASSWD_SETS HEAD JOIN LS RM SED OUTPUTMETHOD || exit 1
+   haveallfiles BASEDIR WORKDIR || exit 1
+   haveallvars TESTLINK HOSTNAME || exit 1
+   
+@@ -80,8 +84,9 @@
+ echo
+ echo "# Performing check of /etc/hosts.equiv and .rhosts files..."
+-haveallcmds AWK CAT EXPR GEN_PASSWD_SETS JOIN LS RM SED OUTPUTMETHOD || exit 1
++haveallcmds AWK CAT EXPR GEN_PASSWD_SETS HEAD JOIN LS RM SED OUTPUTMETHOD || exit 1
+ haveallfiles BASEDIR WORKDIR || exit 1
++haveallvars TESTLINK HOSTNAME || exit 1
+ safe_temp "$WORKDIR/home.hosts.$$" "$WORKDIR/pass.list.$$"
+ trap 'delete $WORKDIR/home.hosts.$$ $WORKDIR/pass.list.$$ ; exit 1' 1 2 3 15
+@@ -99,12 +104,15 @@
+     else
+       message FAIL rcmd002f "" "User $user's .rhosts file has a '+' for host field."
+     fi
+-  elif [ -n "$RHOST_SITES" ]; then
++  fi
++  if [ -n "$RHOST_SITES" ]; then
+     note=1
+-    eval case $rhost in $rhostcase esac
++    eval case "$rhost" in $rhostcase esac
+     [ $note = 1 ] && {
+       message WARN rcmd003w "" "User $user's .rhosts file has host \`$rhost'."
+     }
++  else 
++      message WARN rcmd003w "" "User $user's .rhosts file provides access for user \`$ruser' at host \`$rhost'."
+   fi
+   if [ "$rhost" != '+' -a "$ruser" = '+' ]; then
+@@ -128,9 +136,7 @@
+   file="$2"
+      
+   # added #+@_ which should be valid characters.
+-  $AWK '/^[#\+@_a-zA-Z0-9\.\-\t ]*$/ {print}' < "$file" | 
+-  # Bob Hall suggests the following for HP-UX
+-  # $AWK '/^[-#\+@_a-zA-Z0-9\.\t ]*$/ {print}' < "$file" | 
++  $AWK '/^[#\+@_a-zA-Z0-9\.\-\\\t ]*$/ {print}' < "$file" | 
+         {
+           while read rhost ruser
+           do
+@@ -139,7 +145,7 @@
+         }
+     
+   # added #+@_ which should be valid characters.
+-  $AWK 'BEGIN {count = 0} !/^[#\+@_a-zA-Z0-9\.\-\t ]*$/ {count += 1} 
++  $AWK 'BEGIN {count = 0} !/^[#\+@_a-zA-Z0-9\.\-\\\t ]*$/ {count += 1} 
+   END {print count}' < "$file" |
+           {
+             read count
+@@ -193,26 +199,26 @@
+ #   [ "$homedir" = '/' -a "$user" != 'root' ] && continue
+     [ "$host" = "$HOSTNAME" ] && {
+-      if [ $TESTLINK $homedir/.rhosts ]; then
++      if [ $TESTLINK "$homedir/.rhosts" ]; then
+       message WARN rcmd007w "" "User $user's .rhosts file is a symbolic link:"
+-      $LS -l $homedir/.rhosts
+-      $LS $LSGROUP $LSLINK $homedir/.rhosts
+-      [ -s $homedir/.rhosts ] && {
+-        check_file $user $homedir/.rhosts
+-        if [ -r $homedir/.rhosts ]; then
+-          scan_file $user $homedir/.rhosts
++      $LS -l "$homedir/.rhosts"
++      $LS $LSGROUP $LSLINK "$homedir/.rhosts"
++      [ -s "$homedir/.rhosts" ] && {
++        check_file $user "$homedir/.rhosts"
++        if [ -r "$homedir/.rhosts" ]; then
++          scan_file $user "$homedir/.rhosts"
+         else
+           message INFO read001i "" "Can not open $user's .rhosts file."
+         fi
+       }
+-      elif [ -d $homedir/.rhosts ]; then
++      elif [ -d "$homedir/.rhosts" ]; then
+       message ALERT rcmd008a "" "User $user's .rhosts file is a directory:"
+-      $LS $LSGROUP -Rla $homedir/.rhosts
++      $LS $LSGROUP -Rla "$homedir/.rhosts"
+       echo " "
+-      elif [ -s $homedir/.rhosts ]; then
+-      check_file $user $homedir/.rhosts
+-      if [ -r $homedir/.rhosts ]; then
+-        scan_file $user $homedir/.rhosts
++      elif [ -s "$homedir/.rhosts" ]; then
++      check_file $user "$homedir/.rhosts"
++      if [ -r "$homedir/.rhosts" ]; then
++        scan_file $user "$homedir/.rhosts"
+       else
+         message INFO read001i "" "Can not open $user's .rhosts file."
+       fi
+@@ -225,20 +231,20 @@
+ {
+   while read user userid homedir
+   do
+-    if [ -e $homedir/.rhosts ]
++    if [ -f "$homedir/.rhosts" ]
+     then
+             if [ "root" != "$user" ] ; then
+                message WARN rcmd016w "" "User $user has a .rhosts file"
+           else
+                message ALERT rcmd017a "" "Root has a .rhosts file"
+           fi
+-          fileid=`$LS -anl $homedir/.rhosts  | $AWK '{print $3}'`
++          fileid=`$LS -anl "$homedir/.rhosts"  | $AWK '{print $3}'`
+ # BUG: If no fileid is returned then there must be an error above
+ # (notice we use userids instead of names here just like in the spool checks)
+           [ -n "$fileid" ] && {
+-          fowner=`$AWK -F: '$3 ~ /'$fileid'$/ { print $1 }' $passwd_set | $HEAD -1`
+-          [ $userid -ne $fileid ] && \
+-            message ALERT rcmd017a "" "User $user's .rhosts file does not belong to him, belongs to the user $fowner (user id $fileid)"
++              fowner=`$AWK -F: '$3 ~ /^'$fileid'$/ { print $1 }' $passwd_set | $HEAD -1`
++              [ $userid -ne $fileid ] && \
++                message ALERT rcmd017a "" "User $user's .rhosts file does not belong to him, belongs to the user $fowner (user id $fileid)"
+           }
+     fi
+   done
+@@ -246,7 +252,8 @@
+ saveifs="$IFS"
+-rhostcase='*) NOTE=0;;'
++# By default, a warning will be issued for any host in any .rhosts file.
++rhostcase='*) note=1;;'
+ [ -n "$RHOST_SITES" ] && {
+   rhostcase=
+@@ -292,7 +299,7 @@
+       hosts="$hosts `$BASEDIR/util/getnetgroup $netgroup`"
+       }
+       [ -n "$hosts" ] && {
+-      message INFO rcmd010i "" "/etc/hosts.equiv contents:"
++      message WARN rcmd010w "" "/etc/hosts.equiv contains the following hosts:"
+       wildcard=0
+       saveifs=$IFS
+       IFS="
+@@ -338,7 +345,7 @@
+     $AWK -F: '{print $1, $6}' $passwd_set |
+     $BASEDIR/util/${GETFSHOST:=getfs-std} > $WORKDIR/home.hosts.$$
+     $AWK -F: '{ printf("%s %s\n", $1, $6); }' $passwd_set |
+-    $JOIN -o 1.1 1.2 2.3 - $WORKDIR/home.hosts.$$ |
++    $JOIN -o "1.1 1.2 2.3" - $WORKDIR/home.hosts.$$ |
+     process_passwd
+     $AWK -F: '{print $1, $3, $6}' $passwd_set |
+--- ./scripts/check_listeningprocs.scripts     2003-09-19 02:07:38.000000000 +0200
++++ ./scripts/check_listeningprocs     2006-05-01 10:21:40.000000000 +0200
+@@ -142,7 +142,7 @@
+               message INFO lin002i "" "The process \`$proc' is listening on socket $socket ($type) on $address interface." 
+               ;;
+               *) 
+-              [ "$address" != "127.0.0.1" ]  && {
++              [ "$address" != "loopback" ]  && {
+                       message WARN lin003w "" "The process \`$proc' is listening on socket $socket ($type on $address interface) is run by $user."
+               } 
+               ;;
+--- ./scripts/check_runprocs.scripts   2003-08-19 17:59:18.000000000 +0200
++++ ./scripts/check_runprocs   2006-05-01 10:21:40.000000000 +0200
+@@ -22,6 +22,10 @@
+ #        This is a lightweight software watchdog, I know :)
+ #
+ # 08/12/2003 - jfs - Fixed dependancies.
++# 03/31/2005 - jfs - Use comm instead of fname so that the names of the 
++#              processes are not truncated (Debian bug #288086)
++# 04/15/2005 - jfs - Capture arguments in an extra value, use fname first
++#               and then check against comm
+ #
+ #-----------------------------------------------------------------------------
+ TigerInstallDir='.'
+@@ -75,7 +79,7 @@
+ processes=$Tiger_Running_Procs
+ [ -z "$processes" ] && {
+-      message FAIL con009e "" "There are no running process configured. Please add the Tiger_Running_Procs variable to tigerrc."
++      message ERROR con009e "" "There are no running process configured. Please add the Tiger_Running_Procs variable to tigerrc."
+       exit 1
+ }
+@@ -83,14 +87,17 @@
+ # amongst UNIX systems (see the ps(1) manpage)
+ for proc in $processes
+ do
+-      $PS -eo pid,user,fname,state |
++# NOTE: Command when used last should expand to the maximum COLUMN with
++# (probably 80), if the command is longer than that we might need to set
++# COLUMNS or use the -w switch (portable?)
+ # TODO: I dislike spawning a 'ps' process per configured process
+ # maybe this could be rewritten more optimally? (jfs)
++      $PS -eo pid,user,state,comm,command,args |
+       $GREP $proc | {
+               found="no"
+-              while read pid user fname state
++              while read pid user state comm command args
+               do
+-                 [ "$proc" = "$fname" -a "$state" != "T" -a "$state" != "Z" ] && found="yes"
++                 [ "$proc" = "$comm" ] || [ "$proc" = "$command" ] && [ "$state" != "T" ] && [ "$state" != "Z" ] && found="yes"
+               done
+               [ "$found" = "no" ] && message FAIL misc020f "" "The process '$proc' has not been found running in the processes table."
+       }
+--- ./scripts/check_umask.scripts      2003-08-19 18:02:55.000000000 +0200
++++ ./scripts/check_umask      2006-05-01 10:21:40.000000000 +0200
+@@ -21,9 +21,12 @@
+ # separated from check_logfiles since it's a broader check. The command
+ # requirements have been modified to adjust to what it's really needed.
+ #
+-# 05/01/2003 - jfs - Fixed dependancies
++# 01/13/2004 - jfs - Fixed syntax error in the previous patch
++# 10/19/2003 - jfs - Applied patch from Ryan Bradetich adding 077 umask
++#              to the valid list.
+ # 08/09/2003 - jfs - Fixed the script so it does not grok if no valid
+ #              umask entries are available
++# 05/01/2003 - jfs - Fixed dependancies
+ #
+ #-----------------------------------------------------------------------------
+ # TODO
+@@ -107,7 +110,7 @@
+            | $CUT -d" " -f2`
+         if [ "$UMASK1" != "" ] ; then
+-      [ $UMASK1 != 002 -a $UMASK1 != 022 -a $UMASK1 != 027 ] && 
++      [ $UMASK1 != 002 -a $UMASK1 != 022 -a $UMASK1 != 027 -a $UMASK1 != 077 ] && 
+               #echo "The umask setting in $file is insecure"
+               message FAIL misc022f '' "The umask setting in $file is insecure"
+       else 
+@@ -128,13 +131,13 @@
+              | $CUT -d" " -f2`
+         [ "$UMASK1" != "" -a "$UMASK2" != "" ] && \
+-      [ $UMASK1 != 002 -a $UMASK1 != 022  -a $UMASK1 != 027 -o $UMASK2 != 002 -a $UMASK2 != 022  -a $UMASK2 != 027 ] &&
++      [ $UMASK1 != 002 -a $UMASK1 != 022  -a $UMASK1 != 027 -a $UMASK1 != 077 -o $UMASK2 != 002 -a $UMASK2 != 022  -a $UMASK2 != 027 -a $UMASK2 != 077 ] &&
+               #echo "The umask setting in $file is insecure"
+                 message FAIL misc022f '' "The umask setting in $file is insecure"
+       else
+               #echo "There are > 2 umask entries in the config file $file"
+               message WARN misc023w '' "More than 2 umask entries in $file"
+-
++      
+ fi
+ }
+--- ./scripts/check_devices.scripts    2003-09-19 02:29:51.000000000 +0200
++++ ./scripts/check_devices    2006-05-01 10:21:40.000000000 +0200
+@@ -30,6 +30,8 @@
+ # 08/09/2002 jfs  Fixed to work in Solaris (added pseudo devices and changed
+ #                 -L to -h)
+ # 07/25/2002 jfs  Changed TigerInstallDir to .
++# 03/31/2005 jfs  Added EXPECTEDIRS dn EXPECTEDDEVICES in /dev (Os specific)
++#                 and added Solaris (9) devices
+ #
+ #-----------------------------------------------------------------------------
+ #
+@@ -87,10 +89,10 @@
+               then
+               case $device in
+               /dev/st[0-9])
+-                      message FAIL dev001 "" "$device has world permissions"
++                      message FAIL dev001f "" "$device has world permissions"
+               ;;
+               *)
+-                      message FAIL dev002 "" "$device has world permissions"
++                      message FAIL dev002f "" "$device has world permissions"
+               ;;
+               esac
+               fi
+@@ -101,6 +103,18 @@
+ echo
+ echo "# Checking device permissions..."
++EXPECTEDIRS="/dev/none"
++if [ "$OS" = "Linux" ] ; then
++      EXPECTEDFILES="/dev/core|/dev/stdout"
++fi
++EXPECTEDIRS="/dev/none"
++if [ "$OS" = "SunOS" ] ; then
++      EXPECTEDDIRS="/dev/cfg|/dev/cua|/dev/dsk|/dev/es|/dev/fd|/dev/md|/dev/printers|/dev/pts|/dev/rdsk|/dev/sad|/dev/swap|/dev/term"
++fi
++if [ "$OS" = "Linux" ] ; then
++      EXPECTEDDIRS="/dev/mapper|/dev/net|/dev/shm|/dev/cciss|/dev/fd|/dev/ida|/dev/input|/dev/mapper|/dev/net|/dev/pts|/dev/rd|/dev/shm|/dev/usb|/dev/ataraid"
++fi
++
+ dirs="/dev"
+ # For Solaris but maintain compatibility with others
+ # (in Solaris /dev/ are symlinks to devices in /devices/pseudo)
+@@ -110,17 +124,39 @@
+ do
+ for file in $dir/[a-z0-9]*
+ do
+-      [ -f "$file" ] && \
+-             message WARN dev003w "" "File $file is a regular file in a device directory."
+-      [ -d "$file" ] && \
+-             message WARN dev003w "" "The directory $file resides in a device directory."
++
++      [ -f "$file" ] &&  {
++      eval "case \"$file\" in
++              $EXPECTEDFILES)
++              # Expected directories
++              ;;
++              *)
++                            message WARN dev003w \"\" \"File $file is a regular file in a device directory.\"
++              ;;
++      esac"
++      }
++
++      [ -d "$file" ] && {
++      eval "case \"$file\" in
++              $EXPECTEDDIRS)
++              # Expected directories
++              ;;
++              *)
++              message WARN dev003w \"\" \"The directory $file resides in a device directory.\"
++              ;;
++      esac"
++      }
++
+       case $file in
+       /dev/pty*|/dev/tty*|/devices/pseudo/pts*)
+       # Do not check for virtual terminals
+       ;;
+-      /dev/urandom|/dev/random|/dev/zero|/dev/full)
++      /dev/urandom|/dev/random|/dev/zero|/dev/full|/dev/null)
+       # Same for some special devices
+       ;;
++      /devices/pseudo/mm@0:null|/devices/pseudo/mm@0:zero|/devices/pseudo/random@0:random|/devices/pseudo/random@0:urandom)
++      # And for some devices in Solaris
++      ;;
+       *)
+       # Do not check directories or symbolic links
+               if [ ! -d "$file"  -a  ! -h "$file" ] 
+--- ./scripts/check_exports.scripts    2003-08-19 17:43:24.000000000 +0200
++++ ./scripts/check_exports    2006-05-01 10:21:40.000000000 +0200
+@@ -35,6 +35,8 @@
+ #
+ #-----------------------------------------------------------------------------
+ #
++# 05/02/2004 jfs  Try to avoid eval problems if handling variables with
++#                 special characters (such as space)
+ # 08/14/2003 jfs Added OUTPUTMETHOD to dependancies
+ # 05/01/2003 jfs Fixed dependancies, added note.
+ # 05/30/99 ARC  Fixed problems with IRIX and other false alarms
+@@ -188,7 +190,7 @@
+     # roothost is a magic variable name... don't change it.
+     for roothost
+     do
+-      eval "case $dir in $casediskless esac"
++      eval "case \"$dir\" in $casediskless esac"
+     done
+     roothosts=`
+@@ -245,7 +247,7 @@
+   $SORT -u |
+   while read client server filesys
+   do
+-    eval "case $server in
++    eval "case \"$server\" in
+       $HOSTNAMESLIST)
+       echo $filesys') 
+       case \\$roothost in
+--- ./scripts/check_accounts.scripts   2003-10-10 18:26:36.000000000 +0200
++++ ./scripts/check_accounts   2006-05-01 10:21:40.000000000 +0200
+@@ -18,8 +18,29 @@
+ # check_accounts - created 06/14/93
+ #
+ # Checks the accounts provided in the system, looking for disabled accounts
+-# with cron, rhosts, .forward, and valid shells.
+-#
++# with cron, rhosts, and .forward files as well as proper configuration
++# (home directory accesibility, shell configuration files, dormant accounts
++# and .hushlogin files)
++#
++# 15/06/2005 jfs  Check for null $uids before using them in comparisons
++#                 (Debian bug #312080)
++# 17/11/2004 jfs  Fixed eval in check_accounts so that find is _only_ 
++#                 executed for users which are not part of
++#                 Tiger_Admin_Accounts, this prevents Tiger from accesing
++#                 filesystems when not needed  (Debian bug #280653)
++#                 It also should speed this check by removing unnecesary
++#                 filesystem checks.
++# 05/02/2004 jfs  Try to avoid eval problems if user/shells/directories contain
++#                 non-empty (but invalid) characters (such as space) 
++#                 (Debian bug #246987)
++# 01/21/2004 jfs  Removed TODO (no longer applies here), expanded description and
++#                fixed typo.
++# 01/18/2004 rbrad Applying 4 Savannah patches:
++#     * 2466 - Remove redundant check (check was moved to check_passwd).
++#     * 2467 - Fix bug in USERDOTFILES when USERDOTFILES is empty.
++#     * 2468 - Cleanup and comment check_disabled().
++#     * 2469 - New check: Verify parent of $home is owned by administrative
++#                user.
+ # 10/01/2003 jfs  For some reason this script stopped working in Linux
+ #            massaged it to work again (changed while read in function
+ #            to explicit parameter calling). Also added a check to
+@@ -64,7 +85,11 @@
+ #               Now checks *all* accounts, not just disabled ones
+ #               and checks config files in home directories for
+ #               writability.
+-#
++#-----------------------------------------------------------------------------
++# TODO:
++# - Some 'valid' shells such as nologin or noshell might be listed under
++#  /etc/shells but are really invalid. The script should maybe check these
++#  cases or provide a way to define $NOSHELL in order to exclude these.
+ #-----------------------------------------------------------------------------
+ #
+ TigerInstallDir='.'
+@@ -146,43 +171,25 @@
+   user=$1
+   home=$2
+   host=$3
+-  shell=$4
+-  if [ "$OS" = "Linux" -a -z "$shell" ]
+-  then
+-       shell="/bin/sh"
+-  fi
+-
+-  [ $TESTEXEC "$shell" ] && {
+-     eval "
+-      case \"$shell\" in
+-        $shcase)
+-        message WARN acc001w \"\" \"Login ID $user is disabled, but still has a valid shell.\"
+-         ;;
+-           "/bin/false")
+-           ;;
+-           "/dev/null")
+-           ;;
+-           "/sbin/nologin")
+-           ;;
+-        *)  [ $TESTEXEC $shell -a ! -c $shell ] &&
+-        message INFO acc002i \"\" \"Login ID $user is disabled, and has a shell\"
+-          ;;
+-        esac "
++
++  # Check for an active cron file.
++  [ -n "$CHECK_CRON" -a "`$CHECK_CRON $user`" = 'YES' ] && 
++    message WARN acc005w "" "Login ID $user is disabled, but has a 'cron' file or cron entries."
++
++  # Return if home directory is not local or does not exists.
++  ([ ! -d "$home/" ] || [ "$host" != "$HOSTNAME" ]) && return
++
++  # Check the .forward file.
++  [ -s $home/.forward ] && $GREP '\|' $home/.forward 2>&1 >/dev/null && 
++    message WARN acc003w "" "Login ID $user is disabled, but has a .forward file which executes commands."
++
++  # Check the .rhosts file.
++  [ -s $home/.rhosts ] && {
++    owner=`$LS -ld $home/.rhosts | $AWK '{print $3}'`
++    [ "$owner" = "$user" ] && {
++      message WARN acc004w "" "Login ID $user is disabled, but has a .rhosts file"
+     }
+-  [ -d "$home/" -a "$host" = "$HOSTNAME" ] && {
+-      [ -d $home/ ] && {
+-      [ -s $home/.forward ] && $SGREP '\|' $home/.forward &&
+-      message WARN acc003w "" "Login ID $user is disabled, but has a .forward file which executes commands."
+-      [ -s $home/.rhosts ] && {
+-        owner=`$LS -ld $home/.rhosts | $AWK '{print $3}'`
+-        [ "$owner" = "$user" ] && {
+-          message WARN acc004w "" "Login ID $user is disabled, but has a .rhosts file"
+-        }
+-      }
+-     }
+   }
+-  [ -n "$CHECK_CRON" -a "`$CHECK_CRON $user`" = 'YES' ] &&
+-    message WARN acc005w "" "Login ID $user is disabled, but has a 'cron' file or cron entries."
+ }
+ check_users()
+@@ -195,14 +202,14 @@
+      # a valid password).
+      case $hash in
+        '*')
+-         check_disabled "$user" "$home" "$host" "$shell"
++         check_disabled "$user" "$home" "$host"
+          ;;
+      esac
+      # Verify the home directory is accessable.
+      [ ! -d "$home/" ] && {
+-       [ $Tiger_Accounts_Trust -lt $uid ] && [ "$host" = "$HOSTNAME" ] && {
+-         message WARN acc022w "" "Login ID $user home directory ($home) is not accessable."
++       [ -n "$uid" ] && [ $Tiger_Accounts_Trust -lt $uid ] && [ "$host" = "$HOSTNAME" ] && {
++         message WARN acc022w "" "Login ID $user home directory ($home) is not accessible."
+        }
+        continue
+      }
+@@ -217,6 +224,8 @@
+        # group so this check does
+        # TODO: make it check if there are more than a single user in the group
+        # and if it is = owner
++       # There is also usually a list of groups that we might want to 
++       # white list here (such as 'adm' or 'staff')
+        [ "$ow" = 1 ] || [ "$owner" != "$group" -a "$gw" = 1 ] && {
+          str="Login ID $user's home directory ($home) has"
+@@ -235,16 +244,23 @@
+                str="$str world write"
+                ;;
+          esac
+-         message FAIL acc006w "" "${str} access."
++         message WARN acc006w "" "${str} access."
+          changelog "WARN : chmod : $mode : $home/."
+        }
+      }
+      # Check permissions on the parent home directory
+-     [ $uid -gt $Tiger_Accounts_Trust ] && {
++     [ -n "$uid" ] && [ $uid -gt $Tiger_Accounts_Trust ] && {
+        getpermit ${home%/*}/ | {
+          read _f owner group ur uw ux gr gw gx or ow ox suid sgid sticky
++       eval "case \"$owner\" in
++              $Tiger_Admin_Accounts)
++                      ;;
++              *)
++                      message WARN acc023w \"\" \"Login ID $user's parent directory (${home%/*}) has non-administrative \\\`$owner' ownership.\"
++       esac"
++
+          [ "${gw}${ow}" != '00' ] && {
+            str="Login ID $user's parent directory (${home%/*}/) has"
+            case "$gw$ow" in
+@@ -262,21 +278,15 @@
+      # Dormant account check.
+      [ "$home" != / -a -n "$home" -a "$Tiger_Dormant_Limit" != 0 ] && {
+-       eval "
+-         case $user in
+-           $Tiger_Admin_Accounts)
+-             ;;
+-           *)
+-             [ `$FIND "$home/" -mtime -$Tiger_Dormant_Limit | $WC -l` -eq 0 ] && {
+-               message WARN acc021w \"\" \"Login ID $user appears to be a dormant account.\"
+-             }
+-             ;;
+-         esac"
++       notadmin=`eval "case \"$user\" in $Tiger_Admin_Accounts) ;; *) echo $user;; esac"`
++       [ -n "$notadmin" ] &&  \
++       [ `$FIND "$home/" -mtime -$Tiger_Dormant_Limit | $WC -l` -eq 0 ] && 
++           message WARN acc021w "" "Login ID $user appears to be a dormant account."
+      }
+      # Non-zero sized .hushlogin
+      [ -s "$home/.hushlogin" ] &&
+-       message ALERT acc007a '' "Logon ID $user has a non-zero length .hushlogin"
++       message ALERT acc007a '' "Login ID $user has a non-zero length .hushlogin"
+      # Check shell initialization files.
+      # TODO: Bob Hall suggest disabling the check for standard UNIX accounts. 
+@@ -286,12 +296,12 @@
+      # A secure approach has to be determined for this to work properly.
+      [ -z "$shell" ] && shell=/bin/sh
+-     [ $TESTEXEC $shell ] && [ $uid -gt $Tiger_Accounts_Trust ] && {
++     [ $TESTEXEC $shell ] && [ -n "$uid" ] && [ $uid -gt $Tiger_Accounts_Trust ] && {
+        eval "
+-         case $shell in
++         case \"$shell\" in
+            $shcase)
+              [ ! -r "${home}/.${shell##*/}rc" ] && {
+-               message WARN acc019w \"\" \"Logon ID $user may be missing a shell initialization file ${home}/.${shell##*/}rc.\"
++               message WARN acc019w \"\" \"Login ID $user may be missing a shell initialization file ${home}/.${shell##*/}rc.\"
+              }
+              ;;
+            *)
+@@ -301,7 +311,7 @@
+      }
+      # Check permissions on user dotfiles.
+-     dotfiles=${USERDOTFILES-".cshrc .bashrc .kshrc .profile .login .exrc .forward"}
++     dotfiles=${USERDOTFILES:-".cshrc .bashrc .kshrc .profile .login .exrc .forward"}
+      for file in $dotfiles
+      do
+        [ -f "$home/$file" ] && {
+@@ -356,7 +366,7 @@
+   $BASEDIR/util/${GETFSHOST:=getfs-std} |
+   $TR ' ' : > $WORKDIR/home.hosts.$$
+-  $JOIN -t: -o 1.1 1.6 2.3 1.7 1.3 1.2 $passwd_set $WORKDIR/home.hosts.$$ |
++  $JOIN -t: -o "1.1 1.6 2.3 1.7 1.3 1.2" $passwd_set $WORKDIR/home.hosts.$$ |
+   check_users
+   [ ! -n "$Tiger_PasswdFiles" ] && delete $passwd_set $passwd_set.src
+--- ./scripts/check_embedded.scripts   2003-05-01 19:37:42.000000000 +0200
++++ ./scripts/check_embedded   2006-05-01 10:21:40.000000000 +0200
+@@ -16,7 +16,8 @@
+ #     Please see the file `COPYING' for the complete copyright notice.
+ #
+ # check_embedded - 06/29/93
+-#
++# 05/02/2004 jfs  Try to avoid eval problems if handling variables with
++#                 special characters (such as space)
+ #-----------------------------------------------------------------------------
+ #
+ TigerInstallDir='.'
+@@ -79,7 +80,7 @@
+     $GREP -v '^#' "$EMBEDDEDLIST" |
+     while read file
+     do
+-      eval echo $file | $AWK '{for(i=1;i<=NF;i++)print $i}' 
++      eval echo "$file" | $AWK '{for(i=1;i<=NF;i++)print $i}' 
+     done
+   }
+ } |
+--- ./scripts/check_crontabs.scripts   2003-10-01 00:12:10.000000000 +0200
++++ ./scripts/check_crontabs   2006-05-01 10:21:40.000000000 +0200
+@@ -19,6 +19,10 @@
+ #
+ # Ideas from Dan Farmer's 'cron.chk' from COPS 1.04.
+ # 
++# check_crontabs  - 01/15/2004 - jfs Will only warn if neither cron.allow
++#                                    nor cron.deny exists (Debian bug #226362)
++# check_crontabs  - 11/19/2003 - jfs Introduce some more information on
++#            allow/deny checks as suggested by unspawn.
+ # check_crontabs  - 08/19/2003 - jfs Renamed to check_crontabs
+ # check_crontabs  - 08/14/2003 - jfs Added OUTPUTMETHOD to dependancies 
+ #                            incorporated changes from ARSC tara version 3.0.3
+@@ -177,7 +181,29 @@
+      message WARN cron004w "" "Root crontab does not exist"
+ # Check for existence of root cron.allow
+-[ ! -f /etc/cron.allow ] &&
++[ -z "$CRONALLOW" ] && CRONALLOW=/etc/cron.allow
++[ -z "$CRONDENY" ] && CRONDENY=/etc/cron.deny
++if [ -f "$CRONALLOW" ]
++then
++   $CAT  $CRONALLOW |
++   $GREP -v "^#" | 
++   while read user
++   do
++        message WARN cron006w "User $user is allowed cron usage."
++   done
++fi
++if [ -f "$CRONDENY" ]
++then
++   $CAT $CRONDENY |
++   $GREP -v "^#" | 
++   while read user
++   do
++        message INFO cron007i "User $user is denied cron usage."
++   done
++fi
++if [ ! -f "$CRONALLOW" -a ! -f "$CRONDENY" ]
++then
+      message WARN cron005w "" "Use of cron is not restricted"
++fi
+ exit 0
+--- ./scripts/check_xinetd.scripts     2003-09-19 04:02:15.000000000 +0200
++++ ./scripts/check_xinetd     2006-05-01 10:21:40.000000000 +0200
+@@ -19,17 +19,18 @@
+ # 
+ #  Checks which xinetd services are enabled or disabled.
+ #
++#  11/19/2003 - jfs - Added more verbose check if the configuration file
++#              does not exist. Fix syntax error. Thanks to Ryan Bradetich.
+ #  08/19/2003 - jfs - Allow override of XINETDCONF and fix error
+ #  08/12/2003 - jfs - Now write messages for disabled services too. Also
+ #               fixed some errors.
+-#  08/11/2003 - jfs - Fixed dependancies. Now uses XINETDFILE instead of 
++#  08/11/2003 - jfs - Fixed dependancies. Now uses XINETDCONF instead of 
+ #               hardcoding the location. Added additional checks
+ #               to avoid errors and use message instead of echo.
+ #
+ #-----------------------------------------------------------------------------
+ # TODO:
+ #
+-# - write the messages for these warnings/information
+ # - xinetd checks should determine if insecure services are active or
+ #   running as root when not needed.
+ # - check if the xinetd configuration file is writable
+@@ -81,6 +82,8 @@
+ #------------------------------------------------------------------------
+ haveallcmds GREP AWK LS || exit 1
++# TODO add XINETDCONF to haveallfiles when it's defined in the config
++# scripts for all systems
+ haveallfiles BASEDIR || exit 1
+ echo
+@@ -92,29 +95,33 @@
+       $LS $xinetd_dir |
+       while read file
+       do
+-              if [ "`$GREP -i 'disable' $file | $AWK '{print $NF}'`" = "no" ] ; 
++              if [ "`$GREP -i 'disable' $xinetd_dir/$file | $AWK '{print $NF}'`" = "no" ] ; 
+               then
+                       service=`$GREP -w 'server' $file | $GREP '=' | $AWK '{print $NF}'`
+-                      message INFO xnet002i "Service $file is enabled using: $service."
++                      message INFO xnet004i "Service $file is enabled using: $service."
+               else
+-                      message INFO xnet002i "Service $file is disabled."
++                      message INFO xnet005i "Service $file is disabled."
+               fi
+       done
+ }
+ [ -z "$XINETDCONF" ] && XINETDCONF="/etc/xinetd.conf"
+-if [ -r "$XINETDCONF" ] ;
+-then
++if [ -r "$XINETDCONF" ] ; then
+       $GREP 'includedir' $XINETDCONF | $AWK '{print $NF}' |
+       while read xinetd_directory
+-      if [ -d "$xinetd_directory" ] 
+-      then
+-              check_xinetconfig $xinetd_directory
+-      else
+-              message FAIL xnet002f "The location included in $XINETDCONF is not a directory"
+-      fi
++      do
++              if [ -d "$xinetd_directory" ] 
++              then
++                      check_xinetconfig $xinetd_directory
++              else
++                      message ERROR xnet002e "The location included in $XINETDCONF is not a directory"
++              fi
+       done
+ else
+-      message FAIL xnet001f "It appears that xinetd is not installed, cannot find file $XINETDCONF."
++      if [ ! -f "$XINETDCONF" ] ; then
++              message ERROR xnet001e "It appears that xinetd is not installed, cannot find file $XINETDCONF."
++      else
++              message ERROR xnet003e "Cannot read file $XINETDCONF."
++      fi
+ fi
+--- ./scripts/check_sendmail.scripts   2003-05-01 19:48:38.000000000 +0200
++++ ./scripts/check_sendmail   2006-05-01 10:21:40.000000000 +0200
+@@ -21,6 +21,8 @@
+ # 05/01/2003 jfs Added notes on behaviour, this check will only run if 
+ #                SENDMAILCF exists (after all, it's a sendmail-only check).
+ #                Fixed dependancies.
++# 11/18/2003 jfs Fixed sintax problem which AIX choked on.
++#                Noticed by Dale Martin.
+ #
+ #-----------------------------------------------------------------------------
+ #
+@@ -169,7 +171,7 @@
+ }
+ if [ -r "$SENDMAILCF" ]; then
+-      version = "`$GREP \"^O\ SmtpGreetingMessage=\$j\ Sendmail\ \$v\/\$Z\;\ \$b\" $SENDMAILCF`"
++      version="`$GREP \"^O\ SmtpGreetingMessage=\$j\ Sendmail\ \$v\/\$Z\;\ \$b\" $SENDMAILCF`"
+       [ -n "$version" ] &&
+             message WARN netw019w "" "Sendmail avertises its version in $SENDMAILCF, current line: $version"
+--- ./scripts/check_path.scripts       2003-10-07 00:29:26.000000000 +0200
++++ ./scripts/check_path       2006-05-01 10:21:40.000000000 +0200
+@@ -17,6 +17,8 @@
+ #
+ # check_path  - 06/14/93
+ #
++# 05/02/2004 jfs  Try to avoid eval problems if handling variables with
++#                 special characters (such as space)
+ # 10/07/2003 jfs Redirected LS error to /dev/null since dangling symlinks
+ #                will print errors. Properly cleaned temporary file.
+ # 09/19/2003 jfs Use -L to check properly for symlinks (I've checked and
+@@ -112,7 +114,7 @@
+       }
+       
+       [ "$gw" = '1' -a -n "$okgroup" ] && {
+-      eval "case $_group in
++      eval "case \"$_group\" in
+         $okgroup) gw=0;;
+       esac"
+       }
+@@ -129,14 +131,14 @@
+       changelog "WARN : chmod : $__newmode : $_execfile"
+       }
+       if [ "$suid" = '0' ]; then
+-      eval "case \$_owner in
++      eval "case \"\$_owner\" in
+         $okown);;
+         *) message WARN path002w \"\" \"$_execfile in $_user's PATH from $_srcfile is not owned by root (owned by $_owner).\"
+         changelog \"WARN : chown : root : $_execfile\"
+         ;;
+       esac"
+       else
+-      eval "case $_owner in
++      eval "case \"$_owner\" in
+         $okown);;
+         *) message INFO path008i \"\" \"Setuid program $_execfile in $_user's PATH from $_srcfile is not owned by root (owned by $_owner).\";;
+       esac"
+@@ -183,7 +185,7 @@
+     [ "$user" = 'root' -a "$comp" != '.' ] && checkcmds $user "$comp" "$file"
+   done
+   [ "$lastcomp" != '.' -a -n "$dotinpath" ] && {
+-    message WARN path005w "" "'.' in PATH from $user's $file is not last."
++    message WARN path005w "" "'.' in PATH from $user's $file is not the last entry."
+   }
+ }
+@@ -364,7 +366,7 @@
+     haveallvars HOSTNAME && {
+       {
+       if [ -n "$Tiger_PasswdFiles" ]; then
+-        [ -f $Tiger_PasswdFiles ] && $CAT "$Tiger_PasswdFiles" > $WORKDIR/pass.list.$$
++        [ -f "$Tiger_PasswdFiles" ] && $CAT "$Tiger_PasswdFiles" > $WORKDIR/pass.list.$$
+       else
+         $GEN_PASSWD_SETS $WORKDIR/pass.list.$$
+       fi
+@@ -378,7 +380,7 @@
+       $BASEDIR/util/${GETFSHOST:=getfs-std} > $WORKDIR/home.hosts.$$
+       
+       $AWK -F: '{ printf("%s %s\n", $1, $6); }' $passwd_set |
+-      $JOIN -o 1.1 1.2 2.3 - $WORKDIR/home.hosts.$$ |
++      $JOIN -o "1.1 1.2 2.3" - $WORKDIR/home.hosts.$$ |
+       while read user homedir host
+       do
+         [ "$host" = "$HOSTNAME" ] && {
+--- ./scripts/check_passwd.scripts     2003-10-10 18:57:48.000000000 +0200
++++ ./scripts/check_passwd     2006-05-01 10:21:40.000000000 +0200
+@@ -41,6 +41,27 @@
+ #    - empty password check (acc010a, acc011w)
+ #    - duplicate home directory check (acc015w)
+ # 10/07/2003 jfs Delete temporary files
++# 10/19/2003 jfs Patch from Nicolas François which uses EGREP instead of GREP
++#    in order to avoid Solaris problems.
++# 10/11/2003 jfs Patch from Ryan Braderitch's to fix a WARN -> FAIL
++# 01/18/2004 rbrad Applied Savannah patch:
++#     * 2466 - update list of shells to ignore.
++# 01/21/2004 jfs Moved comment from check_accounts to here and expanded
++#       shcase definition to be equivalent to the one there.
++# 03/03/2004 jfs Check if users do not have a shell defined
++# 05/03/2004 jfs Define Tiger_Passwd_Hashes if not defined (Debian bug #246885)
++# 12/27/2004 jfs Delete temporary passwd files only on exit (Debian bug #284899)
++# 03/31/2005 jfs Recognise old xxxxxxxxxxxxx as a valid password hash
++#                Add /bin/true as valid shell as well as Solaris shells
++#
++#-----------------------------------------------------------------------------
++# TODO:
++# - Some 'valid' shells such as nologin or noshell might be listed under
++#  /etc/shells but are really invalid. The script should maybe check these
++#  cases or provide a way to define $NOSHELL in order to exclude these.
++#  Notice that the list of valid shells is derived from /etc/shells (a sane
++#  default is also used) but the way the 'case' segment is structured 
++#  invalid shells listed are omitted.
+ #
+ #-----------------------------------------------------------------------------
+ TigerInstallDir='.'
+@@ -78,7 +99,7 @@
+ # elements are set.
+ #
+ [ "$Tiger_TESTMODE" = 'Y' ] && {
+-  haveallcmds AWK CAT GEN_PASSWD_SETS GREP JOIN SORT UNIQ RM || exit 1
++  haveallcmds AWK CAT GEN_PASSWD_SETS GREP EGREP JOIN SED SORT UNIQ RM || exit 1
+   haveallfiles BASEDIR WORKDIR || exit 1
+   
+   echo "--CONFIG-- [init003c] $0: Configuration ok..."
+@@ -90,13 +111,12 @@
+ echo
+ echo "# Performing check of passwd files..."
+-haveallcmds AWK CAT GEN_PASSWD_SETS GREP JOIN SED SORT UNIQ RM || exit 1
++haveallcmds AWK CAT GEN_PASSWD_SETS GREP EGREP JOIN SED SORT UNIQ RM || exit 1
+ haveallfiles BASEDIR WORKDIR || exit 1
+ safe_temp "$WORKDIR/pass.list.$$" "$WORKDIR/p1name.$$" "$WORKDIR/p2name.$$" "$WORKDIR/p1uid.$$" "$WORKDIR/p2uid.$$"
+-trap 'delete "$WORKDIR/pass.list.$$" "$WORKDIR/p1name.$$" \
+-"$WORKDIR/p2name.$$" "$WORKDIR/p1uid.$$" "$WORKDIR/p2uid.$$" ; exit 1' 1 2 3 15
++trap 'delete "$WORKDIR/pass.list.$$" "$WORKDIR/p1name.$$" "$WORKDIR/p2name.$$" "$WORKDIR/p1uid.$$" "$WORKDIR/p2uid.$$" ; exit 1;' 1 2 3 15
+ check_passwd_entries()
+ {
+@@ -107,6 +127,7 @@
+   do
+     # Check the password hash.
++    [ -z "$Tiger_Passwd_Hashes" ] && Tiger_Passwd_Hashes='crypt3|md5|xxxxxxxxxxxxx'
+     eval "case \"$hash\" in
+       \"\")
+         message FAIL pass011f \"\" \"Username \\\`$login' has an empty password field.\"
+@@ -114,7 +135,7 @@
+       $Tiger_Passwd_Hashes|\*)
+         ;;
+       *)
+-        message WARN pass013w \"\" \"Username \\\`$login' is not using an acceptable password hash ($passwd).\"
++        message WARN pass013w \"\" \"Username \\\`$login' is not using an acceptable password hash ($hash).\"
+         ;;
+     esac"
+@@ -127,7 +148,7 @@
+     eval "case \"$login\" in
+       $Tiger_Admin_Accounts)
+          [ \"$hash\" != '*' ] && {
+-           message WARN pass018f \"\" \"Administrative user $login does not have an impossible password.\"
++           message FAIL pass018f \"\" \"Administrative user $login does not have an impossible password.\"
+          }
+          continue
+          ;;
+@@ -138,18 +159,23 @@
+       message WARN pass016w "" "User $login has $home as home directory"
+     }
+-    # Assume a default shell, if shell is not specified.
+-    [ x$shell = x ] && shell=/bin/sh
++    # Mark as an emptyshell, if shell is not specified.
++    [ "x$shell" = "x" -o "x$shell" = "x " ] && shell=emptyshell
+     # Check for valid shells.
++    # TODO: The hardcoded list of shells could be user defined 
++    # (i.e. in tigerrc)
+     eval "case \"$shell\" in
+-      /bin/false)
++      /bin/false|/usr/bin/false|/dev/null|/sbin/nologin|/bin/true)
+          ;;
+       $shcase)
+          [ \"$hash\" = \* ] && {
+          message WARN pass014w \"\" \"Login ($login) is disabled, but has a valid shell.\"
+          } 
+          ;;
++      emptyshell)
++         message WARN pass015w \"\" \"Login ID $login has an empty shell.\"
++         ;;
+       *)
+          message WARN pass015w \"\" \"Login ID $login does not have a valid shell ($shell).\"
+          ;;
+@@ -169,8 +195,8 @@
+   $SORT $passwd2 > $WORKDIR/p2name.$$
+-  $SORT -t: +2 -3 $passwd2 > $WORKDIR/p2uid.$$
+-  $JOIN -t: -o 1.1 1.3 2.3 $WORKDIR/p1name.$$ $WORKDIR/p2name.$$ |
++  $SORT -t: -k 2,3 $passwd2 > $WORKDIR/p2uid.$$
++  $JOIN -t: -o "1.1 1.3 2.3" $WORKDIR/p1name.$$ $WORKDIR/p2name.$$ |
+   {
+     IFS=:
+     while read username uid1 uid2
+@@ -183,7 +209,7 @@
+     done
+   }
+                                                                                                                                                                                                            
+-  $JOIN -t: -j1 3 -j2 3 -o 1.3 1.1 2.1 $WORKDIR/p1uid.$$ $WORKDIR/p2uid.$$ |
++  $JOIN -t: -1 3 -2 3 -o "1.3 1.1 2.1" $WORKDIR/p1uid.$$ $WORKDIR/p2uid.$$ |
+   $AWK -F: '$1 != 0 {print}' |
+   {
+     IFS=:
+@@ -201,7 +227,11 @@
+ # Define shcase to be a list of valid shells, so we can check for
+ # shell initilization files.
+-shcase='/bin/sh|/bin/csh'
++shcase='/bin/sh|/bin/csh|/bin/bash|/bin/tcsh|/bin/ksh'
++if [ "$OS" = "SunOS" ] ; then
++      shcase="$shcase|/sbin/sh|/usr/bin/bash"
++fi
++
+ [ -n "$ETCSHELLS" -a -s "$ETCSHELLS" ] && {
+   shells=`$GREP -v '^#' $ETCSHELLS`
+   shcase=`echo $shells | $TR ' ' '|'`
+@@ -222,7 +252,7 @@
+   check_passwd_entries
+   $SORT $passwd_set > $WORKDIR/p1name.$$
+-  $SORT -t: +2 -3 $passwd_set > $WORKDIR/p1uid.$$
++  $SORT -t: -k 2,3 $passwd_set > $WORKDIR/p1uid.$$
+   # Check for duplicate usernames.
+   $AWK -F: '{print $1}' $WORKDIR/p1name.$$ |
+@@ -243,16 +273,14 @@
+   $UNIQ -c |
+   while read times uid
+   do
+-    # Previous fix for Debian bug #117117, ARSC's fix is much better (jfs)
+-    #    times=`$GREP ":$uid:" $WORKDIR/p1uid.$$ | $AWK 'END { print NR }'`
+-    [ $times -gt 1 ] && {
++# Previous fix for Debian bug #117117, ARSC's fix is much better 
++#    times=`$GREP ":$uid:" $WORKDIR/p1uid.$$ | $AWK 'END { print NR }'`
++    [ $times -gt 1 ] && \
+       message WARN pass002w "" "UID $uid exists multiple times ($times) in $source."
+-    }
+   done
+   # Check for multiple entries with duplicate home directories.
+-  admin_account_list=`echo $Tiger_Admin_Accounts | $SED -e 's/|/:|^/g'`
+-  $GREP -Ev ^$admin_account_list: $WORKDIR/p1uid.$$ |
++  $EGREP -v "^($Tiger_Admin_Accounts):" $WORKDIR/p1uid.$$ |
+   $AWK -F: '{print $6}' |
+   $SORT |
+   $UNIQ -c |
+@@ -263,7 +291,6 @@
+     }
+   done
+-  [ ! -n "$Tiger_PasswdFiles" ] && delete $passwd_set $passwd_set.src
+ done < $WORKDIR/pass.list.$$
+ # Check for conflicts.
+--- ./scripts/crack_run.scripts        2003-10-07 00:26:47.000000000 +0200
++++ ./scripts/crack_run        2006-05-01 10:21:40.000000000 +0200
+@@ -118,7 +118,7 @@
+ fi
+-# Tara (which this cod was derived from, has removed the following
++# Tara (which this code was derived from, has removed the following
+ # it is thus removed but the code below should be revised). Maybe
+ # the REPORTER stuff is needed for older versions of Crack?
+ #haveallcmds RM CRACK REPORTER || exit 1
+--- ./scripts/check_rootdir.scripts    2003-06-21 03:21:21.000000000 +0200
++++ ./scripts/check_rootdir    2006-05-01 10:21:40.000000000 +0200
+@@ -21,6 +21,16 @@
+ #       Changed TigerInstallDir to .
+ # check_rootdir - 06/21/2003 - jfs
+ #       Removed useless debug message (patch from Ryan Bradetich)
++# check_rootdir - 11/18/2003 - Patch from Ryan Bradetich:
++#        * Add an ownership check for the root directory.
++#        * Add documentation for the ownership check.
++#        * Remove the mode variable (no longer used).
++#        * Comment updates.
++#        * Remove the check to make sure / is a directory.
++# check_rootdir - 03/21/2005 - jfs
++#        Do not warn on the inode if the root filesystem is not ext2|3
++#        (Debian Bug #298305)
++#       
+ #
+ #-----------------------------------------------------------------------------
+ #
+@@ -60,7 +70,7 @@
+ # elements are set.
+ #
+ [ "$Tiger_TESTMODE" = 'Y' ] && {
+-  haveallcmds CAT SORT AWK LS RM || exit 1
++  haveallcmds CAT SORT AWK LS RM GETFS GREP AWK || exit 1
+   haveallfiles BASEDIR WORKDIR || exit 1
+   haveallvars TESTLINK HOSTNAME || exit 1
+   
+@@ -73,34 +83,35 @@
+ echo
+ echo "# Performing check of root directory..."
+-haveallcmds CAT SORT AWK LS RM || exit 1
++haveallcmds CAT SORT AWK LS RM GETFS GREP AWK || exit 1
+ haveallfiles BASEDIR WORKDIR || exit 1
+ haveallvars TESTLINK HOSTNAME || exit 1
+ # Checking to see if the root directory is on the correct INODE number
+ inode=`$LS -di / | $AWK '{print $1}'`
+-[ $inode != 2 ] && 
++fstype=`$GETFS | $GREP " / " | $AWK -F " " '{ print $5;}'`
++[ $inode != 2 ] && [ "$fstype" = "ext2" -o "$fstype" = "ext3" ] &&
+    message FAIL rootdir001f "" "Root directory on incorrect inode"
+-# Checking the permissions on the root directory is standard
++# Verify the permissions on the root directory is standard
+-[ -d / ] && {
+-  getpermit / |
+-  while read file owner group ur uw ux gr gw gx or ow ox suid sgid sticky
+-  do
+-    [ "${gw}${ow}" != '00' ] && {
+-      str="The root directory / has"
+-      case "$gw$ow" in
+-         01) str="$str world write"
+-             mode='o-w';;
+-         10) str="$str group \`$group' write"
+-             mode='g-w';;
+-         11) str="$str group \`$group' and world write"
+-             mode='go-w';;
+-      esac
+-        #echo FAIL "" "${str} access."
+-        message FAIL rootdir002f "" "${str} access."
+-     }
+-  done
+-}
++getpermit / |
++while read file owner group ur uw ux gr gw gx or ow ox suid sgid sticky
++do
++  # Verify the permissions on the root directory is standard
++  [ "${gw}${ow}" != '00' ] && {
++    str="The root directory / has"
++      case "$gw$ow" in
++        01) str="$str world write";;
++        10) str="$str group \`$group' write";;
++        11) str="$str group \`$group' and world write";;
++      esac
++      #echo FAIL "" "${str} access."
++      message FAIL rootdir002f "" "${str} access."
++  }
++
++  # Verify the ownership on on the root directory is standard
++  [ "$owner" != 'root' ] &&
++    message FAIL rootdir003f "" "The root directory is owned by \`$owner', instead of root."
++done
+--- ./scripts/find_files.scripts       2003-08-19 18:09:02.000000000 +0200
++++ ./scripts/find_files       2006-05-01 10:21:40.000000000 +0200
+@@ -17,6 +17,9 @@
+ #
+ # find_files - 06/14/93
+ #
++# 04/03/2004 rbrad Added GETDISKS to haveallcmds.  
++#          Added exit 1 if haveallvars failes
++#
+ # 08/08/2003 jfs Improved creation of temporary files and removal.
+ #
+ # 04/29/93 dls Added support for 'tigerrc' file variable FS_FILES
+@@ -67,7 +70,7 @@
+ [ "$Tiger_TESTMODE" = 'Y' ] && {
+   haveallcmds AWK CAT EXPR FIND GETDISKS GREP RM SORT || exit 1
+   haveallfiles BASEDIR WORKDIR || exit 1
+-  haveallvars WAIT
++  haveallvars WAIT || exit 1
+   
+   echo "--CONFIG-- [init003c] $0: Configuration ok..."
+   exit 0
+@@ -75,9 +78,9 @@
+ #------------------------------------------------------------------------
+-haveallcmds AWK CAT EXPR FIND GREP RM SORT || exit 1
++haveallcmds AWK CAT EXPR FIND GETDISKS GREP RM SORT || exit 1
+ haveallfiles BASEDIR WORKDIR || exit 1
+-haveallvars WAIT
++haveallvars WAIT || exit 1
+ simple_wait()
+ {
+@@ -284,7 +287,7 @@
+         # Not sure why we're cd'ing to /, but it breaks all relative paths
+       #     being used in the find options.  Commented out --mlk
+         #     cd /
+-      eval nice -5 $FIND $mountpt $findpruneopt $findopt -print 2>/dev/null
++      eval nice -5 $FIND "$mountpt" $findpruneopt $findopt -print 2>/dev/null
+       done | nice -6 $output
+     } &
+     echo $! >> $pidlist
+--- ./scripts/check_logfiles.scripts   2003-06-21 02:27:07.000000000 +0200
++++ ./scripts/check_logfiles   2006-05-01 10:21:40.000000000 +0200
+@@ -35,6 +35,15 @@
+ #                  warn if LOGINLOG does not exist (as is the Linux case)
+ #                  Also, file permissions in systems in which WTMP and UTMP
+ #                  are group 'utmp' should be 664
++# check_logfiles - 10/19/2003 - jfs - based on patch from Ryan Bradetich fixed
++#                  location of logfiles for HP-UX, btmp file check, and btmp
++#                  location for Linux (previously undefined)
++# check_logfiles - 11/19/2003 - jfs - Modified -r to -f
++#     (Checks should only determine wether the file exists, if its 
++#     readable or not is irrelevant. As a matter of fact they might not be
++#     if running a user != root. We don't care since we are not checking
++#     file content)
++# check_logfiles - 04/03/2004 - rbrad Added logfiles support for Tru64.
+ #
+ #-----------------------------------------------------------------------------
+ #
+@@ -108,20 +117,44 @@
+ UTMP=/var/run/utmp
+ LOGINLOG=/var/log/loginlog
+ MESSAGES=/var/log/messages
++SULOG=""
+ if [ "$OS" = "SunOS" ] ; then
+       WTMP=/var/adm/wtmpx
+       UTMP=/var/adm/utmpx
+ # Check: Note BTMP does not seem to exist
+-# And maybe also sulog and messages should be checked.
++      BTMP=/var/adm/btmp
++      LASTLOG=/var/adm/lastlog
++      LOGINLOG=/var/adm/loginlog
++      MESSAGES=/var/adm/messages
++      SULOG=/var/adm/sulog
+ fi
++
+ if [ "$OS" = "Linux" ] ; then
+-# Loginlog and btmp do not exist
++# Loginlog does not exist
++# Btmp does exist (see lastb(1))
+       LOGINLOG=""
++fi
++
++if [ "$OS" = "HPUX" ] ; then
++      WTMP=/var/adm/wtmp
++      BTMP=/var/adm/btmp
++      LASTLOG=""
++      UTMP=/etc/utmp
++      LOGINLOG=""
++      MESSAGES=""
++fi
++
++if [ "$OS" = "Tru64" ]; then
++      WTMP=/var/adm/wtmp
+       BTMP=""
++      LASTLOG=""
++      UTMP=/var/adm/utmp
++      LOGINLOG=""
++      MESSAGES=""
+ fi
+-if [ ! -r "$WTMP" ] ; then
++if [ ! -f "$WTMP" ] ; then
+     #echo "...Warning: $WTMP does not exist"
+     message FAIL logf001f "" "Log file $WTMP does not exist"
+ else
+@@ -135,15 +168,27 @@
+     fi
+ fi
+-[ -n "$BTMP" -a ! -r "$BTMP" ] &&
+-    #echo "...Warning: $BTMP does not exist"
+-    message FAIL logf002f "" "Log file $BTMP does not exist"
++if [ -n "$BTMP" ] ; then
++    if [ ! -f "$BTMP" ] ; then
++        #echo "...Warning: $BTMP does not exist"
++        message FAIL logf002f "" "Log file $BTMP does not exist"
++    else
++        group=`getpermit $BTMP | $AWK '{ print $3 }'`
++        if [ "$group" = "utmp" ] ; then
++          check_fileperm $BTMP 110110000 || 
++          message FAIL logf005f "" "Log file $BTMP permission should be 660"
++        else
++          check_fileperm $BTMP 110000000 || 
++          message FAIL logf005f "" "Log file $BTMP permission should be 600"
++      fi
++    fi
++fi
+-[ ! -r "$LASTLOG" ] && 
++[ -n "$LASTLOG" -a ! -f "$LASTLOG" ] && 
+     #echo "...Warning: $LASTLOG does not exist"
+     message FAIL logf003f "" "Log file $LASTLOG does not exist"
+-if [ ! -r "$UTMP" ] ; then
++if [ ! -f "$UTMP" ] ; then
+     #echo "...Warning: $UTMP does not exist"
+     message FAIL logf004f "" "Log file $UTMP does not exist"
+ else
+@@ -157,22 +202,33 @@
+     fi
+ fi
+-[ -n "$LOGINLOG" ] && {
+-if [ ! -r "$LOGINLOG" ] ; then
+-    #echo "...Warning: $LOGINGLOG does not exist"
+-    message FAIL logf006f "" "Log file $LOGINLOG does not exist"
+-else
+-    check_fileperm $LOGINLOG 110000000 || 
+-      message FAIL logf005f "" "Log file $LOGINLOG permission should be 600"
++if [ -n "$LOGINLOG" ] ; then
++    if [ ! -f "$LOGINLOG" ] ; then
++        #echo "...Warning: $LOGINGLOG does not exist"
++        message FAIL logf006f "" "Log file $LOGINLOG does not exist"
++    else
++        check_fileperm $LOGINLOG 110000000 || 
++          message FAIL logf005f "" "Log file $LOGINLOG permission should be 600"
++    fi
++fi
++
++if [ -n "$SULOG" ] ; then
++    if [ ! -f "$SULOG" ] ; then
++        message FAIL logf006f "" "Log file $SULOG does not exist"
++    else
++        check_fileperm $SULOG 110000000 || 
++          message FAIL logf005f "" "Log file $SULOG permission should be 600"
++    fi
+ fi
+-}
+  
+-if [ ! -r "$MESSAGES"  ] ; then
+-    #echo "...Warning: $MESSAGES does not exist"
+-    message FAIL logf007f "" "Log file $MESSAGES does not exist"
+-else 
+-    check_fileperm $MESSAGES 110100000 || 
+-      message FAIL logf005f "" "Log file $MESSAGES permission should be 640"
++if [ -n "$MESSAGES" ] ; then
++    if [ ! -f "$MESSAGES" ] ; then
++        #echo "...Warning: $MESSAGES does not exist"
++        message FAIL logf007f "" "Log file $MESSAGES does not exist"
++    else 
++        check_fileperm $MESSAGES 110100000 || 
++          message FAIL logf005f "" "Log file $MESSAGES permission should be 640"
++    fi
+ fi
+  
+ exit 0
+--- ./scripts/tripwire_run.scripts     2003-09-19 04:02:58.000000000 +0200
++++ ./scripts/tripwire_run     2006-05-01 10:21:40.000000000 +0200
+@@ -102,7 +102,7 @@
+ while read filename
+ do
+-      message FAIL trip01 "" "Detected modified file $filename"
++      message FAIL trip01f "" "Detected modified file $filename"
+ done < $tmplog
+       
+ delete $tmplog
+--- ./systems/Linux/0/gen_bootparam_sets.scripts       2002-06-14 10:51:31.000000000 +0200
++++ ./systems/Linux/0/gen_bootparam_sets       2006-05-01 10:21:40.000000000 +0200
+@@ -32,7 +32,7 @@
+   echo "$WORKDIR/etc_bootparams.$$"
+ }
+-[ -n "$YP" ] && {
++[ -n "$YPCAT" ] && {
+   $YPCAT bootparams > $WORKDIR/nis_bootparams.$$
+   echo "NIS" > $WORKDIR/nis_bootparams.$$.src
+   echo "$WORKDIR/nis_bootparams.$$"
+--- ./systems/Linux/0/gen_group_sets.scripts   2002-06-14 10:51:31.000000000 +0200
++++ ./systems/Linux/0/gen_group_sets   2006-05-01 10:21:40.000000000 +0200
+@@ -25,7 +25,7 @@
+ echo "/etc/group" > $WORKDIR/etc_group.$$.src
+ echo $WORKDIR/etc_group.$$
+-[ -n "$YP" ] && {
++[ -n "$YPCAT" ] && {
+   $YPCAT group |
+   $SORT |
+   $AWK '{print substr($0, 1, 255);}' |
+--- ./systems/Linux/1/gen_bootparam_sets.scripts       2002-06-14 10:51:31.000000000 +0200
++++ ./systems/Linux/1/gen_bootparam_sets       2006-05-01 10:21:40.000000000 +0200
+@@ -32,7 +32,7 @@
+   echo "$WORKDIR/etc_bootparams.$$"
+ }
+-[ -n "$YP" ] && {
++[ -n "$YPCAT" ] && {
+   $YPCAT bootparams > $WORKDIR/nis_bootparams.$$
+   echo "NIS" > $WORKDIR/nis_bootparams.$$.src
+   echo "$WORKDIR/nis_bootparams.$$"
+--- ./systems/Linux/1/gen_group_sets.scripts   2002-06-14 10:51:31.000000000 +0200
++++ ./systems/Linux/1/gen_group_sets   2006-05-01 10:21:40.000000000 +0200
+@@ -25,7 +25,7 @@
+ echo "/etc/group" > $WORKDIR/etc_group.$$.src
+ echo $WORKDIR/etc_group.$$
+-[ -n "$YP" ] && {
++[ -n "$YPCAT" ] && {
+   $YPCAT group |
+   $SORT |
+   $AWK '{print substr($0, 1, 255);}' |
+--- ./systems/Linux/2/check_rcumask.scripts    2003-08-09 15:44:30.000000000 +0200
++++ ./systems/Linux/2/check_rcumask    2006-05-01 10:21:40.000000000 +0200
+@@ -17,6 +17,9 @@
+ #
+ # check_rcumask - Sat May 18 17:50:00 CEST 2002
+ #
++# Check_rcumask - 10/15/2004 - jfs - Proper warning if no umask settings
++#       are defined (Debian bug #234661)
++# Check_rcumask - 10/15/2003 - jfs - Removed bashishm (Debian bug #215896)
+ # check_rcumask - 07/25/2002 - jfs
+ #       Changed TigerInstallDir to .
+ # check_rcumask - 09/10/2002 - jfs
+@@ -99,11 +102,11 @@
+ do
+    [ -r $file ] && {
+-   Occurance=`$GREP umask $file | $WC -l`
++   Occurance=`$GREP -v "^#" $file | $GREP umask | $WC -l`
+-   if [ $Occurance -eq 1 ]; then
++   if [ "$Occurance" -eq 1 ]; then
+       Foundumask=1
+-      UMASK1=`$GREP umask $file  \
++      UMASK1=`$GREP -v "^#" $file | $GREP umask \
+            | $EXPAND  \
+            | $SED -e "s/^.*umask//"\
+            | $CUT -d" " -f2`
+@@ -112,14 +115,14 @@
+               message FAIL misc017f '' "The umask setting in $file for the init scripts is insecure"
+-    elif [ $Occurance == 2 ]; then
++    elif [ "$Occurance" = 2 ]; then
+       Foundumask=1
+-      UMASK1=`$GREP umask $file  \
++      UMASK1=`$GREP -v "^#" $file | $GREP umask \
+              | $EXPAND \
+              | $HEAD -n 1 \
+              | $SED -e "s/^.*umask//" \
+              | $CUT -d" "  -f2`
+-      UMASK2=`$GREP umask $file  \
++      UMASK2=`$GREP -v "^#" $file | $GREP umask \
+              | $EXPAND \
+              | $TAIL -n 1 \
+              | $SED -e "s/^.*umask//" \
+@@ -127,6 +130,8 @@
+       [ $UMASK1 != 002 -a $UMASK1 != 022 -o $UMASK2 != 002 -a $UMASK2 != 022 ] &&
+               message FAIL misc017f '' "The umask setting in $file for the init scripts is insecure"
++        elif [ "$Occurance" = 0 ]; then
++              message WARN misc021w "" "There are no umask entries in $file"
+       else
+               message WARN misc018w '' "There are more than 2 umask entries in $file"
+@@ -136,6 +141,6 @@
+ done
+-if [ $Foundumask -eq 0 ]; then
++if [ "$Foundumask" -eq 0 ]; then
+       message WARN misc019w "" "There are no umask settings for init.d scripts"
+ fi
+--- ./systems/Linux/2/check.scripts    2003-08-29 03:19:29.000000000 +0200
++++ ./systems/Linux/2/check    2006-05-01 10:21:40.000000000 +0200
+@@ -19,6 +19,7 @@
+ # 
+ # Checks for Linux systems
+ # 
++# Linux/2/check - 10/15/2003 - jfs - Removed bashishm (Debian bug #215896)
+ # Linux/2/check - 04/23/2003 - jfs
+ #     Removed CC dependancy, added TODO
+ #       Debian specific checks moved into an if and check.tbl cleared
+@@ -133,7 +134,7 @@
+ # The following scripts have been added to provide new checks 
+ # specific to the Debian system, written by Javier Fernandez-Sanguino
+ #
+-if [ "$LXDISTRIBUTION" == "debian" ]; then
++if [ "$LXDISTRIBUTION" = "debian" ]; then
+ # The following checks, for the moment, work only for Debian but
+ # they could be generalised (there is a tigerrc variable for them)
+--- ./systems/Linux/2/deb_checkmd5sums.scripts 2003-09-19 02:01:24.000000000 +0200
++++ ./systems/Linux/2/deb_checkmd5sums 2006-05-01 10:21:40.000000000 +0200
+@@ -90,38 +90,42 @@
+ if [ -f "$LOCALEPURGE" ]
+ then
+   LOCALENOPURGED=`for l in $($GREP ^[a-z] $LOCALEPURGE); do echo -n "$l\|"; done; echo -n "[^a-z].*"`
+-  SED_REMOVE_LOCALES_PURGED="/  usr\/share\/locale\/\($LOCALENOPURGED\)\//p;/  usr\/share\/locale/d"
++  SED_REMOVE_LOCALES_PURGED="/  usr\/share\/locale\/\($LOCALENOPURGED\)\//p;/  usr\/share\/locale\//d;/  usr\/share\/man\/\($LOCALENOPURGED\|man[1-9]\)\//p;/  usr\/share\/man\//d"
+ fi
+ DIVERSIONS="/var/lib/dpkg/diversions"
+ if [ -d /var/lib/dpkg/info ] 
+ then
+-for md5file in /var/lib/dpkg/info/*md5sums
++for md5file in /var/lib/dpkg/info/*.md5sums
+ do
+ [ -f $md5file ] && [ ! -L $md5file  ] && {
+ # Note: We  do not check things in  /usr/share/doc
+ # to speed things up
+-      $GREP -v "/share/doc" "$md5file" |
++      $GREP -v " usr/share/doc/" "$md5file" |
+ # Also don't check purged locales
+         $SED -e "$SED_REMOVE_LOCALES_PURGED" |
+       $SED -e "s/^\(.*\)  \(.*\)/\1  \/\2/" |
+       $MD5SUM -c 2>&1 | $SED -e "s/^.*md5sum: MD5 check failed for '\(.*\)'/DIFF \1/; s/^.*md5sum: can't open \(.*\)/ERR \1/" | {
+               while read err file
+               do
+-                      package=`echo "$md5file" | $CUT -f 1 -d "."`
+-                      package=`$BASENAME $package`
++                      package=`$BASENAME "$md5file" ".md5sums"`
+                       case $err in
+                       DIFF)
+                               # don't check diverted now
+-                              [ -z `$GREP -x "$file" $DIVERSIONS` ] &&
++                              [ -z "`$GREP -sxF \"$file\" $DIVERSIONS`" ] &&
+                               # and conffiles should not be checked either
+-                              [ -z `$GREP -sx "$file" /var/lib/dpkg/info/$package.conffiles` ] &&
+-                                      message ERROR lin005e "" "Installed file \`$file' checksum differs from installed package '$package'."
++                              [ -z "`$GREP -sxF \"$file\" /var/lib/dpkg/info/$package.conffiles`" ] &&
++                              [ -n "`$GREP -sxF \"$file" /var/lib/dpkg/info/$package.list`" ] &&
++                                      message FAIL lin005f "" "Installed file \`$file' checksum differs from installed package '$package'."
+ # TODO: Consider including the MD5sum to this message
+ # notice that some integrity checkers might do this already too.
+                               ;;
+                       ERR)
+-                                      message ERROR lin006e "" "Cannot check file \"$file\" provided by \"$package\" since it does not exist"
++# Check if this package 
++                              if $GREP -sqxF \"$file\" /var/lib/dpkg/info/$package.list ; then
++
++                                      message FAIL lin006f "" "Cannot check file \"$file\" provided by \"$package\" since it does not exist"
++                              fi
+                               ;;
+                       esac
+               done 
+@@ -131,7 +135,8 @@
+ # check diversions
+ /usr/sbin/dpkg-divert --list |
+ # extract the file diverted, the backup file and the diverter package
+-$SED -e 's/diversion of \(\/.*\) to \(\/.*\) by \(.*\)$/\1;\2;\3/' | {
++$SED -e 's/diversion of \(\/.*\) to \(\/.*\) by \(.*\)$/\1;\2;\3/' \
++     -e 's/local diversion of \(\/.*\) to \(\/.*\)$/\1;\2;LOCAL/' | {
+   saveIFS=$IFS
+   IFS=";"
+   while read file tofile bypackage
+@@ -149,13 +154,13 @@
+       [ -f "/var/lib/dpkg/info/$2.md5sums" ] && {
+         md5pck=`$GREP "$(echo "$file\$"|$CUT -c2-)" /var/lib/dpkg/info/$2.md5sums | $CUT -f 1 -d " "`
+         [ -n "$md5pck" ] && {
+-          if [ -f $currentfile ]
++          if [ -f "$currentfile" ]
+           then
+             md5sum=`$MD5SUM "$currentfile" | $CUT -f 1 -d " "`
+             [ "$md5pck" != "$md5sum" ] &&
+-              message ERROR lin005e "" "Installed file \`$currentfile' checksum differs from installed packages."
++              message FAIL lin005f "" "Installed file \`$currentfile' checksum differs from installed packages."
+           else
+-            message ERROR lin006e "" "Cannot check file \"$currentfile\" provided by \"$2\" since it does not exist"
++            message FAIL lin006f "" "Cannot check file \"$currentfile\" provided by \"$2\" since it does not exist"
+           fi
+         }
+       }
+--- ./systems/Linux/2/gen_inetd.scripts        2003-04-21 09:41:09.000000000 +0200
++++ ./systems/Linux/2/gen_inetd        2006-05-01 10:21:40.000000000 +0200
+@@ -15,12 +15,32 @@
+ #
+ #     Please see the file `COPYING' for the complete copyright notice.
+ #
+-# SunOS/4/gen_inetd - 06/14/93
++# Linux/2/gen_inetd - 06/14/93
++# 
++# Generates sets for Linux systems, based on the SunOS version.
++#
++# 01/15/2004 - jfs - Use XINETDCONF and INETDCONF instead
++# 01/13/2004 - jfs - Do not use inetd.conf if it does not exist
+ #
+ #-----------------------------------------------------------------------------
+ #
++# TODO: 
++# - This script has to generate also proper sets for xinetd, notice
++# that some checks (check_tcpd, check_rootkit) depend on this and they
++# use the inetd format:
++# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
++# This scripts needs to read in all the inetd configuration files 
++# (usually under /etc/xinetd.d/) and generate a new file, one line
++# per service.
++#
++#-----------------------------------------------------------------------------
+-$GREP -v '^#' /etc/inetd.conf |
++[ -n "$INETDCONF" ] && [ -f $INETDCONF ] && {
++$GREP -v '^#' $INETDCONF |
+ $SORT > $WORKDIR/etc_inetd.$$
+-echo "/etc/inetd.conf" > $WORKDIR/etc_inetd.$$.src
++echo "$INETDCONF" > $WORKDIR/etc_inetd.$$.src
+ echo $WORKDIR/etc_inetd.$$
++}
++
++#[ -n "$XINETDCONF" ] && [ -f $XINETDCONF ] && {
++#}
+--- ./systems/Linux/2/gen_bootparam_sets.scripts       2003-04-21 09:41:09.000000000 +0200
++++ ./systems/Linux/2/gen_bootparam_sets       2006-05-01 10:21:40.000000000 +0200
+@@ -15,11 +15,22 @@
+ #
+ #     Please see the file `COPYING' for the complete copyright notice.
+ #
+-# SunOS/4/gen_bootparam_sets - 06/14/93
++# Linux/2/gen_bootparam_sets - 06/14/93
++#
++# 01/15/2004 - jfs - Modified to avoid yelling for systems with 
++#                    broken NIS configurations. Also added config
++#                    to work if being called standalone (for testing purposes)
+ #
+ #-----------------------------------------------------------------------------
+ #
++# If run directly do this, just in case:
++[ -z "$AWK" ] && AWK=`which awk`
++[ -z "$SED" ] && AWK=`which sed`
++[ -z "$RM" ] && RM=`which rm`
++[ -z "$YPCAT" ] && YPCAT=`which ypcat 2>/dev/null`
++[ -z "$WORKDIR" ] && WORKDIR=/tmp
++
+ [ -r /etc/bootparams ] && {
+   $SED -e 's/#.*$//' /etc/bootparams |
+   $SED -e '/^[ \t]*$/d' |
+@@ -32,8 +43,13 @@
+   echo "$WORKDIR/etc_bootparams.$$"
+ }
+-[ -n "$YP" ] && {
+-  $YPCAT bootparams > $WORKDIR/nis_bootparams.$$
++[ -n "$YPCAT" ] && {
++  $YPCAT bootparams > $WORKDIR/nis_bootparams.$$ 2>/dev/null
++  if [ $? -eq 0 ] ; then
+   echo "NIS" > $WORKDIR/nis_bootparams.$$.src
+   echo "$WORKDIR/nis_bootparams.$$"
++  else
++  # Ypcat has not succeded, remove the temporary file
++  $RM $WORKDIR/nis_bootparams.$$
++  fi
+ }
+--- ./systems/Linux/2/check_network_config.scripts     2003-04-21 09:36:10.000000000 +0200
++++ ./systems/Linux/2/check_network_config     2006-05-01 10:21:40.000000000 +0200
+@@ -21,6 +21,11 @@
+ # 11/25/2002 jfs - Initial version derived from Hispasec's bulletin
+ #                  (which is based on documentation online)
+ # 15/04/2003 jfs - Changed ERROR into FAIL
++# 10/15/2003 jfs - Return '1' instead of '-1' (Debian bug #215891)
++# 04/16/2005 jfs - Fixed check of ICMP redirects (Debian bug #304957).
++#                  Also fixed call to message so that everything appears
++#                  in one line.
++# 04/17/2005 jfs - Added check for local firewall rules
+ #
+ # References:
+ # http://www.linuxsecurity.com/articles/network_security_article-4528.html
+@@ -88,9 +93,9 @@
+ read_if_exist() {
+ # Reads a file if it exists
+-# Otherwise returns -1
++# Otherwise returns 1
+       file=$1
+-      value=-1
++      value=1
+       [ -f $1 ] && value=`$CAT $file`
+       return $value
+ }
+@@ -140,32 +145,60 @@
+ # Now start checking and sending messages
+ [ $icmp_echo_ignore -eq 0 ] && \
+-      message INFO lin009i "The system is configured to answer ICMP ECHO requests"
++      message INFO lin009i "" "The system is configured to answer ICMP ECHO requests"
+ [ $icmp_broadcast_ignore -eq 0 ] && \
+-      message FAIL lin010f "The system is configured to answer to ICMP broadcasts"
++      message FAIL lin010f "" "The system is configured to answer to ICMP broadcasts"
+ [ $icmp_bogus_error -eq 0 ] && \
+-      message FAIL lin011f "The system is configured to answer bogus errors"
++      message FAIL lin011f "" "The system is configured to answer bogus errors"
+-[ $icmp_redirect -eq 0 -o $icmp_redirect_def -eq 0 ] && \
+-      message WARN lin012w "The system accepts ICMP redirection messages"
++[ $icmp_redirect -eq 1 -o $icmp_redirect_def -eq 1 ] && \
++      message WARN lin012w "" "The system accepts ICMP redirection messages"
+ [ $tcp_syncookies -eq 0 ] && \
+-      message FAIL lin013f "The system is not protected against Syn flooding attacks"
++      message FAIL lin013f "" "The system is not protected against Syn flooding attacks"
+ [ $rp_filter_all -eq 0 -o $rp_filter_def -eq 0 ] && \
+-      message FAIL lin014f "The system permits the transmission of IP packets with invalid addresses"
++      message FAIL lin014f "" "The system permits the transmission of IP packets with invalid addresses"
+ [ $ip_fwd -eq 1 ]  && \
+-      message WARN lin015w "The system has IP forwarding enabled"
++      message WARN lin015w "" "The system has IP forwarding enabled"
+ [ $ip_source_route_all -eq 1 -o $ip_source_route_def -eq 1 ] && \
+-      message FAIL lin016f "The system permits source routing from incoming packets"
++      message FAIL lin016f "" "The system permits source routing from incoming packets"
+ [ $log_martian_all -eq 0 -o $log_martian_def -eq 0 ] && \
+-      message WARN lin017w "The system is not configured to log suspicious (martian) packets"
++      message WARN lin017w "" "The system is not configured to log suspicious (martian) packets"
+ # TODO: add a test that is useful for post-2.2 kernels
+ [ $ip_weak_end -eq 0 ] && \
+-      message WARN lin018w "The system implements weak end host RFC"
++      message WARN lin018w "" "The system implements weak end host RFC"
++
++# Check if there is (at least) and 
++
++haveallcmds CMP IPTABLES && {
++      iptablesrules=$WORKDIR/ipt.$$
++      iptablesempty=$WORKDIR/iptempt.$$
++      safe_temp $iptablesrules $iptablesempty
++      trap 'delete $iptablesrules $iptablesempty; exit 1;' 1 2 3 15
++      
++      $IPTABLES -nL 2>/dev/null >>$iptablesrules
++      if [ -s "$iptablesrules" ]; then
++              $CAT >>$iptablesempty <<EOF
++Chain INPUT (policy ACCEPT)
++target     prot opt source               destination         
++
++Chain FORWARD (policy ACCEPT)
++target     prot opt source               destination         
++
++Chain OUTPUT (policy ACCEPT)
++target     prot opt source               destination         
++EOF
++              $CMP -s $iptablesrules $iptablesempty 
++              [ $? -eq 0 ] && message FAIL lin019f "" "The system does not have any local firewall rules configured"
++      else
++              message ERROR run002e "" "Cannot extract local firewalling rules running $IPTABLES"
++      fi
++      delete $iptablesrules $iptablesempty
++}
+ exit 0
+--- ./systems/Linux/2/debian_advisories.scripts        2003-10-10 19:20:08.000000000 +0200
++++ ./systems/Linux/2/debian_advisories        2006-05-01 10:21:40.000000000 +0200
+@@ -2924,149 +2924,149 @@
+ libpng2-dev   1.0.5-1.1       powerpc DSA-213-1 libpng        2002-12-19
+ libpng2       1.0.5-1.1       sparc   DSA-213-1 libpng        2002-12-19
+ libpng2-dev   1.0.5-1.1       sparc   DSA-213-1 libpng        2002-12-19
+-kdict 2.2.2-14.5      alpha   DSA-214-1 kdnetwork     2002-12-20
+-kit   2.2.2-14.5      alpha   DSA-214-1 kdnetwork     2002-12-20
+-klisa 2.2.2-14.5      alpha   DSA-214-1 kdnetwork     2002-12-20
+-kmail 2.2.2-14.5      alpha   DSA-214-1 kdnetwork     2002-12-20
+-knewsticker   2.2.2-14.5      alpha   DSA-214-1 kdnetwork     2002-12-20
+-knode 2.2.2-14.5      alpha   DSA-214-1 kdnetwork     2002-12-20
+-korn  2.2.2-14.5      alpha   DSA-214-1 kdnetwork     2002-12-20
+-kppp  2.2.2-14.5      alpha   DSA-214-1 kdnetwork     2002-12-20
+-ksirc 2.2.2-14.5      alpha   DSA-214-1 kdnetwork     2002-12-20
+-ktalkd        2.2.2-14.5      alpha   DSA-214-1 kdnetwork     2002-12-20
+-libkdenetwork1        2.2.2-14.5      alpha   DSA-214-1 kdnetwork     2002-12-20
+-libmimelib-dev        2.2.2-14.5      alpha   DSA-214-1 kdnetwork     2002-12-20
+-libmimelib1   2.2.2-14.5      alpha   DSA-214-1 kdnetwork     2002-12-20
+-kdict 2.2.2-14.5      arm     DSA-214-1 kdnetwork     2002-12-20
+-kit   2.2.2-14.5      arm     DSA-214-1 kdnetwork     2002-12-20
+-klisa 2.2.2-14.5      arm     DSA-214-1 kdnetwork     2002-12-20
+-kmail 2.2.2-14.5      arm     DSA-214-1 kdnetwork     2002-12-20
+-knewsticker   2.2.2-14.5      arm     DSA-214-1 kdnetwork     2002-12-20
+-knode 2.2.2-14.5      arm     DSA-214-1 kdnetwork     2002-12-20
+-korn  2.2.2-14.5      arm     DSA-214-1 kdnetwork     2002-12-20
+-kppp  2.2.2-14.5      arm     DSA-214-1 kdnetwork     2002-12-20
+-ksirc 2.2.2-14.5      arm     DSA-214-1 kdnetwork     2002-12-20
+-ktalkd        2.2.2-14.5      arm     DSA-214-1 kdnetwork     2002-12-20
+-libkdenetwork1        2.2.2-14.5      arm     DSA-214-1 kdnetwork     2002-12-20
+-libmimelib-dev        2.2.2-14.5      arm     DSA-214-1 kdnetwork     2002-12-20
+-libmimelib1   2.2.2-14.5      arm     DSA-214-1 kdnetwork     2002-12-20
+-kdict 2.2.2-14.5      i386    DSA-214-1 kdnetwork     2002-12-20
+-kit   2.2.2-14.5      i386    DSA-214-1 kdnetwork     2002-12-20
+-klisa 2.2.2-14.5      i386    DSA-214-1 kdnetwork     2002-12-20
+-kmail 2.2.2-14.5      i386    DSA-214-1 kdnetwork     2002-12-20
+-knewsticker   2.2.2-14.5      i386    DSA-214-1 kdnetwork     2002-12-20
+-knode 2.2.2-14.5      i386    DSA-214-1 kdnetwork     2002-12-20
+-korn  2.2.2-14.5      i386    DSA-214-1 kdnetwork     2002-12-20
+-kppp  2.2.2-14.5      i386    DSA-214-1 kdnetwork     2002-12-20
+-ksirc 2.2.2-14.5      i386    DSA-214-1 kdnetwork     2002-12-20
+-ktalkd        2.2.2-14.5      i386    DSA-214-1 kdnetwork     2002-12-20
+-libkdenetwork1        2.2.2-14.5      i386    DSA-214-1 kdnetwork     2002-12-20
+-libmimelib-dev        2.2.2-14.5      i386    DSA-214-1 kdnetwork     2002-12-20
+-libmimelib1   2.2.2-14.5      i386    DSA-214-1 kdnetwork     2002-12-20
+-kdict 2.2.2-14.5      ia64    DSA-214-1 kdnetwork     2002-12-20
+-kit   2.2.2-14.5      ia64    DSA-214-1 kdnetwork     2002-12-20
+-klisa 2.2.2-14.5      ia64    DSA-214-1 kdnetwork     2002-12-20
+-kmail 2.2.2-14.5      ia64    DSA-214-1 kdnetwork     2002-12-20
+-knewsticker   2.2.2-14.5      ia64    DSA-214-1 kdnetwork     2002-12-20
+-knode 2.2.2-14.5      ia64    DSA-214-1 kdnetwork     2002-12-20
+-korn  2.2.2-14.5      ia64    DSA-214-1 kdnetwork     2002-12-20
+-kppp  2.2.2-14.5      ia64    DSA-214-1 kdnetwork     2002-12-20
+-ksirc 2.2.2-14.5      ia64    DSA-214-1 kdnetwork     2002-12-20
+-ktalkd        2.2.2-14.5      ia64    DSA-214-1 kdnetwork     2002-12-20
+-libkdenetwork1        2.2.2-14.5      ia64    DSA-214-1 kdnetwork     2002-12-20
+-libmimelib-dev        2.2.2-14.5      ia64    DSA-214-1 kdnetwork     2002-12-20
+-libmimelib1   2.2.2-14.5      ia64    DSA-214-1 kdnetwork     2002-12-20
+-kdict 2.2.2-14.5      hppa    DSA-214-1 kdnetwork     2002-12-20
+-kit   2.2.2-14.5      hppa    DSA-214-1 kdnetwork     2002-12-20
+-klisa 2.2.2-14.5      hppa    DSA-214-1 kdnetwork     2002-12-20
+-kmail 2.2.2-14.5      hppa    DSA-214-1 kdnetwork     2002-12-20
+-knewsticker   2.2.2-14.5      hppa    DSA-214-1 kdnetwork     2002-12-20
+-knode 2.2.2-14.5      hppa    DSA-214-1 kdnetwork     2002-12-20
+-korn  2.2.2-14.5      hppa    DSA-214-1 kdnetwork     2002-12-20
+-kppp  2.2.2-14.5      hppa    DSA-214-1 kdnetwork     2002-12-20
+-ksirc 2.2.2-14.5      hppa    DSA-214-1 kdnetwork     2002-12-20
+-ktalkd        2.2.2-14.5      hppa    DSA-214-1 kdnetwork     2002-12-20
+-libkdenetwork1        2.2.2-14.5      hppa    DSA-214-1 kdnetwork     2002-12-20
+-libmimelib-dev        2.2.2-14.5      hppa    DSA-214-1 kdnetwork     2002-12-20
+-libmimelib1   2.2.2-14.5      hppa    DSA-214-1 kdnetwork     2002-12-20
+-kdict 2.2.2-14.5      m68k    DSA-214-1 kdnetwork     2002-12-20
+-kit   2.2.2-14.5      m68k    DSA-214-1 kdnetwork     2002-12-20
+-klisa 2.2.2-14.5      m68k    DSA-214-1 kdnetwork     2002-12-20
+-kmail 2.2.2-14.5      m68k    DSA-214-1 kdnetwork     2002-12-20
+-knewsticker   2.2.2-14.5      m68k    DSA-214-1 kdnetwork     2002-12-20
+-knode 2.2.2-14.5      m68k    DSA-214-1 kdnetwork     2002-12-20
+-korn  2.2.2-14.5      m68k    DSA-214-1 kdnetwork     2002-12-20
+-kppp  2.2.2-14.5      m68k    DSA-214-1 kdnetwork     2002-12-20
+-ksirc 2.2.2-14.5      m68k    DSA-214-1 kdnetwork     2002-12-20
+-ktalkd        2.2.2-14.5      m68k    DSA-214-1 kdnetwork     2002-12-20
+-libkdenetwork1        2.2.2-14.5      m68k    DSA-214-1 kdnetwork     2002-12-20
+-libmimelib-dev        2.2.2-14.5      m68k    DSA-214-1 kdnetwork     2002-12-20
+-libmimelib1   2.2.2-14.5      m68k    DSA-214-1 kdnetwork     2002-12-20
+-kdict 2.2.2-14.5      mips    DSA-214-1 kdnetwork     2002-12-20
+-kit   2.2.2-14.5      mips    DSA-214-1 kdnetwork     2002-12-20
+-klisa 2.2.2-14.5      mips    DSA-214-1 kdnetwork     2002-12-20
+-kmail 2.2.2-14.5      mips    DSA-214-1 kdnetwork     2002-12-20
+-knewsticker   2.2.2-14.5      mips    DSA-214-1 kdnetwork     2002-12-20
+-knode 2.2.2-14.5      mips    DSA-214-1 kdnetwork     2002-12-20
+-korn  2.2.2-14.5      mips    DSA-214-1 kdnetwork     2002-12-20
+-kppp  2.2.2-14.5      mips    DSA-214-1 kdnetwork     2002-12-20
+-ksirc 2.2.2-14.5      mips    DSA-214-1 kdnetwork     2002-12-20
+-ktalkd        2.2.2-14.5      mips    DSA-214-1 kdnetwork     2002-12-20
+-libkdenetwork1        2.2.2-14.5      mips    DSA-214-1 kdnetwork     2002-12-20
+-libmimelib-dev        2.2.2-14.5      mips    DSA-214-1 kdnetwork     2002-12-20
+-libmimelib1   2.2.2-14.5      mips    DSA-214-1 kdnetwork     2002-12-20
+-kdict 2.2.2-14.5      mipsel  DSA-214-1 kdnetwork     2002-12-20
+-kit   2.2.2-14.5      mipsel  DSA-214-1 kdnetwork     2002-12-20
+-klisa 2.2.2-14.5      mipsel  DSA-214-1 kdnetwork     2002-12-20
+-kmail 2.2.2-14.5      mipsel  DSA-214-1 kdnetwork     2002-12-20
+-knewsticker   2.2.2-14.5      mipsel  DSA-214-1 kdnetwork     2002-12-20
+-knode 2.2.2-14.5      mipsel  DSA-214-1 kdnetwork     2002-12-20
+-korn  2.2.2-14.5      mipsel  DSA-214-1 kdnetwork     2002-12-20
+-kppp  2.2.2-14.5      mipsel  DSA-214-1 kdnetwork     2002-12-20
+-ksirc 2.2.2-14.5      mipsel  DSA-214-1 kdnetwork     2002-12-20
+-ktalkd        2.2.2-14.5      mipsel  DSA-214-1 kdnetwork     2002-12-20
+-libkdenetwork1        2.2.2-14.5      mipsel  DSA-214-1 kdnetwork     2002-12-20
+-libmimelib-dev        2.2.2-14.5      mipsel  DSA-214-1 kdnetwork     2002-12-20
+-libmimelib1   2.2.2-14.5      mipsel  DSA-214-1 kdnetwork     2002-12-20
+-kdict 2.2.2-14.5      powerpc DSA-214-1 kdnetwork     2002-12-20
+-kit   2.2.2-14.5      powerpc DSA-214-1 kdnetwork     2002-12-20
+-klisa 2.2.2-14.5      powerpc DSA-214-1 kdnetwork     2002-12-20
+-kmail 2.2.2-14.5      powerpc DSA-214-1 kdnetwork     2002-12-20
+-knewsticker   2.2.2-14.5      powerpc DSA-214-1 kdnetwork     2002-12-20
+-knode 2.2.2-14.5      powerpc DSA-214-1 kdnetwork     2002-12-20
+-korn  2.2.2-14.5      powerpc DSA-214-1 kdnetwork     2002-12-20
+-kppp  2.2.2-14.5      powerpc DSA-214-1 kdnetwork     2002-12-20
+-ksirc 2.2.2-14.5      powerpc DSA-214-1 kdnetwork     2002-12-20
+-ktalkd        2.2.2-14.5      powerpc DSA-214-1 kdnetwork     2002-12-20
+-libkdenetwork1        2.2.2-14.5      powerpc DSA-214-1 kdnetwork     2002-12-20
+-libmimelib-dev        2.2.2-14.5      powerpc DSA-214-1 kdnetwork     2002-12-20
+-libmimelib1   2.2.2-14.5      powerpc DSA-214-1 kdnetwork     2002-12-20
+-kdict 2.2.2-14.5      s390    DSA-214-1 kdnetwork     2002-12-20
+-kit   2.2.2-14.5      s390    DSA-214-1 kdnetwork     2002-12-20
+-klisa 2.2.2-14.5      s390    DSA-214-1 kdnetwork     2002-12-20
+-kmail 2.2.2-14.5      s390    DSA-214-1 kdnetwork     2002-12-20
+-knewsticker   2.2.2-14.5      s390    DSA-214-1 kdnetwork     2002-12-20
+-knode 2.2.2-14.5      s390    DSA-214-1 kdnetwork     2002-12-20
+-korn  2.2.2-14.5      s390    DSA-214-1 kdnetwork     2002-12-20
+-kppp  2.2.2-14.5      s390    DSA-214-1 kdnetwork     2002-12-20
+-ksirc 2.2.2-14.5      s390    DSA-214-1 kdnetwork     2002-12-20
+-ktalkd        2.2.2-14.5      s390    DSA-214-1 kdnetwork     2002-12-20
+-libkdenetwork1        2.2.2-14.5      s390    DSA-214-1 kdnetwork     2002-12-20
+-libmimelib-dev        2.2.2-14.5      s390    DSA-214-1 kdnetwork     2002-12-20
+-libmimelib1   2.2.2-14.5      s390    DSA-214-1 kdnetwork     2002-12-20
+-kdict 2.2.2-14.5      sparc   DSA-214-1 kdnetwork     2002-12-20
+-kit   2.2.2-14.5      sparc   DSA-214-1 kdnetwork     2002-12-20
+-klisa 2.2.2-14.5      sparc   DSA-214-1 kdnetwork     2002-12-20
+-kmail 2.2.2-14.5      sparc   DSA-214-1 kdnetwork     2002-12-20
+-knewsticker   2.2.2-14.5      sparc   DSA-214-1 kdnetwork     2002-12-20
+-knode 2.2.2-14.5      sparc   DSA-214-1 kdnetwork     2002-12-20
+-korn  2.2.2-14.5      sparc   DSA-214-1 kdnetwork     2002-12-20
+-kppp  2.2.2-14.5      sparc   DSA-214-1 kdnetwork     2002-12-20
+-ksirc 2.2.2-14.5      sparc   DSA-214-1 kdnetwork     2002-12-20
+-ktalkd        2.2.2-14.5      sparc   DSA-214-1 kdnetwork     2002-12-20
+-libkdenetwork1        2.2.2-14.5      sparc   DSA-214-1 kdnetwork     2002-12-20
+-libmimelib-dev        2.2.2-14.5      sparc   DSA-214-1 kdnetwork     2002-12-20
+-libmimelib1   2.2.2-14.5      sparc   DSA-214-1 kdnetwork     2002-12-20
++kdict 2.2.2-14.5      alpha   DSA-214-1 kdenetwork    2002-12-20
++kit   2.2.2-14.5      alpha   DSA-214-1 kdenetwork    2002-12-20
++klisa 2.2.2-14.5      alpha   DSA-214-1 kdenetwork    2002-12-20
++kmail 2.2.2-14.5      alpha   DSA-214-1 kdenetwork    2002-12-20
++knewsticker   2.2.2-14.5      alpha   DSA-214-1 kdenetwork    2002-12-20
++knode 2.2.2-14.5      alpha   DSA-214-1 kdenetwork    2002-12-20
++korn  2.2.2-14.5      alpha   DSA-214-1 kdenetwork    2002-12-20
++kppp  2.2.2-14.5      alpha   DSA-214-1 kdenetwork    2002-12-20
++ksirc 2.2.2-14.5      alpha   DSA-214-1 kdenetwork    2002-12-20
++ktalkd        2.2.2-14.5      alpha   DSA-214-1 kdenetwork    2002-12-20
++libkdenetwork1        2.2.2-14.5      alpha   DSA-214-1 kdenetwork    2002-12-20
++libmimelib-dev        2.2.2-14.5      alpha   DSA-214-1 kdenetwork    2002-12-20
++libmimelib1   2.2.2-14.5      alpha   DSA-214-1 kdenetwork    2002-12-20
++kdict 2.2.2-14.5      arm     DSA-214-1 kdenetwork    2002-12-20
++kit   2.2.2-14.5      arm     DSA-214-1 kdenetwork    2002-12-20
++klisa 2.2.2-14.5      arm     DSA-214-1 kdenetwork    2002-12-20
++kmail 2.2.2-14.5      arm     DSA-214-1 kdenetwork    2002-12-20
++knewsticker   2.2.2-14.5      arm     DSA-214-1 kdenetwork    2002-12-20
++knode 2.2.2-14.5      arm     DSA-214-1 kdenetwork    2002-12-20
++korn  2.2.2-14.5      arm     DSA-214-1 kdenetwork    2002-12-20
++kppp  2.2.2-14.5      arm     DSA-214-1 kdenetwork    2002-12-20
++ksirc 2.2.2-14.5      arm     DSA-214-1 kdenetwork    2002-12-20
++ktalkd        2.2.2-14.5      arm     DSA-214-1 kdenetwork    2002-12-20
++libkdenetwork1        2.2.2-14.5      arm     DSA-214-1 kdenetwork    2002-12-20
++libmimelib-dev        2.2.2-14.5      arm     DSA-214-1 kdenetwork    2002-12-20
++libmimelib1   2.2.2-14.5      arm     DSA-214-1 kdenetwork    2002-12-20
++kdict 2.2.2-14.5      i386    DSA-214-1 kdenetwork    2002-12-20
++kit   2.2.2-14.5      i386    DSA-214-1 kdenetwork    2002-12-20
++klisa 2.2.2-14.5      i386    DSA-214-1 kdenetwork    2002-12-20
++kmail 2.2.2-14.5      i386    DSA-214-1 kdenetwork    2002-12-20
++knewsticker   2.2.2-14.5      i386    DSA-214-1 kdenetwork    2002-12-20
++knode 2.2.2-14.5      i386    DSA-214-1 kdenetwork    2002-12-20
++korn  2.2.2-14.5      i386    DSA-214-1 kdenetwork    2002-12-20
++kppp  2.2.2-14.5      i386    DSA-214-1 kdenetwork    2002-12-20
++ksirc 2.2.2-14.5      i386    DSA-214-1 kdenetwork    2002-12-20
++ktalkd        2.2.2-14.5      i386    DSA-214-1 kdenetwork    2002-12-20
++libkdenetwork1        2.2.2-14.5      i386    DSA-214-1 kdenetwork    2002-12-20
++libmimelib-dev        2.2.2-14.5      i386    DSA-214-1 kdenetwork    2002-12-20
++libmimelib1   2.2.2-14.5      i386    DSA-214-1 kdenetwork    2002-12-20
++kdict 2.2.2-14.5      ia64    DSA-214-1 kdenetwork    2002-12-20
++kit   2.2.2-14.5      ia64    DSA-214-1 kdenetwork    2002-12-20
++klisa 2.2.2-14.5      ia64    DSA-214-1 kdenetwork    2002-12-20
++kmail 2.2.2-14.5      ia64    DSA-214-1 kdenetwork    2002-12-20
++knewsticker   2.2.2-14.5      ia64    DSA-214-1 kdenetwork    2002-12-20
++knode 2.2.2-14.5      ia64    DSA-214-1 kdenetwork    2002-12-20
++korn  2.2.2-14.5      ia64    DSA-214-1 kdenetwork    2002-12-20
++kppp  2.2.2-14.5      ia64    DSA-214-1 kdenetwork    2002-12-20
++ksirc 2.2.2-14.5      ia64    DSA-214-1 kdenetwork    2002-12-20
++ktalkd        2.2.2-14.5      ia64    DSA-214-1 kdenetwork    2002-12-20
++libkdenetwork1        2.2.2-14.5      ia64    DSA-214-1 kdenetwork    2002-12-20
++libmimelib-dev        2.2.2-14.5      ia64    DSA-214-1 kdenetwork    2002-12-20
++libmimelib1   2.2.2-14.5      ia64    DSA-214-1 kdenetwork    2002-12-20
++kdict 2.2.2-14.5      hppa    DSA-214-1 kdenetwork    2002-12-20
++kit   2.2.2-14.5      hppa    DSA-214-1 kdenetwork    2002-12-20
++klisa 2.2.2-14.5      hppa    DSA-214-1 kdenetwork    2002-12-20
++kmail 2.2.2-14.5      hppa    DSA-214-1 kdenetwork    2002-12-20
++knewsticker   2.2.2-14.5      hppa    DSA-214-1 kdenetwork    2002-12-20
++knode 2.2.2-14.5      hppa    DSA-214-1 kdenetwork    2002-12-20
++korn  2.2.2-14.5      hppa    DSA-214-1 kdenetwork    2002-12-20
++kppp  2.2.2-14.5      hppa    DSA-214-1 kdenetwork    2002-12-20
++ksirc 2.2.2-14.5      hppa    DSA-214-1 kdenetwork    2002-12-20
++ktalkd        2.2.2-14.5      hppa    DSA-214-1 kdenetwork    2002-12-20
++libkdenetwork1        2.2.2-14.5      hppa    DSA-214-1 kdenetwork    2002-12-20
++libmimelib-dev        2.2.2-14.5      hppa    DSA-214-1 kdenetwork    2002-12-20
++libmimelib1   2.2.2-14.5      hppa    DSA-214-1 kdenetwork    2002-12-20
++kdict 2.2.2-14.5      m68k    DSA-214-1 kdenetwork    2002-12-20
++kit   2.2.2-14.5      m68k    DSA-214-1 kdenetwork    2002-12-20
++klisa 2.2.2-14.5      m68k    DSA-214-1 kdenetwork    2002-12-20
++kmail 2.2.2-14.5      m68k    DSA-214-1 kdenetwork    2002-12-20
++knewsticker   2.2.2-14.5      m68k    DSA-214-1 kdenetwork    2002-12-20
++knode 2.2.2-14.5      m68k    DSA-214-1 kdenetwork    2002-12-20
++korn  2.2.2-14.5      m68k    DSA-214-1 kdenetwork    2002-12-20
++kppp  2.2.2-14.5      m68k    DSA-214-1 kdenetwork    2002-12-20
++ksirc 2.2.2-14.5      m68k    DSA-214-1 kdenetwork    2002-12-20
++ktalkd        2.2.2-14.5      m68k    DSA-214-1 kdenetwork    2002-12-20
++libkdenetwork1        2.2.2-14.5      m68k    DSA-214-1 kdenetwork    2002-12-20
++libmimelib-dev        2.2.2-14.5      m68k    DSA-214-1 kdenetwork    2002-12-20
++libmimelib1   2.2.2-14.5      m68k    DSA-214-1 kdenetwork    2002-12-20
++kdict 2.2.2-14.5      mips    DSA-214-1 kdenetwork    2002-12-20
++kit   2.2.2-14.5      mips    DSA-214-1 kdenetwork    2002-12-20
++klisa 2.2.2-14.5      mips    DSA-214-1 kdenetwork    2002-12-20
++kmail 2.2.2-14.5      mips    DSA-214-1 kdenetwork    2002-12-20
++knewsticker   2.2.2-14.5      mips    DSA-214-1 kdenetwork    2002-12-20
++knode 2.2.2-14.5      mips    DSA-214-1 kdenetwork    2002-12-20
++korn  2.2.2-14.5      mips    DSA-214-1 kdenetwork    2002-12-20
++kppp  2.2.2-14.5      mips    DSA-214-1 kdenetwork    2002-12-20
++ksirc 2.2.2-14.5      mips    DSA-214-1 kdenetwork    2002-12-20
++ktalkd        2.2.2-14.5      mips    DSA-214-1 kdenetwork    2002-12-20
++libkdenetwork1        2.2.2-14.5      mips    DSA-214-1 kdenetwork    2002-12-20
++libmimelib-dev        2.2.2-14.5      mips    DSA-214-1 kdenetwork    2002-12-20
++libmimelib1   2.2.2-14.5      mips    DSA-214-1 kdenetwork    2002-12-20
++kdict 2.2.2-14.5      mipsel  DSA-214-1 kdenetwork    2002-12-20
++kit   2.2.2-14.5      mipsel  DSA-214-1 kdenetwork    2002-12-20
++klisa 2.2.2-14.5      mipsel  DSA-214-1 kdenetwork    2002-12-20
++kmail 2.2.2-14.5      mipsel  DSA-214-1 kdenetwork    2002-12-20
++knewsticker   2.2.2-14.5      mipsel  DSA-214-1 kdenetwork    2002-12-20
++knode 2.2.2-14.5      mipsel  DSA-214-1 kdenetwork    2002-12-20
++korn  2.2.2-14.5      mipsel  DSA-214-1 kdenetwork    2002-12-20
++kppp  2.2.2-14.5      mipsel  DSA-214-1 kdenetwork    2002-12-20
++ksirc 2.2.2-14.5      mipsel  DSA-214-1 kdenetwork    2002-12-20
++ktalkd        2.2.2-14.5      mipsel  DSA-214-1 kdenetwork    2002-12-20
++libkdenetwork1        2.2.2-14.5      mipsel  DSA-214-1 kdenetwork    2002-12-20
++libmimelib-dev        2.2.2-14.5      mipsel  DSA-214-1 kdenetwork    2002-12-20
++libmimelib1   2.2.2-14.5      mipsel  DSA-214-1 kdenetwork    2002-12-20
++kdict 2.2.2-14.5      powerpc DSA-214-1 kdenetwork    2002-12-20
++kit   2.2.2-14.5      powerpc DSA-214-1 kdenetwork    2002-12-20
++klisa 2.2.2-14.5      powerpc DSA-214-1 kdenetwork    2002-12-20
++kmail 2.2.2-14.5      powerpc DSA-214-1 kdenetwork    2002-12-20
++knewsticker   2.2.2-14.5      powerpc DSA-214-1 kdenetwork    2002-12-20
++knode 2.2.2-14.5      powerpc DSA-214-1 kdenetwork    2002-12-20
++korn  2.2.2-14.5      powerpc DSA-214-1 kdenetwork    2002-12-20
++kppp  2.2.2-14.5      powerpc DSA-214-1 kdenetwork    2002-12-20
++ksirc 2.2.2-14.5      powerpc DSA-214-1 kdenetwork    2002-12-20
++ktalkd        2.2.2-14.5      powerpc DSA-214-1 kdenetwork    2002-12-20
++libkdenetwork1        2.2.2-14.5      powerpc DSA-214-1 kdenetwork    2002-12-20
++libmimelib-dev        2.2.2-14.5      powerpc DSA-214-1 kdenetwork    2002-12-20
++libmimelib1   2.2.2-14.5      powerpc DSA-214-1 kdenetwork    2002-12-20
++kdict 2.2.2-14.5      s390    DSA-214-1 kdenetwork    2002-12-20
++kit   2.2.2-14.5      s390    DSA-214-1 kdenetwork    2002-12-20
++klisa 2.2.2-14.5      s390    DSA-214-1 kdenetwork    2002-12-20
++kmail 2.2.2-14.5      s390    DSA-214-1 kdenetwork    2002-12-20
++knewsticker   2.2.2-14.5      s390    DSA-214-1 kdenetwork    2002-12-20
++knode 2.2.2-14.5      s390    DSA-214-1 kdenetwork    2002-12-20
++korn  2.2.2-14.5      s390    DSA-214-1 kdenetwork    2002-12-20
++kppp  2.2.2-14.5      s390    DSA-214-1 kdenetwork    2002-12-20
++ksirc 2.2.2-14.5      s390    DSA-214-1 kdenetwork    2002-12-20
++ktalkd        2.2.2-14.5      s390    DSA-214-1 kdenetwork    2002-12-20
++libkdenetwork1        2.2.2-14.5      s390    DSA-214-1 kdenetwork    2002-12-20
++libmimelib-dev        2.2.2-14.5      s390    DSA-214-1 kdenetwork    2002-12-20
++libmimelib1   2.2.2-14.5      s390    DSA-214-1 kdenetwork    2002-12-20
++kdict 2.2.2-14.5      sparc   DSA-214-1 kdenetwork    2002-12-20
++kit   2.2.2-14.5      sparc   DSA-214-1 kdenetwork    2002-12-20
++klisa 2.2.2-14.5      sparc   DSA-214-1 kdenetwork    2002-12-20
++kmail 2.2.2-14.5      sparc   DSA-214-1 kdenetwork    2002-12-20
++knewsticker   2.2.2-14.5      sparc   DSA-214-1 kdenetwork    2002-12-20
++knode 2.2.2-14.5      sparc   DSA-214-1 kdenetwork    2002-12-20
++korn  2.2.2-14.5      sparc   DSA-214-1 kdenetwork    2002-12-20
++kppp  2.2.2-14.5      sparc   DSA-214-1 kdenetwork    2002-12-20
++ksirc 2.2.2-14.5      sparc   DSA-214-1 kdenetwork    2002-12-20
++ktalkd        2.2.2-14.5      sparc   DSA-214-1 kdenetwork    2002-12-20
++libkdenetwork1        2.2.2-14.5      sparc   DSA-214-1 kdenetwork    2002-12-20
++libmimelib-dev        2.2.2-14.5      sparc   DSA-214-1 kdenetwork    2002-12-20
++libmimelib1   2.2.2-14.5      sparc   DSA-214-1 kdenetwork    2002-12-20
+ cyrus-admin   1.5.19-2.2      alpha   DSA-215-1 cyrus-imapd   2002-12-23
+ cyrus-common  1.5.19-2.2      alpha   DSA-215-1 cyrus-imapd   2002-12-23
+ cyrus-dev     1.5.19-2.2      alpha   DSA-215-1 cyrus-imapd   2002-12-23
+@@ -3217,67 +3217,259 @@
+ typespeed     0.4.1-2.1       powerpc DSA-217-1 typespeed     2002-12-27
+ typespeed     0.4.1-2.1       s390    DSA-217-1 typespeed     2002-12-27
+ typespeed     0.4.1-2.1       sparc   DSA-217-1 typespeed     2002-12-27
++metrics       1.0-1.1 alpha   DSA-279-1 metrics       2003-4-7
++metrics       1.0-1.1 arm     DSA-279-1 metrics       2003-4-7
++metrics       1.0-1.1 i386    DSA-279-1 metrics       2003-4-7
++metrics       1.0-1.1 m68k    DSA-279-1 metrics       2003-4-7
++metrics       1.0-1.1 powerpc DSA-279-1 metrics       2003-4-7
++metrics       1.0-1.1 sparc   DSA-279-1 metrics       2003-4-7
++w3m   0.3-2.4 alpha   DSA-251-1 w3m   2003-2-14
++w3m-img       0.3-2.4 alpha   DSA-251-1 w3m   2003-2-14
++w3m-ssl       0.3-2.4 alpha   DSA-251-1 w3m   2003-2-14
++w3m   0.3-2.4 arm     DSA-251-1 w3m   2003-2-14
++w3m-img       0.3-2.4 arm     DSA-251-1 w3m   2003-2-14
++w3m-ssl       0.3-2.4 arm     DSA-251-1 w3m   2003-2-14
++w3m   0.3-2.4 i386    DSA-251-1 w3m   2003-2-14
++w3m-img       0.3-2.4 i386    DSA-251-1 w3m   2003-2-14
++w3m-ssl       0.3-2.4 i386    DSA-251-1 w3m   2003-2-14
++w3m   0.3-2.4 hppa    DSA-251-1 w3m   2003-2-14
++w3m-img       0.3-2.4 hppa    DSA-251-1 w3m   2003-2-14
++w3m-ssl       0.3-2.4 hppa    DSA-251-1 w3m   2003-2-14
++w3m   0.3-2.4 m68k    DSA-251-1 w3m   2003-2-14
++w3m-img       0.3-2.4 m68k    DSA-251-1 w3m   2003-2-14
++w3m-ssl       0.3-2.4 m68k    DSA-251-1 w3m   2003-2-14
++w3m   0.3-2.4 mips    DSA-251-1 w3m   2003-2-14
++w3m-img       0.3-2.4 mips    DSA-251-1 w3m   2003-2-14
++w3m-ssl       0.3-2.4 mips    DSA-251-1 w3m   2003-2-14
++w3m   0.3-2.4 mipsel  DSA-251-1 w3m   2003-2-14
++w3m-img       0.3-2.4 mipsel  DSA-251-1 w3m   2003-2-14
++w3m-ssl       0.3-2.4 mipsel  DSA-251-1 w3m   2003-2-14
++w3m   0.3-2.4 powerpc DSA-251-1 w3m   2003-2-14
++w3m-img       0.3-2.4 powerpc DSA-251-1 w3m   2003-2-14
++w3m-ssl       0.3-2.4 powerpc DSA-251-1 w3m   2003-2-14
++w3m   0.3-2.4 s390    DSA-251-1 w3m   2003-2-14
++w3m-img       0.3-2.4 s390    DSA-251-1 w3m   2003-2-14
++w3m-ssl       0.3-2.4 s390    DSA-251-1 w3m   2003-2-14
++w3m   0.3-2.4 sparc   DSA-251-1 w3m   2003-2-14
++w3m-img       0.3-2.4 sparc   DSA-251-1 w3m   2003-2-14
++w3m-ssl       0.3-2.4 sparc   DSA-251-1 w3m   2003-2-14
++gkrellm-newsticker    0.3-3.1 alpha   DSA-294-1 gkrellm-newsticker    2003-4-23
++gkrellm-newsticker    0.3-3.1 arm     DSA-294-1 gkrellm-newsticker    2003-4-23
++gkrellm-newsticker    0.3-3.1 i386    DSA-294-1 gkrellm-newsticker    2003-4-23
++gkrellm-newsticker    0.3-3.1 ia64    DSA-294-1 gkrellm-newsticker    2003-4-23
++gkrellm-newsticker    0.3-3.1 hppa    DSA-294-1 gkrellm-newsticker    2003-4-23
++gkrellm-newsticker    0.3-3.1 m68k    DSA-294-1 gkrellm-newsticker    2003-4-23
++gkrellm-newsticker    0.3-3.1 mips    DSA-294-1 gkrellm-newsticker    2003-4-23
++gkrellm-newsticker    0.3-3.1 mipsel  DSA-294-1 gkrellm-newsticker    2003-4-23
++gkrellm-newsticker    0.3-3.1 powerpc DSA-294-1 gkrellm-newsticker    2003-4-23
++gkrellm-newsticker    0.3-3.1 s390    DSA-294-1 gkrellm-newsticker    2003-4-23
++gkrellm-newsticker    0.3-3.1 sparc   DSA-294-1 gkrellm-newsticker    2003-4-23
++kdict 2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
++kit   2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
++klisa 2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
++kmail 2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
++knewsticker   2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
++knode 2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
++korn  2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
++kppp  2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
++ksirc 2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
++ktalkd        2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
++libkdenetwork1        2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
++libmimelib-dev        2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
++libmimelib1   2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
++kdict 2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
++kit   2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
++klisa 2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
++kmail 2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
++knewsticker   2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
++knode 2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
++korn  2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
++kppp  2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
++ksirc 2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
++ktalkd        2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
++libkdenetwork1        2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
++libmimelib-dev        2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
++libmimelib1   2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
++kdict 2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
++kit   2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
++klisa 2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
++kmail 2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
++knewsticker   2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
++knode 2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
++korn  2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
++kppp  2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
++ksirc 2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
++ktalkd        2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
++libkdenetwork1        2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
++libmimelib-dev        2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
++libmimelib1   2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
++kdict 2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
++kit   2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
++klisa 2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
++kmail 2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
++knewsticker   2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
++knode 2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
++korn  2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
++kppp  2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
++ksirc 2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
++ktalkd        2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
++libkdenetwork1        2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
++libmimelib-dev        2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
++libmimelib1   2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
++kdict 2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
++kit   2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
++klisa 2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
++kmail 2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
++knewsticker   2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
++knode 2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
++korn  2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
++kppp  2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
++ksirc 2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
++ktalkd        2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
++libkdenetwork1        2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
++libmimelib-dev        2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
++libmimelib1   2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
++kdict 2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
++kit   2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
++klisa 2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
++kmail 2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
++knewsticker   2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
++knode 2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
++korn  2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
++kppp  2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
++ksirc 2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
++ktalkd        2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
++libkdenetwork1        2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
++libmimelib-dev        2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
++libmimelib1   2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
++kdict 2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
++kit   2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
++klisa 2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
++kmail 2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
++knewsticker   2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
++knode 2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
++korn  2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
++kppp  2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
++ksirc 2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
++ktalkd        2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
++libkdenetwork1        2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
++libmimelib-dev        2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
++libmimelib1   2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
++kdict 2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
++kit   2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
++klisa 2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
++kmail 2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
++knewsticker   2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
++knode 2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
++korn  2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
++kppp  2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
++ksirc 2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
++ktalkd        2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
++libkdenetwork1        2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
++libmimelib-dev        2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
++libmimelib1   2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
++kdict 2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
++kit   2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
++klisa 2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
++kmail 2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
++knewsticker   2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
++knode 2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
++korn  2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
++kppp  2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
++ksirc 2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
++ktalkd        2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
++libkdenetwork1        2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
++libmimelib-dev        2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
++libmimelib1   2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
++kdict 2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
++kit   2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
++klisa 2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
++kmail 2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
++knewsticker   2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
++knode 2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
++korn  2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
++kppp  2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
++ksirc 2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
++ktalkd        2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
++libkdenetwork1        2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
++libmimelib-dev        2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
++libmimelib1   2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
++kdict 2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
++kit   2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
++klisa 2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
++kmail 2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
++knewsticker   2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
++knode 2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
++korn  2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
++kppp  2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
++ksirc 2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
++ktalkd        2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
++libkdenetwork1        2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
++libmimelib-dev        2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
++libmimelib1   2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
++tcpdump       3.6.2-2.3       alpha   DSA-255-1 tcpdump       2003-2-27
++tcpdump       3.6.2-2.3       arm     DSA-255-1 tcpdump       2003-2-27
++tcpdump       3.6.2-2.3       i386    DSA-255-1 tcpdump       2003-2-27
++tcpdump       3.6.2-2.3       ia64    DSA-255-1 tcpdump       2003-2-27
++tcpdump       3.6.2-2.3       hppa    DSA-255-1 tcpdump       2003-2-27
++tcpdump       3.6.2-2.3       m68k    DSA-255-1 tcpdump       2003-2-27
++tcpdump       3.6.2-2.3       mips    DSA-255-1 tcpdump       2003-2-27
++tcpdump       3.6.2-2.3       mipsel  DSA-255-1 tcpdump       2003-2-27
++tcpdump       3.6.2-2.3       powerpc DSA-255-1 tcpdump       2003-2-27
++tcpdump       3.6.2-2.3       s390    DSA-255-1 tcpdump       2003-2-27
++tcpdump       3.6.2-2.3       sparc   DSA-255-1 tcpdump       2003-2-27
++libgtop-daemon        1.0.13-3.1      alpha   DSA-301-1 libgtop       2003-5-7
++libgtop-dev   1.0.13-3.1      alpha   DSA-301-1 libgtop       2003-5-7
++libgtop1      1.0.13-3.1      alpha   DSA-301-1 libgtop       2003-5-7
++libgtop-daemon        1.0.13-3.1      arm     DSA-301-1 libgtop       2003-5-7
++libgtop-dev   1.0.13-3.1      arm     DSA-301-1 libgtop       2003-5-7
++libgtop1      1.0.13-3.1      arm     DSA-301-1 libgtop       2003-5-7
++libgtop-daemon        1.0.13-3.1      i386    DSA-301-1 libgtop       2003-5-7
++libgtop-dev   1.0.13-3.1      i386    DSA-301-1 libgtop       2003-5-7
++libgtop1      1.0.13-3.1      i386    DSA-301-1 libgtop       2003-5-7
++libgtop-daemon        1.0.13-3.1      ia64    DSA-301-1 libgtop       2003-5-7
++libgtop-dev   1.0.13-3.1      ia64    DSA-301-1 libgtop       2003-5-7
++libgtop1      1.0.13-3.1      ia64    DSA-301-1 libgtop       2003-5-7
++libgtop-daemon        1.0.13-3.1      hppa    DSA-301-1 libgtop       2003-5-7
++libgtop-dev   1.0.13-3.1      hppa    DSA-301-1 libgtop       2003-5-7
++libgtop1      1.0.13-3.1      hppa    DSA-301-1 libgtop       2003-5-7
++libgtop-daemon        1.0.13-3.1      m68k    DSA-301-1 libgtop       2003-5-7
++libgtop-dev   1.0.13-3.1      m68k    DSA-301-1 libgtop       2003-5-7
++libgtop1      1.0.13-3.1      m68k    DSA-301-1 libgtop       2003-5-7
++libgtop-daemon        1.0.13-3.1      mips    DSA-301-1 libgtop       2003-5-7
++libgtop-dev   1.0.13-3.1      mips    DSA-301-1 libgtop       2003-5-7
++libgtop1      1.0.13-3.1      mips    DSA-301-1 libgtop       2003-5-7
++libgtop-daemon        1.0.13-3.1      mipsel  DSA-301-1 libgtop       2003-5-7
++libgtop-dev   1.0.13-3.1      mipsel  DSA-301-1 libgtop       2003-5-7
++libgtop1      1.0.13-3.1      mipsel  DSA-301-1 libgtop       2003-5-7
++libgtop-daemon        1.0.13-3.1      powerpc DSA-301-1 libgtop       2003-5-7
++libgtop-dev   1.0.13-3.1      powerpc DSA-301-1 libgtop       2003-5-7
++libgtop1      1.0.13-3.1      powerpc DSA-301-1 libgtop       2003-5-7
++libgtop-daemon        1.0.13-3.1      s390    DSA-301-1 libgtop       2003-5-7
++libgtop-dev   1.0.13-3.1      s390    DSA-301-1 libgtop       2003-5-7
++libgtop1      1.0.13-3.1      s390    DSA-301-1 libgtop       2003-5-7
++libgtop-daemon        1.0.13-3.1      sparc   DSA-301-1 libgtop       2003-5-7
++libgtop-dev   1.0.13-3.1      sparc   DSA-301-1 libgtop       2003-5-7
++libgtop1      1.0.13-3.1      sparc   DSA-301-1 libgtop       2003-5-7
++imp   2.2.6-5.1       all     DSA-229-1 imp   2003-1-15
+ squirrelmail  1.2.6-1.3       all     DSA-220-1 squirrelmail  2003-1-2
+-mhonarc       2.4.4-1.3       all     DSA-221-1 mhonarc       2003-1-3
+-mhonarc       2.5.2-1.3       all     DSA-221-1 mhonarc       2003-1-3
+-xpdf  0.90-8.1        alpha   DSA-222-1 xpdf  2003-1-6
+-xpdf  0.90-8.1        arm     DSA-222-1 xpdf  2003-1-6
+-xpdf  0.90-8.1        i386    DSA-222-1 xpdf  2003-1-6
+-xpdf  0.90-8.1        m68k    DSA-222-1 xpdf  2003-1-6
+-xpdf  0.90-8.1        powerpc DSA-222-1 xpdf  2003-1-6
+-xpdf  0.90-8.1        sparc   DSA-222-1 xpdf  2003-1-6
+-xpdf-common   1.00-3.1        all     DSA-222-1 xpdf  2003-1-6
+-xpdf  1.00-3.1        all     DSA-222-1 xpdf  2003-1-6
+-xpdf-reader   1.00-3.1        alpha   DSA-222-1 xpdf  2003-1-6
+-xpdf-utils    1.00-3.1        alpha   DSA-222-1 xpdf  2003-1-6
+-xpdf-reader   1.00-3.1        arm     DSA-222-1 xpdf  2003-1-6
+-xpdf-utils    1.00-3.1        arm     DSA-222-1 xpdf  2003-1-6
+-xpdf-reader   1.00-3.1        i386    DSA-222-1 xpdf  2003-1-6
+-xpdf-utils    1.00-3.1        i386    DSA-222-1 xpdf  2003-1-6
+-xpdf-reader   1.00-3.1        ia64    DSA-222-1 xpdf  2003-1-6
+-xpdf-utils    1.00-3.1        ia64    DSA-222-1 xpdf  2003-1-6
+-xpdf-reader   1.00-3.1        hppa    DSA-222-1 xpdf  2003-1-6
+-xpdf-utils    1.00-3.1        hppa    DSA-222-1 xpdf  2003-1-6
+-xpdf-reader   1.00-3.1        m68k    DSA-222-1 xpdf  2003-1-6
+-xpdf-utils    1.00-3.1        m68k    DSA-222-1 xpdf  2003-1-6
+-xpdf-reader   1.00-3.1        mips    DSA-222-1 xpdf  2003-1-6
+-xpdf-utils    1.00-3.1        mips    DSA-222-1 xpdf  2003-1-6
+-xpdf-reader   1.00-3.1        mipsel  DSA-222-1 xpdf  2003-1-6
+-xpdf-utils    1.00-3.1        mipsel  DSA-222-1 xpdf  2003-1-6
+-xpdf-reader   1.00-3.1        powerpc DSA-222-1 xpdf  2003-1-6
+-xpdf-utils    1.00-3.1        powerpc DSA-222-1 xpdf  2003-1-6
+-xpdf-reader   1.00-3.1        s390    DSA-222-1 xpdf  2003-1-6
+-xpdf-utils    1.00-3.1        s390    DSA-222-1 xpdf  2003-1-6
+-xpdf-reader   1.00-3.1        sparc   DSA-222-1 xpdf  2003-1-6
+-xpdf-utils    1.00-3.1        sparc   DSA-222-1 xpdf  2003-1-6
+-geneweb       4.06-2  alpha   DSA-223-1 geneweb       2003-1-7
+-gwtp  4.06-2  alpha   DSA-223-1 geneweb       2003-1-7
+-geneweb       4.06-2  arm     DSA-223-1 geneweb       2003-1-7
+-gwtp  4.06-2  arm     DSA-223-1 geneweb       2003-1-7
+-geneweb       4.06-2  i386    DSA-223-1 geneweb       2003-1-7
+-gwtp  4.06-2  i386    DSA-223-1 geneweb       2003-1-7
+-geneweb       4.06-2  ia64    DSA-223-1 geneweb       2003-1-7
+-gwtp  4.06-2  ia64    DSA-223-1 geneweb       2003-1-7
+-geneweb       4.06-2  hppa    DSA-223-1 geneweb       2003-1-7
+-gwtp  4.06-2  hppa    DSA-223-1 geneweb       2003-1-7
+-geneweb       4.06-2  m68k    DSA-223-1 geneweb       2003-1-7
+-gwtp  4.06-2  m68k    DSA-223-1 geneweb       2003-1-7
+-geneweb       4.06-2  mips    DSA-223-1 geneweb       2003-1-7
+-gwtp  4.06-2  mips    DSA-223-1 geneweb       2003-1-7
+-geneweb       4.06-2  mipsel  DSA-223-1 geneweb       2003-1-7
+-gwtp  4.06-2  mipsel  DSA-223-1 geneweb       2003-1-7
+-geneweb       4.06-2  powerpc DSA-223-1 geneweb       2003-1-7
+-gwtp  4.06-2  powerpc DSA-223-1 geneweb       2003-1-7
+-geneweb       4.06-2  s390    DSA-223-1 geneweb       2003-1-7
+-gwtp  4.06-2  s390    DSA-223-1 geneweb       2003-1-7
+-geneweb       4.06-2  sparc   DSA-223-1 geneweb       2003-1-7
+-gwtp  4.06-2  sparc   DSA-223-1 geneweb       2003-1-7
+-xpdf-i        0.90-8.1        alpha   DSA-226-1 xpdf-i        2003-1-10
+-xpdf-i        0.90-8.1        arm     DSA-226-1 xpdf-i        2003-1-10
+-xpdf-i        0.90-8.1        i386    DSA-226-1 xpdf-i        2003-1-10
+-xpdf-i        0.90-8.1        m68k    DSA-226-1 xpdf-i        2003-1-10
+-xpdf-i        0.90-8.1        powerpc DSA-226-1 xpdf-i        2003-1-10
+-xpdf-i        0.90-8.1        sparc   DSA-226-1 xpdf-i        2003-1-10
++pptpd 1.0.0-4.2       alpha   DSA-295-1 pptpd 2003-4-30
++pptpd 1.0.0-4.2       arm     DSA-295-1 pptpd 2003-4-30
++pptpd 1.0.0-4.2       i386    DSA-295-1 pptpd 2003-4-30
++pptpd 1.0.0-4.2       m68k    DSA-295-1 pptpd 2003-4-30
++pptpd 1.0.0-4.2       powerpc DSA-295-1 pptpd 2003-4-30
++pptpd 1.0.0-4.2       sparc   DSA-295-1 pptpd 2003-4-30
++pptpd 1.1.2-1.4       alpha   DSA-295-1 pptpd 2003-4-30
++pptpd 1.1.2-1.4       arm     DSA-295-1 pptpd 2003-4-30
++pptpd 1.1.2-1.4       i386    DSA-295-1 pptpd 2003-4-30
++pptpd 1.1.2-1.4       ia64    DSA-295-1 pptpd 2003-4-30
++pptpd 1.1.2-1.4       hppa    DSA-295-1 pptpd 2003-4-30
++pptpd 1.1.2-1.4       m68k    DSA-295-1 pptpd 2003-4-30
++pptpd 1.1.2-1.4       mips    DSA-295-1 pptpd 2003-4-30
++pptpd 1.1.2-1.4       mipsel  DSA-295-1 pptpd 2003-4-30
++pptpd 1.1.2-1.4       powerpc DSA-295-1 pptpd 2003-4-30
++pptpd 1.1.2-1.4       s390    DSA-295-1 pptpd 2003-4-30
++pptpd 1.1.2-1.4       sparc   DSA-295-1 pptpd 2003-4-30
+ ldap-gateways 2.0.23-6.3      alpha   DSA-227-1 openldap2     2003-01-13
+ ldap-utils    2.0.23-6.3      alpha   DSA-227-1 openldap2     2003-01-13
+ libldap2      2.0.23-6.3      alpha   DSA-227-1 openldap2     2003-01-13
+@@ -3333,7 +3525,40 @@
+ libldap2      2.0.23-6.3      sparc   DSA-227-1 openldap2     2003-01-13
+ libldap2-dev  2.0.23-6.3      sparc   DSA-227-1 openldap2     2003-01-13
+ slapd 2.0.23-6.3      sparc   DSA-227-1 openldap2     2003-01-13
+-imp   2.2.6-5.1       all     DSA-229-1 imp   2003-1-15
++sendmail-doc  8.12.3-6.6      all     DSA-384-1 sendmail      2003-9-17
++libmilter-dev 8.12.3-6.6      alpha   DSA-384-1 sendmail      2003-9-17
++sendmail      8.12.3-6.6      alpha   DSA-384-1 sendmail      2003-9-17
++libmilter-dev 8.12.3-6.6      arm     DSA-384-1 sendmail      2003-9-17
++sendmail      8.12.3-6.6      arm     DSA-384-1 sendmail      2003-9-17
++libmilter-dev 8.12.3-6.6      i386    DSA-384-1 sendmail      2003-9-17
++sendmail      8.12.3-6.6      i386    DSA-384-1 sendmail      2003-9-17
++libmilter-dev 8.12.3-6.6      ia64    DSA-384-1 sendmail      2003-9-17
++sendmail      8.12.3-6.6      ia64    DSA-384-1 sendmail      2003-9-17
++libmilter-dev 8.12.3-6.6      hppa    DSA-384-1 sendmail      2003-9-17
++sendmail      8.12.3-6.6      hppa    DSA-384-1 sendmail      2003-9-17
++libmilter-dev 8.12.3-6.6      m68k    DSA-384-1 sendmail      2003-9-17
++sendmail      8.12.3-6.6      m68k    DSA-384-1 sendmail      2003-9-17
++libmilter-dev 8.12.3-6.6      mips    DSA-384-1 sendmail      2003-9-17
++sendmail      8.12.3-6.6      mips    DSA-384-1 sendmail      2003-9-17
++libmilter-dev 8.12.3-6.6      mipsel  DSA-384-1 sendmail      2003-9-17
++sendmail      8.12.3-6.6      mipsel  DSA-384-1 sendmail      2003-9-17
++libmilter-dev 8.12.3-6.6      powerpc DSA-384-1 sendmail      2003-9-17
++sendmail      8.12.3-6.6      powerpc DSA-384-1 sendmail      2003-9-17
++libmilter-dev 8.12.3-6.6      s390    DSA-384-1 sendmail      2003-9-17
++sendmail      8.12.3-6.6      s390    DSA-384-1 sendmail      2003-9-17
++libmilter-dev 8.12.3-6.6      sparc   DSA-384-1 sendmail      2003-9-17
++sendmail      8.12.3-6.6      sparc   DSA-384-1 sendmail      2003-9-17
++epic4 1.1.2.20020219-2.1      alpha   DSA-298-1 epic4 2003-5-2
++epic4 1.1.2.20020219-2.1      arm     DSA-298-1 epic4 2003-5-2
++epic4 1.1.2.20020219-2.1      i386    DSA-298-1 epic4 2003-5-2
++epic4 1.1.2.20020219-2.1      ia64    DSA-298-1 epic4 2003-5-2
++epic4 1.1.2.20020219-2.1      hppa    DSA-298-1 epic4 2003-5-2
++epic4 1.1.2.20020219-2.1      m68k    DSA-298-1 epic4 2003-5-2
++epic4 1.1.2.20020219-2.1      mips    DSA-298-1 epic4 2003-5-2
++epic4 1.1.2.20020219-2.1      mipsel  DSA-298-1 epic4 2003-5-2
++epic4 1.1.2.20020219-2.1      powerpc DSA-298-1 epic4 2003-5-2
++epic4 1.1.2.20020219-2.1      s390    DSA-298-1 epic4 2003-5-2
++epic4 1.1.2.20020219-2.1      sparc   DSA-298-1 epic4 2003-5-2
+ cupsys        1.0.4-12.1      alpha   DSA-232-1 cupsys        2003-1-20
+ cupsys-bsd    1.0.4-12.1      alpha   DSA-232-1 cupsys        2003-1-20
+ libcupsys1    1.0.4-12.1      alpha   DSA-232-1 cupsys        2003-1-20
+@@ -3424,2394 +3649,505 @@
+ cupsys-pstoraster     1.1.14-4.4      sparc   DSA-232-1 cupsys        2003-1-20
+ libcupsys2    1.1.14-4.4      sparc   DSA-232-1 cupsys        2003-1-20
+ libcupsys2-dev        1.1.14-4.4      sparc   DSA-232-1 cupsys        2003-1-20
+-cvs-doc       1.10.7-9.2      all     DSA-233-1 cvs   2003-1-21
+-cvs   1.10.7-9.2      alpha   DSA-233-1 cvs   2003-1-21
+-cvs   1.10.7-9.2      arm     DSA-233-1 cvs   2003-1-21
+-cvs   1.10.7-9.2      i386    DSA-233-1 cvs   2003-1-21
+-cvs   1.10.7-9.2      m68k    DSA-233-1 cvs   2003-1-21
+-cvs   1.10.7-9.2      powerpc DSA-233-1 cvs   2003-1-21
+-cvs   1.10.7-9.2      sparc   DSA-233-1 cvs   2003-1-21
+-kcmlinuz      2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
+-kcron 2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
+-kpackage      2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
+-ksysv 2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
+-kuser 2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
+-kwuftpd       2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
+-secpolicy     2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
+-kcmlinuz      2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
+-kcron 2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
+-kpackage      2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
+-ksysv 2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
+-kuser 2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
+-kwuftpd       2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
+-secpolicy     2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
+-kcmlinuz      2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
+-kcron 2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
+-kpackage      2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
+-ksysv 2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
+-kuser 2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
+-kwuftpd       2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
+-lilo-config   2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
+-secpolicy     2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
+-kcmlinuz      2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
+-kcron 2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
+-kpackage      2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
+-ksysv 2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
+-kuser 2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
+-kwuftpd       2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
+-secpolicy     2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
+-kcmlinuz      2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
+-kcron 2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
+-kpackage      2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
+-ksysv 2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
+-kuser 2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
+-kwuftpd       2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
+-secpolicy     2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
+-kcmlinuz      2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
+-kcron 2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
+-kpackage      2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
+-ksysv 2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
+-kuser 2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
+-kwuftpd       2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
+-secpolicy     2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
+-kcmlinuz      2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
+-kcron 2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
+-kpackage      2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
+-ksysv 2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
+-kuser 2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
+-kwuftpd       2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
+-secpolicy     2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
+-kcmlinuz      2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
+-kcron 2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
+-kpackage      2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
+-ksysv 2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
+-kuser 2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
+-kwuftpd       2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
+-secpolicy     2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
+-kcmlinuz      2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
+-kcron 2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
+-kpackage      2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
+-ksysv 2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
+-kuser 2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
+-kwuftpd       2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
+-secpolicy     2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
+-kcmlinuz      2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
+-kcron 2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
+-kpackage      2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
+-ksysv 2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
+-kuser 2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
+-kwuftpd       2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
+-secpolicy     2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
+-kcmlinuz      2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
+-kcron 2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
+-kpackage      2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
+-ksysv 2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
+-kuser 2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
+-kwuftpd       2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
+-secpolicy     2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
+-kamera        2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
+-kcoloredit    2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
+-kfract        2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
+-kghostview    2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
+-kiconedit     2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
+-kooka 2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
+-kpaint        2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
+-kruler        2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
+-ksnapshot     2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
+-kview 2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
+-libkscan-dev  2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
+-libkscan1     2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
+-kamera        2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
+-kcoloredit    2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
+-kfract        2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
+-kghostview    2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
+-kiconedit     2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
+-kooka 2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
+-kpaint        2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
+-kruler        2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
+-ksnapshot     2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
+-kview 2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
+-libkscan-dev  2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
+-libkscan1     2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
+-kamera        2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
+-kcoloredit    2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
+-kfract        2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
+-kghostview    2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
+-kiconedit     2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
+-kooka 2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
+-kpaint        2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
+-kruler        2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
+-ksnapshot     2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
+-kview 2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
+-libkscan-dev  2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
+-libkscan1     2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
+-kamera        2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
+-kcoloredit    2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
+-kfract        2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
+-kghostview    2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
+-kiconedit     2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
+-kooka 2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
+-kpaint        2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
+-kruler        2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
+-ksnapshot     2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
+-kview 2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
+-libkscan-dev  2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
+-libkscan1     2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
+-kamera        2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
+-kcoloredit    2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
+-kfract        2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
+-kghostview    2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
+-kiconedit     2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
+-kpaint        2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
+-kruler        2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
+-ksnapshot     2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
+-kview 2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
+-kamera        2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
+-kcoloredit    2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
+-kfract        2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
+-kghostview    2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
+-kiconedit     2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
+-kooka 2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
+-kpaint        2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
+-kruler        2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
+-ksnapshot     2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
+-kview 2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
+-libkscan-dev  2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
+-libkscan1     2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
+-kamera        2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
+-kcoloredit    2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
+-kfract        2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
+-kghostview    2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
+-kiconedit     2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
+-kooka 2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
+-kpaint        2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
+-kruler        2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
+-ksnapshot     2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
+-kview 2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
+-libkscan-dev  2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
+-libkscan1     2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
+-kamera        2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
+-kcoloredit    2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
+-kfract        2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
+-kghostview    2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
+-kiconedit     2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
+-kooka 2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
+-kpaint        2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
+-kruler        2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
+-ksnapshot     2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
+-kview 2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
+-libkscan-dev  2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
+-libkscan1     2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
+-kamera        2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
+-kcoloredit    2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
+-kfract        2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
+-kghostview    2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
+-kiconedit     2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
+-kooka 2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
+-kpaint        2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
+-kruler        2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
+-ksnapshot     2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
+-kview 2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
+-libkscan-dev  2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
+-libkscan1     2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
+-kamera        2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
+-kcoloredit    2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
+-kfract        2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
+-kghostview    2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
+-kiconedit     2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
+-kooka 2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
+-kpaint        2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
+-kruler        2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
+-ksnapshot     2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
+-kview 2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
+-libkscan-dev  2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
+-libkscan1     2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
+-kamera        2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
+-kcoloredit    2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
+-kfract        2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
+-kghostview    2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
+-kiconedit     2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
+-kooka 2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
+-kpaint        2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
+-kruler        2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
+-ksnapshot     2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
+-kview 2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
+-libkscan-dev  2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
+-libkscan1     2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
+-kdict 2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
+-kit   2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
+-klisa 2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
+-kmail 2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
+-knewsticker   2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
+-knode 2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
+-korn  2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
+-kppp  2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
+-ksirc 2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
+-ktalkd        2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
+-libkdenetwork1        2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
+-libmimelib-dev        2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
+-libmimelib1   2.2.2-14.6      alpha   DSA-237-1 kdenetwork    2003-1-22
+-kdict 2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
+-kit   2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
+-klisa 2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
+-kmail 2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
+-knewsticker   2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
+-knode 2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
+-korn  2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
+-kppp  2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
+-ksirc 2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
+-ktalkd        2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
+-libkdenetwork1        2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
+-libmimelib-dev        2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
+-libmimelib1   2.2.2-14.6      arm     DSA-237-1 kdenetwork    2003-1-22
+-kdict 2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
+-kit   2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
+-klisa 2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
+-kmail 2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
+-knewsticker   2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
+-knode 2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
+-korn  2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
+-kppp  2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
+-ksirc 2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
+-ktalkd        2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
+-libkdenetwork1        2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
+-libmimelib-dev        2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
+-libmimelib1   2.2.2-14.6      i386    DSA-237-1 kdenetwork    2003-1-22
+-kdict 2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
+-kit   2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
+-klisa 2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
+-kmail 2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
+-knewsticker   2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
+-knode 2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
+-korn  2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
+-kppp  2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
+-ksirc 2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
+-ktalkd        2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
+-libkdenetwork1        2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
+-libmimelib-dev        2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
+-libmimelib1   2.2.2-14.6      ia64    DSA-237-1 kdenetwork    2003-1-22
+-kdict 2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
+-kit   2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
+-klisa 2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
+-kmail 2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
+-knewsticker   2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
+-knode 2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
+-korn  2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
+-kppp  2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
+-ksirc 2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
+-ktalkd        2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
+-libkdenetwork1        2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
+-libmimelib-dev        2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
+-libmimelib1   2.2.2-14.6      hppa    DSA-237-1 kdenetwork    2003-1-22
+-kdict 2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
+-kit   2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
+-klisa 2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
+-kmail 2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
+-knewsticker   2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
+-knode 2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
+-korn  2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
+-kppp  2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
+-ksirc 2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
+-ktalkd        2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
+-libkdenetwork1        2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
+-libmimelib-dev        2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
+-libmimelib1   2.2.2-14.6      m68k    DSA-237-1 kdenetwork    2003-1-22
+-kdict 2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
+-kit   2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
+-klisa 2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
+-kmail 2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
+-knewsticker   2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
+-knode 2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
+-korn  2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
+-kppp  2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
+-ksirc 2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
+-ktalkd        2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
+-libkdenetwork1        2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
+-libmimelib-dev        2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
+-libmimelib1   2.2.2-14.6      mips    DSA-237-1 kdenetwork    2003-1-22
+-kdict 2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
+-kit   2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
+-klisa 2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
+-kmail 2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
+-knewsticker   2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
+-knode 2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
+-korn  2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
+-kppp  2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
+-ksirc 2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
+-ktalkd        2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
+-libkdenetwork1        2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
+-libmimelib-dev        2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
+-libmimelib1   2.2.2-14.6      mipsel  DSA-237-1 kdenetwork    2003-1-22
+-kdict 2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
+-kit   2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
+-klisa 2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
+-kmail 2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
+-knewsticker   2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
+-knode 2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
+-korn  2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
+-kppp  2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
+-ksirc 2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
+-ktalkd        2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
+-libkdenetwork1        2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
+-libmimelib-dev        2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
+-libmimelib1   2.2.2-14.6      powerpc DSA-237-1 kdenetwork    2003-1-22
+-kdict 2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
+-kit   2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
+-klisa 2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
+-kmail 2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
+-knewsticker   2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
+-knode 2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
+-korn  2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
+-kppp  2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
+-ksirc 2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
+-ktalkd        2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
+-libkdenetwork1        2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
+-libmimelib-dev        2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
+-libmimelib1   2.2.2-14.6      s390    DSA-237-1 kdenetwork    2003-1-22
+-kdict 2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
+-kit   2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
+-klisa 2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
+-kmail 2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
+-knewsticker   2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
+-knode 2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
+-korn  2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
+-kppp  2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
+-ksirc 2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
+-ktalkd        2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
+-libkdenetwork1        2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
+-libmimelib-dev        2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
+-libmimelib1   2.2.2-14.6      sparc   DSA-237-1 kdenetwork    2003-1-22
+-kandy 2.2.2-5.2       alpha   DSA-238-1 kdepim        2003-1-23
+-kdepim-dev    2.2.2-5.2       alpha   DSA-238-1 kdepim        2003-1-23
+-kdepim-libs   2.2.2-5.2       alpha   DSA-238-1 kdepim        2003-1-23
+-korganizer    2.2.2-5.2       alpha   DSA-238-1 kdepim        2003-1-23
+-kpilot        2.2.2-5.2       alpha   DSA-238-1 kdepim        2003-1-23
+-kandy 2.2.2-5.2       arm     DSA-238-1 kdepim        2003-1-23
+-kdepim-dev    2.2.2-5.2       arm     DSA-238-1 kdepim        2003-1-23
+-kdepim-libs   2.2.2-5.2       arm     DSA-238-1 kdepim        2003-1-23
+-korganizer    2.2.2-5.2       arm     DSA-238-1 kdepim        2003-1-23
+-kpilot        2.2.2-5.2       arm     DSA-238-1 kdepim        2003-1-23
+-kandy 2.2.2-5.2       i386    DSA-238-1 kdepim        2003-1-23
+-kdepim-dev    2.2.2-5.2       i386    DSA-238-1 kdepim        2003-1-23
+-kdepim-libs   2.2.2-5.2       i386    DSA-238-1 kdepim        2003-1-23
+-korganizer    2.2.2-5.2       i386    DSA-238-1 kdepim        2003-1-23
+-kpilot        2.2.2-5.2       i386    DSA-238-1 kdepim        2003-1-23
+-kandy 2.2.2-5.2       ia64    DSA-238-1 kdepim        2003-1-23
+-kdepim-dev    2.2.2-5.2       ia64    DSA-238-1 kdepim        2003-1-23
+-kdepim-libs   2.2.2-5.2       ia64    DSA-238-1 kdepim        2003-1-23
+-korganizer    2.2.2-5.2       ia64    DSA-238-1 kdepim        2003-1-23
+-kpilot        2.2.2-5.2       ia64    DSA-238-1 kdepim        2003-1-23
+-kandy 2.2.2-5.2       m68k    DSA-238-1 kdepim        2003-1-23
+-kdepim-dev    2.2.2-5.2       m68k    DSA-238-1 kdepim        2003-1-23
+-kdepim-libs   2.2.2-5.2       m68k    DSA-238-1 kdepim        2003-1-23
+-korganizer    2.2.2-5.2       m68k    DSA-238-1 kdepim        2003-1-23
+-kpilot        2.2.2-5.2       m68k    DSA-238-1 kdepim        2003-1-23
+-kandy 2.2.2-5.2       mips    DSA-238-1 kdepim        2003-1-23
+-kdepim-dev    2.2.2-5.2       mips    DSA-238-1 kdepim        2003-1-23
+-kdepim-libs   2.2.2-5.2       mips    DSA-238-1 kdepim        2003-1-23
+-korganizer    2.2.2-5.2       mips    DSA-238-1 kdepim        2003-1-23
+-kpilot        2.2.2-5.2       mips    DSA-238-1 kdepim        2003-1-23
+-kandy 2.2.2-5.2       mipsel  DSA-238-1 kdepim        2003-1-23
+-kdepim-dev    2.2.2-5.2       mipsel  DSA-238-1 kdepim        2003-1-23
+-kdepim-libs   2.2.2-5.2       mipsel  DSA-238-1 kdepim        2003-1-23
+-korganizer    2.2.2-5.2       mipsel  DSA-238-1 kdepim        2003-1-23
+-kpilot        2.2.2-5.2       mipsel  DSA-238-1 kdepim        2003-1-23
+-kandy 2.2.2-5.2       powerpc DSA-238-1 kdepim        2003-1-23
+-kdepim-dev    2.2.2-5.2       powerpc DSA-238-1 kdepim        2003-1-23
+-kdepim-libs   2.2.2-5.2       powerpc DSA-238-1 kdepim        2003-1-23
+-korganizer    2.2.2-5.2       powerpc DSA-238-1 kdepim        2003-1-23
+-kpilot        2.2.2-5.2       powerpc DSA-238-1 kdepim        2003-1-23
+-kandy 2.2.2-5.2       s390    DSA-238-1 kdepim        2003-1-23
+-kdepim-dev    2.2.2-5.2       s390    DSA-238-1 kdepim        2003-1-23
+-kdepim-libs   2.2.2-5.2       s390    DSA-238-1 kdepim        2003-1-23
+-korganizer    2.2.2-5.2       s390    DSA-238-1 kdepim        2003-1-23
+-kpilot        2.2.2-5.2       s390    DSA-238-1 kdepim        2003-1-23
+-kandy 2.2.2-5.2       sparc   DSA-238-1 kdepim        2003-1-23
+-kdepim-dev    2.2.2-5.2       sparc   DSA-238-1 kdepim        2003-1-23
+-kdepim-libs   2.2.2-5.2       sparc   DSA-238-1 kdepim        2003-1-23
+-korganizer    2.2.2-5.2       sparc   DSA-238-1 kdepim        2003-1-23
+-kpilot        2.2.2-5.2       sparc   DSA-238-1 kdepim        2003-1-23
+-kapptemplate  2.2.2-3.2       all     DSA-239-1 kdesdk        2003-1-23
+-kdepalettes   2.2.2-3.2       all     DSA-239-1 kdesdk        2003-1-23
+-kdesdk-doc    2.2.2-3.2       all     DSA-239-1 kdesdk        2003-1-23
+-kdesdk-scripts        2.2.2-3.2       all     DSA-239-1 kdesdk        2003-1-23
+-kbabel        2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
+-kbabel-dev    2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
+-kdesdk        2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
+-kexample      2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
+-kmtrace       2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
+-kspy  2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
+-kstartperf    2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
+-poxml 2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
+-kbabel        2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
+-kbabel-dev    2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
+-kdesdk        2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
+-kexample      2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
+-kmtrace       2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
+-kspy  2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
+-kstartperf    2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
+-poxml 2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
+-kbabel        2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
+-kbabel-dev    2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
+-kdesdk        2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
+-kexample      2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
+-kmtrace       2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
+-kspy  2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
+-kstartperf    2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
+-poxml 2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
+-kbabel        2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
+-kbabel-dev    2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
+-kdesdk        2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
+-kexample      2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
+-kmtrace       2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
+-kspy  2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
+-kstartperf    2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
+-poxml 2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
+-kbabel        2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
+-kbabel-dev    2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
+-kdesdk        2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
+-kexample      2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
+-kmtrace       2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
+-kspy  2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
+-kstartperf    2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
+-poxml 2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
+-kbabel        2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
+-kbabel-dev    2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
+-kdesdk        2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
+-kexample      2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
+-kmtrace       2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
+-kspy  2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
+-kstartperf    2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
+-poxml 2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
+-kbabel        2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
+-kbabel-dev    2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
+-kdesdk        2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
+-kexample      2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
+-kmtrace       2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
+-kspy  2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
+-kstartperf    2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
+-poxml 2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
+-kbabel        2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
+-kbabel-dev    2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
+-kdesdk        2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
+-kexample      2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
+-kmtrace       2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
+-kspy  2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
+-kstartperf    2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
+-poxml 2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
+-kbabel        2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
+-kbabel-dev    2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
+-kdesdk        2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
+-kexample      2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
+-kmtrace       2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
+-kspy  2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
+-kstartperf    2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
+-poxml 2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
+-kbabel        2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
+-kbabel-dev    2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
+-kdesdk        2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
+-kexample      2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
+-kmtrace       2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
+-kspy  2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
+-kstartperf    2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
+-poxml 2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
+-kbabel        2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
+-kbabel-dev    2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
+-kdesdk        2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
+-kexample      2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
+-kmtrace       2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
+-kspy  2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
+-kstartperf    2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
+-poxml 2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
+-kdecarddecks  2.2.2-2.2       all     DSA-240-1 kdegames      2003-1-23
+-kabalone      2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kasteroids    2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-katomic       2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kbackgammon   2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kbattleship   2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kblackbox     2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kjezz 2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kjumpingcube  2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-klines        2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kmahjongg     2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kmines        2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-konquest      2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kpat  2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kpoker        2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kreversi      2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-ksame 2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kshisen       2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-ksirtet       2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-ksmiletris    2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-ksnake        2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-ksokoban      2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kspaceduel    2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-ktron 2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-ktuberling    2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kwin4 2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-libkdegames   2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-lskat 2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
+-kabalone      2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kasteroids    2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-katomic       2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kbackgammon   2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kbattleship   2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kblackbox     2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kjezz 2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kjumpingcube  2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-klines        2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kmahjongg     2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kmines        2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-konquest      2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kpat  2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kpoker        2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kreversi      2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-ksame 2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kshisen       2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-ksirtet       2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-ksmiletris    2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-ksnake        2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-ksokoban      2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kspaceduel    2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-ktron 2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-ktuberling    2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kwin4 2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-libkdegames   2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-lskat 2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
+-kabalone      2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kasteroids    2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-katomic       2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kbackgammon   2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kbattleship   2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kblackbox     2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kjezz 2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kjumpingcube  2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-klines        2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kmahjongg     2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kmines        2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-konquest      2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kpat  2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kpoker        2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kreversi      2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-ksame 2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kshisen       2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-ksirtet       2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-ksmiletris    2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-ksnake        2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-ksokoban      2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kspaceduel    2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-ktron 2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-ktuberling    2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kwin4 2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-libkdegames   2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-lskat 2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
+-kabalone      2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kasteroids    2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-katomic       2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kbackgammon   2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kbattleship   2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kblackbox     2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kjezz 2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kjumpingcube  2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-klines        2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kmahjongg     2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kmines        2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-konquest      2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kpat  2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kpoker        2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kreversi      2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-ksame 2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kshisen       2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-ksirtet       2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-ksmiletris    2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-ksnake        2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-ksokoban      2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kspaceduel    2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-ktron 2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-ktuberling    2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kwin4 2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-libkdegames   2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-lskat 2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
+-kabalone      2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kasteroids    2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-katomic       2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kbackgammon   2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kbattleship   2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kblackbox     2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kjezz 2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kjumpingcube  2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-klines        2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kmahjongg     2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kmines        2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-konquest      2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kpat  2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kpoker        2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kreversi      2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-ksame 2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kshisen       2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-ksirtet       2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-ksmiletris    2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-ksnake        2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-ksokoban      2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kspaceduel    2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-ktron 2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-ktuberling    2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kwin4 2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-libkdegames   2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-lskat 2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
+-kabalone      2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kasteroids    2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-katomic       2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kbackgammon   2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kbattleship   2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kblackbox     2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kjezz 2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kjumpingcube  2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-klines        2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kmahjongg     2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kmines        2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-konquest      2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kpat  2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kpoker        2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kreversi      2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-ksame 2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kshisen       2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-ksirtet       2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-ksmiletris    2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-ksnake        2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-ksokoban      2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kspaceduel    2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-ktron 2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-ktuberling    2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kwin4 2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-libkdegames   2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-lskat 2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
+-kabalone      2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kasteroids    2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-katomic       2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kbackgammon   2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kbattleship   2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kblackbox     2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kjezz 2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kjumpingcube  2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-klines        2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kmahjongg     2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kmines        2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-konquest      2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kpat  2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kpoker        2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kreversi      2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-ksame 2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kshisen       2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-ksirtet       2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-ksmiletris    2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-ksnake        2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-ksokoban      2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kspaceduel    2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-ktron 2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-ktuberling    2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kwin4 2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-libkdegames   2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-lskat 2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
+-kabalone      2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kasteroids    2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-katomic       2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kbackgammon   2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kbattleship   2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kblackbox     2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kjezz 2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kjumpingcube  2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-klines        2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kmahjongg     2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kmines        2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-konquest      2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kpat  2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kpoker        2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kreversi      2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-ksame 2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kshisen       2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-ksirtet       2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-ksmiletris    2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-ksnake        2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-ksokoban      2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kspaceduel    2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-ktron 2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-ktuberling    2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kwin4 2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-libkdegames   2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-lskat 2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
+-kabalone      2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kasteroids    2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-katomic       2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kbackgammon   2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kbattleship   2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kblackbox     2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kjezz 2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kjumpingcube  2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-klines        2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kmahjongg     2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kmines        2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-konquest      2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kpat  2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kpoker        2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kreversi      2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-ksame 2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kshisen       2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-ksirtet       2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-ksmiletris    2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-ksnake        2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-ksokoban      2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kspaceduel    2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-ktron 2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-ktuberling    2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kwin4 2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-libkdegames   2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-lskat 2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
+-kabalone      2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kasteroids    2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-katomic       2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kbackgammon   2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kbattleship   2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kblackbox     2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kjezz 2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kjumpingcube  2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-klines        2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kmahjongg     2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kmines        2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-konquest      2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kpat  2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kpoker        2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kreversi      2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-ksame 2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kshisen       2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-ksirtet       2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-ksmiletris    2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-ksnake        2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-ksokoban      2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kspaceduel    2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-ktron 2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-ktuberling    2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kwin4 2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-libkdegames   2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-lskat 2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
+-kabalone      2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kasteroids    2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-katomic       2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kbackgammon   2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kbattleship   2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kblackbox     2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kjezz 2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kjumpingcube  2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-klines        2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kmahjongg     2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kmines        2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-konquest      2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kpat  2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kpoker        2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kreversi      2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-ksame 2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kshisen       2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-ksirtet       2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-ksmiletris    2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-ksnake        2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-ksokoban      2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kspaceduel    2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-ktron 2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-ktuberling    2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-kwin4 2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-libkdegames   2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-lskat 2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
+-ark   2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-kab   2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-karm  2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-kcalc 2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-kcharselect   2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-kdepasswd     2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-kdf   2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-kedit 2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-kfind 2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-kfloppy       2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-khexedit      2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-kjots 2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-klaptopdaemon 2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-kljettool     2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-klpq  2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-klprfax       2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-knotes        2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-kpm   2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-ktimer        2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
+-ark   2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-kab   2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-karm  2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-kcalc 2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-kcharselect   2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-kdepasswd     2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-kdf   2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-kedit 2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-kfind 2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-kfloppy       2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-khexedit      2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-kjots 2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-klaptopdaemon 2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-kljettool     2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-klpq  2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-klprfax       2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-knotes        2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-kpm   2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-ktimer        2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
+-ark   2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-kab   2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-karm  2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-kcalc 2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-kcharselect   2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-kdepasswd     2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-kdf   2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-kedit 2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-kfind 2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-kfloppy       2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-khexedit      2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-kjots 2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-klaptopdaemon 2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-kljettool     2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-klpq  2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-klprfax       2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-knotes        2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-kpm   2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-ktimer        2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
+-ark   2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-kab   2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-karm  2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-kcalc 2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-kcharselect   2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-kdepasswd     2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-kdf   2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-kedit 2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-kfind 2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-kfloppy       2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-khexedit      2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-kjots 2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-klaptopdaemon 2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-kljettool     2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-klpq  2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-klprfax       2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-knotes        2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-kpm   2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-ktimer        2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
+-ark   2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-kab   2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-karm  2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-kcalc 2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-kcharselect   2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-kdepasswd     2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-kdf   2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-kedit 2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-kfind 2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-kfloppy       2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-khexedit      2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-kjots 2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-klaptopdaemon 2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-kljettool     2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-klpq  2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-klprfax       2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-knotes        2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-kpm   2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-ktimer        2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
+-ark   2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-kab   2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-karm  2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-kcalc 2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-kcharselect   2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-kdepasswd     2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-kdf   2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-kedit 2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-kfind 2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-kfloppy       2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-khexedit      2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-kjots 2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-klaptopdaemon 2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-kljettool     2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-klpq  2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-klprfax       2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-knotes        2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-kpm   2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-ktimer        2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
+-ark   2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-kab   2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-karm  2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-kcalc 2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-kcharselect   2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-kdepasswd     2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-kdf   2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-kedit 2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-kfind 2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-kfloppy       2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-khexedit      2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-kjots 2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-klaptopdaemon 2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-kljettool     2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-klpq  2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-klprfax       2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-knotes        2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-kpm   2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-ktimer        2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
+-ark   2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-kab   2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-karm  2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-kcalc 2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-kcharselect   2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-kdepasswd     2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-kdf   2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-kedit 2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-kfind 2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-kfloppy       2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-khexedit      2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-kjots 2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-klaptopdaemon 2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-kljettool     2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-klpq  2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-klprfax       2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-knotes        2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-kpm   2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-ktimer        2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
+-ark   2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-kab   2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-karm  2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-kcalc 2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-kcharselect   2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-kdepasswd     2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-kdf   2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-kedit 2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-kfind 2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-kfloppy       2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-khexedit      2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-kjots 2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-klaptopdaemon 2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-kljettool     2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-klpq  2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-klprfax       2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-knotes        2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-kpm   2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-ktimer        2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
+-ark   2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-kab   2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-karm  2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-kcalc 2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-kcharselect   2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-kdepasswd     2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-kdf   2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-kedit 2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-kfind 2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-kfloppy       2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-khexedit      2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-kjots 2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-klaptopdaemon 2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-kljettool     2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-klpq  2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-klprfax       2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-knotes        2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-kpm   2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-ktimer        2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
+-ark   2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-kab   2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-karm  2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-kcalc 2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-kcharselect   2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-kdepasswd     2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-kdf   2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-kedit 2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-kfind 2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-kfloppy       2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-khexedit      2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-kjots 2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-klaptopdaemon 2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-kljettool     2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-klpq  2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-klprfax       2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-knotes        2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-kpm   2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-ktimer        2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
+-kdebase-doc   2.2.2-14.2      all     DSA-242-1 kdebase       2003-1-24
+-kdewallpapers 2.2.2-14.2      all     DSA-242-1 kdebase       2003-1-24
+-kate  2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
+-kdebase       2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
+-kdebase-audiolibs     2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
+-kdebase-dev   2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
+-kdebase-libs  2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
+-kdm   2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
+-konqueror     2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
+-konsole       2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
+-kscreensaver  2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
+-libkonq-dev   2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
+-libkonq3      2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
+-kate  2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
+-kdebase       2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
+-kdebase-audiolibs     2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
+-kdebase-dev   2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
+-kdebase-libs  2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
+-kdm   2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
+-konqueror     2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
+-konsole       2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
+-kscreensaver  2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
+-libkonq-dev   2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
+-libkonq3      2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
+-kate  2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
+-kdebase       2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
+-kdebase-audiolibs     2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
+-kdebase-dev   2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
+-kdebase-libs  2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
+-kdm   2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
+-konqueror     2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
+-konsole       2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
+-kscreensaver  2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
+-libkonq-dev   2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
+-libkonq3      2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
+-kate  2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
+-kdebase       2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
+-kdebase-audiolibs     2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
+-kdebase-dev   2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
+-kdebase-libs  2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
+-kdm   2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
+-konqueror     2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
+-konsole       2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
+-kscreensaver  2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
+-libkonq-dev   2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
+-libkonq3      2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
+-kate  2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
+-kdebase       2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
+-kdebase-audiolibs     2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
+-kdebase-dev   2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
+-kdebase-libs  2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
+-kdm   2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
+-konqueror     2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
+-konsole       2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
+-kscreensaver  2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
+-libkonq-dev   2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
+-libkonq3      2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
+-kate  2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
+-kdebase       2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
+-kdebase-audiolibs     2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
+-kdebase-dev   2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
+-kdebase-libs  2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
+-kdm   2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
+-konqueror     2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
+-konsole       2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
+-kscreensaver  2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
+-libkonq-dev   2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
+-libkonq3      2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
+-kate  2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
+-kdebase       2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
+-kdebase-audiolibs     2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
+-kdebase-dev   2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
+-kdebase-libs  2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
+-kdm   2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
+-konqueror     2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
+-konsole       2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
+-kscreensaver  2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
+-libkonq-dev   2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
+-libkonq3      2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
+-kate  2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
+-kdebase       2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
+-kdebase-audiolibs     2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
+-kdebase-dev   2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
+-kdebase-libs  2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
+-kdm   2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
+-konqueror     2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
+-konsole       2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
+-kscreensaver  2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
+-libkonq-dev   2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
+-libkonq3      2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
+-kate  2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
+-kdebase       2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
+-kdebase-audiolibs     2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
+-kdebase-dev   2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
+-kdebase-libs  2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
+-kdm   2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
+-konqueror     2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
+-konsole       2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
+-kscreensaver  2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
+-libkonq-dev   2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
+-libkonq3      2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
+-kate  2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
+-kdebase       2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
+-kdebase-audiolibs     2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
+-kdebase-dev   2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
+-kdebase-libs  2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
+-kdm   2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
+-konqueror     2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
+-konsole       2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
+-kscreensaver  2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
+-libkonq-dev   2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
+-libkonq3      2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
+-kate  2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
+-kdebase       2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
+-kdebase-audiolibs     2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
+-kdebase-dev   2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
+-kdebase-libs  2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
+-kdm   2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
+-konqueror     2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
+-konsole       2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
+-kscreensaver  2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
+-libkonq-dev   2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
+-libkonq3      2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
+-artsbuilder   2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
+-kdemultimedia-dev     2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
+-kmid  2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
+-kmidi 2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
+-kmix  2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
+-kscd  2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
+-libarts-mpeglib       2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
+-mpeglib       2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
+-noatun        2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
+-artsbuilder   2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
+-kdemultimedia-dev     2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
+-kmid  2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
+-kmidi 2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
+-kmix  2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
+-kscd  2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
+-libarts-mpeglib       2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
+-mpeglib       2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
+-noatun        2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
+-artsbuilder   2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
+-kdemultimedia-dev     2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
+-kmid  2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
+-kmidi 2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
+-kmix  2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
+-kscd  2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
+-libarts-mpeglib       2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
+-mpeglib       2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
+-noatun        2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
+-artsbuilder   2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
+-kdemultimedia-dev     2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
+-kmid  2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
+-kmidi 2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
+-kmix  2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
+-kscd  2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
+-libarts-mpeglib       2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
+-mpeglib       2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
+-noatun        2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
+-artsbuilder   2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
+-kdemultimedia-dev     2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
+-kmid  2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
+-kmidi 2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
+-kmix  2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
+-kscd  2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
+-libarts-mpeglib       2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
+-mpeglib       2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
+-noatun        2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
+-artsbuilder   2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
+-kdemultimedia-dev     2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
+-kmid  2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
+-kmidi 2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
+-kmix  2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
+-kscd  2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
+-libarts-mpeglib       2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
+-mpeglib       2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
+-noatun        2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
+-artsbuilder   2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
+-kdemultimedia-dev     2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
+-kmid  2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
+-kmidi 2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
+-kmix  2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
+-kscd  2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
+-libarts-mpeglib       2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
+-mpeglib       2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
+-noatun        2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
+-artsbuilder   2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
+-kdemultimedia-dev     2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
+-kmid  2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
+-kmidi 2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
+-kmix  2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
+-kscd  2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
+-libarts-mpeglib       2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
+-mpeglib       2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
+-noatun        2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
+-artsbuilder   2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
+-kdemultimedia-dev     2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
+-kmid  2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
+-kmidi 2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
+-kmix  2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
+-kscd  2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
+-libarts-mpeglib       2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
+-mpeglib       2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
+-noatun        2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
+-noffle        1.0.1-1.1       alpha   DSA-244-1 noffle        2003-1-27
+-noffle        1.0.1-1.1       arm     DSA-244-1 noffle        2003-1-27
+-noffle        1.0.1-1.1       i386    DSA-244-1 noffle        2003-1-27
+-noffle        1.0.1-1.1       ia64    DSA-244-1 noffle        2003-1-27
+-noffle        1.0.1-1.1       hppa    DSA-244-1 noffle        2003-1-27
+-noffle        1.0.1-1.1       m68k    DSA-244-1 noffle        2003-1-27
+-noffle        1.0.1-1.1       mips    DSA-244-1 noffle        2003-1-27
+-noffle        1.0.1-1.1       mipsel  DSA-244-1 noffle        2003-1-27
+-noffle        1.0.1-1.1       powerpc DSA-244-1 noffle        2003-1-27
+-noffle        1.0.1-1.1       s390    DSA-244-1 noffle        2003-1-27
+-noffle        1.0.1-1.1       sparc   DSA-244-1 noffle        2003-1-27
+-courier-authpostgresql        0.37.3-3.3      alpha   DSA-247-1 courier-ssl   2003-1-30
+-courier-imap-ssl      1.4.3-3.3       alpha   DSA-247-1 courier-ssl   2003-1-30
+-courier-mta-ssl       0.37.3-3.3      alpha   DSA-247-1 courier-ssl   2003-1-30
+-courier-pop-ssl       0.37.3-3.3      alpha   DSA-247-1 courier-ssl   2003-1-30
+-courier-ssl   0.37.3-3.3      alpha   DSA-247-1 courier-ssl   2003-1-30
+-courier-authpostgresql        0.37.3-3.3      arm     DSA-247-1 courier-ssl   2003-1-30
+-courier-imap-ssl      1.4.3-3.3       arm     DSA-247-1 courier-ssl   2003-1-30
+-courier-mta-ssl       0.37.3-3.3      arm     DSA-247-1 courier-ssl   2003-1-30
+-courier-pop-ssl       0.37.3-3.3      arm     DSA-247-1 courier-ssl   2003-1-30
+-courier-ssl   0.37.3-3.3      arm     DSA-247-1 courier-ssl   2003-1-30
+-courier-authpostgresql        0.37.3-3.3      i386    DSA-247-1 courier-ssl   2003-1-30
+-courier-imap-ssl      1.4.3-3.3       i386    DSA-247-1 courier-ssl   2003-1-30
+-courier-mta-ssl       0.37.3-3.3      i386    DSA-247-1 courier-ssl   2003-1-30
+-courier-pop-ssl       0.37.3-3.3      i386    DSA-247-1 courier-ssl   2003-1-30
+-courier-ssl   0.37.3-3.3      i386    DSA-247-1 courier-ssl   2003-1-30
+-courier-authpostgresql        0.37.3-3.3      ia64    DSA-247-1 courier-ssl   2003-1-30
+-courier-imap-ssl      1.4.3-3.3       ia64    DSA-247-1 courier-ssl   2003-1-30
+-courier-mta-ssl       0.37.3-3.3      ia64    DSA-247-1 courier-ssl   2003-1-30
+-courier-pop-ssl       0.37.3-3.3      ia64    DSA-247-1 courier-ssl   2003-1-30
+-courier-ssl   0.37.3-3.3      ia64    DSA-247-1 courier-ssl   2003-1-30
+-courier-authpostgresql        0.37.3-3.3      hppa    DSA-247-1 courier-ssl   2003-1-30
+-courier-imap-ssl      1.4.3-3.3       hppa    DSA-247-1 courier-ssl   2003-1-30
+-courier-mta-ssl       0.37.3-3.3      hppa    DSA-247-1 courier-ssl   2003-1-30
+-courier-pop-ssl       0.37.3-3.3      hppa    DSA-247-1 courier-ssl   2003-1-30
+-courier-ssl   0.37.3-3.3      hppa    DSA-247-1 courier-ssl   2003-1-30
+-courier-authpostgresql        0.37.3-3.3      m68k    DSA-247-1 courier-ssl   2003-1-30
+-courier-imap-ssl      1.4.3-3.3       m68k    DSA-247-1 courier-ssl   2003-1-30
+-courier-mta-ssl       0.37.3-3.3      m68k    DSA-247-1 courier-ssl   2003-1-30
+-courier-pop-ssl       0.37.3-3.3      m68k    DSA-247-1 courier-ssl   2003-1-30
+-courier-ssl   0.37.3-3.3      m68k    DSA-247-1 courier-ssl   2003-1-30
+-courier-authpostgresql        0.37.3-3.3      mips    DSA-247-1 courier-ssl   2003-1-30
+-courier-imap-ssl      1.4.3-3.3       mips    DSA-247-1 courier-ssl   2003-1-30
+-courier-mta-ssl       0.37.3-3.3      mips    DSA-247-1 courier-ssl   2003-1-30
+-courier-pop-ssl       0.37.3-3.3      mips    DSA-247-1 courier-ssl   2003-1-30
+-courier-ssl   0.37.3-3.3      mips    DSA-247-1 courier-ssl   2003-1-30
+-courier-authpostgresql        0.37.3-3.3      mipsel  DSA-247-1 courier-ssl   2003-1-30
+-courier-imap-ssl      1.4.3-3.3       mipsel  DSA-247-1 courier-ssl   2003-1-30
+-courier-mta-ssl       0.37.3-3.3      mipsel  DSA-247-1 courier-ssl   2003-1-30
+-courier-pop-ssl       0.37.3-3.3      mipsel  DSA-247-1 courier-ssl   2003-1-30
+-courier-ssl   0.37.3-3.3      mipsel  DSA-247-1 courier-ssl   2003-1-30
+-courier-authpostgresql        0.37.3-3.3      powerpc DSA-247-1 courier-ssl   2003-1-30
+-courier-imap-ssl      1.4.3-3.3       powerpc DSA-247-1 courier-ssl   2003-1-30
+-courier-mta-ssl       0.37.3-3.3      powerpc DSA-247-1 courier-ssl   2003-1-30
+-courier-pop-ssl       0.37.3-3.3      powerpc DSA-247-1 courier-ssl   2003-1-30
+-courier-ssl   0.37.3-3.3      powerpc DSA-247-1 courier-ssl   2003-1-30
+-courier-authpostgresql        0.37.3-3.3      s390    DSA-247-1 courier-ssl   2003-1-30
+-courier-imap-ssl      1.4.3-3.3       s390    DSA-247-1 courier-ssl   2003-1-30
+-courier-mta-ssl       0.37.3-3.3      s390    DSA-247-1 courier-ssl   2003-1-30
+-courier-pop-ssl       0.37.3-3.3      s390    DSA-247-1 courier-ssl   2003-1-30
+-courier-ssl   0.37.3-3.3      s390    DSA-247-1 courier-ssl   2003-1-30
+-courier-authpostgresql        0.37.3-3.3      sparc   DSA-247-1 courier-ssl   2003-1-30
+-courier-imap-ssl      1.4.3-3.3       sparc   DSA-247-1 courier-ssl   2003-1-30
+-courier-mta-ssl       0.37.3-3.3      sparc   DSA-247-1 courier-ssl   2003-1-30
+-courier-pop-ssl       0.37.3-3.3      sparc   DSA-247-1 courier-ssl   2003-1-30
+-courier-ssl   0.37.3-3.3      sparc   DSA-247-1 courier-ssl   2003-1-30
+-hypermail     2.1.3-2.0       alpha   DSA-248-1 hypermail     2003-1-31
+-hypermail     2.1.3-2.0       arm     DSA-248-1 hypermail     2003-1-31
+-hypermail     2.1.3-2.0       i386    DSA-248-1 hypermail     2003-1-31
+-hypermail     2.1.3-2.0       ia64    DSA-248-1 hypermail     2003-1-31
+-hypermail     2.1.3-2.0       hppa    DSA-248-1 hypermail     2003-1-31
+-hypermail     2.1.3-2.0       m68k    DSA-248-1 hypermail     2003-1-31
+-hypermail     2.1.3-2.0       mips    DSA-248-1 hypermail     2003-1-31
+-hypermail     2.1.3-2.0       mipsel  DSA-248-1 hypermail     2003-1-31
+-hypermail     2.1.3-2.0       powerpc DSA-248-1 hypermail     2003-1-31
+-hypermail     2.1.3-2.0       s390    DSA-248-1 hypermail     2003-1-31
+-hypermail     2.1.3-2.0       sparc   DSA-248-1 hypermail     2003-1-31
+-w3m   0.3-2.4 alpha   DSA-251-1 w3m   2003-2-14
+-w3m-img       0.3-2.4 alpha   DSA-251-1 w3m   2003-2-14
+-w3m-ssl       0.3-2.4 alpha   DSA-251-1 w3m   2003-2-14
+-w3m   0.3-2.4 arm     DSA-251-1 w3m   2003-2-14
+-w3m-img       0.3-2.4 arm     DSA-251-1 w3m   2003-2-14
+-w3m-ssl       0.3-2.4 arm     DSA-251-1 w3m   2003-2-14
+-w3m   0.3-2.4 i386    DSA-251-1 w3m   2003-2-14
+-w3m-img       0.3-2.4 i386    DSA-251-1 w3m   2003-2-14
+-w3m-ssl       0.3-2.4 i386    DSA-251-1 w3m   2003-2-14
+-w3m   0.3-2.4 hppa    DSA-251-1 w3m   2003-2-14
+-w3m-img       0.3-2.4 hppa    DSA-251-1 w3m   2003-2-14
+-w3m-ssl       0.3-2.4 hppa    DSA-251-1 w3m   2003-2-14
+-w3m   0.3-2.4 m68k    DSA-251-1 w3m   2003-2-14
+-w3m-img       0.3-2.4 m68k    DSA-251-1 w3m   2003-2-14
+-w3m-ssl       0.3-2.4 m68k    DSA-251-1 w3m   2003-2-14
+-w3m   0.3-2.4 mips    DSA-251-1 w3m   2003-2-14
+-w3m-img       0.3-2.4 mips    DSA-251-1 w3m   2003-2-14
+-w3m-ssl       0.3-2.4 mips    DSA-251-1 w3m   2003-2-14
+-w3m   0.3-2.4 mipsel  DSA-251-1 w3m   2003-2-14
+-w3m-img       0.3-2.4 mipsel  DSA-251-1 w3m   2003-2-14
+-w3m-ssl       0.3-2.4 mipsel  DSA-251-1 w3m   2003-2-14
+-w3m   0.3-2.4 powerpc DSA-251-1 w3m   2003-2-14
+-w3m-img       0.3-2.4 powerpc DSA-251-1 w3m   2003-2-14
+-w3m-ssl       0.3-2.4 powerpc DSA-251-1 w3m   2003-2-14
+-w3m   0.3-2.4 s390    DSA-251-1 w3m   2003-2-14
+-w3m-img       0.3-2.4 s390    DSA-251-1 w3m   2003-2-14
+-w3m-ssl       0.3-2.4 s390    DSA-251-1 w3m   2003-2-14
+-w3m   0.3-2.4 sparc   DSA-251-1 w3m   2003-2-14
+-w3m-img       0.3-2.4 sparc   DSA-251-1 w3m   2003-2-14
+-w3m-ssl       0.3-2.4 sparc   DSA-251-1 w3m   2003-2-14
+-slocate       2.6-1.3.1       alpha   DSA-252-1 slocate       2003-2-21
+-slocate       2.6-1.3.1       arm     DSA-252-1 slocate       2003-2-21
+-slocate       2.6-1.3.1       i386    DSA-252-1 slocate       2003-2-21
+-slocate       2.6-1.3.1       ia64    DSA-252-1 slocate       2003-2-21
+-slocate       2.6-1.3.1       hppa    DSA-252-1 slocate       2003-2-21
+-slocate       2.6-1.3.1       m68k    DSA-252-1 slocate       2003-2-21
+-slocate       2.6-1.3.1       mips    DSA-252-1 slocate       2003-2-21
+-slocate       2.6-1.3.1       mipsel  DSA-252-1 slocate       2003-2-21
+-slocate       2.6-1.3.1       powerpc DSA-252-1 slocate       2003-2-21
+-slocate       2.6-1.3.1       s390    DSA-252-1 slocate       2003-2-21
+-slocate       2.6-1.3.1       sparc   DSA-252-1 slocate       2003-2-21
+-traceroute-nanog      6.0-2.2 alpha   DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.0-2.2 arm     DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.0-2.2 i386    DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.0-2.2 m68k    DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.0-2.2 powerpc DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.0-2.2 sparc   DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.1.1-1.2       alpha   DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.1.1-1.2       arm     DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.1.1-1.2       i386    DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.1.1-1.2       ia64    DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.1.1-1.2       hppa    DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.1.1-1.2       m68k    DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.1.1-1.2       mips    DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.1.1-1.2       mipsel  DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.1.1-1.2       powerpc DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.1.1-1.2       s390    DSA-254-1 traceroute-nanog      2003-2-27
+-traceroute-nanog      6.1.1-1.2       sparc   DSA-254-1 traceroute-nanog      2003-2-27
+-tcpdump       3.6.2-2.3       alpha   DSA-255-1 tcpdump       2003-2-27
+-tcpdump       3.6.2-2.3       arm     DSA-255-1 tcpdump       2003-2-27
+-tcpdump       3.6.2-2.3       i386    DSA-255-1 tcpdump       2003-2-27
+-tcpdump       3.6.2-2.3       ia64    DSA-255-1 tcpdump       2003-2-27
+-tcpdump       3.6.2-2.3       hppa    DSA-255-1 tcpdump       2003-2-27
+-tcpdump       3.6.2-2.3       m68k    DSA-255-1 tcpdump       2003-2-27
+-tcpdump       3.6.2-2.3       mips    DSA-255-1 tcpdump       2003-2-27
+-tcpdump       3.6.2-2.3       mipsel  DSA-255-1 tcpdump       2003-2-27
+-tcpdump       3.6.2-2.3       powerpc DSA-255-1 tcpdump       2003-2-27
+-tcpdump       3.6.2-2.3       s390    DSA-255-1 tcpdump       2003-2-27
+-tcpdump       3.6.2-2.3       sparc   DSA-255-1 tcpdump       2003-2-27
+-sendmail      8.9.3-25        alpha   DSA-257-1 sendmail      2003-3-4
+-sendmail      8.9.3-25        arm     DSA-257-1 sendmail      2003-3-4
+-sendmail      8.9.3-25        i386    DSA-257-1 sendmail      2003-3-4
+-sendmail      8.9.3-25        powerpc DSA-257-1 sendmail      2003-3-4
+-sendmail      8.9.3-25        sparc   DSA-257-1 sendmail      2003-3-4
+-sendmail-doc  8.12.3-5        all     DSA-257-1 sendmail      2003-3-4
+-sendmail      8.12.3-5        alpha   DSA-257-1 sendmail      2003-3-4
+-libmilter-dev 8.12.3-5        alpha   DSA-257-1 sendmail      2003-3-4
+-sendmail      8.12.3-5        hppa    DSA-257-1 sendmail      2003-3-4
+-libmilter-dev 8.12.3-5        hppa    DSA-257-1 sendmail      2003-3-4
+-sendmail      8.12.3-5        i386    DSA-257-1 sendmail      2003-3-4
+-libmilter-dev 8.12.3-5        i386    DSA-257-1 sendmail      2003-3-4
+-sendmail      8.12.3-5        ia64    DSA-257-1 sendmail      2003-3-4
+-libmilter-dev 8.12.3-5        ia64    DSA-257-1 sendmail      2003-3-4
+-sendmail      8.12.3-5        mips    DSA-257-1 sendmail      2003-3-4
+-libmilter-dev 8.12.3-5        mips    DSA-257-1 sendmail      2003-3-4
+-libmilter-dev 8.12.3-5        mipsel  DSA-257-1 sendmail      2003-3-4
+-sendmail      8.12.3-5        mipsel  DSA-257-1 sendmail      2003-3-4
+-sendmail      8.12.3-5        powerpc DSA-257-1 sendmail      2003-3-4
+-libmilter-dev 8.12.3-5        powerpc DSA-257-1 sendmail      2003-3-4
+-sendmail      8.12.3-5        s390    DSA-257-1 sendmail      2003-3-4
+-libmilter-dev 8.12.3-5        s390    DSA-257-1 sendmail      2003-3-4
+-sendmail      8.12.3-5        sparc   DSA-257-1 sendmail      2003-3-4
+-libmilter-dev 8.12.3-5        sparc   DSA-257-1 sendmail      2003-3-4
+-tcpdump       3.6.2-2.4       alpha   DSA-261-1 tcpdump       2003-3-14
+-tcpdump       3.6.2-2.4       arm     DSA-261-1 tcpdump       2003-3-14
+-tcpdump       3.6.2-2.4       i386    DSA-261-1 tcpdump       2003-3-14
+-tcpdump       3.6.2-2.4       ia64    DSA-261-1 tcpdump       2003-3-14
+-tcpdump       3.6.2-2.4       hppa    DSA-261-1 tcpdump       2003-3-14
+-tcpdump       3.6.2-2.4       m68k    DSA-261-1 tcpdump       2003-3-14
+-tcpdump       3.6.2-2.4       mips    DSA-261-1 tcpdump       2003-3-14
+-tcpdump       3.6.2-2.4       mipsel  DSA-261-1 tcpdump       2003-3-14
+-tcpdump       3.6.2-2.4       powerpc DSA-261-1 tcpdump       2003-3-14
+-tcpdump       3.6.2-2.4       s390    DSA-261-1 tcpdump       2003-3-14
+-tcpdump       3.6.2-2.4       sparc   DSA-261-1 tcpdump       2003-3-14
+-libnetpbm9    9.20-8.2        alpha   DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9-dev        9.20-8.2        alpha   DSA-263-1 netpbm-free   2003-3-17
+-netpbm        9.20-8.2        alpha   DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9    9.20-8.2        arm     DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9-dev        9.20-8.2        arm     DSA-263-1 netpbm-free   2003-3-17
+-netpbm        9.20-8.2        arm     DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9    9.20-8.2        i386    DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9-dev        9.20-8.2        i386    DSA-263-1 netpbm-free   2003-3-17
+-netpbm        9.20-8.2        i386    DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9    9.20-8.2        ia64    DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9-dev        9.20-8.2        ia64    DSA-263-1 netpbm-free   2003-3-17
+-netpbm        9.20-8.2        ia64    DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9    9.20-8.2        hppa    DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9-dev        9.20-8.2        hppa    DSA-263-1 netpbm-free   2003-3-17
+-netpbm        9.20-8.2        hppa    DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9    9.20-8.2        m68k    DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9-dev        9.20-8.2        m68k    DSA-263-1 netpbm-free   2003-3-17
+-netpbm        9.20-8.2        m68k    DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9    9.20-8.2        mips    DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9-dev        9.20-8.2        mips    DSA-263-1 netpbm-free   2003-3-17
+-netpbm        9.20-8.2        mips    DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9    9.20-8.2        mipsel  DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9-dev        9.20-8.2        mipsel  DSA-263-1 netpbm-free   2003-3-17
+-netpbm        9.20-8.2        mipsel  DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9    9.20-8.2        powerpc DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9-dev        9.20-8.2        powerpc DSA-263-1 netpbm-free   2003-3-17
+-netpbm        9.20-8.2        powerpc DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9    9.20-8.2        s390    DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9-dev        9.20-8.2        s390    DSA-263-1 netpbm-free   2003-3-17
+-netpbm        9.20-8.2        s390    DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9    9.20-8.2        sparc   DSA-263-1 netpbm-free   2003-3-17
+-libnetpbm9-dev        9.20-8.2        sparc   DSA-263-1 netpbm-free   2003-3-17
+-netpbm        9.20-8.2        sparc   DSA-263-1 netpbm-free   2003-3-17
+-lxr   0.3-3   alpha   DSA-264-1 lxr   2003-3-19
+-lxr   0.3-3   arm     DSA-264-1 lxr   2003-3-19
+-lxr   0.3-3   i386    DSA-264-1 lxr   2003-3-19
+-lxr   0.3-3   ia64    DSA-264-1 lxr   2003-3-19
+-lxr   0.3-3   hppa    DSA-264-1 lxr   2003-3-19
+-lxr   0.3-3   m68k    DSA-264-1 lxr   2003-3-19
+-lxr   0.3-3   mips    DSA-264-1 lxr   2003-3-19
+-lxr   0.3-3   mipsel  DSA-264-1 lxr   2003-3-19
+-lxr   0.3-3   powerpc DSA-264-1 lxr   2003-3-19
+-lxr   0.3-3   s390    DSA-264-1 lxr   2003-3-19
+-lxr   0.3-3   sparc   DSA-264-1 lxr   2003-3-19
+-lpr   0.48-1.2        alpha   DSA-267-1 lpr   2003-3-24
+-lpr   0.48-1.2        arm     DSA-267-1 lpr   2003-3-24
+-lpr   0.48-1.2        i386    DSA-267-1 lpr   2003-3-24
+-lpr   0.48-1.2        m68k    DSA-267-1 lpr   2003-3-24
+-lpr   0.48-1.2        powerpc DSA-267-1 lpr   2003-3-24
+-lpr   0.48-1.2        sparc   DSA-267-1 lpr   2003-3-24
+-lpr   2000.05.07-4.3  alpha   DSA-267-1 lpr   2003-3-24
+-lpr   2000.05.07-4.3  arm     DSA-267-1 lpr   2003-3-24
+-lpr   2000.05.07-4.3  i386    DSA-267-1 lpr   2003-3-24
+-lpr   2000.05.07-4.3  ia64    DSA-267-1 lpr   2003-3-24
+-lpr   2000.05.07-4.3  hppa    DSA-267-1 lpr   2003-3-24
+-lpr   2000.05.07-4.3  m68k    DSA-267-1 lpr   2003-3-24
+-lpr   2000.05.07-4.3  mips    DSA-267-1 lpr   2003-3-24
+-lpr   2000.05.07-4.3  mipsel  DSA-267-1 lpr   2003-3-24
+-lpr   2000.05.07-4.3  powerpc DSA-267-1 lpr   2003-3-24
+-lpr   2000.05.07-4.3  s390    DSA-267-1 lpr   2003-3-24
+-lpr   2000.05.07-4.3  sparc   DSA-267-1 lpr   2003-3-24
+-mutt  1.3.28-2.1      alpha   DSA-268-1 mutt  2003-3-25
+-mutt-utf8     1.3.28-2.1      alpha   DSA-268-1 mutt  2003-3-25
+-mutt  1.3.28-2.1      arm     DSA-268-1 mutt  2003-3-25
+-mutt-utf8     1.3.28-2.1      arm     DSA-268-1 mutt  2003-3-25
+-mutt  1.3.28-2.1      i386    DSA-268-1 mutt  2003-3-25
+-mutt-utf8     1.3.28-2.1      i386    DSA-268-1 mutt  2003-3-25
+-mutt  1.3.28-2.1      ia64    DSA-268-1 mutt  2003-3-25
+-mutt-utf8     1.3.28-2.1      ia64    DSA-268-1 mutt  2003-3-25
+-mutt  1.3.28-2.1      hppa    DSA-268-1 mutt  2003-3-25
+-mutt-utf8     1.3.28-2.1      hppa    DSA-268-1 mutt  2003-3-25
+-mutt  1.3.28-2.1      m68k    DSA-268-1 mutt  2003-3-25
+-mutt-utf8     1.3.28-2.1      m68k    DSA-268-1 mutt  2003-3-25
+-mutt  1.3.28-2.1      mips    DSA-268-1 mutt  2003-3-25
+-mutt-utf8     1.3.28-2.1      mips    DSA-268-1 mutt  2003-3-25
+-mutt  1.3.28-2.1      mipsel  DSA-268-1 mutt  2003-3-25
+-mutt-utf8     1.3.28-2.1      mipsel  DSA-268-1 mutt  2003-3-25
+-mutt  1.3.28-2.1      powerpc DSA-268-1 mutt  2003-3-25
+-mutt-utf8     1.3.28-2.1      powerpc DSA-268-1 mutt  2003-3-25
+-mutt  1.3.28-2.1      s390    DSA-268-1 mutt  2003-3-25
+-mutt-utf8     1.3.28-2.1      s390    DSA-268-1 mutt  2003-3-25
+-mutt  1.3.28-2.1      sparc   DSA-268-1 mutt  2003-3-25
+-mutt-utf8     1.3.28-2.1      sparc   DSA-268-1 mutt  2003-3-25
+-dietlibc-doc  0.12-2.5        all     DSA-272-1 dietlibc      2003-3-28
+-dietlibc-dev  0.12-2.5        alpha   DSA-272-1 dietlibc      2003-3-28
+-dietlibc-dev  0.12-2.5        arm     DSA-272-1 dietlibc      2003-3-28
+-dietlibc-dev  0.12-2.5        i386    DSA-272-1 dietlibc      2003-3-28
+-dietlibc-dev  0.12-2.5        mips    DSA-272-1 dietlibc      2003-3-28
+-dietlibc-dev  0.12-2.5        mipsel  DSA-272-1 dietlibc      2003-3-28
+-dietlibc-dev  0.12-2.5        powerpc DSA-272-1 dietlibc      2003-3-28
+-dietlibc-dev  0.12-2.5        sparc   DSA-272-1 dietlibc      2003-3-28
+-kerberos4kth-clients  1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-services 1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-user     1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-x11      1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth1 1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-services 1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-user     1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-x11      1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth1 1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-services 1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-user     1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-x11      1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth1 1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-services 1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-user     1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-x11      1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth1 1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-services 1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-user     1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-x11      1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth1 1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-docs     1.1-8-2.3       all     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-services 1.1-8-2.3       all     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-user     1.1-8-2.3       all     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-x11      1.1-8-2.3       all     DSA-273-1 krb4  2003-3-28
+-kerberos4kth1 1.1-8-2.3       all     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients-x        1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev-common       1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kip      1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers  1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers-x        1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
+-libacl1-kerberos4kth  1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
+-libkadm1-kerberos4kth 1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
+-libkdb-1-kerberos4kth 1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
+-libkrb-1-kerberos4kth 1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients-x        1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev-common       1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kip      1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers  1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers-x        1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
+-libacl1-kerberos4kth  1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
+-libkadm1-kerberos4kth 1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
+-libkdb-1-kerberos4kth 1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
+-libkrb-1-kerberos4kth 1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients-x        1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev-common       1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kip      1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers  1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers-x        1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
+-libacl1-kerberos4kth  1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
+-libkadm1-kerberos4kth 1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
+-libkdb-1-kerberos4kth 1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
+-libkrb-1-kerberos4kth 1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients-x        1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev-common       1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kip      1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers  1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers-x        1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
+-libacl1-kerberos4kth  1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
+-libkadm1-kerberos4kth 1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
+-libkdb-1-kerberos4kth 1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
+-libkrb-1-kerberos4kth 1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients-x        1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev-common       1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kip      1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers  1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers-x        1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
+-libacl1-kerberos4kth  1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
+-libkadm1-kerberos4kth 1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
+-libkdb-1-kerberos4kth 1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
+-libkrb-1-kerberos4kth 1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients-x        1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev-common       1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kip      1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers  1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers-x        1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
+-libacl1-kerberos4kth  1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
+-libkadm1-kerberos4kth 1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
+-libkdb-1-kerberos4kth 1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
+-libkrb-1-kerberos4kth 1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients-x        1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev-common       1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kip      1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers  1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers-x        1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
+-libacl1-kerberos4kth  1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
+-libkadm1-kerberos4kth 1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
+-libkdb-1-kerberos4kth 1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
+-libkrb-1-kerberos4kth 1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients-x        1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev-common       1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kip      1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers  1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers-x        1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
+-libacl1-kerberos4kth  1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
+-libkadm1-kerberos4kth 1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
+-libkdb-1-kerberos4kth 1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
+-libkrb-1-kerberos4kth 1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients-x        1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev-common       1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kip      1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers  1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers-x        1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
+-libacl1-kerberos4kth  1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
+-libkadm1-kerberos4kth 1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
+-libkdb-1-kerberos4kth 1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
+-libkrb-1-kerberos4kth 1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients-x        1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev-common       1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kip      1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers  1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers-x        1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
+-libacl1-kerberos4kth  1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
+-libkadm1-kerberos4kth 1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
+-libkdb-1-kerberos4kth 1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
+-libkrb-1-kerberos4kth 1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients  1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-clients-x        1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev      1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-dev-common       1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kdc      1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-kip      1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers  1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
+-kerberos4kth-servers-x        1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
+-libacl1-kerberos4kth  1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
+-libkadm1-kerberos4kth 1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
+-libkdb-1-kerberos4kth 1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
+-libkrb-1-kerberos4kth 1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
+-mutt  1.2.5-5.2       alpha   DSA-274-1 mutt  2003-3-28
+-mutt  1.2.5-5.2       arm     DSA-274-1 mutt  2003-3-28
+-mutt  1.2.5-5.2       i386    DSA-274-1 mutt  2003-3-28
+-mutt  1.2.5-5.2       m68k    DSA-274-1 mutt  2003-3-28
+-mutt  1.2.5-5.2       powerpc DSA-274-1 mutt  2003-3-28
+-mutt  1.2.5-5.2       sparc   DSA-274-1 mutt  2003-3-28
+-mutt  1.3.28-2.2      alpha   DSA-274-1 mutt  2003-3-28
+-mutt-utf8     1.3.28-2.2      alpha   DSA-274-1 mutt  2003-3-28
+-mutt  1.3.28-2.2      arm     DSA-274-1 mutt  2003-3-28
+-mutt-utf8     1.3.28-2.2      arm     DSA-274-1 mutt  2003-3-28
+-mutt  1.3.28-2.2      i386    DSA-274-1 mutt  2003-3-28
+-mutt-utf8     1.3.28-2.2      i386    DSA-274-1 mutt  2003-3-28
+-mutt  1.3.28-2.2      ia64    DSA-274-1 mutt  2003-3-28
+-mutt-utf8     1.3.28-2.2      ia64    DSA-274-1 mutt  2003-3-28
+-mutt  1.3.28-2.2      hppa    DSA-274-1 mutt  2003-3-28
+-mutt-utf8     1.3.28-2.2      hppa    DSA-274-1 mutt  2003-3-28
+-mutt  1.3.28-2.2      m68k    DSA-274-1 mutt  2003-3-28
+-mutt-utf8     1.3.28-2.2      m68k    DSA-274-1 mutt  2003-3-28
+-mutt  1.3.28-2.2      mips    DSA-274-1 mutt  2003-3-28
+-mutt-utf8     1.3.28-2.2      mips    DSA-274-1 mutt  2003-3-28
+-mutt  1.3.28-2.2      mipsel  DSA-274-1 mutt  2003-3-28
+-mutt-utf8     1.3.28-2.2      mipsel  DSA-274-1 mutt  2003-3-28
+-mutt  1.3.28-2.2      powerpc DSA-274-1 mutt  2003-3-28
+-mutt-utf8     1.3.28-2.2      powerpc DSA-274-1 mutt  2003-3-28
+-mutt  1.3.28-2.2      s390    DSA-274-1 mutt  2003-3-28
+-mutt-utf8     1.3.28-2.2      s390    DSA-274-1 mutt  2003-3-28
+-mutt  1.3.28-2.2      sparc   DSA-274-1 mutt  2003-3-28
+-mutt-utf8     1.3.28-2.2      sparc   DSA-274-1 mutt  2003-3-28
+-lpr-ppd       0.72-2.1        alpha   DSA-275-1 lpr-ppd       2003-4-2
+-lpr-ppd       0.72-2.1        arm     DSA-275-1 lpr-ppd       2003-4-2
+-lpr-ppd       0.72-2.1        i386    DSA-275-1 lpr-ppd       2003-4-2
+-lpr-ppd       0.72-2.1        ia64    DSA-275-1 lpr-ppd       2003-4-2
+-lpr-ppd       0.72-2.1        hppa    DSA-275-1 lpr-ppd       2003-4-2
+-lpr-ppd       0.72-2.1        m68k    DSA-275-1 lpr-ppd       2003-4-2
+-lpr-ppd       0.72-2.1        mips    DSA-275-1 lpr-ppd       2003-4-2
+-lpr-ppd       0.72-2.1        mipsel  DSA-275-1 lpr-ppd       2003-4-2
+-lpr-ppd       0.72-2.1        powerpc DSA-275-1 lpr-ppd       2003-4-2
+-lpr-ppd       0.72-2.1        s390    DSA-275-1 lpr-ppd       2003-4-2
+-lpr-ppd       0.72-2.1        sparc   DSA-275-1 lpr-ppd       2003-4-2
+-apcupsd       3.8.5-1.1.1     alpha   DSA-277-1 apcupsd       2003-4-3
+-apcupsd       3.8.5-1.1.1     arm     DSA-277-1 apcupsd       2003-4-3
+-apcupsd       3.8.5-1.1.1     i386    DSA-277-1 apcupsd       2003-4-3
+-apcupsd       3.8.5-1.1.1     ia64    DSA-277-1 apcupsd       2003-4-3
+-apcupsd       3.8.5-1.1.1     hppa    DSA-277-1 apcupsd       2003-4-3
+-apcupsd       3.8.5-1.1.1     m68k    DSA-277-1 apcupsd       2003-4-3
+-apcupsd       3.8.5-1.1.1     mips    DSA-277-1 apcupsd       2003-4-3
+-apcupsd       3.8.5-1.1.1     mipsel  DSA-277-1 apcupsd       2003-4-3
+-apcupsd       3.8.5-1.1.1     powerpc DSA-277-1 apcupsd       2003-4-3
+-apcupsd       3.8.5-1.1.1     s390    DSA-277-1 apcupsd       2003-4-3
+-apcupsd       3.8.5-1.1.1     sparc   DSA-277-1 apcupsd       2003-4-3
+-sendmail      8.9.3-26        alpha   DSA-278-1 sendmail      2003-4-4
+-sendmail      8.9.3-26        arm     DSA-278-1 sendmail      2003-4-4
+-sendmail      8.9.3-26        i386    DSA-278-1 sendmail      2003-4-4
+-sendmail      8.9.3-26        m68k    DSA-278-1 sendmail      2003-4-4
+-sendmail      8.9.3-26        powerpc DSA-278-1 sendmail      2003-4-4
+-sendmail      8.9.3-26        sparc   DSA-278-1 sendmail      2003-4-4
+-sendmail-doc  8.12.3-6.3      all     DSA-278-1 sendmail      2003-4-4
+-libmilter-dev 8.12.3-6.3      alpha   DSA-278-1 sendmail      2003-4-4
+-sendmail      8.12.3-6.3      alpha   DSA-278-1 sendmail      2003-4-4
+-libmilter-dev 8.12.3-6.3      arm     DSA-278-1 sendmail      2003-4-4
+-sendmail      8.12.3-6.3      arm     DSA-278-1 sendmail      2003-4-4
+-libmilter-dev 8.12.3-6.3      i386    DSA-278-1 sendmail      2003-4-4
+-sendmail      8.12.3-6.3      i386    DSA-278-1 sendmail      2003-4-4
+-libmilter-dev 8.12.3-6.3      ia64    DSA-278-1 sendmail      2003-4-4
+-sendmail      8.12.3-6.3      ia64    DSA-278-1 sendmail      2003-4-4
+-libmilter-dev 8.12.3-6.3      hppa    DSA-278-1 sendmail      2003-4-4
+-sendmail      8.12.3-6.3      hppa    DSA-278-1 sendmail      2003-4-4
+-libmilter-dev 8.12.3-6.3      m68k    DSA-278-1 sendmail      2003-4-4
+-sendmail      8.12.3-6.3      m68k    DSA-278-1 sendmail      2003-4-4
+-libmilter-dev 8.12.3-6.3      mips    DSA-278-1 sendmail      2003-4-4
+-sendmail      8.12.3-6.3      mips    DSA-278-1 sendmail      2003-4-4
+-libmilter-dev 8.12.3-6.3      mipsel  DSA-278-1 sendmail      2003-4-4
+-sendmail      8.12.3-6.3      mipsel  DSA-278-1 sendmail      2003-4-4
+-libmilter-dev 8.12.3-6.3      powerpc DSA-278-1 sendmail      2003-4-4
+-sendmail      8.12.3-6.3      powerpc DSA-278-1 sendmail      2003-4-4
+-libmilter-dev 8.12.3-6.3      s390    DSA-278-1 sendmail      2003-4-4
+-sendmail      8.12.3-6.3      s390    DSA-278-1 sendmail      2003-4-4
+-libmilter-dev 8.12.3-6.3      sparc   DSA-278-1 sendmail      2003-4-4
+-sendmail      8.12.3-6.3      sparc   DSA-278-1 sendmail      2003-4-4
+-metrics       1.0-1.1 alpha   DSA-279-1 metrics       2003-4-7
+-metrics       1.0-1.1 arm     DSA-279-1 metrics       2003-4-7
+-metrics       1.0-1.1 i386    DSA-279-1 metrics       2003-4-7
+-metrics       1.0-1.1 m68k    DSA-279-1 metrics       2003-4-7
+-metrics       1.0-1.1 powerpc DSA-279-1 metrics       2003-4-7
+-metrics       1.0-1.1 sparc   DSA-279-1 metrics       2003-4-7
+-samba-doc     2.0.7-5.1       all     DSA-280-1 samba 2003-4-7
+-samba 2.0.7-5.1       alpha   DSA-280-1 samba 2003-4-7
+-samba-common  2.0.7-5.1       alpha   DSA-280-1 samba 2003-4-7
+-smbclient     2.0.7-5.1       alpha   DSA-280-1 samba 2003-4-7
+-smbfs 2.0.7-5.1       alpha   DSA-280-1 samba 2003-4-7
+-swat  2.0.7-5.1       alpha   DSA-280-1 samba 2003-4-7
+-samba 2.0.7-5.1       arm     DSA-280-1 samba 2003-4-7
+-samba-common  2.0.7-5.1       arm     DSA-280-1 samba 2003-4-7
+-smbclient     2.0.7-5.1       arm     DSA-280-1 samba 2003-4-7
+-smbfs 2.0.7-5.1       arm     DSA-280-1 samba 2003-4-7
+-swat  2.0.7-5.1       arm     DSA-280-1 samba 2003-4-7
+-samba 2.0.7-5.1       i386    DSA-280-1 samba 2003-4-7
+-samba-common  2.0.7-5.1       i386    DSA-280-1 samba 2003-4-7
+-smbclient     2.0.7-5.1       i386    DSA-280-1 samba 2003-4-7
+-smbfs 2.0.7-5.1       i386    DSA-280-1 samba 2003-4-7
+-swat  2.0.7-5.1       i386    DSA-280-1 samba 2003-4-7
+-samba 2.0.7-5.1       m68k    DSA-280-1 samba 2003-4-7
+-samba-common  2.0.7-5.1       m68k    DSA-280-1 samba 2003-4-7
+-smbclient     2.0.7-5.1       m68k    DSA-280-1 samba 2003-4-7
+-smbfs 2.0.7-5.1       m68k    DSA-280-1 samba 2003-4-7
+-swat  2.0.7-5.1       m68k    DSA-280-1 samba 2003-4-7
+-samba 2.0.7-5.1       powerpc DSA-280-1 samba 2003-4-7
+-samba-common  2.0.7-5.1       powerpc DSA-280-1 samba 2003-4-7
+-smbclient     2.0.7-5.1       powerpc DSA-280-1 samba 2003-4-7
+-smbfs 2.0.7-5.1       powerpc DSA-280-1 samba 2003-4-7
+-swat  2.0.7-5.1       powerpc DSA-280-1 samba 2003-4-7
+-samba 2.0.7-5.1       sparc   DSA-280-1 samba 2003-4-7
+-samba-common  2.0.7-5.1       sparc   DSA-280-1 samba 2003-4-7
+-smbclient     2.0.7-5.1       sparc   DSA-280-1 samba 2003-4-7
+-smbfs 2.0.7-5.1       sparc   DSA-280-1 samba 2003-4-7
+-swat  2.0.7-5.1       sparc   DSA-280-1 samba 2003-4-7
+-xftp  2.2-13.1        alpha   DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-13.1        arm     DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-13.1        i386    DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-13.1        m68k    DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-13.1        powerpc DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-13.1        sparc   DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-18.1        alpha   DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-18.1        arm     DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-18.1        i386    DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-18.1        ia64    DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-18.1        hppa    DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-18.1        m68k    DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-18.1        mips    DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-18.1        mipsel  DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-18.1        powerpc DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-18.1        s390    DSA-281-1 moxftp        2003-4-8
+-xftp  2.2-18.1        sparc   DSA-281-1 moxftp        2003-4-8
+-glibc-doc     2.1.3-25        all     DSA-282-1 glibc 2003-4-9
+-i18ndata      2.1.3-25        all     DSA-282-1 glibc 2003-4-9
+-libnss1-compat        2.1.3-25        alpha   DSA-282-1 glibc 2003-4-9
+-locales       2.1.3-25        alpha   DSA-282-1 glibc 2003-4-9
+-nscd  2.1.3-25        alpha   DSA-282-1 glibc 2003-4-9
+-libc6 2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
+-locales       2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
+-nscd  2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
+-libc6 2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
+-libnss1-compat        2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
+-locales       2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
+-nscd  2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
+-libc6 2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
+-libnss1-compat        2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
+-locales       2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
+-nscd  2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
+-libc6 2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
+-locales       2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
+-nscd  2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
+-libc6 2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
+-locales       2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
+-nscd  2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
+-glibc-doc     2.2.5-11.5      all     DSA-282-1 glibc 2003-4-9
+-locales       2.2.5-11.5      all     DSA-282-1 glibc 2003-4-9
+-nscd  2.2.5-11.5      alpha   DSA-282-1 glibc 2003-4-9
+-libc6 2.2.5-11.5      arm     DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.2.5-11.5      arm     DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.2.5-11.5      arm     DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.2.5-11.5      arm     DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.2.5-11.5      arm     DSA-282-1 glibc 2003-4-9
+-nscd  2.2.5-11.5      arm     DSA-282-1 glibc 2003-4-9
+-libc6 2.2.5-11.5      i386    DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.2.5-11.5      i386    DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.2.5-11.5      i386    DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.2.5-11.5      i386    DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.2.5-11.5      i386    DSA-282-1 glibc 2003-4-9
+-nscd  2.2.5-11.5      i386    DSA-282-1 glibc 2003-4-9
+-nscd  2.2.5-11.5      ia64    DSA-282-1 glibc 2003-4-9
+-libc6 2.2.5-11.5      hppa    DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.2.5-11.5      hppa    DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.2.5-11.5      hppa    DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.2.5-11.5      hppa    DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.2.5-11.5      hppa    DSA-282-1 glibc 2003-4-9
+-nscd  2.2.5-11.5      hppa    DSA-282-1 glibc 2003-4-9
+-libc6 2.2.5-11.5      m68k    DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.2.5-11.5      m68k    DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.2.5-11.5      m68k    DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.2.5-11.5      m68k    DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.2.5-11.5      m68k    DSA-282-1 glibc 2003-4-9
+-nscd  2.2.5-11.5      m68k    DSA-282-1 glibc 2003-4-9
+-libc6 2.2.5-11.5      mips    DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.2.5-11.5      mips    DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.2.5-11.5      mips    DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.2.5-11.5      mips    DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.2.5-11.5      mips    DSA-282-1 glibc 2003-4-9
+-nscd  2.2.5-11.5      mips    DSA-282-1 glibc 2003-4-9
+-libc6 2.2.5-11.5      mipsel  DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.2.5-11.5      mipsel  DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.2.5-11.5      mipsel  DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.2.5-11.5      mipsel  DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.2.5-11.5      mipsel  DSA-282-1 glibc 2003-4-9
+-nscd  2.2.5-11.5      mipsel  DSA-282-1 glibc 2003-4-9
+-libc6 2.2.5-11.5      powerpc DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.2.5-11.5      powerpc DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.2.5-11.5      powerpc DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.2.5-11.5      powerpc DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.2.5-11.5      powerpc DSA-282-1 glibc 2003-4-9
+-nscd  2.2.5-11.5      powerpc DSA-282-1 glibc 2003-4-9
+-libc6 2.2.5-11.5      s390    DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.2.5-11.5      s390    DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.2.5-11.5      s390    DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.2.5-11.5      s390    DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.2.5-11.5      s390    DSA-282-1 glibc 2003-4-9
+-nscd  2.2.5-11.5      s390    DSA-282-1 glibc 2003-4-9
+-libc6 2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
+-libc6-dbg     2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
+-libc6-dev     2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
+-libc6-dev-sparc64     2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
+-libc6-pic     2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
+-libc6-prof    2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
+-libc6-sparc64 2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
+-nscd  2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
+-xfsdump       2.0.1-2 alpha   DSA-283-1 xfsdump       2003-4-11
+-xfsdump       2.0.1-2 arm     DSA-283-1 xfsdump       2003-4-11
+-xfsdump       2.0.1-2 i386    DSA-283-1 xfsdump       2003-4-11
+-xfsdump       2.0.1-2 ia64    DSA-283-1 xfsdump       2003-4-11
+-xfsdump       2.0.1-2 hppa    DSA-283-1 xfsdump       2003-4-11
+-xfsdump       2.0.1-2 m68k    DSA-283-1 xfsdump       2003-4-11
+-xfsdump       2.0.1-2 mips    DSA-283-1 xfsdump       2003-4-11
+-xfsdump       2.0.1-2 mipsel  DSA-283-1 xfsdump       2003-4-11
+-xfsdump       2.0.1-2 powerpc DSA-283-1 xfsdump       2003-4-11
+-xfsdump       2.0.1-2 s390    DSA-283-1 xfsdump       2003-4-11
+-xfsdump       2.0.1-2 sparc   DSA-283-1 xfsdump       2003-4-11
+-kamera        2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
+-kcoloredit    2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
+-kfract        2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
+-kghostview    2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
+-kiconedit     2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
+-kooka 2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
+-kpaint        2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
+-kruler        2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
+-ksnapshot     2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
+-kview 2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
+-libkscan-dev  2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
+-libkscan1     2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
+-kamera        2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
+-kcoloredit    2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
+-kfract        2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
+-kghostview    2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
+-kiconedit     2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
+-kooka 2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
+-kpaint        2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
+-kruler        2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
+-ksnapshot     2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
+-kview 2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
+-libkscan-dev  2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
+-libkscan1     2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
+-kamera        2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
+-kcoloredit    2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
+-kfract        2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
+-kghostview    2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
+-kiconedit     2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
+-kooka 2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
+-kpaint        2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
+-kruler        2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
+-ksnapshot     2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
+-kview 2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
+-libkscan-dev  2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
+-libkscan1     2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
+-kamera        2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
+-kcoloredit    2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
+-kfract        2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
+-kghostview    2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
+-kiconedit     2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
+-kooka 2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
+-kpaint        2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
+-kruler        2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
+-ksnapshot     2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
+-kview 2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
+-libkscan-dev  2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
+-libkscan1     2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
+-kamera        2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
+-kcoloredit    2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
+-kfract        2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
+-kghostview    2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
+-kiconedit     2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
+-kpaint        2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
+-kruler        2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
+-ksnapshot     2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
+-kview 2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
+-kamera        2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
+-kcoloredit    2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
+-kfract        2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
+-kghostview    2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
+-kiconedit     2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
+-kooka 2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
+-kpaint        2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
+-kruler        2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
+-ksnapshot     2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
+-kview 2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
+-libkscan-dev  2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
+-libkscan1     2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
+-kamera        2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
+-kcoloredit    2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
+-kfract        2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
+-kghostview    2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
+-kiconedit     2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
+-kooka 2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
+-kpaint        2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
+-kruler        2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
+-ksnapshot     2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
+-kview 2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
+-libkscan-dev  2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
+-libkscan1     2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
+-kamera        2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
+-kcoloredit    2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
+-kfract        2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
+-kghostview    2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
+-kiconedit     2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
+-kooka 2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
+-kpaint        2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
+-kruler        2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
+-ksnapshot     2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
+-kview 2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
+-libkscan-dev  2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
+-libkscan1     2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
+-kamera        2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
+-kcoloredit    2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
+-kfract        2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
+-kghostview    2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
+-kiconedit     2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
+-kooka 2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
+-kpaint        2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
+-kruler        2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
+-ksnapshot     2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
+-kview 2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
+-libkscan-dev  2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
+-libkscan1     2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
+-kamera        2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
+-kcoloredit    2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
+-kfract        2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
+-kghostview    2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
+-kiconedit     2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
+-kooka 2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
+-kpaint        2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
+-kruler        2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
+-ksnapshot     2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
+-kview 2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
+-libkscan-dev  2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
+-libkscan1     2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
+-kamera        2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
+-kcoloredit    2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
+-kfract        2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
+-kghostview    2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
+-kiconedit     2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
+-kooka 2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
+-kpaint        2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
+-kruler        2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
+-ksnapshot     2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
+-kview 2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
+-libkscan-dev  2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
+-libkscan1     2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
+-lprng-doc     3.8.10-1.2      all     DSA-285-1 lprng 2003-4-14
+-lprng 3.8.10-1.2      alpha   DSA-285-1 lprng 2003-4-14
+-lprng 3.8.10-1.2      arm     DSA-285-1 lprng 2003-4-14
+-lprng 3.8.10-1.2      i386    DSA-285-1 lprng 2003-4-14
+-lprng 3.8.10-1.2      ia64    DSA-285-1 lprng 2003-4-14
+-lprng 3.8.10-1.2      hppa    DSA-285-1 lprng 2003-4-14
+-lprng 3.8.10-1.2      m68k    DSA-285-1 lprng 2003-4-14
+-lprng 3.8.10-1.2      mips    DSA-285-1 lprng 2003-4-14
+-lprng 3.8.10-1.2      mipsel  DSA-285-1 lprng 2003-4-14
+-lprng 3.8.10-1.2      powerpc DSA-285-1 lprng 2003-4-14
+-lprng 3.8.10-1.2      s390    DSA-285-1 lprng 2003-4-14
+-lprng 3.8.10-1.2      sparc   DSA-285-1 lprng 2003-4-14
+-epic  3.004-16.1      alpha   DSA-287-1 epic  2003-4-15
+-epic  3.004-16.1      arm     DSA-287-1 epic  2003-4-15
+-epic  3.004-16.1      i386    DSA-287-1 epic  2003-4-15
+-epic  3.004-16.1      m68k    DSA-287-1 epic  2003-4-15
+-epic  3.004-16.1      powerpc DSA-287-1 epic  2003-4-15
+-epic  3.004-16.1      sparc   DSA-287-1 epic  2003-4-15
+-epic  3.004-17.1      alpha   DSA-287-1 epic  2003-4-15
+-epic  3.004-17.1      arm     DSA-287-1 epic  2003-4-15
+-epic  3.004-17.1      i386    DSA-287-1 epic  2003-4-15
+-epic  3.004-17.1      ia64    DSA-287-1 epic  2003-4-15
+-epic  3.004-17.1      hppa    DSA-287-1 epic  2003-4-15
+-epic  3.004-17.1      m68k    DSA-287-1 epic  2003-4-15
+-epic  3.004-17.1      mips    DSA-287-1 epic  2003-4-15
+-epic  3.004-17.1      mipsel  DSA-287-1 epic  2003-4-15
+-epic  3.004-17.1      powerpc DSA-287-1 epic  2003-4-15
+-epic  3.004-17.1      s390    DSA-287-1 epic  2003-4-15
+-epic  3.004-17.1      sparc   DSA-287-1 epic  2003-4-15
+-rinetd        0.52-2.1        alpha   DSA-289-1 rinetd        2003-4-17
+-rinetd        0.52-2.1        arm     DSA-289-1 rinetd        2003-4-17
+-rinetd        0.52-2.1        i386    DSA-289-1 rinetd        2003-4-17
+-rinetd        0.52-2.1        m68k    DSA-289-1 rinetd        2003-4-17
+-rinetd        0.52-2.1        powerpc DSA-289-1 rinetd        2003-4-17
+-rinetd        0.52-2.1        sparc   DSA-289-1 rinetd        2003-4-17
+-rinetd        0.61-1.1        alpha   DSA-289-1 rinetd        2003-4-17
+-rinetd        0.61-1.1        arm     DSA-289-1 rinetd        2003-4-17
+-rinetd        0.61-1.1        i386    DSA-289-1 rinetd        2003-4-17
+-rinetd        0.61-1.1        ia64    DSA-289-1 rinetd        2003-4-17
+-rinetd        0.61-1.1        hppa    DSA-289-1 rinetd        2003-4-17
+-rinetd        0.61-1.1        m68k    DSA-289-1 rinetd        2003-4-17
+-rinetd        0.61-1.1        mips    DSA-289-1 rinetd        2003-4-17
+-rinetd        0.61-1.1        mipsel  DSA-289-1 rinetd        2003-4-17
+-rinetd        0.61-1.1        powerpc DSA-289-1 rinetd        2003-4-17
+-rinetd        0.61-1.1        s390    DSA-289-1 rinetd        2003-4-17
+-rinetd        0.61-1.1        sparc   DSA-289-1 rinetd        2003-4-17
+-ircii 20020322-1.1    alpha   DSA-291-1 ircii 2003-4-22
+-ircii 20020322-1.1    arm     DSA-291-1 ircii 2003-4-22
+-ircii 20020322-1.1    i386    DSA-291-1 ircii 2003-4-22
+-ircii 20020322-1.1    ia64    DSA-291-1 ircii 2003-4-22
+-ircii 20020322-1.1    hppa    DSA-291-1 ircii 2003-4-22
+-ircii 20020322-1.1    m68k    DSA-291-1 ircii 2003-4-22
+-ircii 20020322-1.1    mips    DSA-291-1 ircii 2003-4-22
+-ircii 20020322-1.1    mipsel  DSA-291-1 ircii 2003-4-22
+-ircii 20020322-1.1    powerpc DSA-291-1 ircii 2003-4-22
+-ircii 20020322-1.1    s390    DSA-291-1 ircii 2003-4-22
+-ircii 20020322-1.1    sparc   DSA-291-1 ircii 2003-4-22
+-mime-support  3.9-1.3 all     DSA-292-3 mime-support  2003-4-22,2003-4-30
+-mime-support  3.18-1.3        all     DSA-292-3 mime-support  2003-4-22,2003-4-30
+-gkrellm-newsticker    0.3-3.1 alpha   DSA-294-1 gkrellm-newsticker    2003-4-23
+-gkrellm-newsticker    0.3-3.1 arm     DSA-294-1 gkrellm-newsticker    2003-4-23
+-gkrellm-newsticker    0.3-3.1 i386    DSA-294-1 gkrellm-newsticker    2003-4-23
+-gkrellm-newsticker    0.3-3.1 ia64    DSA-294-1 gkrellm-newsticker    2003-4-23
+-gkrellm-newsticker    0.3-3.1 hppa    DSA-294-1 gkrellm-newsticker    2003-4-23
+-gkrellm-newsticker    0.3-3.1 m68k    DSA-294-1 gkrellm-newsticker    2003-4-23
+-gkrellm-newsticker    0.3-3.1 mips    DSA-294-1 gkrellm-newsticker    2003-4-23
+-gkrellm-newsticker    0.3-3.1 mipsel  DSA-294-1 gkrellm-newsticker    2003-4-23
+-gkrellm-newsticker    0.3-3.1 powerpc DSA-294-1 gkrellm-newsticker    2003-4-23
+-gkrellm-newsticker    0.3-3.1 s390    DSA-294-1 gkrellm-newsticker    2003-4-23
+-gkrellm-newsticker    0.3-3.1 sparc   DSA-294-1 gkrellm-newsticker    2003-4-23
+-pptpd 1.0.0-4.2       alpha   DSA-295-1 pptpd 2003-4-30
+-pptpd 1.0.0-4.2       arm     DSA-295-1 pptpd 2003-4-30
+-pptpd 1.0.0-4.2       i386    DSA-295-1 pptpd 2003-4-30
+-pptpd 1.0.0-4.2       m68k    DSA-295-1 pptpd 2003-4-30
+-pptpd 1.0.0-4.2       powerpc DSA-295-1 pptpd 2003-4-30
+-pptpd 1.0.0-4.2       sparc   DSA-295-1 pptpd 2003-4-30
+-pptpd 1.1.2-1.4       alpha   DSA-295-1 pptpd 2003-4-30
+-pptpd 1.1.2-1.4       arm     DSA-295-1 pptpd 2003-4-30
+-pptpd 1.1.2-1.4       i386    DSA-295-1 pptpd 2003-4-30
+-pptpd 1.1.2-1.4       ia64    DSA-295-1 pptpd 2003-4-30
+-pptpd 1.1.2-1.4       hppa    DSA-295-1 pptpd 2003-4-30
+-pptpd 1.1.2-1.4       m68k    DSA-295-1 pptpd 2003-4-30
+-pptpd 1.1.2-1.4       mips    DSA-295-1 pptpd 2003-4-30
+-pptpd 1.1.2-1.4       mipsel  DSA-295-1 pptpd 2003-4-30
+-pptpd 1.1.2-1.4       powerpc DSA-295-1 pptpd 2003-4-30
+-pptpd 1.1.2-1.4       s390    DSA-295-1 pptpd 2003-4-30
+-pptpd 1.1.2-1.4       sparc   DSA-295-1 pptpd 2003-4-30
+-kdebase-doc   2.2.2-14.4      all     DSA-296-1 kdebase       2003-4-30
+-kdewallpapers 2.2.2-14.4      all     DSA-296-1 kdebase       2003-4-30
+-kate  2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
+-kdebase       2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
+-kdebase-audiolibs     2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
+-kdebase-dev   2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
+-kdebase-libs  2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
+-kdm   2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
+-konqueror     2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
+-konsole       2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
+-kscreensaver  2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
+-libkonq-dev   2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
+-libkonq3      2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
+-kate  2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
+-kdebase       2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
+-kdebase-audiolibs     2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
+-kdebase-dev   2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
+-kdebase-libs  2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
+-kdm   2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
+-konqueror     2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
+-konsole       2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
+-kscreensaver  2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
+-libkonq-dev   2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
+-libkonq3      2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
+-kate  2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
+-kdebase       2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
+-kdebase-audiolibs     2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
+-kdebase-dev   2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
+-kdebase-libs  2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
+-kdm   2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
+-konqueror     2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
+-konsole       2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
+-kscreensaver  2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
+-libkonq-dev   2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
+-libkonq3      2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
+-kate  2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
+-kdebase       2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
+-kdebase-audiolibs     2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
+-kdebase-dev   2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
+-kdebase-libs  2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
+-kdm   2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
+-konqueror     2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
+-konsole       2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
+-kscreensaver  2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
+-libkonq-dev   2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
+-libkonq3      2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
+-kate  2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
+-kdebase       2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
+-kdebase-audiolibs     2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
+-kdebase-dev   2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
+-kdebase-libs  2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
+-kdm   2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
+-konqueror     2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
+-konsole       2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
+-kscreensaver  2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
+-libkonq-dev   2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
+-libkonq3      2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
+-kate  2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
+-kdebase       2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
+-kdebase-audiolibs     2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
+-kdebase-dev   2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
+-kdebase-libs  2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
+-kdm   2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
+-konqueror     2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
+-konsole       2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
+-kscreensaver  2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
+-libkonq-dev   2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
+-libkonq3      2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
+-kate  2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
+-kdebase       2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
+-kdebase-audiolibs     2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
+-kdebase-dev   2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
+-kdebase-libs  2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
+-kdm   2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
+-konqueror     2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
+-konsole       2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
+-kscreensaver  2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
+-libkonq-dev   2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
+-libkonq3      2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
+-kate  2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
+-kdebase       2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
+-kdebase-audiolibs     2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
+-kdebase-dev   2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
+-kdebase-libs  2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
+-kdm   2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
+-konqueror     2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
+-konsole       2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
+-kscreensaver  2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
+-libkonq-dev   2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
+-libkonq3      2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
+-kate  2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
+-kdebase       2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
+-kdebase-audiolibs     2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
+-kdebase-dev   2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
+-kdebase-libs  2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
+-kdm   2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
+-konqueror     2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
+-konsole       2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
+-kscreensaver  2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
+-libkonq-dev   2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
+-libkonq3      2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
+-kate  2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
+-kdebase       2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
+-kdebase-audiolibs     2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
+-kdebase-dev   2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
+-kdebase-libs  2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
+-kdm   2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
+-konqueror     2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
+-konsole       2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
+-kscreensaver  2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
+-libkonq-dev   2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
+-libkonq3      2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
+-kate  2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
+-kdebase       2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
+-kdebase-audiolibs     2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
+-kdebase-dev   2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
+-kdebase-libs  2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
+-kdm   2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
+-konqueror     2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
+-konsole       2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
+-kscreensaver  2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
+-libkonq-dev   2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
+-libkonq3      2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
+-epic4 1.1.2.20020219-2.1      alpha   DSA-298-1 epic4 2003-5-2
+-epic4 1.1.2.20020219-2.1      arm     DSA-298-1 epic4 2003-5-2
+-epic4 1.1.2.20020219-2.1      i386    DSA-298-1 epic4 2003-5-2
+-epic4 1.1.2.20020219-2.1      ia64    DSA-298-1 epic4 2003-5-2
+-epic4 1.1.2.20020219-2.1      hppa    DSA-298-1 epic4 2003-5-2
+-epic4 1.1.2.20020219-2.1      m68k    DSA-298-1 epic4 2003-5-2
+-epic4 1.1.2.20020219-2.1      mips    DSA-298-1 epic4 2003-5-2
+-epic4 1.1.2.20020219-2.1      mipsel  DSA-298-1 epic4 2003-5-2
+-epic4 1.1.2.20020219-2.1      powerpc DSA-298-1 epic4 2003-5-2
+-epic4 1.1.2.20020219-2.1      s390    DSA-298-1 epic4 2003-5-2
+-epic4 1.1.2.20020219-2.1      sparc   DSA-298-1 epic4 2003-5-2
+-balsa 1.2.4-2.2       alpha   DSA-300-1 balsa 2003-5-6
+-balsa 1.2.4-2.2       arm     DSA-300-1 balsa 2003-5-6
+-balsa 1.2.4-2.2       i386    DSA-300-1 balsa 2003-5-6
+-balsa 1.2.4-2.2       ia64    DSA-300-1 balsa 2003-5-6
+-balsa 1.2.4-2.2       hppa    DSA-300-1 balsa 2003-5-6
+-balsa 1.2.4-2.2       m68k    DSA-300-1 balsa 2003-5-6
+-balsa 1.2.4-2.2       mips    DSA-300-1 balsa 2003-5-6
+-balsa 1.2.4-2.2       mipsel  DSA-300-1 balsa 2003-5-6
+-balsa 1.2.4-2.2       powerpc DSA-300-1 balsa 2003-5-6
+-balsa 1.2.4-2.2       s390    DSA-300-1 balsa 2003-5-6
+-balsa 1.2.4-2.2       sparc   DSA-300-1 balsa 2003-5-6
+-libgtop-daemon        1.0.13-3.1      alpha   DSA-301-1 libgtop       2003-5-7
+-libgtop-dev   1.0.13-3.1      alpha   DSA-301-1 libgtop       2003-5-7
+-libgtop1      1.0.13-3.1      alpha   DSA-301-1 libgtop       2003-5-7
+-libgtop-daemon        1.0.13-3.1      arm     DSA-301-1 libgtop       2003-5-7
+-libgtop-dev   1.0.13-3.1      arm     DSA-301-1 libgtop       2003-5-7
+-libgtop1      1.0.13-3.1      arm     DSA-301-1 libgtop       2003-5-7
+-libgtop-daemon        1.0.13-3.1      i386    DSA-301-1 libgtop       2003-5-7
+-libgtop-dev   1.0.13-3.1      i386    DSA-301-1 libgtop       2003-5-7
+-libgtop1      1.0.13-3.1      i386    DSA-301-1 libgtop       2003-5-7
+-libgtop-daemon        1.0.13-3.1      ia64    DSA-301-1 libgtop       2003-5-7
+-libgtop-dev   1.0.13-3.1      ia64    DSA-301-1 libgtop       2003-5-7
+-libgtop1      1.0.13-3.1      ia64    DSA-301-1 libgtop       2003-5-7
+-libgtop-daemon        1.0.13-3.1      hppa    DSA-301-1 libgtop       2003-5-7
+-libgtop-dev   1.0.13-3.1      hppa    DSA-301-1 libgtop       2003-5-7
+-libgtop1      1.0.13-3.1      hppa    DSA-301-1 libgtop       2003-5-7
+-libgtop-daemon        1.0.13-3.1      m68k    DSA-301-1 libgtop       2003-5-7
+-libgtop-dev   1.0.13-3.1      m68k    DSA-301-1 libgtop       2003-5-7
+-libgtop1      1.0.13-3.1      m68k    DSA-301-1 libgtop       2003-5-7
+-libgtop-daemon        1.0.13-3.1      mips    DSA-301-1 libgtop       2003-5-7
+-libgtop-dev   1.0.13-3.1      mips    DSA-301-1 libgtop       2003-5-7
+-libgtop1      1.0.13-3.1      mips    DSA-301-1 libgtop       2003-5-7
+-libgtop-daemon        1.0.13-3.1      mipsel  DSA-301-1 libgtop       2003-5-7
+-libgtop-dev   1.0.13-3.1      mipsel  DSA-301-1 libgtop       2003-5-7
+-libgtop1      1.0.13-3.1      mipsel  DSA-301-1 libgtop       2003-5-7
+-libgtop-daemon        1.0.13-3.1      powerpc DSA-301-1 libgtop       2003-5-7
+-libgtop-dev   1.0.13-3.1      powerpc DSA-301-1 libgtop       2003-5-7
+-libgtop1      1.0.13-3.1      powerpc DSA-301-1 libgtop       2003-5-7
+-libgtop-daemon        1.0.13-3.1      s390    DSA-301-1 libgtop       2003-5-7
+-libgtop-dev   1.0.13-3.1      s390    DSA-301-1 libgtop       2003-5-7
+-libgtop1      1.0.13-3.1      s390    DSA-301-1 libgtop       2003-5-7
+-libgtop-daemon        1.0.13-3.1      sparc   DSA-301-1 libgtop       2003-5-7
+-libgtop-dev   1.0.13-3.1      sparc   DSA-301-1 libgtop       2003-5-7
+-libgtop1      1.0.13-3.1      sparc   DSA-301-1 libgtop       2003-5-7
+-mysql-common  3.23.49-8.4     all     DSA-303-1 mysql 2003-5-15
+-mysql-doc     3.23.49-8.4     all     DSA-303-1 mysql 2003-5-15
+-libmysqlclient10      3.23.49-8.4     alpha   DSA-303-1 mysql 2003-5-15
+-libmysqlclient10-dev  3.23.49-8.4     alpha   DSA-303-1 mysql 2003-5-15
+-mysql-client  3.23.49-8.4     alpha   DSA-303-1 mysql 2003-5-15
+-mysql-server  3.23.49-8.4     alpha   DSA-303-1 mysql 2003-5-15
+-libmysqlclient10      3.23.49-8.4     arm     DSA-303-1 mysql 2003-5-15
+-libmysqlclient10-dev  3.23.49-8.4     arm     DSA-303-1 mysql 2003-5-15
+-mysql-client  3.23.49-8.4     arm     DSA-303-1 mysql 2003-5-15
+-mysql-server  3.23.49-8.4     arm     DSA-303-1 mysql 2003-5-15
+-libmysqlclient10      3.23.49-8.4     i386    DSA-303-1 mysql 2003-5-15
+-libmysqlclient10-dev  3.23.49-8.4     i386    DSA-303-1 mysql 2003-5-15
+-mysql-client  3.23.49-8.4     i386    DSA-303-1 mysql 2003-5-15
+-mysql-server  3.23.49-8.4     i386    DSA-303-1 mysql 2003-5-15
+-libmysqlclient10      3.23.49-8.4     ia64    DSA-303-1 mysql 2003-5-15
+-libmysqlclient10-dev  3.23.49-8.4     ia64    DSA-303-1 mysql 2003-5-15
+-mysql-client  3.23.49-8.4     ia64    DSA-303-1 mysql 2003-5-15
+-mysql-server  3.23.49-8.4     ia64    DSA-303-1 mysql 2003-5-15
+-libmysqlclient10      3.23.49-8.4     hppa    DSA-303-1 mysql 2003-5-15
+-libmysqlclient10-dev  3.23.49-8.4     hppa    DSA-303-1 mysql 2003-5-15
+-mysql-client  3.23.49-8.4     hppa    DSA-303-1 mysql 2003-5-15
+-mysql-server  3.23.49-8.4     hppa    DSA-303-1 mysql 2003-5-15
+-libmysqlclient10      3.23.49-8.4     m68k    DSA-303-1 mysql 2003-5-15
+-libmysqlclient10-dev  3.23.49-8.4     m68k    DSA-303-1 mysql 2003-5-15
+-mysql-client  3.23.49-8.4     m68k    DSA-303-1 mysql 2003-5-15
+-mysql-server  3.23.49-8.4     m68k    DSA-303-1 mysql 2003-5-15
+-libmysqlclient10      3.23.49-8.4     mips    DSA-303-1 mysql 2003-5-15
+-libmysqlclient10-dev  3.23.49-8.4     mips    DSA-303-1 mysql 2003-5-15
+-mysql-client  3.23.49-8.4     mips    DSA-303-1 mysql 2003-5-15
+-mysql-server  3.23.49-8.4     mips    DSA-303-1 mysql 2003-5-15
+-libmysqlclient10      3.23.49-8.4     mipsel  DSA-303-1 mysql 2003-5-15
+-libmysqlclient10-dev  3.23.49-8.4     mipsel  DSA-303-1 mysql 2003-5-15
+-mysql-client  3.23.49-8.4     mipsel  DSA-303-1 mysql 2003-5-15
+-mysql-server  3.23.49-8.4     mipsel  DSA-303-1 mysql 2003-5-15
+-libmysqlclient10      3.23.49-8.4     powerpc DSA-303-1 mysql 2003-5-15
+-libmysqlclient10-dev  3.23.49-8.4     powerpc DSA-303-1 mysql 2003-5-15
+-mysql-client  3.23.49-8.4     powerpc DSA-303-1 mysql 2003-5-15
+-mysql-server  3.23.49-8.4     powerpc DSA-303-1 mysql 2003-5-15
+-libmysqlclient10      3.23.49-8.4     s390    DSA-303-1 mysql 2003-5-15
+-libmysqlclient10-dev  3.23.49-8.4     s390    DSA-303-1 mysql 2003-5-15
+-mysql-client  3.23.49-8.4     s390    DSA-303-1 mysql 2003-5-15
+-mysql-server  3.23.49-8.4     s390    DSA-303-1 mysql 2003-5-15
+-libmysqlclient10      3.23.49-8.4     sparc   DSA-303-1 mysql 2003-5-15
+-libmysqlclient10-dev  3.23.49-8.4     sparc   DSA-303-1 mysql 2003-5-15
+-mysql-client  3.23.49-8.4     sparc   DSA-303-1 mysql 2003-5-15
+-mysql-server  3.23.49-8.4     sparc   DSA-303-1 mysql 2003-5-15
+-mysql-doc     3.22.32-6.4     all     DSA-303-1 mysql 2003-5-15
+-mysql-client  3.22.32-6.4     alpha   DSA-303-1 mysql 2003-5-15
+-mysql-server  3.22.32-6.4     alpha   DSA-303-1 mysql 2003-5-15
+-mysql-client  3.22.32-6.4     arm     DSA-303-1 mysql 2003-5-15
+-mysql-server  3.22.32-6.4     arm     DSA-303-1 mysql 2003-5-15
+-mysql-client  3.22.32-6.4     i386    DSA-303-1 mysql 2003-5-15
+-mysql-server  3.22.32-6.4     i386    DSA-303-1 mysql 2003-5-15
+-mysql-client  3.22.32-6.4     m68k    DSA-303-1 mysql 2003-5-15
+-mysql-server  3.22.32-6.4     m68k    DSA-303-1 mysql 2003-5-15
+-mysql-client  3.22.32-6.4     powerpc DSA-303-1 mysql 2003-5-15
+-mysql-server  3.22.32-6.4     powerpc DSA-303-1 mysql 2003-5-15
+-mysql-client  3.22.32-6.4     sparc   DSA-303-1 mysql 2003-5-15
+-mysql-server  3.22.32-6.4     sparc   DSA-303-1 mysql 2003-5-15
+-sendmail-doc  8.12.3-6.4      all     DSA-305-1 sendmail      2003-5-15
+-libmilter-dev 8.12.3-6.4      alpha   DSA-305-1 sendmail      2003-5-15
+-sendmail      8.12.3-6.4      alpha   DSA-305-1 sendmail      2003-5-15
+-libmilter-dev 8.12.3-6.4      arm     DSA-305-1 sendmail      2003-5-15
+-sendmail      8.12.3-6.4      arm     DSA-305-1 sendmail      2003-5-15
+-libmilter-dev 8.12.3-6.4      i386    DSA-305-1 sendmail      2003-5-15
+-sendmail      8.12.3-6.4      i386    DSA-305-1 sendmail      2003-5-15
+-libmilter-dev 8.12.3-6.4      ia64    DSA-305-1 sendmail      2003-5-15
+-sendmail      8.12.3-6.4      ia64    DSA-305-1 sendmail      2003-5-15
+-libmilter-dev 8.12.3-6.4      hppa    DSA-305-1 sendmail      2003-5-15
+-sendmail      8.12.3-6.4      hppa    DSA-305-1 sendmail      2003-5-15
+-libmilter-dev 8.12.3-6.4      m68k    DSA-305-1 sendmail      2003-5-15
+-sendmail      8.12.3-6.4      m68k    DSA-305-1 sendmail      2003-5-15
+-libmilter-dev 8.12.3-6.4      mips    DSA-305-1 sendmail      2003-5-15
+-sendmail      8.12.3-6.4      mips    DSA-305-1 sendmail      2003-5-15
+-libmilter-dev 8.12.3-6.4      mipsel  DSA-305-1 sendmail      2003-5-15
+-sendmail      8.12.3-6.4      mipsel  DSA-305-1 sendmail      2003-5-15
+-libmilter-dev 8.12.3-6.4      powerpc DSA-305-1 sendmail      2003-5-15
+-sendmail      8.12.3-6.4      powerpc DSA-305-1 sendmail      2003-5-15
+-libmilter-dev 8.12.3-6.4      s390    DSA-305-1 sendmail      2003-5-15
+-sendmail      8.12.3-6.4      s390    DSA-305-1 sendmail      2003-5-15
+-libmilter-dev 8.12.3-6.4      sparc   DSA-305-1 sendmail      2003-5-15
+-sendmail      8.12.3-6.4      sparc   DSA-305-1 sendmail      2003-5-15
+-sendmail      8.9.3-26.1      alpha   DSA-305-1 sendmail      2003-5-15
+-sendmail      8.9.3-26.1      arm     DSA-305-1 sendmail      2003-5-15
+-sendmail      8.9.3-26.1      i386    DSA-305-1 sendmail      2003-5-15
+-sendmail      8.9.3-26.1      m68k    DSA-305-1 sendmail      2003-5-15
+-sendmail      8.9.3-26.1      powerpc DSA-305-1 sendmail      2003-5-15
+-sendmail      8.9.3-26.1      sparc   DSA-305-1 sendmail      2003-5-15
+-gzip  1.2.4-33.2      alpha   DSA-308-1 gzip  2003-6-6
+-gzip  1.2.4-33.2      arm     DSA-308-1 gzip  2003-6-6
+-gzip  1.2.4-33.2      i386    DSA-308-1 gzip  2003-6-6
+-gzip  1.2.4-33.2      m68k    DSA-308-1 gzip  2003-6-6
+-gzip  1.2.4-33.2      powerpc DSA-308-1 gzip  2003-6-6
+-gzip  1.2.4-33.2      sparc   DSA-308-1 gzip  2003-6-6
++mysql-common  3.23.49-8.5     all     DSA-381-1 mysql 2003-9-13
++mysql-doc     3.23.49-8.5     all     DSA-381-1 mysql 2003-9-13
++libmysqlclient10      3.23.49-8.5     alpha   DSA-381-1 mysql 2003-9-13
++libmysqlclient10-dev  3.23.49-8.5     alpha   DSA-381-1 mysql 2003-9-13
++mysql-client  3.23.49-8.5     alpha   DSA-381-1 mysql 2003-9-13
++mysql-server  3.23.49-8.5     alpha   DSA-381-1 mysql 2003-9-13
++libmysqlclient10      3.23.49-8.5     arm     DSA-381-1 mysql 2003-9-13
++libmysqlclient10-dev  3.23.49-8.5     arm     DSA-381-1 mysql 2003-9-13
++mysql-client  3.23.49-8.5     arm     DSA-381-1 mysql 2003-9-13
++mysql-server  3.23.49-8.5     arm     DSA-381-1 mysql 2003-9-13
++libmysqlclient10      3.23.49-8.5     i386    DSA-381-1 mysql 2003-9-13
++libmysqlclient10-dev  3.23.49-8.5     i386    DSA-381-1 mysql 2003-9-13
++mysql-client  3.23.49-8.5     i386    DSA-381-1 mysql 2003-9-13
++mysql-server  3.23.49-8.5     i386    DSA-381-1 mysql 2003-9-13
++libmysqlclient10      3.23.49-8.5     ia64    DSA-381-1 mysql 2003-9-13
++libmysqlclient10-dev  3.23.49-8.5     ia64    DSA-381-1 mysql 2003-9-13
++mysql-client  3.23.49-8.5     ia64    DSA-381-1 mysql 2003-9-13
++mysql-server  3.23.49-8.5     ia64    DSA-381-1 mysql 2003-9-13
++libmysqlclient10      3.23.49-8.5     hppa    DSA-381-1 mysql 2003-9-13
++libmysqlclient10-dev  3.23.49-8.5     hppa    DSA-381-1 mysql 2003-9-13
++mysql-client  3.23.49-8.5     hppa    DSA-381-1 mysql 2003-9-13
++mysql-server  3.23.49-8.5     hppa    DSA-381-1 mysql 2003-9-13
++libmysqlclient10      3.23.49-8.5     m68k    DSA-381-1 mysql 2003-9-13
++libmysqlclient10-dev  3.23.49-8.5     m68k    DSA-381-1 mysql 2003-9-13
++mysql-client  3.23.49-8.5     m68k    DSA-381-1 mysql 2003-9-13
++mysql-server  3.23.49-8.5     m68k    DSA-381-1 mysql 2003-9-13
++libmysqlclient10      3.23.49-8.5     mips    DSA-381-1 mysql 2003-9-13
++libmysqlclient10-dev  3.23.49-8.5     mips    DSA-381-1 mysql 2003-9-13
++mysql-client  3.23.49-8.5     mips    DSA-381-1 mysql 2003-9-13
++mysql-server  3.23.49-8.5     mips    DSA-381-1 mysql 2003-9-13
++libmysqlclient10      3.23.49-8.5     mipsel  DSA-381-1 mysql 2003-9-13
++libmysqlclient10-dev  3.23.49-8.5     mipsel  DSA-381-1 mysql 2003-9-13
++mysql-client  3.23.49-8.5     mipsel  DSA-381-1 mysql 2003-9-13
++mysql-server  3.23.49-8.5     mipsel  DSA-381-1 mysql 2003-9-13
++libmysqlclient10      3.23.49-8.5     powerpc DSA-381-1 mysql 2003-9-13
++libmysqlclient10-dev  3.23.49-8.5     powerpc DSA-381-1 mysql 2003-9-13
++mysql-client  3.23.49-8.5     powerpc DSA-381-1 mysql 2003-9-13
++mysql-server  3.23.49-8.5     powerpc DSA-381-1 mysql 2003-9-13
++libmysqlclient10      3.23.49-8.5     s390    DSA-381-1 mysql 2003-9-13
++libmysqlclient10-dev  3.23.49-8.5     s390    DSA-381-1 mysql 2003-9-13
++mysql-client  3.23.49-8.5     s390    DSA-381-1 mysql 2003-9-13
++mysql-server  3.23.49-8.5     s390    DSA-381-1 mysql 2003-9-13
++libmysqlclient10      3.23.49-8.5     sparc   DSA-381-1 mysql 2003-9-13
++libmysqlclient10-dev  3.23.49-8.5     sparc   DSA-381-1 mysql 2003-9-13
++mysql-client  3.23.49-8.5     sparc   DSA-381-1 mysql 2003-9-13
++mysql-server  3.23.49-8.5     sparc   DSA-381-1 mysql 2003-9-13
++mah-jong      1.4-2   alpha   DSA-378-1 mah-jong      2003-9-7
++mah-jong      1.4-2   arm     DSA-378-1 mah-jong      2003-9-7
++mah-jong      1.4-2   i386    DSA-378-1 mah-jong      2003-9-7
++mah-jong      1.4-2   ia64    DSA-378-1 mah-jong      2003-9-7
++mah-jong      1.4-2   hppa    DSA-378-1 mah-jong      2003-9-7
++mah-jong      1.4-2   m68k    DSA-378-1 mah-jong      2003-9-7
++mah-jong      1.4-2   mips    DSA-378-1 mah-jong      2003-9-7
++mah-jong      1.4-2   mipsel  DSA-378-1 mah-jong      2003-9-7
++mah-jong      1.4-2   powerpc DSA-378-1 mah-jong      2003-9-7
++mah-jong      1.4-2   s390    DSA-378-1 mah-jong      2003-9-7
++mah-jong      1.4-2   sparc   DSA-378-1 mah-jong      2003-9-7
++libcgi-fast-perl      5.6.1-8.3       all     DSA-371-1 perl  2003-8-11
++perl-doc      5.6.1-8.3       all     DSA-371-1 perl  2003-8-11
++perl-modules  5.6.1-8.3       all     DSA-371-1 perl  2003-8-11
++libperl-dev   5.6.1-8.3       alpha   DSA-371-1 perl  2003-8-11
++perl  5.6.1-8.3       alpha   DSA-371-1 perl  2003-8-11
++perl-base     5.6.1-8.3       alpha   DSA-371-1 perl  2003-8-11
++perl-debug    5.6.1-8.3       alpha   DSA-371-1 perl  2003-8-11
++perl-suid     5.6.1-8.3       alpha   DSA-371-1 perl  2003-8-11
++libperl-dev   5.6.1-8.3       arm     DSA-371-1 perl  2003-8-11
++perl  5.6.1-8.3       arm     DSA-371-1 perl  2003-8-11
++perl-base     5.6.1-8.3       arm     DSA-371-1 perl  2003-8-11
++perl-debug    5.6.1-8.3       arm     DSA-371-1 perl  2003-8-11
++perl-suid     5.6.1-8.3       arm     DSA-371-1 perl  2003-8-11
++libperl-dev   5.6.1-8.3       i386    DSA-371-1 perl  2003-8-11
++perl  5.6.1-8.3       i386    DSA-371-1 perl  2003-8-11
++perl-base     5.6.1-8.3       i386    DSA-371-1 perl  2003-8-11
++perl-debug    5.6.1-8.3       i386    DSA-371-1 perl  2003-8-11
++perl-suid     5.6.1-8.3       i386    DSA-371-1 perl  2003-8-11
++libperl-dev   5.6.1-8.3       ia64    DSA-371-1 perl  2003-8-11
++perl  5.6.1-8.3       ia64    DSA-371-1 perl  2003-8-11
++perl-base     5.6.1-8.3       ia64    DSA-371-1 perl  2003-8-11
++perl-debug    5.6.1-8.3       ia64    DSA-371-1 perl  2003-8-11
++perl-suid     5.6.1-8.3       ia64    DSA-371-1 perl  2003-8-11
++libperl-dev   5.6.1-8.3       hppa    DSA-371-1 perl  2003-8-11
++perl  5.6.1-8.3       hppa    DSA-371-1 perl  2003-8-11
++perl-base     5.6.1-8.3       hppa    DSA-371-1 perl  2003-8-11
++perl-debug    5.6.1-8.3       hppa    DSA-371-1 perl  2003-8-11
++perl-suid     5.6.1-8.3       hppa    DSA-371-1 perl  2003-8-11
++libperl-dev   5.6.1-8.3       m68k    DSA-371-1 perl  2003-8-11
++perl  5.6.1-8.3       m68k    DSA-371-1 perl  2003-8-11
++perl-base     5.6.1-8.3       m68k    DSA-371-1 perl  2003-8-11
++perl-debug    5.6.1-8.3       m68k    DSA-371-1 perl  2003-8-11
++perl-suid     5.6.1-8.3       m68k    DSA-371-1 perl  2003-8-11
++libperl-dev   5.6.1-8.3       mips    DSA-371-1 perl  2003-8-11
++perl  5.6.1-8.3       mips    DSA-371-1 perl  2003-8-11
++perl-base     5.6.1-8.3       mips    DSA-371-1 perl  2003-8-11
++perl-debug    5.6.1-8.3       mips    DSA-371-1 perl  2003-8-11
++perl-suid     5.6.1-8.3       mips    DSA-371-1 perl  2003-8-11
++libperl-dev   5.6.1-8.3       mipsel  DSA-371-1 perl  2003-8-11
++perl  5.6.1-8.3       mipsel  DSA-371-1 perl  2003-8-11
++perl-base     5.6.1-8.3       mipsel  DSA-371-1 perl  2003-8-11
++perl-debug    5.6.1-8.3       mipsel  DSA-371-1 perl  2003-8-11
++perl-suid     5.6.1-8.3       mipsel  DSA-371-1 perl  2003-8-11
++libperl-dev   5.6.1-8.3       powerpc DSA-371-1 perl  2003-8-11
++perl  5.6.1-8.3       powerpc DSA-371-1 perl  2003-8-11
++perl-base     5.6.1-8.3       powerpc DSA-371-1 perl  2003-8-11
++perl-debug    5.6.1-8.3       powerpc DSA-371-1 perl  2003-8-11
++perl-suid     5.6.1-8.3       powerpc DSA-371-1 perl  2003-8-11
++libperl-dev   5.6.1-8.3       s390    DSA-371-1 perl  2003-8-11
++perl  5.6.1-8.3       s390    DSA-371-1 perl  2003-8-11
++perl-base     5.6.1-8.3       s390    DSA-371-1 perl  2003-8-11
++perl-debug    5.6.1-8.3       s390    DSA-371-1 perl  2003-8-11
++perl-suid     5.6.1-8.3       s390    DSA-371-1 perl  2003-8-11
++libperl-dev   5.6.1-8.3       sparc   DSA-371-1 perl  2003-8-11
++perl  5.6.1-8.3       sparc   DSA-371-1 perl  2003-8-11
++perl-base     5.6.1-8.3       sparc   DSA-371-1 perl  2003-8-11
++perl-debug    5.6.1-8.3       sparc   DSA-371-1 perl  2003-8-11
++perl-suid     5.6.1-8.3       sparc   DSA-371-1 perl  2003-8-11
++glibc-doc     2.1.3-25        all     DSA-282-1 glibc 2003-4-9
++i18ndata      2.1.3-25        all     DSA-282-1 glibc 2003-4-9
++libnss1-compat        2.1.3-25        alpha   DSA-282-1 glibc 2003-4-9
++locales       2.1.3-25        alpha   DSA-282-1 glibc 2003-4-9
++nscd  2.1.3-25        alpha   DSA-282-1 glibc 2003-4-9
++libc6 2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
++libc6-dev     2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
++libc6-pic     2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
++libc6-prof    2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
++locales       2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
++nscd  2.1.3-25        arm     DSA-282-1 glibc 2003-4-9
++libc6 2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
++libc6-dev     2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
++libc6-pic     2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
++libc6-prof    2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
++libnss1-compat        2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
++locales       2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
++nscd  2.1.3-25        i386    DSA-282-1 glibc 2003-4-9
++libc6 2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
++libc6-dev     2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
++libc6-pic     2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
++libc6-prof    2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
++libnss1-compat        2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
++locales       2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
++nscd  2.1.3-25        m68k    DSA-282-1 glibc 2003-4-9
++libc6 2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
++libc6-dev     2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
++libc6-pic     2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
++libc6-prof    2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
++locales       2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
++nscd  2.1.3-25        powerpc DSA-282-1 glibc 2003-4-9
++libc6 2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
++libc6-dev     2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
++libc6-pic     2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
++libc6-prof    2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
++locales       2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
++nscd  2.1.3-25        sparc   DSA-282-1 glibc 2003-4-9
++glibc-doc     2.2.5-11.5      all     DSA-282-1 glibc 2003-4-9
++locales       2.2.5-11.5      all     DSA-282-1 glibc 2003-4-9
++nscd  2.2.5-11.5      alpha   DSA-282-1 glibc 2003-4-9
++libc6 2.2.5-11.5      arm     DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.2.5-11.5      arm     DSA-282-1 glibc 2003-4-9
++libc6-dev     2.2.5-11.5      arm     DSA-282-1 glibc 2003-4-9
++libc6-pic     2.2.5-11.5      arm     DSA-282-1 glibc 2003-4-9
++libc6-prof    2.2.5-11.5      arm     DSA-282-1 glibc 2003-4-9
++nscd  2.2.5-11.5      arm     DSA-282-1 glibc 2003-4-9
++libc6 2.2.5-11.5      i386    DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.2.5-11.5      i386    DSA-282-1 glibc 2003-4-9
++libc6-dev     2.2.5-11.5      i386    DSA-282-1 glibc 2003-4-9
++libc6-pic     2.2.5-11.5      i386    DSA-282-1 glibc 2003-4-9
++libc6-prof    2.2.5-11.5      i386    DSA-282-1 glibc 2003-4-9
++nscd  2.2.5-11.5      i386    DSA-282-1 glibc 2003-4-9
++nscd  2.2.5-11.5      ia64    DSA-282-1 glibc 2003-4-9
++libc6 2.2.5-11.5      hppa    DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.2.5-11.5      hppa    DSA-282-1 glibc 2003-4-9
++libc6-dev     2.2.5-11.5      hppa    DSA-282-1 glibc 2003-4-9
++libc6-pic     2.2.5-11.5      hppa    DSA-282-1 glibc 2003-4-9
++libc6-prof    2.2.5-11.5      hppa    DSA-282-1 glibc 2003-4-9
++nscd  2.2.5-11.5      hppa    DSA-282-1 glibc 2003-4-9
++libc6 2.2.5-11.5      m68k    DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.2.5-11.5      m68k    DSA-282-1 glibc 2003-4-9
++libc6-dev     2.2.5-11.5      m68k    DSA-282-1 glibc 2003-4-9
++libc6-pic     2.2.5-11.5      m68k    DSA-282-1 glibc 2003-4-9
++libc6-prof    2.2.5-11.5      m68k    DSA-282-1 glibc 2003-4-9
++nscd  2.2.5-11.5      m68k    DSA-282-1 glibc 2003-4-9
++libc6 2.2.5-11.5      mips    DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.2.5-11.5      mips    DSA-282-1 glibc 2003-4-9
++libc6-dev     2.2.5-11.5      mips    DSA-282-1 glibc 2003-4-9
++libc6-pic     2.2.5-11.5      mips    DSA-282-1 glibc 2003-4-9
++libc6-prof    2.2.5-11.5      mips    DSA-282-1 glibc 2003-4-9
++nscd  2.2.5-11.5      mips    DSA-282-1 glibc 2003-4-9
++libc6 2.2.5-11.5      mipsel  DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.2.5-11.5      mipsel  DSA-282-1 glibc 2003-4-9
++libc6-dev     2.2.5-11.5      mipsel  DSA-282-1 glibc 2003-4-9
++libc6-pic     2.2.5-11.5      mipsel  DSA-282-1 glibc 2003-4-9
++libc6-prof    2.2.5-11.5      mipsel  DSA-282-1 glibc 2003-4-9
++nscd  2.2.5-11.5      mipsel  DSA-282-1 glibc 2003-4-9
++libc6 2.2.5-11.5      powerpc DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.2.5-11.5      powerpc DSA-282-1 glibc 2003-4-9
++libc6-dev     2.2.5-11.5      powerpc DSA-282-1 glibc 2003-4-9
++libc6-pic     2.2.5-11.5      powerpc DSA-282-1 glibc 2003-4-9
++libc6-prof    2.2.5-11.5      powerpc DSA-282-1 glibc 2003-4-9
++nscd  2.2.5-11.5      powerpc DSA-282-1 glibc 2003-4-9
++libc6 2.2.5-11.5      s390    DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.2.5-11.5      s390    DSA-282-1 glibc 2003-4-9
++libc6-dev     2.2.5-11.5      s390    DSA-282-1 glibc 2003-4-9
++libc6-pic     2.2.5-11.5      s390    DSA-282-1 glibc 2003-4-9
++libc6-prof    2.2.5-11.5      s390    DSA-282-1 glibc 2003-4-9
++nscd  2.2.5-11.5      s390    DSA-282-1 glibc 2003-4-9
++libc6 2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
++libc6-dbg     2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
++libc6-dev     2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
++libc6-dev-sparc64     2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
++libc6-pic     2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
++libc6-prof    2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
++libc6-sparc64 2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
++nscd  2.2.5-11.5      sparc   DSA-282-1 glibc 2003-4-9
++kerberos4kth-clients  1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-services 1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-user     1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-x11      1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth1 1.0-2.3 alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-services 1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-user     1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-x11      1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth1 1.0-2.3 arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-services 1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-user     1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-x11      1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth1 1.0-2.3 i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-services 1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-user     1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-x11      1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth1 1.0-2.2 m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth-services 1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth-user     1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth-x11      1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth1 1.0-2.3 sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth-docs     1.1-8-2.3       all     DSA-273-1 krb4  2003-3-28
++kerberos4kth-services 1.1-8-2.3       all     DSA-273-1 krb4  2003-3-28
++kerberos4kth-user     1.1-8-2.3       all     DSA-273-1 krb4  2003-3-28
++kerberos4kth-x11      1.1-8-2.3       all     DSA-273-1 krb4  2003-3-28
++kerberos4kth1 1.1-8-2.3       all     DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients-x        1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev-common       1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-kip      1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers  1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers-x        1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
++libacl1-kerberos4kth  1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
++libkadm1-kerberos4kth 1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
++libkdb-1-kerberos4kth 1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
++libkrb-1-kerberos4kth 1.1-8-2.3       alpha   DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients-x        1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev-common       1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-kip      1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers  1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers-x        1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
++libacl1-kerberos4kth  1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
++libkadm1-kerberos4kth 1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
++libkdb-1-kerberos4kth 1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
++libkrb-1-kerberos4kth 1.1-8-2.3       arm     DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients-x        1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev-common       1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kip      1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers  1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers-x        1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
++libacl1-kerberos4kth  1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
++libkadm1-kerberos4kth 1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
++libkdb-1-kerberos4kth 1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
++libkrb-1-kerberos4kth 1.1-8-2.3       i386    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients-x        1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev-common       1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kip      1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers  1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers-x        1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
++libacl1-kerberos4kth  1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
++libkadm1-kerberos4kth 1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
++libkdb-1-kerberos4kth 1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
++libkrb-1-kerberos4kth 1.1-8-2.3       ia64    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients-x        1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev-common       1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kip      1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers  1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers-x        1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
++libacl1-kerberos4kth  1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
++libkadm1-kerberos4kth 1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
++libkdb-1-kerberos4kth 1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
++libkrb-1-kerberos4kth 1.1-8-2.3       hppa    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients-x        1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev-common       1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kip      1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers  1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers-x        1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
++libacl1-kerberos4kth  1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
++libkadm1-kerberos4kth 1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
++libkdb-1-kerberos4kth 1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
++libkrb-1-kerberos4kth 1.1-8-2.3       m68k    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients-x        1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev-common       1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kip      1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers  1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers-x        1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
++libacl1-kerberos4kth  1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
++libkadm1-kerberos4kth 1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
++libkdb-1-kerberos4kth 1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
++libkrb-1-kerberos4kth 1.1-8-2.3       mips    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients-x        1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev-common       1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
++kerberos4kth-kip      1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers  1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers-x        1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
++libacl1-kerberos4kth  1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
++libkadm1-kerberos4kth 1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
++libkdb-1-kerberos4kth 1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
++libkrb-1-kerberos4kth 1.1-8-2.3       mipsel  DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients-x        1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev-common       1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
++kerberos4kth-kip      1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers  1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers-x        1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
++libacl1-kerberos4kth  1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
++libkadm1-kerberos4kth 1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
++libkdb-1-kerberos4kth 1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
++libkrb-1-kerberos4kth 1.1-8-2.3       powerpc DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients-x        1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev-common       1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
++kerberos4kth-kip      1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers  1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers-x        1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
++libacl1-kerberos4kth  1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
++libkadm1-kerberos4kth 1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
++libkdb-1-kerberos4kth 1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
++libkrb-1-kerberos4kth 1.1-8-2.3       s390    DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients  1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth-clients-x        1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev      1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth-dev-common       1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth-kdc      1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth-kip      1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers  1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
++kerberos4kth-servers-x        1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
++libacl1-kerberos4kth  1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
++libkadm1-kerberos4kth 1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
++libkdb-1-kerberos4kth 1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
++libkrb-1-kerberos4kth 1.1-8-2.3       sparc   DSA-273-1 krb4  2003-3-28
++courier-authpostgresql        0.37.3-3.3      alpha   DSA-247-1 courier-ssl   2003-1-30
++courier-imap-ssl      1.4.3-3.3       alpha   DSA-247-1 courier-ssl   2003-1-30
++courier-mta-ssl       0.37.3-3.3      alpha   DSA-247-1 courier-ssl   2003-1-30
++courier-pop-ssl       0.37.3-3.3      alpha   DSA-247-1 courier-ssl   2003-1-30
++courier-ssl   0.37.3-3.3      alpha   DSA-247-1 courier-ssl   2003-1-30
++courier-authpostgresql        0.37.3-3.3      arm     DSA-247-1 courier-ssl   2003-1-30
++courier-imap-ssl      1.4.3-3.3       arm     DSA-247-1 courier-ssl   2003-1-30
++courier-mta-ssl       0.37.3-3.3      arm     DSA-247-1 courier-ssl   2003-1-30
++courier-pop-ssl       0.37.3-3.3      arm     DSA-247-1 courier-ssl   2003-1-30
++courier-ssl   0.37.3-3.3      arm     DSA-247-1 courier-ssl   2003-1-30
++courier-authpostgresql        0.37.3-3.3      i386    DSA-247-1 courier-ssl   2003-1-30
++courier-imap-ssl      1.4.3-3.3       i386    DSA-247-1 courier-ssl   2003-1-30
++courier-mta-ssl       0.37.3-3.3      i386    DSA-247-1 courier-ssl   2003-1-30
++courier-pop-ssl       0.37.3-3.3      i386    DSA-247-1 courier-ssl   2003-1-30
++courier-ssl   0.37.3-3.3      i386    DSA-247-1 courier-ssl   2003-1-30
++courier-authpostgresql        0.37.3-3.3      ia64    DSA-247-1 courier-ssl   2003-1-30
++courier-imap-ssl      1.4.3-3.3       ia64    DSA-247-1 courier-ssl   2003-1-30
++courier-mta-ssl       0.37.3-3.3      ia64    DSA-247-1 courier-ssl   2003-1-30
++courier-pop-ssl       0.37.3-3.3      ia64    DSA-247-1 courier-ssl   2003-1-30
++courier-ssl   0.37.3-3.3      ia64    DSA-247-1 courier-ssl   2003-1-30
++courier-authpostgresql        0.37.3-3.3      hppa    DSA-247-1 courier-ssl   2003-1-30
++courier-imap-ssl      1.4.3-3.3       hppa    DSA-247-1 courier-ssl   2003-1-30
++courier-mta-ssl       0.37.3-3.3      hppa    DSA-247-1 courier-ssl   2003-1-30
++courier-pop-ssl       0.37.3-3.3      hppa    DSA-247-1 courier-ssl   2003-1-30
++courier-ssl   0.37.3-3.3      hppa    DSA-247-1 courier-ssl   2003-1-30
++courier-authpostgresql        0.37.3-3.3      m68k    DSA-247-1 courier-ssl   2003-1-30
++courier-imap-ssl      1.4.3-3.3       m68k    DSA-247-1 courier-ssl   2003-1-30
++courier-mta-ssl       0.37.3-3.3      m68k    DSA-247-1 courier-ssl   2003-1-30
++courier-pop-ssl       0.37.3-3.3      m68k    DSA-247-1 courier-ssl   2003-1-30
++courier-ssl   0.37.3-3.3      m68k    DSA-247-1 courier-ssl   2003-1-30
++courier-authpostgresql        0.37.3-3.3      mips    DSA-247-1 courier-ssl   2003-1-30
++courier-imap-ssl      1.4.3-3.3       mips    DSA-247-1 courier-ssl   2003-1-30
++courier-mta-ssl       0.37.3-3.3      mips    DSA-247-1 courier-ssl   2003-1-30
++courier-pop-ssl       0.37.3-3.3      mips    DSA-247-1 courier-ssl   2003-1-30
++courier-ssl   0.37.3-3.3      mips    DSA-247-1 courier-ssl   2003-1-30
++courier-authpostgresql        0.37.3-3.3      mipsel  DSA-247-1 courier-ssl   2003-1-30
++courier-imap-ssl      1.4.3-3.3       mipsel  DSA-247-1 courier-ssl   2003-1-30
++courier-mta-ssl       0.37.3-3.3      mipsel  DSA-247-1 courier-ssl   2003-1-30
++courier-pop-ssl       0.37.3-3.3      mipsel  DSA-247-1 courier-ssl   2003-1-30
++courier-ssl   0.37.3-3.3      mipsel  DSA-247-1 courier-ssl   2003-1-30
++courier-authpostgresql        0.37.3-3.3      powerpc DSA-247-1 courier-ssl   2003-1-30
++courier-imap-ssl      1.4.3-3.3       powerpc DSA-247-1 courier-ssl   2003-1-30
++courier-mta-ssl       0.37.3-3.3      powerpc DSA-247-1 courier-ssl   2003-1-30
++courier-pop-ssl       0.37.3-3.3      powerpc DSA-247-1 courier-ssl   2003-1-30
++courier-ssl   0.37.3-3.3      powerpc DSA-247-1 courier-ssl   2003-1-30
++courier-authpostgresql        0.37.3-3.3      s390    DSA-247-1 courier-ssl   2003-1-30
++courier-imap-ssl      1.4.3-3.3       s390    DSA-247-1 courier-ssl   2003-1-30
++courier-mta-ssl       0.37.3-3.3      s390    DSA-247-1 courier-ssl   2003-1-30
++courier-pop-ssl       0.37.3-3.3      s390    DSA-247-1 courier-ssl   2003-1-30
++courier-ssl   0.37.3-3.3      s390    DSA-247-1 courier-ssl   2003-1-30
++courier-authpostgresql        0.37.3-3.3      sparc   DSA-247-1 courier-ssl   2003-1-30
++courier-imap-ssl      1.4.3-3.3       sparc   DSA-247-1 courier-ssl   2003-1-30
++courier-mta-ssl       0.37.3-3.3      sparc   DSA-247-1 courier-ssl   2003-1-30
++courier-pop-ssl       0.37.3-3.3      sparc   DSA-247-1 courier-ssl   2003-1-30
++courier-ssl   0.37.3-3.3      sparc   DSA-247-1 courier-ssl   2003-1-30
++sendmail      8.9.3-26        alpha   DSA-278-1 sendmail      2003-4-4
++sendmail      8.9.3-26        arm     DSA-278-1 sendmail      2003-4-4
++sendmail      8.9.3-26        i386    DSA-278-1 sendmail      2003-4-4
++sendmail      8.9.3-26        m68k    DSA-278-1 sendmail      2003-4-4
++sendmail      8.9.3-26        powerpc DSA-278-1 sendmail      2003-4-4
++sendmail      8.9.3-26        sparc   DSA-278-1 sendmail      2003-4-4
++sendmail-doc  8.12.3-6.3      all     DSA-278-1 sendmail      2003-4-4
++libmilter-dev 8.12.3-6.3      alpha   DSA-278-1 sendmail      2003-4-4
++sendmail      8.12.3-6.3      alpha   DSA-278-1 sendmail      2003-4-4
++libmilter-dev 8.12.3-6.3      arm     DSA-278-1 sendmail      2003-4-4
++sendmail      8.12.3-6.3      arm     DSA-278-1 sendmail      2003-4-4
++libmilter-dev 8.12.3-6.3      i386    DSA-278-1 sendmail      2003-4-4
++sendmail      8.12.3-6.3      i386    DSA-278-1 sendmail      2003-4-4
++libmilter-dev 8.12.3-6.3      ia64    DSA-278-1 sendmail      2003-4-4
++sendmail      8.12.3-6.3      ia64    DSA-278-1 sendmail      2003-4-4
++libmilter-dev 8.12.3-6.3      hppa    DSA-278-1 sendmail      2003-4-4
++sendmail      8.12.3-6.3      hppa    DSA-278-1 sendmail      2003-4-4
++libmilter-dev 8.12.3-6.3      m68k    DSA-278-1 sendmail      2003-4-4
++sendmail      8.12.3-6.3      m68k    DSA-278-1 sendmail      2003-4-4
++libmilter-dev 8.12.3-6.3      mips    DSA-278-1 sendmail      2003-4-4
++sendmail      8.12.3-6.3      mips    DSA-278-1 sendmail      2003-4-4
++libmilter-dev 8.12.3-6.3      mipsel  DSA-278-1 sendmail      2003-4-4
++sendmail      8.12.3-6.3      mipsel  DSA-278-1 sendmail      2003-4-4
++libmilter-dev 8.12.3-6.3      powerpc DSA-278-1 sendmail      2003-4-4
++sendmail      8.12.3-6.3      powerpc DSA-278-1 sendmail      2003-4-4
++libmilter-dev 8.12.3-6.3      s390    DSA-278-1 sendmail      2003-4-4
++sendmail      8.12.3-6.3      s390    DSA-278-1 sendmail      2003-4-4
++libmilter-dev 8.12.3-6.3      sparc   DSA-278-1 sendmail      2003-4-4
++sendmail      8.12.3-6.3      sparc   DSA-278-1 sendmail      2003-4-4
++sendmail      8.9.3-25        alpha   DSA-257-1 sendmail      2003-3-4
++sendmail      8.9.3-25        arm     DSA-257-1 sendmail      2003-3-4
++sendmail      8.9.3-25        i386    DSA-257-1 sendmail      2003-3-4
++sendmail      8.9.3-25        powerpc DSA-257-1 sendmail      2003-3-4
++sendmail      8.9.3-25        sparc   DSA-257-1 sendmail      2003-3-4
++sendmail-doc  8.12.3-5        all     DSA-257-1 sendmail      2003-3-4
++sendmail      8.12.3-5        alpha   DSA-257-1 sendmail      2003-3-4
++libmilter-dev 8.12.3-5        alpha   DSA-257-1 sendmail      2003-3-4
++sendmail      8.12.3-5        hppa    DSA-257-1 sendmail      2003-3-4
++libmilter-dev 8.12.3-5        hppa    DSA-257-1 sendmail      2003-3-4
++sendmail      8.12.3-5        i386    DSA-257-1 sendmail      2003-3-4
++libmilter-dev 8.12.3-5        i386    DSA-257-1 sendmail      2003-3-4
++sendmail      8.12.3-5        ia64    DSA-257-1 sendmail      2003-3-4
++libmilter-dev 8.12.3-5        ia64    DSA-257-1 sendmail      2003-3-4
++sendmail      8.12.3-5        mips    DSA-257-1 sendmail      2003-3-4
++libmilter-dev 8.12.3-5        mips    DSA-257-1 sendmail      2003-3-4
++libmilter-dev 8.12.3-5        mipsel  DSA-257-1 sendmail      2003-3-4
++sendmail      8.12.3-5        mipsel  DSA-257-1 sendmail      2003-3-4
++sendmail      8.12.3-5        powerpc DSA-257-1 sendmail      2003-3-4
++libmilter-dev 8.12.3-5        powerpc DSA-257-1 sendmail      2003-3-4
++sendmail      8.12.3-5        s390    DSA-257-1 sendmail      2003-3-4
++libmilter-dev 8.12.3-5        s390    DSA-257-1 sendmail      2003-3-4
++sendmail      8.12.3-5        sparc   DSA-257-1 sendmail      2003-3-4
++libmilter-dev 8.12.3-5        sparc   DSA-257-1 sendmail      2003-3-4
++mhonarc       2.4.4-1.3       all     DSA-221-1 mhonarc       2003-1-3
++mhonarc       2.5.2-1.3       all     DSA-221-1 mhonarc       2003-1-3
+ cupsys        1.0.4-12.2      alpha   DSA-317-1 cupsys        2003-6-11
+ cupsys-bsd    1.0.4-12.2      alpha   DSA-317-1 cupsys        2003-6-11
+ libcupsys1    1.0.4-12.2      alpha   DSA-317-1 cupsys        2003-6-11
+@@ -5902,239 +4238,873 @@
+ cupsys-pstoraster     1.1.14-5        sparc   DSA-317-1 cupsys        2003-6-11
+ libcupsys2    1.1.14-5        sparc   DSA-317-1 cupsys        2003-6-11
+ libcupsys2-dev        1.1.14-5        sparc   DSA-317-1 cupsys        2003-6-11
+-typespeed     0.4.0-5.2       alpha   DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.0-5.2       arm     DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.0-5.2       i386    DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.0-5.2       m68k    DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.0-5.2       powerpc DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.0-5.2       sparc   DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.1-2.2       alpha   DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.1-2.2       arm     DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.1-2.2       i386    DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.1-2.2       ia64    DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.1-2.2       hppa    DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.1-2.2       m68k    DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.1-2.2       mips    DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.1-2.2       mipsel  DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.1-2.2       powerpc DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.1-2.2       s390    DSA-322-1 typespeed     2003-6-16
+-typespeed     0.4.1-2.2       sparc   DSA-322-1 typespeed     2003-6-16
+-webfs 1.17.1  alpha   DSA-328-1 webfs 2003-6-19
+-webfs 1.17.1  arm     DSA-328-1 webfs 2003-6-19
+-webfs 1.17.1  i386    DSA-328-1 webfs 2003-6-19
+-webfs 1.17.1  ia64    DSA-328-1 webfs 2003-6-19
+-webfs 1.17.1  hppa    DSA-328-1 webfs 2003-6-19
+-webfs 1.17.1  m68k    DSA-328-1 webfs 2003-6-19
+-webfs 1.17.1  mips    DSA-328-1 webfs 2003-6-19
+-webfs 1.17.1  mipsel  DSA-328-1 webfs 2003-6-19
+-webfs 1.17.1  powerpc DSA-328-1 webfs 2003-6-19
+-webfs 1.17.1  s390    DSA-328-1 webfs 2003-6-19
+-webfs 1.17.1  sparc   DSA-328-1 webfs 2003-6-19
+-tcptraceroute 1.2-2   alpha   DSA-330-1 tcptraceroute 2003-6-23
+-tcptraceroute 1.2-2   arm     DSA-330-1 tcptraceroute 2003-6-23
+-tcptraceroute 1.2-2   i386    DSA-330-1 tcptraceroute 2003-6-23
+-tcptraceroute 1.2-2   ia64    DSA-330-1 tcptraceroute 2003-6-23
+-tcptraceroute 1.2-2   hppa    DSA-330-1 tcptraceroute 2003-6-23
+-tcptraceroute 1.2-2   m68k    DSA-330-1 tcptraceroute 2003-6-23
+-tcptraceroute 1.2-2   mips    DSA-330-1 tcptraceroute 2003-6-23
+-tcptraceroute 1.2-2   mipsel  DSA-330-1 tcptraceroute 2003-6-23
+-tcptraceroute 1.2-2   powerpc DSA-330-1 tcptraceroute 2003-6-23
+-tcptraceroute 1.2-2   s390    DSA-330-1 tcptraceroute 2003-6-23
+-tcptraceroute 1.2-2   sparc   DSA-330-1 tcptraceroute 2003-6-23
++artsbuilder   2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
++kdemultimedia-dev     2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
++kmid  2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
++kmidi 2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
++kmix  2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
++kscd  2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
++libarts-mpeglib       2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
++mpeglib       2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
++noatun        2.2.2-8.2       alpha   DSA-243-1 kdemultimedia 2003-1-24
++artsbuilder   2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
++kdemultimedia-dev     2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
++kmid  2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
++kmidi 2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
++kmix  2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
++kscd  2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
++libarts-mpeglib       2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
++mpeglib       2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
++noatun        2.2.2-8.2       arm     DSA-243-1 kdemultimedia 2003-1-24
++artsbuilder   2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
++kdemultimedia-dev     2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
++kmid  2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
++kmidi 2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
++kmix  2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
++kscd  2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
++libarts-mpeglib       2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
++mpeglib       2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
++noatun        2.2.2-8.2       i386    DSA-243-1 kdemultimedia 2003-1-24
++artsbuilder   2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
++kdemultimedia-dev     2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
++kmid  2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
++kmidi 2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
++kmix  2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
++kscd  2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
++libarts-mpeglib       2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
++mpeglib       2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
++noatun        2.2.2-8.2       ia64    DSA-243-1 kdemultimedia 2003-1-24
++artsbuilder   2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
++kdemultimedia-dev     2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
++kmid  2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
++kmidi 2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
++kmix  2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
++kscd  2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
++libarts-mpeglib       2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
++mpeglib       2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
++noatun        2.2.2-8.2       hppa    DSA-243-1 kdemultimedia 2003-1-24
++artsbuilder   2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
++kdemultimedia-dev     2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
++kmid  2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
++kmidi 2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
++kmix  2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
++kscd  2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
++libarts-mpeglib       2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
++mpeglib       2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
++noatun        2.2.2-8.2       m68k    DSA-243-1 kdemultimedia 2003-1-24
++artsbuilder   2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
++kdemultimedia-dev     2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
++kmid  2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
++kmidi 2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
++kmix  2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
++kscd  2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
++libarts-mpeglib       2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
++mpeglib       2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
++noatun        2.2.2-8.2       powerpc DSA-243-1 kdemultimedia 2003-1-24
++artsbuilder   2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
++kdemultimedia-dev     2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
++kmid  2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
++kmidi 2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
++kmix  2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
++kscd  2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
++libarts-mpeglib       2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
++mpeglib       2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
++noatun        2.2.2-8.2       s390    DSA-243-1 kdemultimedia 2003-1-24
++artsbuilder   2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
++kdemultimedia-dev     2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
++kmid  2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
++kmidi 2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
++kmix  2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
++kscd  2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
++libarts-mpeglib       2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
++mpeglib       2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
++noatun        2.2.2-8.2       sparc   DSA-243-1 kdemultimedia 2003-1-24
+ mantis        0.17.1-3        all     DSA-335-1 mantis        2003-6-28
+-gtksee        0.5.0-6 alpha   DSA-337-1 gtksee        2003-6-29
+-gtksee        0.5.0-6 arm     DSA-337-1 gtksee        2003-6-29
+-gtksee        0.5.0-6 i386    DSA-337-1 gtksee        2003-6-29
+-gtksee        0.5.0-6 ia64    DSA-337-1 gtksee        2003-6-29
+-gtksee        0.5.0-6 hppa    DSA-337-1 gtksee        2003-6-29
+-gtksee        0.5.0-6 m68k    DSA-337-1 gtksee        2003-6-29
+-gtksee        0.5.0-6 mips    DSA-337-1 gtksee        2003-6-29
+-gtksee        0.5.0-6 mipsel  DSA-337-1 gtksee        2003-6-29
+-gtksee        0.5.0-6 powerpc DSA-337-1 gtksee        2003-6-29
+-gtksee        0.5.0-6 s390    DSA-337-1 gtksee        2003-6-29
+-gtksee        0.5.0-6 sparc   DSA-337-1 gtksee        2003-6-29
+-traceroute-nanog      6.1.1-1.3       alpha   DSA-348-1 traceroute-nanog      2003-7-11
+-traceroute-nanog      6.1.1-1.3       arm     DSA-348-1 traceroute-nanog      2003-7-11
+-traceroute-nanog      6.1.1-1.3       i386    DSA-348-1 traceroute-nanog      2003-7-11
+-traceroute-nanog      6.1.1-1.3       ia64    DSA-348-1 traceroute-nanog      2003-7-11
+-traceroute-nanog      6.1.1-1.3       hppa    DSA-348-1 traceroute-nanog      2003-7-11
+-traceroute-nanog      6.1.1-1.3       m68k    DSA-348-1 traceroute-nanog      2003-7-11
+-traceroute-nanog      6.1.1-1.3       mips    DSA-348-1 traceroute-nanog      2003-7-11
+-traceroute-nanog      6.1.1-1.3       mipsel  DSA-348-1 traceroute-nanog      2003-7-11
+-traceroute-nanog      6.1.1-1.3       powerpc DSA-348-1 traceroute-nanog      2003-7-11
+-traceroute-nanog      6.1.1-1.3       s390    DSA-348-1 traceroute-nanog      2003-7-11
+-traceroute-nanog      6.1.1-1.3       sparc   DSA-348-1 traceroute-nanog      2003-7-11
+-xfstt 1.2.1-3 alpha   DSA-360-1 xfstt 2003-8-1
+-xfstt 1.2.1-3 arm     DSA-360-1 xfstt 2003-8-1
+-xfstt 1.2.1-3 i386    DSA-360-1 xfstt 2003-8-1
+-xfstt 1.2.1-3 ia64    DSA-360-1 xfstt 2003-8-1
+-xfstt 1.2.1-3 hppa    DSA-360-1 xfstt 2003-8-1
+-xfstt 1.2.1-3 m68k    DSA-360-1 xfstt 2003-8-1
+-xfstt 1.2.1-3 mips    DSA-360-1 xfstt 2003-8-1
+-xfstt 1.2.1-3 mipsel  DSA-360-1 xfstt 2003-8-1
+-xfstt 1.2.1-3 powerpc DSA-360-1 xfstt 2003-8-1
+-xfstt 1.2.1-3 s390    DSA-360-1 xfstt 2003-8-1
+-xfstt 1.2.1-3 sparc   DSA-360-1 xfstt 2003-8-1
+-libcgi-fast-perl      5.6.1-8.3       all     DSA-371-1 perl  2003-8-11
+-perl-doc      5.6.1-8.3       all     DSA-371-1 perl  2003-8-11
+-perl-modules  5.6.1-8.3       all     DSA-371-1 perl  2003-8-11
+-libperl-dev   5.6.1-8.3       alpha   DSA-371-1 perl  2003-8-11
+-perl  5.6.1-8.3       alpha   DSA-371-1 perl  2003-8-11
+-perl-base     5.6.1-8.3       alpha   DSA-371-1 perl  2003-8-11
+-perl-debug    5.6.1-8.3       alpha   DSA-371-1 perl  2003-8-11
+-perl-suid     5.6.1-8.3       alpha   DSA-371-1 perl  2003-8-11
+-libperl-dev   5.6.1-8.3       arm     DSA-371-1 perl  2003-8-11
+-perl  5.6.1-8.3       arm     DSA-371-1 perl  2003-8-11
+-perl-base     5.6.1-8.3       arm     DSA-371-1 perl  2003-8-11
+-perl-debug    5.6.1-8.3       arm     DSA-371-1 perl  2003-8-11
+-perl-suid     5.6.1-8.3       arm     DSA-371-1 perl  2003-8-11
+-libperl-dev   5.6.1-8.3       i386    DSA-371-1 perl  2003-8-11
+-perl  5.6.1-8.3       i386    DSA-371-1 perl  2003-8-11
+-perl-base     5.6.1-8.3       i386    DSA-371-1 perl  2003-8-11
+-perl-debug    5.6.1-8.3       i386    DSA-371-1 perl  2003-8-11
+-perl-suid     5.6.1-8.3       i386    DSA-371-1 perl  2003-8-11
+-libperl-dev   5.6.1-8.3       ia64    DSA-371-1 perl  2003-8-11
+-perl  5.6.1-8.3       ia64    DSA-371-1 perl  2003-8-11
+-perl-base     5.6.1-8.3       ia64    DSA-371-1 perl  2003-8-11
+-perl-debug    5.6.1-8.3       ia64    DSA-371-1 perl  2003-8-11
+-perl-suid     5.6.1-8.3       ia64    DSA-371-1 perl  2003-8-11
+-libperl-dev   5.6.1-8.3       hppa    DSA-371-1 perl  2003-8-11
+-perl  5.6.1-8.3       hppa    DSA-371-1 perl  2003-8-11
+-perl-base     5.6.1-8.3       hppa    DSA-371-1 perl  2003-8-11
+-perl-debug    5.6.1-8.3       hppa    DSA-371-1 perl  2003-8-11
+-perl-suid     5.6.1-8.3       hppa    DSA-371-1 perl  2003-8-11
+-libperl-dev   5.6.1-8.3       m68k    DSA-371-1 perl  2003-8-11
+-perl  5.6.1-8.3       m68k    DSA-371-1 perl  2003-8-11
+-perl-base     5.6.1-8.3       m68k    DSA-371-1 perl  2003-8-11
+-perl-debug    5.6.1-8.3       m68k    DSA-371-1 perl  2003-8-11
+-perl-suid     5.6.1-8.3       m68k    DSA-371-1 perl  2003-8-11
+-libperl-dev   5.6.1-8.3       mips    DSA-371-1 perl  2003-8-11
+-perl  5.6.1-8.3       mips    DSA-371-1 perl  2003-8-11
+-perl-base     5.6.1-8.3       mips    DSA-371-1 perl  2003-8-11
+-perl-debug    5.6.1-8.3       mips    DSA-371-1 perl  2003-8-11
+-perl-suid     5.6.1-8.3       mips    DSA-371-1 perl  2003-8-11
+-libperl-dev   5.6.1-8.3       mipsel  DSA-371-1 perl  2003-8-11
+-perl  5.6.1-8.3       mipsel  DSA-371-1 perl  2003-8-11
+-perl-base     5.6.1-8.3       mipsel  DSA-371-1 perl  2003-8-11
+-perl-debug    5.6.1-8.3       mipsel  DSA-371-1 perl  2003-8-11
+-perl-suid     5.6.1-8.3       mipsel  DSA-371-1 perl  2003-8-11
+-libperl-dev   5.6.1-8.3       powerpc DSA-371-1 perl  2003-8-11
+-perl  5.6.1-8.3       powerpc DSA-371-1 perl  2003-8-11
+-perl-base     5.6.1-8.3       powerpc DSA-371-1 perl  2003-8-11
+-perl-debug    5.6.1-8.3       powerpc DSA-371-1 perl  2003-8-11
+-perl-suid     5.6.1-8.3       powerpc DSA-371-1 perl  2003-8-11
+-libperl-dev   5.6.1-8.3       s390    DSA-371-1 perl  2003-8-11
+-perl  5.6.1-8.3       s390    DSA-371-1 perl  2003-8-11
+-perl-base     5.6.1-8.3       s390    DSA-371-1 perl  2003-8-11
+-perl-debug    5.6.1-8.3       s390    DSA-371-1 perl  2003-8-11
+-perl-suid     5.6.1-8.3       s390    DSA-371-1 perl  2003-8-11
+-libperl-dev   5.6.1-8.3       sparc   DSA-371-1 perl  2003-8-11
+-perl  5.6.1-8.3       sparc   DSA-371-1 perl  2003-8-11
+-perl-base     5.6.1-8.3       sparc   DSA-371-1 perl  2003-8-11
+-perl-debug    5.6.1-8.3       sparc   DSA-371-1 perl  2003-8-11
+-perl-suid     5.6.1-8.3       sparc   DSA-371-1 perl  2003-8-11
+-mah-jong      1.4-2   alpha   DSA-378-1 mah-jong      2003-9-7
+-mah-jong      1.4-2   arm     DSA-378-1 mah-jong      2003-9-7
+-mah-jong      1.4-2   i386    DSA-378-1 mah-jong      2003-9-7
+-mah-jong      1.4-2   ia64    DSA-378-1 mah-jong      2003-9-7
+-mah-jong      1.4-2   hppa    DSA-378-1 mah-jong      2003-9-7
+-mah-jong      1.4-2   m68k    DSA-378-1 mah-jong      2003-9-7
+-mah-jong      1.4-2   mips    DSA-378-1 mah-jong      2003-9-7
+-mah-jong      1.4-2   mipsel  DSA-378-1 mah-jong      2003-9-7
+-mah-jong      1.4-2   powerpc DSA-378-1 mah-jong      2003-9-7
+-mah-jong      1.4-2   s390    DSA-378-1 mah-jong      2003-9-7
+-mah-jong      1.4-2   sparc   DSA-378-1 mah-jong      2003-9-7
+-libsane       1.0.7-4 alpha   DSA-379-1 sane-backends 2003-9-11
+-libsane-dev   1.0.7-4 alpha   DSA-379-1 sane-backends 2003-9-11
+-libsane       1.0.7-4 arm     DSA-379-1 sane-backends 2003-9-11
+-libsane-dev   1.0.7-4 arm     DSA-379-1 sane-backends 2003-9-11
+-libsane       1.0.7-4 i386    DSA-379-1 sane-backends 2003-9-11
+-libsane-dev   1.0.7-4 i386    DSA-379-1 sane-backends 2003-9-11
+-libsane       1.0.7-4 ia64    DSA-379-1 sane-backends 2003-9-11
+-libsane-dev   1.0.7-4 ia64    DSA-379-1 sane-backends 2003-9-11
+-libsane       1.0.7-4 hppa    DSA-379-1 sane-backends 2003-9-11
+-libsane-dev   1.0.7-4 hppa    DSA-379-1 sane-backends 2003-9-11
+-libsane       1.0.7-4 m68k    DSA-379-1 sane-backends 2003-9-11
+-libsane-dev   1.0.7-4 m68k    DSA-379-1 sane-backends 2003-9-11
+-libsane       1.0.7-4 mips    DSA-379-1 sane-backends 2003-9-11
+-libsane-dev   1.0.7-4 mips    DSA-379-1 sane-backends 2003-9-11
+-libsane       1.0.7-4 mipsel  DSA-379-1 sane-backends 2003-9-11
+-libsane-dev   1.0.7-4 mipsel  DSA-379-1 sane-backends 2003-9-11
+-libsane       1.0.7-4 powerpc DSA-379-1 sane-backends 2003-9-11
+-libsane-dev   1.0.7-4 powerpc DSA-379-1 sane-backends 2003-9-11
+-libsane       1.0.7-4 s390    DSA-379-1 sane-backends 2003-9-11
+-libsane-dev   1.0.7-4 s390    DSA-379-1 sane-backends 2003-9-11
+-libsane       1.0.7-4 sparc   DSA-379-1 sane-backends 2003-9-11
+-libsane-dev   1.0.7-4 sparc   DSA-379-1 sane-backends 2003-9-11
+-mysql-common  3.23.49-8.5     all     DSA-381-1 mysql 2003-9-13
+-mysql-doc     3.23.49-8.5     all     DSA-381-1 mysql 2003-9-13
+-libmysqlclient10      3.23.49-8.5     alpha   DSA-381-1 mysql 2003-9-13
+-libmysqlclient10-dev  3.23.49-8.5     alpha   DSA-381-1 mysql 2003-9-13
+-mysql-client  3.23.49-8.5     alpha   DSA-381-1 mysql 2003-9-13
+-mysql-server  3.23.49-8.5     alpha   DSA-381-1 mysql 2003-9-13
+-libmysqlclient10      3.23.49-8.5     arm     DSA-381-1 mysql 2003-9-13
+-libmysqlclient10-dev  3.23.49-8.5     arm     DSA-381-1 mysql 2003-9-13
+-mysql-client  3.23.49-8.5     arm     DSA-381-1 mysql 2003-9-13
+-mysql-server  3.23.49-8.5     arm     DSA-381-1 mysql 2003-9-13
+-libmysqlclient10      3.23.49-8.5     i386    DSA-381-1 mysql 2003-9-13
+-libmysqlclient10-dev  3.23.49-8.5     i386    DSA-381-1 mysql 2003-9-13
+-mysql-client  3.23.49-8.5     i386    DSA-381-1 mysql 2003-9-13
+-mysql-server  3.23.49-8.5     i386    DSA-381-1 mysql 2003-9-13
+-libmysqlclient10      3.23.49-8.5     ia64    DSA-381-1 mysql 2003-9-13
+-libmysqlclient10-dev  3.23.49-8.5     ia64    DSA-381-1 mysql 2003-9-13
+-mysql-client  3.23.49-8.5     ia64    DSA-381-1 mysql 2003-9-13
+-mysql-server  3.23.49-8.5     ia64    DSA-381-1 mysql 2003-9-13
+-libmysqlclient10      3.23.49-8.5     hppa    DSA-381-1 mysql 2003-9-13
+-libmysqlclient10-dev  3.23.49-8.5     hppa    DSA-381-1 mysql 2003-9-13
+-mysql-client  3.23.49-8.5     hppa    DSA-381-1 mysql 2003-9-13
+-mysql-server  3.23.49-8.5     hppa    DSA-381-1 mysql 2003-9-13
+-libmysqlclient10      3.23.49-8.5     m68k    DSA-381-1 mysql 2003-9-13
+-libmysqlclient10-dev  3.23.49-8.5     m68k    DSA-381-1 mysql 2003-9-13
+-mysql-client  3.23.49-8.5     m68k    DSA-381-1 mysql 2003-9-13
+-mysql-server  3.23.49-8.5     m68k    DSA-381-1 mysql 2003-9-13
+-libmysqlclient10      3.23.49-8.5     mips    DSA-381-1 mysql 2003-9-13
+-libmysqlclient10-dev  3.23.49-8.5     mips    DSA-381-1 mysql 2003-9-13
+-mysql-client  3.23.49-8.5     mips    DSA-381-1 mysql 2003-9-13
+-mysql-server  3.23.49-8.5     mips    DSA-381-1 mysql 2003-9-13
+-libmysqlclient10      3.23.49-8.5     mipsel  DSA-381-1 mysql 2003-9-13
+-libmysqlclient10-dev  3.23.49-8.5     mipsel  DSA-381-1 mysql 2003-9-13
+-mysql-client  3.23.49-8.5     mipsel  DSA-381-1 mysql 2003-9-13
+-mysql-server  3.23.49-8.5     mipsel  DSA-381-1 mysql 2003-9-13
+-libmysqlclient10      3.23.49-8.5     powerpc DSA-381-1 mysql 2003-9-13
+-libmysqlclient10-dev  3.23.49-8.5     powerpc DSA-381-1 mysql 2003-9-13
+-mysql-client  3.23.49-8.5     powerpc DSA-381-1 mysql 2003-9-13
+-mysql-server  3.23.49-8.5     powerpc DSA-381-1 mysql 2003-9-13
+-libmysqlclient10      3.23.49-8.5     s390    DSA-381-1 mysql 2003-9-13
+-libmysqlclient10-dev  3.23.49-8.5     s390    DSA-381-1 mysql 2003-9-13
+-mysql-client  3.23.49-8.5     s390    DSA-381-1 mysql 2003-9-13
+-mysql-server  3.23.49-8.5     s390    DSA-381-1 mysql 2003-9-13
+-libmysqlclient10      3.23.49-8.5     sparc   DSA-381-1 mysql 2003-9-13
+-libmysqlclient10-dev  3.23.49-8.5     sparc   DSA-381-1 mysql 2003-9-13
+-mysql-client  3.23.49-8.5     sparc   DSA-381-1 mysql 2003-9-13
+-mysql-server  3.23.49-8.5     sparc   DSA-381-1 mysql 2003-9-13
+-sendmail-doc  8.12.3-6.6      all     DSA-384-1 sendmail      2003-9-17
+-libmilter-dev 8.12.3-6.6      alpha   DSA-384-1 sendmail      2003-9-17
+-sendmail      8.12.3-6.6      alpha   DSA-384-1 sendmail      2003-9-17
+-libmilter-dev 8.12.3-6.6      arm     DSA-384-1 sendmail      2003-9-17
+-sendmail      8.12.3-6.6      arm     DSA-384-1 sendmail      2003-9-17
+-libmilter-dev 8.12.3-6.6      i386    DSA-384-1 sendmail      2003-9-17
+-sendmail      8.12.3-6.6      i386    DSA-384-1 sendmail      2003-9-17
+-libmilter-dev 8.12.3-6.6      ia64    DSA-384-1 sendmail      2003-9-17
+-sendmail      8.12.3-6.6      ia64    DSA-384-1 sendmail      2003-9-17
+-libmilter-dev 8.12.3-6.6      hppa    DSA-384-1 sendmail      2003-9-17
+-sendmail      8.12.3-6.6      hppa    DSA-384-1 sendmail      2003-9-17
+-libmilter-dev 8.12.3-6.6      m68k    DSA-384-1 sendmail      2003-9-17
+-sendmail      8.12.3-6.6      m68k    DSA-384-1 sendmail      2003-9-17
+-libmilter-dev 8.12.3-6.6      mips    DSA-384-1 sendmail      2003-9-17
+-sendmail      8.12.3-6.6      mips    DSA-384-1 sendmail      2003-9-17
+-libmilter-dev 8.12.3-6.6      mipsel  DSA-384-1 sendmail      2003-9-17
+-sendmail      8.12.3-6.6      mipsel  DSA-384-1 sendmail      2003-9-17
+-libmilter-dev 8.12.3-6.6      powerpc DSA-384-1 sendmail      2003-9-17
+-sendmail      8.12.3-6.6      powerpc DSA-384-1 sendmail      2003-9-17
+-libmilter-dev 8.12.3-6.6      s390    DSA-384-1 sendmail      2003-9-17
+-sendmail      8.12.3-6.6      s390    DSA-384-1 sendmail      2003-9-17
+-libmilter-dev 8.12.3-6.6      sparc   DSA-384-1 sendmail      2003-9-17
+-sendmail      8.12.3-6.6      sparc   DSA-384-1 sendmail      2003-9-17
++epic  3.004-16.1      alpha   DSA-287-1 epic  2003-4-15
++epic  3.004-16.1      arm     DSA-287-1 epic  2003-4-15
++epic  3.004-16.1      i386    DSA-287-1 epic  2003-4-15
++epic  3.004-16.1      m68k    DSA-287-1 epic  2003-4-15
++epic  3.004-16.1      powerpc DSA-287-1 epic  2003-4-15
++epic  3.004-16.1      sparc   DSA-287-1 epic  2003-4-15
++epic  3.004-17.1      alpha   DSA-287-1 epic  2003-4-15
++epic  3.004-17.1      arm     DSA-287-1 epic  2003-4-15
++epic  3.004-17.1      i386    DSA-287-1 epic  2003-4-15
++epic  3.004-17.1      ia64    DSA-287-1 epic  2003-4-15
++epic  3.004-17.1      hppa    DSA-287-1 epic  2003-4-15
++epic  3.004-17.1      m68k    DSA-287-1 epic  2003-4-15
++epic  3.004-17.1      mips    DSA-287-1 epic  2003-4-15
++epic  3.004-17.1      mipsel  DSA-287-1 epic  2003-4-15
++epic  3.004-17.1      powerpc DSA-287-1 epic  2003-4-15
++epic  3.004-17.1      s390    DSA-287-1 epic  2003-4-15
++epic  3.004-17.1      sparc   DSA-287-1 epic  2003-4-15
++hypermail     2.1.3-2.0       alpha   DSA-248-1 hypermail     2003-1-31
++hypermail     2.1.3-2.0       arm     DSA-248-1 hypermail     2003-1-31
++hypermail     2.1.3-2.0       i386    DSA-248-1 hypermail     2003-1-31
++hypermail     2.1.3-2.0       ia64    DSA-248-1 hypermail     2003-1-31
++hypermail     2.1.3-2.0       hppa    DSA-248-1 hypermail     2003-1-31
++hypermail     2.1.3-2.0       m68k    DSA-248-1 hypermail     2003-1-31
++hypermail     2.1.3-2.0       mips    DSA-248-1 hypermail     2003-1-31
++hypermail     2.1.3-2.0       mipsel  DSA-248-1 hypermail     2003-1-31
++hypermail     2.1.3-2.0       powerpc DSA-248-1 hypermail     2003-1-31
++hypermail     2.1.3-2.0       s390    DSA-248-1 hypermail     2003-1-31
++hypermail     2.1.3-2.0       sparc   DSA-248-1 hypermail     2003-1-31
++tcpdump       3.6.2-2.4       alpha   DSA-261-1 tcpdump       2003-3-14
++tcpdump       3.6.2-2.4       arm     DSA-261-1 tcpdump       2003-3-14
++tcpdump       3.6.2-2.4       i386    DSA-261-1 tcpdump       2003-3-14
++tcpdump       3.6.2-2.4       ia64    DSA-261-1 tcpdump       2003-3-14
++tcpdump       3.6.2-2.4       hppa    DSA-261-1 tcpdump       2003-3-14
++tcpdump       3.6.2-2.4       m68k    DSA-261-1 tcpdump       2003-3-14
++tcpdump       3.6.2-2.4       mips    DSA-261-1 tcpdump       2003-3-14
++tcpdump       3.6.2-2.4       mipsel  DSA-261-1 tcpdump       2003-3-14
++tcpdump       3.6.2-2.4       powerpc DSA-261-1 tcpdump       2003-3-14
++tcpdump       3.6.2-2.4       s390    DSA-261-1 tcpdump       2003-3-14
++tcpdump       3.6.2-2.4       sparc   DSA-261-1 tcpdump       2003-3-14
++slocate       2.6-1.3.1       alpha   DSA-252-1 slocate       2003-2-21
++slocate       2.6-1.3.1       arm     DSA-252-1 slocate       2003-2-21
++slocate       2.6-1.3.1       i386    DSA-252-1 slocate       2003-2-21
++slocate       2.6-1.3.1       ia64    DSA-252-1 slocate       2003-2-21
++slocate       2.6-1.3.1       hppa    DSA-252-1 slocate       2003-2-21
++slocate       2.6-1.3.1       m68k    DSA-252-1 slocate       2003-2-21
++slocate       2.6-1.3.1       mips    DSA-252-1 slocate       2003-2-21
++slocate       2.6-1.3.1       mipsel  DSA-252-1 slocate       2003-2-21
++slocate       2.6-1.3.1       powerpc DSA-252-1 slocate       2003-2-21
++slocate       2.6-1.3.1       s390    DSA-252-1 slocate       2003-2-21
++slocate       2.6-1.3.1       sparc   DSA-252-1 slocate       2003-2-21
++typespeed     0.4.0-5.2       alpha   DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.0-5.2       arm     DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.0-5.2       i386    DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.0-5.2       m68k    DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.0-5.2       powerpc DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.0-5.2       sparc   DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.1-2.2       alpha   DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.1-2.2       arm     DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.1-2.2       i386    DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.1-2.2       ia64    DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.1-2.2       hppa    DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.1-2.2       m68k    DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.1-2.2       mips    DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.1-2.2       mipsel  DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.1-2.2       powerpc DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.1-2.2       s390    DSA-322-1 typespeed     2003-6-16
++typespeed     0.4.1-2.2       sparc   DSA-322-1 typespeed     2003-6-16
++libsane       1.0.7-4 alpha   DSA-379-1 sane-backends 2003-9-11
++libsane-dev   1.0.7-4 alpha   DSA-379-1 sane-backends 2003-9-11
++libsane       1.0.7-4 arm     DSA-379-1 sane-backends 2003-9-11
++libsane-dev   1.0.7-4 arm     DSA-379-1 sane-backends 2003-9-11
++libsane       1.0.7-4 i386    DSA-379-1 sane-backends 2003-9-11
++libsane-dev   1.0.7-4 i386    DSA-379-1 sane-backends 2003-9-11
++libsane       1.0.7-4 ia64    DSA-379-1 sane-backends 2003-9-11
++libsane-dev   1.0.7-4 ia64    DSA-379-1 sane-backends 2003-9-11
++libsane       1.0.7-4 hppa    DSA-379-1 sane-backends 2003-9-11
++libsane-dev   1.0.7-4 hppa    DSA-379-1 sane-backends 2003-9-11
++libsane       1.0.7-4 m68k    DSA-379-1 sane-backends 2003-9-11
++libsane-dev   1.0.7-4 m68k    DSA-379-1 sane-backends 2003-9-11
++libsane       1.0.7-4 mips    DSA-379-1 sane-backends 2003-9-11
++libsane-dev   1.0.7-4 mips    DSA-379-1 sane-backends 2003-9-11
++libsane       1.0.7-4 mipsel  DSA-379-1 sane-backends 2003-9-11
++libsane-dev   1.0.7-4 mipsel  DSA-379-1 sane-backends 2003-9-11
++libsane       1.0.7-4 powerpc DSA-379-1 sane-backends 2003-9-11
++libsane-dev   1.0.7-4 powerpc DSA-379-1 sane-backends 2003-9-11
++libsane       1.0.7-4 s390    DSA-379-1 sane-backends 2003-9-11
++libsane-dev   1.0.7-4 s390    DSA-379-1 sane-backends 2003-9-11
++libsane       1.0.7-4 sparc   DSA-379-1 sane-backends 2003-9-11
++libsane-dev   1.0.7-4 sparc   DSA-379-1 sane-backends 2003-9-11
++xfstt 1.2.1-3 alpha   DSA-360-1 xfstt 2003-8-1
++xfstt 1.2.1-3 arm     DSA-360-1 xfstt 2003-8-1
++xfstt 1.2.1-3 i386    DSA-360-1 xfstt 2003-8-1
++xfstt 1.2.1-3 ia64    DSA-360-1 xfstt 2003-8-1
++xfstt 1.2.1-3 hppa    DSA-360-1 xfstt 2003-8-1
++xfstt 1.2.1-3 m68k    DSA-360-1 xfstt 2003-8-1
++xfstt 1.2.1-3 mips    DSA-360-1 xfstt 2003-8-1
++xfstt 1.2.1-3 mipsel  DSA-360-1 xfstt 2003-8-1
++xfstt 1.2.1-3 powerpc DSA-360-1 xfstt 2003-8-1
++xfstt 1.2.1-3 s390    DSA-360-1 xfstt 2003-8-1
++xfstt 1.2.1-3 sparc   DSA-360-1 xfstt 2003-8-1
++epic4 1.1.2.20020219-2.2      alpha   DSA-399-1 epic4 2003-11-10
++epic4 1.1.2.20020219-2.2      arm     DSA-399-1 epic4 2003-11-10
++epic4 1.1.2.20020219-2.2      i386    DSA-399-1 epic4 2003-11-10
++epic4 1.1.2.20020219-2.2      ia64    DSA-399-1 epic4 2003-11-10
++epic4 1.1.2.20020219-2.2      hppa    DSA-399-1 epic4 2003-11-10
++epic4 1.1.2.20020219-2.2      m68k    DSA-399-1 epic4 2003-11-10
++epic4 1.1.2.20020219-2.2      mips    DSA-399-1 epic4 2003-11-10
++epic4 1.1.2.20020219-2.2      mipsel  DSA-399-1 epic4 2003-11-10
++epic4 1.1.2.20020219-2.2      powerpc DSA-399-1 epic4 2003-11-10
++epic4 1.1.2.20020219-2.2      s390    DSA-399-1 epic4 2003-11-10
++epic4 1.1.2.20020219-2.2      sparc   DSA-399-1 epic4 2003-11-10
++kdebase-doc   2.2.2-14.2      all     DSA-242-1 kdebase       2003-1-24
++kdewallpapers 2.2.2-14.2      all     DSA-242-1 kdebase       2003-1-24
++kate  2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
++kdebase       2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
++kdebase-audiolibs     2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
++kdebase-dev   2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
++kdebase-libs  2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
++kdm   2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
++konqueror     2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
++konsole       2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
++kscreensaver  2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
++libkonq-dev   2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
++libkonq3      2.2.2-14.2      alpha   DSA-242-1 kdebase       2003-1-24
++kate  2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
++kdebase       2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
++kdebase-audiolibs     2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
++kdebase-dev   2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
++kdebase-libs  2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
++kdm   2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
++konqueror     2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
++konsole       2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
++kscreensaver  2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
++libkonq-dev   2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
++libkonq3      2.2.2-14.2      arm     DSA-242-1 kdebase       2003-1-24
++kate  2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
++kdebase       2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
++kdebase-audiolibs     2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
++kdebase-dev   2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
++kdebase-libs  2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
++kdm   2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
++konqueror     2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
++konsole       2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
++kscreensaver  2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
++libkonq-dev   2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
++libkonq3      2.2.2-14.2      i386    DSA-242-1 kdebase       2003-1-24
++kate  2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
++kdebase       2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
++kdebase-audiolibs     2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
++kdebase-dev   2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
++kdebase-libs  2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
++kdm   2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
++konqueror     2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
++konsole       2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
++kscreensaver  2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
++libkonq-dev   2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
++libkonq3      2.2.2-14.2      ia64    DSA-242-1 kdebase       2003-1-24
++kate  2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
++kdebase       2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
++kdebase-audiolibs     2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
++kdebase-dev   2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
++kdebase-libs  2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
++kdm   2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
++konqueror     2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
++konsole       2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
++kscreensaver  2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
++libkonq-dev   2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
++libkonq3      2.2.2-14.2      hppa    DSA-242-1 kdebase       2003-1-24
++kate  2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
++kdebase       2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
++kdebase-audiolibs     2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
++kdebase-dev   2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
++kdebase-libs  2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
++kdm   2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
++konqueror     2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
++konsole       2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
++kscreensaver  2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
++libkonq-dev   2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
++libkonq3      2.2.2-14.2      m68k    DSA-242-1 kdebase       2003-1-24
++kate  2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
++kdebase       2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
++kdebase-audiolibs     2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
++kdebase-dev   2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
++kdebase-libs  2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
++kdm   2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
++konqueror     2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
++konsole       2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
++kscreensaver  2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
++libkonq-dev   2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
++libkonq3      2.2.2-14.2      mips    DSA-242-1 kdebase       2003-1-24
++kate  2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
++kdebase       2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
++kdebase-audiolibs     2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
++kdebase-dev   2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
++kdebase-libs  2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
++kdm   2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
++konqueror     2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
++konsole       2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
++kscreensaver  2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
++libkonq-dev   2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
++libkonq3      2.2.2-14.2      mipsel  DSA-242-1 kdebase       2003-1-24
++kate  2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
++kdebase       2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
++kdebase-audiolibs     2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
++kdebase-dev   2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
++kdebase-libs  2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
++kdm   2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
++konqueror     2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
++konsole       2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
++kscreensaver  2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
++libkonq-dev   2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
++libkonq3      2.2.2-14.2      powerpc DSA-242-1 kdebase       2003-1-24
++kate  2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
++kdebase       2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
++kdebase-audiolibs     2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
++kdebase-dev   2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
++kdebase-libs  2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
++kdm   2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
++konqueror     2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
++konsole       2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
++kscreensaver  2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
++libkonq-dev   2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
++libkonq3      2.2.2-14.2      s390    DSA-242-1 kdebase       2003-1-24
++kate  2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
++kdebase       2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
++kdebase-audiolibs     2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
++kdebase-dev   2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
++kdebase-libs  2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
++kdm   2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
++konqueror     2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
++konsole       2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
++kscreensaver  2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
++libkonq-dev   2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
++libkonq3      2.2.2-14.2      sparc   DSA-242-1 kdebase       2003-1-24
++kcmlinuz      2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
++kcron 2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
++kpackage      2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
++ksysv 2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
++kuser 2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
++kwuftpd       2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
++secpolicy     2.2.2-7.2       alpha   DSA-234-1 kdeadmin      2003-1-22
++kcmlinuz      2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
++kcron 2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
++kpackage      2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
++ksysv 2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
++kuser 2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
++kwuftpd       2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
++secpolicy     2.2.2-7.2       arm     DSA-234-1 kdeadmin      2003-1-22
++kcmlinuz      2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
++kcron 2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
++kpackage      2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
++ksysv 2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
++kuser 2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
++kwuftpd       2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
++lilo-config   2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
++secpolicy     2.2.2-7.2       i386    DSA-234-1 kdeadmin      2003-1-22
++kcmlinuz      2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
++kcron 2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
++kpackage      2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
++ksysv 2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
++kuser 2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
++kwuftpd       2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
++secpolicy     2.2.2-7.2       ia64    DSA-234-1 kdeadmin      2003-1-22
++kcmlinuz      2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
++kcron 2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
++kpackage      2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
++ksysv 2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
++kuser 2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
++kwuftpd       2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
++secpolicy     2.2.2-7.2       hppa    DSA-234-1 kdeadmin      2003-1-22
++kcmlinuz      2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
++kcron 2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
++kpackage      2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
++ksysv 2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
++kuser 2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
++kwuftpd       2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
++secpolicy     2.2.2-7.2       m68k    DSA-234-1 kdeadmin      2003-1-22
++kcmlinuz      2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
++kcron 2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
++kpackage      2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
++ksysv 2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
++kuser 2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
++kwuftpd       2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
++secpolicy     2.2.2-7.2       mips    DSA-234-1 kdeadmin      2003-1-22
++kcmlinuz      2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
++kcron 2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
++kpackage      2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
++ksysv 2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
++kuser 2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
++kwuftpd       2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
++secpolicy     2.2.2-7.2       mipsel  DSA-234-1 kdeadmin      2003-1-22
++kcmlinuz      2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
++kcron 2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
++kpackage      2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
++ksysv 2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
++kuser 2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
++kwuftpd       2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
++secpolicy     2.2.2-7.2       powerpc DSA-234-1 kdeadmin      2003-1-22
++kcmlinuz      2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
++kcron 2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
++kpackage      2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
++ksysv 2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
++kuser 2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
++kwuftpd       2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
++secpolicy     2.2.2-7.2       s390    DSA-234-1 kdeadmin      2003-1-22
++kcmlinuz      2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
++kcron 2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
++kpackage      2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
++ksysv 2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
++kuser 2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
++kwuftpd       2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
++secpolicy     2.2.2-7.2       sparc   DSA-234-1 kdeadmin      2003-1-22
++lpr   0.48-1.2        alpha   DSA-267-1 lpr   2003-3-24
++lpr   0.48-1.2        arm     DSA-267-1 lpr   2003-3-24
++lpr   0.48-1.2        i386    DSA-267-1 lpr   2003-3-24
++lpr   0.48-1.2        m68k    DSA-267-1 lpr   2003-3-24
++lpr   0.48-1.2        powerpc DSA-267-1 lpr   2003-3-24
++lpr   0.48-1.2        sparc   DSA-267-1 lpr   2003-3-24
++lpr   2000.05.07-4.3  alpha   DSA-267-1 lpr   2003-3-24
++lpr   2000.05.07-4.3  arm     DSA-267-1 lpr   2003-3-24
++lpr   2000.05.07-4.3  i386    DSA-267-1 lpr   2003-3-24
++lpr   2000.05.07-4.3  ia64    DSA-267-1 lpr   2003-3-24
++lpr   2000.05.07-4.3  hppa    DSA-267-1 lpr   2003-3-24
++lpr   2000.05.07-4.3  m68k    DSA-267-1 lpr   2003-3-24
++lpr   2000.05.07-4.3  mips    DSA-267-1 lpr   2003-3-24
++lpr   2000.05.07-4.3  mipsel  DSA-267-1 lpr   2003-3-24
++lpr   2000.05.07-4.3  powerpc DSA-267-1 lpr   2003-3-24
++lpr   2000.05.07-4.3  s390    DSA-267-1 lpr   2003-3-24
++lpr   2000.05.07-4.3  sparc   DSA-267-1 lpr   2003-3-24
++kdecarddecks  2.2.2-2.2       all     DSA-240-1 kdegames      2003-1-23
++kabalone      2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kasteroids    2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++katomic       2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kbackgammon   2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kbattleship   2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kblackbox     2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kjezz 2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kjumpingcube  2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++klines        2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kmahjongg     2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kmines        2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++konquest      2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kpat  2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kpoker        2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kreversi      2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++ksame 2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kshisen       2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++ksirtet       2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++ksmiletris    2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++ksnake        2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++ksokoban      2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kspaceduel    2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++ktron 2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++ktuberling    2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kwin4 2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++libkdegames   2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++lskat 2.2.2-2.2       alpha   DSA-240-1 kdegames      2003-1-23
++kabalone      2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kasteroids    2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++katomic       2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kbackgammon   2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kbattleship   2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kblackbox     2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kjezz 2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kjumpingcube  2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++klines        2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kmahjongg     2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kmines        2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++konquest      2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kpat  2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kpoker        2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kreversi      2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++ksame 2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kshisen       2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++ksirtet       2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++ksmiletris    2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++ksnake        2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++ksokoban      2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kspaceduel    2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++ktron 2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++ktuberling    2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kwin4 2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++libkdegames   2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++lskat 2.2.2-2.2       arm     DSA-240-1 kdegames      2003-1-23
++kabalone      2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kasteroids    2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++katomic       2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kbackgammon   2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kbattleship   2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kblackbox     2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kjezz 2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kjumpingcube  2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++klines        2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kmahjongg     2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kmines        2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++konquest      2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kpat  2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kpoker        2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kreversi      2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++ksame 2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kshisen       2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++ksirtet       2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++ksmiletris    2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++ksnake        2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++ksokoban      2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kspaceduel    2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++ktron 2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++ktuberling    2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kwin4 2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++libkdegames   2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++lskat 2.2.2-2.2       i386    DSA-240-1 kdegames      2003-1-23
++kabalone      2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kasteroids    2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++katomic       2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kbackgammon   2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kbattleship   2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kblackbox     2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kjezz 2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kjumpingcube  2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++klines        2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kmahjongg     2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kmines        2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++konquest      2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kpat  2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kpoker        2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kreversi      2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++ksame 2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kshisen       2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++ksirtet       2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++ksmiletris    2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++ksnake        2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++ksokoban      2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kspaceduel    2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++ktron 2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++ktuberling    2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kwin4 2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++libkdegames   2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++lskat 2.2.2-2.2       ia64    DSA-240-1 kdegames      2003-1-23
++kabalone      2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kasteroids    2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++katomic       2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kbackgammon   2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kbattleship   2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kblackbox     2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kjezz 2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kjumpingcube  2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++klines        2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kmahjongg     2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kmines        2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++konquest      2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kpat  2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kpoker        2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kreversi      2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++ksame 2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kshisen       2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++ksirtet       2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++ksmiletris    2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++ksnake        2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++ksokoban      2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kspaceduel    2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++ktron 2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++ktuberling    2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kwin4 2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++libkdegames   2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++lskat 2.2.2-2.2       hppa    DSA-240-1 kdegames      2003-1-23
++kabalone      2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kasteroids    2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++katomic       2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kbackgammon   2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kbattleship   2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kblackbox     2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kjezz 2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kjumpingcube  2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++klines        2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kmahjongg     2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kmines        2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++konquest      2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kpat  2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kpoker        2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kreversi      2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++ksame 2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kshisen       2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++ksirtet       2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++ksmiletris    2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++ksnake        2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++ksokoban      2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kspaceduel    2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++ktron 2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++ktuberling    2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kwin4 2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++libkdegames   2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++lskat 2.2.2-2.2       m68k    DSA-240-1 kdegames      2003-1-23
++kabalone      2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kasteroids    2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++katomic       2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kbackgammon   2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kbattleship   2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kblackbox     2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kjezz 2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kjumpingcube  2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++klines        2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kmahjongg     2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kmines        2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++konquest      2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kpat  2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kpoker        2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kreversi      2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++ksame 2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kshisen       2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++ksirtet       2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++ksmiletris    2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++ksnake        2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++ksokoban      2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kspaceduel    2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++ktron 2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++ktuberling    2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kwin4 2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++libkdegames   2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++lskat 2.2.2-2.2       mips    DSA-240-1 kdegames      2003-1-23
++kabalone      2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kasteroids    2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++katomic       2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kbackgammon   2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kbattleship   2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kblackbox     2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kjezz 2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kjumpingcube  2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++klines        2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kmahjongg     2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kmines        2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++konquest      2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kpat  2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kpoker        2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kreversi      2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++ksame 2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kshisen       2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++ksirtet       2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++ksmiletris    2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++ksnake        2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++ksokoban      2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kspaceduel    2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++ktron 2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++ktuberling    2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kwin4 2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++libkdegames   2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++lskat 2.2.2-2.2       mipsel  DSA-240-1 kdegames      2003-1-23
++kabalone      2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kasteroids    2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++katomic       2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kbackgammon   2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kbattleship   2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kblackbox     2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kjezz 2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kjumpingcube  2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++klines        2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kmahjongg     2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kmines        2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++konquest      2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kpat  2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kpoker        2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kreversi      2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++ksame 2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kshisen       2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++ksirtet       2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++ksmiletris    2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++ksnake        2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++ksokoban      2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kspaceduel    2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++ktron 2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++ktuberling    2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kwin4 2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++libkdegames   2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++lskat 2.2.2-2.2       powerpc DSA-240-1 kdegames      2003-1-23
++kabalone      2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kasteroids    2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++katomic       2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kbackgammon   2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kbattleship   2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kblackbox     2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kjezz 2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kjumpingcube  2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++klines        2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kmahjongg     2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kmines        2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++konquest      2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kpat  2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kpoker        2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kreversi      2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++ksame 2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kshisen       2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++ksirtet       2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++ksmiletris    2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++ksnake        2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++ksokoban      2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kspaceduel    2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++ktron 2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++ktuberling    2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kwin4 2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++libkdegames   2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++lskat 2.2.2-2.2       s390    DSA-240-1 kdegames      2003-1-23
++kabalone      2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kasteroids    2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++katomic       2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kbackgammon   2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kbattleship   2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kblackbox     2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kjezz 2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kjumpingcube  2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++klines        2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kmahjongg     2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kmines        2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++konquest      2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kpat  2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kpoker        2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kreversi      2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++ksame 2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kshisen       2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++ksirtet       2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++ksmiletris    2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++ksnake        2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++ksokoban      2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kspaceduel    2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++ktron 2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++ktuberling    2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++kwin4 2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++libkdegames   2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++lskat 2.2.2-2.2       sparc   DSA-240-1 kdegames      2003-1-23
++geneweb       4.06-2  alpha   DSA-223-1 geneweb       2003-1-7
++gwtp  4.06-2  alpha   DSA-223-1 geneweb       2003-1-7
++geneweb       4.06-2  arm     DSA-223-1 geneweb       2003-1-7
++gwtp  4.06-2  arm     DSA-223-1 geneweb       2003-1-7
++geneweb       4.06-2  i386    DSA-223-1 geneweb       2003-1-7
++gwtp  4.06-2  i386    DSA-223-1 geneweb       2003-1-7
++geneweb       4.06-2  ia64    DSA-223-1 geneweb       2003-1-7
++gwtp  4.06-2  ia64    DSA-223-1 geneweb       2003-1-7
++geneweb       4.06-2  hppa    DSA-223-1 geneweb       2003-1-7
++gwtp  4.06-2  hppa    DSA-223-1 geneweb       2003-1-7
++geneweb       4.06-2  m68k    DSA-223-1 geneweb       2003-1-7
++gwtp  4.06-2  m68k    DSA-223-1 geneweb       2003-1-7
++geneweb       4.06-2  mips    DSA-223-1 geneweb       2003-1-7
++gwtp  4.06-2  mips    DSA-223-1 geneweb       2003-1-7
++geneweb       4.06-2  mipsel  DSA-223-1 geneweb       2003-1-7
++gwtp  4.06-2  mipsel  DSA-223-1 geneweb       2003-1-7
++geneweb       4.06-2  powerpc DSA-223-1 geneweb       2003-1-7
++gwtp  4.06-2  powerpc DSA-223-1 geneweb       2003-1-7
++geneweb       4.06-2  s390    DSA-223-1 geneweb       2003-1-7
++gwtp  4.06-2  s390    DSA-223-1 geneweb       2003-1-7
++geneweb       4.06-2  sparc   DSA-223-1 geneweb       2003-1-7
++gwtp  4.06-2  sparc   DSA-223-1 geneweb       2003-1-7
++kandy 2.2.2-5.2       alpha   DSA-238-1 kdepim        2003-1-23
++kdepim-dev    2.2.2-5.2       alpha   DSA-238-1 kdepim        2003-1-23
++kdepim-libs   2.2.2-5.2       alpha   DSA-238-1 kdepim        2003-1-23
++korganizer    2.2.2-5.2       alpha   DSA-238-1 kdepim        2003-1-23
++kpilot        2.2.2-5.2       alpha   DSA-238-1 kdepim        2003-1-23
++kandy 2.2.2-5.2       arm     DSA-238-1 kdepim        2003-1-23
++kdepim-dev    2.2.2-5.2       arm     DSA-238-1 kdepim        2003-1-23
++kdepim-libs   2.2.2-5.2       arm     DSA-238-1 kdepim        2003-1-23
++korganizer    2.2.2-5.2       arm     DSA-238-1 kdepim        2003-1-23
++kpilot        2.2.2-5.2       arm     DSA-238-1 kdepim        2003-1-23
++kandy 2.2.2-5.2       i386    DSA-238-1 kdepim        2003-1-23
++kdepim-dev    2.2.2-5.2       i386    DSA-238-1 kdepim        2003-1-23
++kdepim-libs   2.2.2-5.2       i386    DSA-238-1 kdepim        2003-1-23
++korganizer    2.2.2-5.2       i386    DSA-238-1 kdepim        2003-1-23
++kpilot        2.2.2-5.2       i386    DSA-238-1 kdepim        2003-1-23
++kandy 2.2.2-5.2       ia64    DSA-238-1 kdepim        2003-1-23
++kdepim-dev    2.2.2-5.2       ia64    DSA-238-1 kdepim        2003-1-23
++kdepim-libs   2.2.2-5.2       ia64    DSA-238-1 kdepim        2003-1-23
++korganizer    2.2.2-5.2       ia64    DSA-238-1 kdepim        2003-1-23
++kpilot        2.2.2-5.2       ia64    DSA-238-1 kdepim        2003-1-23
++kandy 2.2.2-5.2       m68k    DSA-238-1 kdepim        2003-1-23
++kdepim-dev    2.2.2-5.2       m68k    DSA-238-1 kdepim        2003-1-23
++kdepim-libs   2.2.2-5.2       m68k    DSA-238-1 kdepim        2003-1-23
++korganizer    2.2.2-5.2       m68k    DSA-238-1 kdepim        2003-1-23
++kpilot        2.2.2-5.2       m68k    DSA-238-1 kdepim        2003-1-23
++kandy 2.2.2-5.2       mips    DSA-238-1 kdepim        2003-1-23
++kdepim-dev    2.2.2-5.2       mips    DSA-238-1 kdepim        2003-1-23
++kdepim-libs   2.2.2-5.2       mips    DSA-238-1 kdepim        2003-1-23
++korganizer    2.2.2-5.2       mips    DSA-238-1 kdepim        2003-1-23
++kpilot        2.2.2-5.2       mips    DSA-238-1 kdepim        2003-1-23
++kandy 2.2.2-5.2       mipsel  DSA-238-1 kdepim        2003-1-23
++kdepim-dev    2.2.2-5.2       mipsel  DSA-238-1 kdepim        2003-1-23
++kdepim-libs   2.2.2-5.2       mipsel  DSA-238-1 kdepim        2003-1-23
++korganizer    2.2.2-5.2       mipsel  DSA-238-1 kdepim        2003-1-23
++kpilot        2.2.2-5.2       mipsel  DSA-238-1 kdepim        2003-1-23
++kandy 2.2.2-5.2       powerpc DSA-238-1 kdepim        2003-1-23
++kdepim-dev    2.2.2-5.2       powerpc DSA-238-1 kdepim        2003-1-23
++kdepim-libs   2.2.2-5.2       powerpc DSA-238-1 kdepim        2003-1-23
++korganizer    2.2.2-5.2       powerpc DSA-238-1 kdepim        2003-1-23
++kpilot        2.2.2-5.2       powerpc DSA-238-1 kdepim        2003-1-23
++kandy 2.2.2-5.2       s390    DSA-238-1 kdepim        2003-1-23
++kdepim-dev    2.2.2-5.2       s390    DSA-238-1 kdepim        2003-1-23
++kdepim-libs   2.2.2-5.2       s390    DSA-238-1 kdepim        2003-1-23
++korganizer    2.2.2-5.2       s390    DSA-238-1 kdepim        2003-1-23
++kpilot        2.2.2-5.2       s390    DSA-238-1 kdepim        2003-1-23
++kandy 2.2.2-5.2       sparc   DSA-238-1 kdepim        2003-1-23
++kdepim-dev    2.2.2-5.2       sparc   DSA-238-1 kdepim        2003-1-23
++kdepim-libs   2.2.2-5.2       sparc   DSA-238-1 kdepim        2003-1-23
++korganizer    2.2.2-5.2       sparc   DSA-238-1 kdepim        2003-1-23
++kpilot        2.2.2-5.2       sparc   DSA-238-1 kdepim        2003-1-23
++samba-doc     2.0.7-5.1       all     DSA-280-1 samba 2003-4-7
++samba 2.0.7-5.1       alpha   DSA-280-1 samba 2003-4-7
++samba-common  2.0.7-5.1       alpha   DSA-280-1 samba 2003-4-7
++smbclient     2.0.7-5.1       alpha   DSA-280-1 samba 2003-4-7
++smbfs 2.0.7-5.1       alpha   DSA-280-1 samba 2003-4-7
++swat  2.0.7-5.1       alpha   DSA-280-1 samba 2003-4-7
++samba 2.0.7-5.1       arm     DSA-280-1 samba 2003-4-7
++samba-common  2.0.7-5.1       arm     DSA-280-1 samba 2003-4-7
++smbclient     2.0.7-5.1       arm     DSA-280-1 samba 2003-4-7
++smbfs 2.0.7-5.1       arm     DSA-280-1 samba 2003-4-7
++swat  2.0.7-5.1       arm     DSA-280-1 samba 2003-4-7
++samba 2.0.7-5.1       i386    DSA-280-1 samba 2003-4-7
++samba-common  2.0.7-5.1       i386    DSA-280-1 samba 2003-4-7
++smbclient     2.0.7-5.1       i386    DSA-280-1 samba 2003-4-7
++smbfs 2.0.7-5.1       i386    DSA-280-1 samba 2003-4-7
++swat  2.0.7-5.1       i386    DSA-280-1 samba 2003-4-7
++samba 2.0.7-5.1       m68k    DSA-280-1 samba 2003-4-7
++samba-common  2.0.7-5.1       m68k    DSA-280-1 samba 2003-4-7
++smbclient     2.0.7-5.1       m68k    DSA-280-1 samba 2003-4-7
++smbfs 2.0.7-5.1       m68k    DSA-280-1 samba 2003-4-7
++swat  2.0.7-5.1       m68k    DSA-280-1 samba 2003-4-7
++samba 2.0.7-5.1       powerpc DSA-280-1 samba 2003-4-7
++samba-common  2.0.7-5.1       powerpc DSA-280-1 samba 2003-4-7
++smbclient     2.0.7-5.1       powerpc DSA-280-1 samba 2003-4-7
++smbfs 2.0.7-5.1       powerpc DSA-280-1 samba 2003-4-7
++swat  2.0.7-5.1       powerpc DSA-280-1 samba 2003-4-7
++samba 2.0.7-5.1       sparc   DSA-280-1 samba 2003-4-7
++samba-common  2.0.7-5.1       sparc   DSA-280-1 samba 2003-4-7
++smbclient     2.0.7-5.1       sparc   DSA-280-1 samba 2003-4-7
++smbfs 2.0.7-5.1       sparc   DSA-280-1 samba 2003-4-7
++swat  2.0.7-5.1       sparc   DSA-280-1 samba 2003-4-7
++noffle        1.0.1-1.1       alpha   DSA-244-1 noffle        2003-1-27
++noffle        1.0.1-1.1       arm     DSA-244-1 noffle        2003-1-27
++noffle        1.0.1-1.1       i386    DSA-244-1 noffle        2003-1-27
++noffle        1.0.1-1.1       ia64    DSA-244-1 noffle        2003-1-27
++noffle        1.0.1-1.1       hppa    DSA-244-1 noffle        2003-1-27
++noffle        1.0.1-1.1       m68k    DSA-244-1 noffle        2003-1-27
++noffle        1.0.1-1.1       mips    DSA-244-1 noffle        2003-1-27
++noffle        1.0.1-1.1       mipsel  DSA-244-1 noffle        2003-1-27
++noffle        1.0.1-1.1       powerpc DSA-244-1 noffle        2003-1-27
++noffle        1.0.1-1.1       s390    DSA-244-1 noffle        2003-1-27
++noffle        1.0.1-1.1       sparc   DSA-244-1 noffle        2003-1-27
++xfsdump       2.0.1-2 alpha   DSA-283-1 xfsdump       2003-4-11
++xfsdump       2.0.1-2 arm     DSA-283-1 xfsdump       2003-4-11
++xfsdump       2.0.1-2 i386    DSA-283-1 xfsdump       2003-4-11
++xfsdump       2.0.1-2 ia64    DSA-283-1 xfsdump       2003-4-11
++xfsdump       2.0.1-2 hppa    DSA-283-1 xfsdump       2003-4-11
++xfsdump       2.0.1-2 m68k    DSA-283-1 xfsdump       2003-4-11
++xfsdump       2.0.1-2 mips    DSA-283-1 xfsdump       2003-4-11
++xfsdump       2.0.1-2 mipsel  DSA-283-1 xfsdump       2003-4-11
++xfsdump       2.0.1-2 powerpc DSA-283-1 xfsdump       2003-4-11
++xfsdump       2.0.1-2 s390    DSA-283-1 xfsdump       2003-4-11
++xfsdump       2.0.1-2 sparc   DSA-283-1 xfsdump       2003-4-11
++libnetpbm9    9.20-8.2        alpha   DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9-dev        9.20-8.2        alpha   DSA-263-1 netpbm-free   2003-3-17
++netpbm        9.20-8.2        alpha   DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9    9.20-8.2        arm     DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9-dev        9.20-8.2        arm     DSA-263-1 netpbm-free   2003-3-17
++netpbm        9.20-8.2        arm     DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9    9.20-8.2        i386    DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9-dev        9.20-8.2        i386    DSA-263-1 netpbm-free   2003-3-17
++netpbm        9.20-8.2        i386    DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9    9.20-8.2        ia64    DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9-dev        9.20-8.2        ia64    DSA-263-1 netpbm-free   2003-3-17
++netpbm        9.20-8.2        ia64    DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9    9.20-8.2        hppa    DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9-dev        9.20-8.2        hppa    DSA-263-1 netpbm-free   2003-3-17
++netpbm        9.20-8.2        hppa    DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9    9.20-8.2        m68k    DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9-dev        9.20-8.2        m68k    DSA-263-1 netpbm-free   2003-3-17
++netpbm        9.20-8.2        m68k    DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9    9.20-8.2        mips    DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9-dev        9.20-8.2        mips    DSA-263-1 netpbm-free   2003-3-17
++netpbm        9.20-8.2        mips    DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9    9.20-8.2        mipsel  DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9-dev        9.20-8.2        mipsel  DSA-263-1 netpbm-free   2003-3-17
++netpbm        9.20-8.2        mipsel  DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9    9.20-8.2        powerpc DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9-dev        9.20-8.2        powerpc DSA-263-1 netpbm-free   2003-3-17
++netpbm        9.20-8.2        powerpc DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9    9.20-8.2        s390    DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9-dev        9.20-8.2        s390    DSA-263-1 netpbm-free   2003-3-17
++netpbm        9.20-8.2        s390    DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9    9.20-8.2        sparc   DSA-263-1 netpbm-free   2003-3-17
++libnetpbm9-dev        9.20-8.2        sparc   DSA-263-1 netpbm-free   2003-3-17
++netpbm        9.20-8.2        sparc   DSA-263-1 netpbm-free   2003-3-17
+ kdebase-doc   2.2.2-14.7      all     DSA-388-1 kdebase       2003-9-19
+ kdewallpapers 2.2.2-14.7      all     DSA-388-1 kdebase       2003-9-19
+ kate  2.2.2-14.7      alpha   DSA-388-1 kdebase       2003-9-19
+@@ -6258,6 +5228,652 @@
+ kscreensaver  2.2.2-14.7      sparc   DSA-388-1 kdebase       2003-9-19
+ libkonq-dev   2.2.2-14.7      sparc   DSA-388-1 kdebase       2003-9-19
+ libkonq3      2.2.2-14.7      sparc   DSA-388-1 kdebase       2003-9-19
++rsync 2.5.5-0.2       alpha   DSA-404-1 rsync 2003-12-4
++rsync 2.5.5-0.2       arm     DSA-404-1 rsync 2003-12-4
++rsync 2.5.5-0.2       i386    DSA-404-1 rsync 2003-12-4
++rsync 2.5.5-0.2       ia64    DSA-404-1 rsync 2003-12-4
++rsync 2.5.5-0.2       hppa    DSA-404-1 rsync 2003-12-4
++rsync 2.5.5-0.2       m68k    DSA-404-1 rsync 2003-12-4
++rsync 2.5.5-0.2       mips    DSA-404-1 rsync 2003-12-4
++rsync 2.5.5-0.2       mipsel  DSA-404-1 rsync 2003-12-4
++rsync 2.5.5-0.2       powerpc DSA-404-1 rsync 2003-12-4
++rsync 2.5.5-0.2       sparc   DSA-404-1 rsync 2003-12-4
++hylafax-doc   4.1.1-3 all     DSA-401-1 hylafax       2003-11-17
++hylafax-client        4.1.1-3 alpha   DSA-401-1 hylafax       2003-11-17
++hylafax-server        4.1.1-3 alpha   DSA-401-1 hylafax       2003-11-17
++hylafax-client        4.1.1-3 arm     DSA-401-1 hylafax       2003-11-17
++hylafax-server        4.1.1-3 arm     DSA-401-1 hylafax       2003-11-17
++hylafax-client        4.1.1-3 i386    DSA-401-1 hylafax       2003-11-17
++hylafax-server        4.1.1-3 i386    DSA-401-1 hylafax       2003-11-17
++hylafax-client        4.1.1-3 ia64    DSA-401-1 hylafax       2003-11-17
++hylafax-server        4.1.1-3 ia64    DSA-401-1 hylafax       2003-11-17
++hylafax-client        4.1.1-3 hppa    DSA-401-1 hylafax       2003-11-17
++hylafax-server        4.1.1-3 hppa    DSA-401-1 hylafax       2003-11-17
++hylafax-client        4.1.1-3 m68k    DSA-401-1 hylafax       2003-11-17
++hylafax-server        4.1.1-3 m68k    DSA-401-1 hylafax       2003-11-17
++hylafax-client        4.1.1-3 powerpc DSA-401-1 hylafax       2003-11-17
++hylafax-server        4.1.1-3 powerpc DSA-401-1 hylafax       2003-11-17
++hylafax-client        4.1.1-3 s390    DSA-401-1 hylafax       2003-11-17
++hylafax-server        4.1.1-3 s390    DSA-401-1 hylafax       2003-11-17
++hylafax-client        4.1.1-3 sparc   DSA-401-1 hylafax       2003-11-17
++hylafax-server        4.1.1-3 sparc   DSA-401-1 hylafax       2003-11-17
++tcptraceroute 1.2-2   alpha   DSA-330-1 tcptraceroute 2003-6-23
++tcptraceroute 1.2-2   arm     DSA-330-1 tcptraceroute 2003-6-23
++tcptraceroute 1.2-2   i386    DSA-330-1 tcptraceroute 2003-6-23
++tcptraceroute 1.2-2   ia64    DSA-330-1 tcptraceroute 2003-6-23
++tcptraceroute 1.2-2   hppa    DSA-330-1 tcptraceroute 2003-6-23
++tcptraceroute 1.2-2   m68k    DSA-330-1 tcptraceroute 2003-6-23
++tcptraceroute 1.2-2   mips    DSA-330-1 tcptraceroute 2003-6-23
++tcptraceroute 1.2-2   mipsel  DSA-330-1 tcptraceroute 2003-6-23
++tcptraceroute 1.2-2   powerpc DSA-330-1 tcptraceroute 2003-6-23
++tcptraceroute 1.2-2   s390    DSA-330-1 tcptraceroute 2003-6-23
++tcptraceroute 1.2-2   sparc   DSA-330-1 tcptraceroute 2003-6-23
++xftp  2.2-13.1        alpha   DSA-281-1 moxftp        2003-4-8
++xftp  2.2-13.1        arm     DSA-281-1 moxftp        2003-4-8
++xftp  2.2-13.1        i386    DSA-281-1 moxftp        2003-4-8
++xftp  2.2-13.1        m68k    DSA-281-1 moxftp        2003-4-8
++xftp  2.2-13.1        powerpc DSA-281-1 moxftp        2003-4-8
++xftp  2.2-13.1        sparc   DSA-281-1 moxftp        2003-4-8
++xftp  2.2-18.1        alpha   DSA-281-1 moxftp        2003-4-8
++xftp  2.2-18.1        arm     DSA-281-1 moxftp        2003-4-8
++xftp  2.2-18.1        i386    DSA-281-1 moxftp        2003-4-8
++xftp  2.2-18.1        ia64    DSA-281-1 moxftp        2003-4-8
++xftp  2.2-18.1        hppa    DSA-281-1 moxftp        2003-4-8
++xftp  2.2-18.1        m68k    DSA-281-1 moxftp        2003-4-8
++xftp  2.2-18.1        mips    DSA-281-1 moxftp        2003-4-8
++xftp  2.2-18.1        mipsel  DSA-281-1 moxftp        2003-4-8
++xftp  2.2-18.1        powerpc DSA-281-1 moxftp        2003-4-8
++xftp  2.2-18.1        s390    DSA-281-1 moxftp        2003-4-8
++xftp  2.2-18.1        sparc   DSA-281-1 moxftp        2003-4-8
++apcupsd       3.8.5-1.1.1     alpha   DSA-277-1 apcupsd       2003-4-3
++apcupsd       3.8.5-1.1.1     arm     DSA-277-1 apcupsd       2003-4-3
++apcupsd       3.8.5-1.1.1     i386    DSA-277-1 apcupsd       2003-4-3
++apcupsd       3.8.5-1.1.1     ia64    DSA-277-1 apcupsd       2003-4-3
++apcupsd       3.8.5-1.1.1     hppa    DSA-277-1 apcupsd       2003-4-3
++apcupsd       3.8.5-1.1.1     m68k    DSA-277-1 apcupsd       2003-4-3
++apcupsd       3.8.5-1.1.1     mips    DSA-277-1 apcupsd       2003-4-3
++apcupsd       3.8.5-1.1.1     mipsel  DSA-277-1 apcupsd       2003-4-3
++apcupsd       3.8.5-1.1.1     powerpc DSA-277-1 apcupsd       2003-4-3
++apcupsd       3.8.5-1.1.1     s390    DSA-277-1 apcupsd       2003-4-3
++apcupsd       3.8.5-1.1.1     sparc   DSA-277-1 apcupsd       2003-4-3
++lxr   0.3-3   alpha   DSA-264-1 lxr   2003-3-19
++lxr   0.3-3   arm     DSA-264-1 lxr   2003-3-19
++lxr   0.3-3   i386    DSA-264-1 lxr   2003-3-19
++lxr   0.3-3   ia64    DSA-264-1 lxr   2003-3-19
++lxr   0.3-3   hppa    DSA-264-1 lxr   2003-3-19
++lxr   0.3-3   m68k    DSA-264-1 lxr   2003-3-19
++lxr   0.3-3   mips    DSA-264-1 lxr   2003-3-19
++lxr   0.3-3   mipsel  DSA-264-1 lxr   2003-3-19
++lxr   0.3-3   powerpc DSA-264-1 lxr   2003-3-19
++lxr   0.3-3   s390    DSA-264-1 lxr   2003-3-19
++lxr   0.3-3   sparc   DSA-264-1 lxr   2003-3-19
++traceroute-nanog      6.0-2.2 alpha   DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.0-2.2 arm     DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.0-2.2 i386    DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.0-2.2 m68k    DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.0-2.2 powerpc DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.0-2.2 sparc   DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.1.1-1.2       alpha   DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.1.1-1.2       arm     DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.1.1-1.2       i386    DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.1.1-1.2       ia64    DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.1.1-1.2       hppa    DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.1.1-1.2       m68k    DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.1.1-1.2       mips    DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.1.1-1.2       mipsel  DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.1.1-1.2       powerpc DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.1.1-1.2       s390    DSA-254-1 traceroute-nanog      2003-2-27
++traceroute-nanog      6.1.1-1.2       sparc   DSA-254-1 traceroute-nanog      2003-2-27
++lpr-ppd       0.72-2.1        alpha   DSA-275-1 lpr-ppd       2003-4-2
++lpr-ppd       0.72-2.1        arm     DSA-275-1 lpr-ppd       2003-4-2
++lpr-ppd       0.72-2.1        i386    DSA-275-1 lpr-ppd       2003-4-2
++lpr-ppd       0.72-2.1        ia64    DSA-275-1 lpr-ppd       2003-4-2
++lpr-ppd       0.72-2.1        hppa    DSA-275-1 lpr-ppd       2003-4-2
++lpr-ppd       0.72-2.1        m68k    DSA-275-1 lpr-ppd       2003-4-2
++lpr-ppd       0.72-2.1        mips    DSA-275-1 lpr-ppd       2003-4-2
++lpr-ppd       0.72-2.1        mipsel  DSA-275-1 lpr-ppd       2003-4-2
++lpr-ppd       0.72-2.1        powerpc DSA-275-1 lpr-ppd       2003-4-2
++lpr-ppd       0.72-2.1        s390    DSA-275-1 lpr-ppd       2003-4-2
++lpr-ppd       0.72-2.1        sparc   DSA-275-1 lpr-ppd       2003-4-2
++mutt  1.3.28-2.1      alpha   DSA-268-1 mutt  2003-3-25
++mutt-utf8     1.3.28-2.1      alpha   DSA-268-1 mutt  2003-3-25
++mutt  1.3.28-2.1      arm     DSA-268-1 mutt  2003-3-25
++mutt-utf8     1.3.28-2.1      arm     DSA-268-1 mutt  2003-3-25
++mutt  1.3.28-2.1      i386    DSA-268-1 mutt  2003-3-25
++mutt-utf8     1.3.28-2.1      i386    DSA-268-1 mutt  2003-3-25
++mutt  1.3.28-2.1      ia64    DSA-268-1 mutt  2003-3-25
++mutt-utf8     1.3.28-2.1      ia64    DSA-268-1 mutt  2003-3-25
++mutt  1.3.28-2.1      hppa    DSA-268-1 mutt  2003-3-25
++mutt-utf8     1.3.28-2.1      hppa    DSA-268-1 mutt  2003-3-25
++mutt  1.3.28-2.1      m68k    DSA-268-1 mutt  2003-3-25
++mutt-utf8     1.3.28-2.1      m68k    DSA-268-1 mutt  2003-3-25
++mutt  1.3.28-2.1      mips    DSA-268-1 mutt  2003-3-25
++mutt-utf8     1.3.28-2.1      mips    DSA-268-1 mutt  2003-3-25
++mutt  1.3.28-2.1      mipsel  DSA-268-1 mutt  2003-3-25
++mutt-utf8     1.3.28-2.1      mipsel  DSA-268-1 mutt  2003-3-25
++mutt  1.3.28-2.1      powerpc DSA-268-1 mutt  2003-3-25
++mutt-utf8     1.3.28-2.1      powerpc DSA-268-1 mutt  2003-3-25
++mutt  1.3.28-2.1      s390    DSA-268-1 mutt  2003-3-25
++mutt-utf8     1.3.28-2.1      s390    DSA-268-1 mutt  2003-3-25
++mutt  1.3.28-2.1      sparc   DSA-268-1 mutt  2003-3-25
++mutt-utf8     1.3.28-2.1      sparc   DSA-268-1 mutt  2003-3-25
++mutt  1.2.5-5.2       alpha   DSA-274-1 mutt  2003-3-28
++mutt  1.2.5-5.2       arm     DSA-274-1 mutt  2003-3-28
++mutt  1.2.5-5.2       i386    DSA-274-1 mutt  2003-3-28
++mutt  1.2.5-5.2       m68k    DSA-274-1 mutt  2003-3-28
++mutt  1.2.5-5.2       powerpc DSA-274-1 mutt  2003-3-28
++mutt  1.2.5-5.2       sparc   DSA-274-1 mutt  2003-3-28
++mutt  1.3.28-2.2      alpha   DSA-274-1 mutt  2003-3-28
++mutt-utf8     1.3.28-2.2      alpha   DSA-274-1 mutt  2003-3-28
++mutt  1.3.28-2.2      arm     DSA-274-1 mutt  2003-3-28
++mutt-utf8     1.3.28-2.2      arm     DSA-274-1 mutt  2003-3-28
++mutt  1.3.28-2.2      i386    DSA-274-1 mutt  2003-3-28
++mutt-utf8     1.3.28-2.2      i386    DSA-274-1 mutt  2003-3-28
++mutt  1.3.28-2.2      ia64    DSA-274-1 mutt  2003-3-28
++mutt-utf8     1.3.28-2.2      ia64    DSA-274-1 mutt  2003-3-28
++mutt  1.3.28-2.2      hppa    DSA-274-1 mutt  2003-3-28
++mutt-utf8     1.3.28-2.2      hppa    DSA-274-1 mutt  2003-3-28
++mutt  1.3.28-2.2      m68k    DSA-274-1 mutt  2003-3-28
++mutt-utf8     1.3.28-2.2      m68k    DSA-274-1 mutt  2003-3-28
++mutt  1.3.28-2.2      mips    DSA-274-1 mutt  2003-3-28
++mutt-utf8     1.3.28-2.2      mips    DSA-274-1 mutt  2003-3-28
++mutt  1.3.28-2.2      mipsel  DSA-274-1 mutt  2003-3-28
++mutt-utf8     1.3.28-2.2      mipsel  DSA-274-1 mutt  2003-3-28
++mutt  1.3.28-2.2      powerpc DSA-274-1 mutt  2003-3-28
++mutt-utf8     1.3.28-2.2      powerpc DSA-274-1 mutt  2003-3-28
++mutt  1.3.28-2.2      s390    DSA-274-1 mutt  2003-3-28
++mutt-utf8     1.3.28-2.2      s390    DSA-274-1 mutt  2003-3-28
++mutt  1.3.28-2.2      sparc   DSA-274-1 mutt  2003-3-28
++mutt-utf8     1.3.28-2.2      sparc   DSA-274-1 mutt  2003-3-28
++webfs 1.17.1  alpha   DSA-328-1 webfs 2003-6-19
++webfs 1.17.1  arm     DSA-328-1 webfs 2003-6-19
++webfs 1.17.1  i386    DSA-328-1 webfs 2003-6-19
++webfs 1.17.1  ia64    DSA-328-1 webfs 2003-6-19
++webfs 1.17.1  hppa    DSA-328-1 webfs 2003-6-19
++webfs 1.17.1  m68k    DSA-328-1 webfs 2003-6-19
++webfs 1.17.1  mips    DSA-328-1 webfs 2003-6-19
++webfs 1.17.1  mipsel  DSA-328-1 webfs 2003-6-19
++webfs 1.17.1  powerpc DSA-328-1 webfs 2003-6-19
++webfs 1.17.1  s390    DSA-328-1 webfs 2003-6-19
++webfs 1.17.1  sparc   DSA-328-1 webfs 2003-6-19
++balsa 1.2.4-2.2       alpha   DSA-300-1 balsa 2003-5-6
++balsa 1.2.4-2.2       arm     DSA-300-1 balsa 2003-5-6
++balsa 1.2.4-2.2       i386    DSA-300-1 balsa 2003-5-6
++balsa 1.2.4-2.2       ia64    DSA-300-1 balsa 2003-5-6
++balsa 1.2.4-2.2       hppa    DSA-300-1 balsa 2003-5-6
++balsa 1.2.4-2.2       m68k    DSA-300-1 balsa 2003-5-6
++balsa 1.2.4-2.2       mips    DSA-300-1 balsa 2003-5-6
++balsa 1.2.4-2.2       mipsel  DSA-300-1 balsa 2003-5-6
++balsa 1.2.4-2.2       powerpc DSA-300-1 balsa 2003-5-6
++balsa 1.2.4-2.2       s390    DSA-300-1 balsa 2003-5-6
++balsa 1.2.4-2.2       sparc   DSA-300-1 balsa 2003-5-6
++kapptemplate  2.2.2-3.2       all     DSA-239-1 kdesdk        2003-1-23
++kdepalettes   2.2.2-3.2       all     DSA-239-1 kdesdk        2003-1-23
++kdesdk-doc    2.2.2-3.2       all     DSA-239-1 kdesdk        2003-1-23
++kdesdk-scripts        2.2.2-3.2       all     DSA-239-1 kdesdk        2003-1-23
++kbabel        2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
++kbabel-dev    2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
++kdesdk        2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
++kexample      2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
++kmtrace       2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
++kspy  2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
++kstartperf    2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
++poxml 2.2.2-3.2       alpha   DSA-239-1 kdesdk        2003-1-23
++kbabel        2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
++kbabel-dev    2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
++kdesdk        2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
++kexample      2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
++kmtrace       2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
++kspy  2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
++kstartperf    2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
++poxml 2.2.2-3.2       arm     DSA-239-1 kdesdk        2003-1-23
++kbabel        2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
++kbabel-dev    2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
++kdesdk        2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
++kexample      2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
++kmtrace       2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
++kspy  2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
++kstartperf    2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
++poxml 2.2.2-3.2       i386    DSA-239-1 kdesdk        2003-1-23
++kbabel        2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
++kbabel-dev    2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
++kdesdk        2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
++kexample      2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
++kmtrace       2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
++kspy  2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
++kstartperf    2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
++poxml 2.2.2-3.2       ia64    DSA-239-1 kdesdk        2003-1-23
++kbabel        2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
++kbabel-dev    2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
++kdesdk        2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
++kexample      2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
++kmtrace       2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
++kspy  2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
++kstartperf    2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
++poxml 2.2.2-3.2       hppa    DSA-239-1 kdesdk        2003-1-23
++kbabel        2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
++kbabel-dev    2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
++kdesdk        2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
++kexample      2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
++kmtrace       2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
++kspy  2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
++kstartperf    2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
++poxml 2.2.2-3.2       m68k    DSA-239-1 kdesdk        2003-1-23
++kbabel        2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
++kbabel-dev    2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
++kdesdk        2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
++kexample      2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
++kmtrace       2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
++kspy  2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
++kstartperf    2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
++poxml 2.2.2-3.2       mips    DSA-239-1 kdesdk        2003-1-23
++kbabel        2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
++kbabel-dev    2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
++kdesdk        2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
++kexample      2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
++kmtrace       2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
++kspy  2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
++kstartperf    2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
++poxml 2.2.2-3.2       mipsel  DSA-239-1 kdesdk        2003-1-23
++kbabel        2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
++kbabel-dev    2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
++kdesdk        2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
++kexample      2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
++kmtrace       2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
++kspy  2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
++kstartperf    2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
++poxml 2.2.2-3.2       powerpc DSA-239-1 kdesdk        2003-1-23
++kbabel        2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
++kbabel-dev    2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
++kdesdk        2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
++kexample      2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
++kmtrace       2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
++kspy  2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
++kstartperf    2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
++poxml 2.2.2-3.2       s390    DSA-239-1 kdesdk        2003-1-23
++kbabel        2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
++kbabel-dev    2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
++kdesdk        2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
++kexample      2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
++kmtrace       2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
++kspy  2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
++kstartperf    2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
++poxml 2.2.2-3.2       sparc   DSA-239-1 kdesdk        2003-1-23
++xpdf-i        0.90-8.1        alpha   DSA-226-1 xpdf-i        2003-1-10
++xpdf-i        0.90-8.1        arm     DSA-226-1 xpdf-i        2003-1-10
++xpdf-i        0.90-8.1        i386    DSA-226-1 xpdf-i        2003-1-10
++xpdf-i        0.90-8.1        m68k    DSA-226-1 xpdf-i        2003-1-10
++xpdf-i        0.90-8.1        powerpc DSA-226-1 xpdf-i        2003-1-10
++xpdf-i        0.90-8.1        sparc   DSA-226-1 xpdf-i        2003-1-10
++kamera        2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
++kcoloredit    2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
++kfract        2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
++kghostview    2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
++kiconedit     2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
++kooka 2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
++kpaint        2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
++kruler        2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
++ksnapshot     2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
++kview 2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
++libkscan-dev  2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
++libkscan1     2.2.2-6.10      alpha   DSA-235-1 kdegraphics   2003-1-22
++kamera        2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
++kcoloredit    2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
++kfract        2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
++kghostview    2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
++kiconedit     2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
++kooka 2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
++kpaint        2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
++kruler        2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
++ksnapshot     2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
++kview 2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
++libkscan-dev  2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
++libkscan1     2.2.2-6.10      arm     DSA-235-1 kdegraphics   2003-1-22
++kamera        2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
++kcoloredit    2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
++kfract        2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
++kghostview    2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
++kiconedit     2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
++kooka 2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
++kpaint        2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
++kruler        2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
++ksnapshot     2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
++kview 2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
++libkscan-dev  2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
++libkscan1     2.2.2-6.10      i386    DSA-235-1 kdegraphics   2003-1-22
++kamera        2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
++kcoloredit    2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
++kfract        2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
++kghostview    2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
++kiconedit     2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
++kooka 2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
++kpaint        2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
++kruler        2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
++ksnapshot     2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
++kview 2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
++libkscan-dev  2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
++libkscan1     2.2.2-6.10      ia64    DSA-235-1 kdegraphics   2003-1-22
++kamera        2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
++kcoloredit    2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
++kfract        2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
++kghostview    2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
++kiconedit     2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
++kpaint        2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
++kruler        2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
++ksnapshot     2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
++kview 2.2.2-6.10      hppa    DSA-235-1 kdegraphics   2003-1-22
++kamera        2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
++kcoloredit    2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
++kfract        2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
++kghostview    2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
++kiconedit     2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
++kooka 2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
++kpaint        2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
++kruler        2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
++ksnapshot     2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
++kview 2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
++libkscan-dev  2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
++libkscan1     2.2.2-6.10      m68k    DSA-235-1 kdegraphics   2003-1-22
++kamera        2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
++kcoloredit    2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
++kfract        2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
++kghostview    2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
++kiconedit     2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
++kooka 2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
++kpaint        2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
++kruler        2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
++ksnapshot     2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
++kview 2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
++libkscan-dev  2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
++libkscan1     2.2.2-6.10      mips    DSA-235-1 kdegraphics   2003-1-22
++kamera        2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
++kcoloredit    2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
++kfract        2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
++kghostview    2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
++kiconedit     2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
++kooka 2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
++kpaint        2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
++kruler        2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
++ksnapshot     2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
++kview 2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
++libkscan-dev  2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
++libkscan1     2.2.2-6.10      mipsel  DSA-235-1 kdegraphics   2003-1-22
++kamera        2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
++kcoloredit    2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
++kfract        2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
++kghostview    2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
++kiconedit     2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
++kooka 2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
++kpaint        2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
++kruler        2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
++ksnapshot     2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
++kview 2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
++libkscan-dev  2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
++libkscan1     2.2.2-6.10      powerpc DSA-235-1 kdegraphics   2003-1-22
++kamera        2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
++kcoloredit    2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
++kfract        2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
++kghostview    2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
++kiconedit     2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
++kooka 2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
++kpaint        2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
++kruler        2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
++ksnapshot     2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
++kview 2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
++libkscan-dev  2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
++libkscan1     2.2.2-6.10      s390    DSA-235-1 kdegraphics   2003-1-22
++kamera        2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
++kcoloredit    2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
++kfract        2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
++kghostview    2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
++kiconedit     2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
++kooka 2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
++kpaint        2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
++kruler        2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
++ksnapshot     2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
++kview 2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
++libkscan-dev  2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
++libkscan1     2.2.2-6.10      sparc   DSA-235-1 kdegraphics   2003-1-22
++minimalist    2.2-4   all     DSA-402-1 minimalist    2003-11-17
++mysql-common  3.23.49-8.4     all     DSA-303-1 mysql 2003-5-15
++mysql-doc     3.23.49-8.4     all     DSA-303-1 mysql 2003-5-15
++libmysqlclient10      3.23.49-8.4     alpha   DSA-303-1 mysql 2003-5-15
++libmysqlclient10-dev  3.23.49-8.4     alpha   DSA-303-1 mysql 2003-5-15
++mysql-client  3.23.49-8.4     alpha   DSA-303-1 mysql 2003-5-15
++mysql-server  3.23.49-8.4     alpha   DSA-303-1 mysql 2003-5-15
++libmysqlclient10      3.23.49-8.4     arm     DSA-303-1 mysql 2003-5-15
++libmysqlclient10-dev  3.23.49-8.4     arm     DSA-303-1 mysql 2003-5-15
++mysql-client  3.23.49-8.4     arm     DSA-303-1 mysql 2003-5-15
++mysql-server  3.23.49-8.4     arm     DSA-303-1 mysql 2003-5-15
++libmysqlclient10      3.23.49-8.4     i386    DSA-303-1 mysql 2003-5-15
++libmysqlclient10-dev  3.23.49-8.4     i386    DSA-303-1 mysql 2003-5-15
++mysql-client  3.23.49-8.4     i386    DSA-303-1 mysql 2003-5-15
++mysql-server  3.23.49-8.4     i386    DSA-303-1 mysql 2003-5-15
++libmysqlclient10      3.23.49-8.4     ia64    DSA-303-1 mysql 2003-5-15
++libmysqlclient10-dev  3.23.49-8.4     ia64    DSA-303-1 mysql 2003-5-15
++mysql-client  3.23.49-8.4     ia64    DSA-303-1 mysql 2003-5-15
++mysql-server  3.23.49-8.4     ia64    DSA-303-1 mysql 2003-5-15
++libmysqlclient10      3.23.49-8.4     hppa    DSA-303-1 mysql 2003-5-15
++libmysqlclient10-dev  3.23.49-8.4     hppa    DSA-303-1 mysql 2003-5-15
++mysql-client  3.23.49-8.4     hppa    DSA-303-1 mysql 2003-5-15
++mysql-server  3.23.49-8.4     hppa    DSA-303-1 mysql 2003-5-15
++libmysqlclient10      3.23.49-8.4     m68k    DSA-303-1 mysql 2003-5-15
++libmysqlclient10-dev  3.23.49-8.4     m68k    DSA-303-1 mysql 2003-5-15
++mysql-client  3.23.49-8.4     m68k    DSA-303-1 mysql 2003-5-15
++mysql-server  3.23.49-8.4     m68k    DSA-303-1 mysql 2003-5-15
++libmysqlclient10      3.23.49-8.4     mips    DSA-303-1 mysql 2003-5-15
++libmysqlclient10-dev  3.23.49-8.4     mips    DSA-303-1 mysql 2003-5-15
++mysql-client  3.23.49-8.4     mips    DSA-303-1 mysql 2003-5-15
++mysql-server  3.23.49-8.4     mips    DSA-303-1 mysql 2003-5-15
++libmysqlclient10      3.23.49-8.4     mipsel  DSA-303-1 mysql 2003-5-15
++libmysqlclient10-dev  3.23.49-8.4     mipsel  DSA-303-1 mysql 2003-5-15
++mysql-client  3.23.49-8.4     mipsel  DSA-303-1 mysql 2003-5-15
++mysql-server  3.23.49-8.4     mipsel  DSA-303-1 mysql 2003-5-15
++libmysqlclient10      3.23.49-8.4     powerpc DSA-303-1 mysql 2003-5-15
++libmysqlclient10-dev  3.23.49-8.4     powerpc DSA-303-1 mysql 2003-5-15
++mysql-client  3.23.49-8.4     powerpc DSA-303-1 mysql 2003-5-15
++mysql-server  3.23.49-8.4     powerpc DSA-303-1 mysql 2003-5-15
++libmysqlclient10      3.23.49-8.4     s390    DSA-303-1 mysql 2003-5-15
++libmysqlclient10-dev  3.23.49-8.4     s390    DSA-303-1 mysql 2003-5-15
++mysql-client  3.23.49-8.4     s390    DSA-303-1 mysql 2003-5-15
++mysql-server  3.23.49-8.4     s390    DSA-303-1 mysql 2003-5-15
++libmysqlclient10      3.23.49-8.4     sparc   DSA-303-1 mysql 2003-5-15
++libmysqlclient10-dev  3.23.49-8.4     sparc   DSA-303-1 mysql 2003-5-15
++mysql-client  3.23.49-8.4     sparc   DSA-303-1 mysql 2003-5-15
++mysql-server  3.23.49-8.4     sparc   DSA-303-1 mysql 2003-5-15
++mysql-doc     3.22.32-6.4     all     DSA-303-1 mysql 2003-5-15
++mysql-client  3.22.32-6.4     alpha   DSA-303-1 mysql 2003-5-15
++mysql-server  3.22.32-6.4     alpha   DSA-303-1 mysql 2003-5-15
++mysql-client  3.22.32-6.4     arm     DSA-303-1 mysql 2003-5-15
++mysql-server  3.22.32-6.4     arm     DSA-303-1 mysql 2003-5-15
++mysql-client  3.22.32-6.4     i386    DSA-303-1 mysql 2003-5-15
++mysql-server  3.22.32-6.4     i386    DSA-303-1 mysql 2003-5-15
++mysql-client  3.22.32-6.4     m68k    DSA-303-1 mysql 2003-5-15
++mysql-server  3.22.32-6.4     m68k    DSA-303-1 mysql 2003-5-15
++mysql-client  3.22.32-6.4     powerpc DSA-303-1 mysql 2003-5-15
++mysql-server  3.22.32-6.4     powerpc DSA-303-1 mysql 2003-5-15
++mysql-client  3.22.32-6.4     sparc   DSA-303-1 mysql 2003-5-15
++mysql-server  3.22.32-6.4     sparc   DSA-303-1 mysql 2003-5-15
++kdebase-doc   2.2.2-14.4      all     DSA-296-1 kdebase       2003-4-30
++kdewallpapers 2.2.2-14.4      all     DSA-296-1 kdebase       2003-4-30
++kate  2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
++kdebase       2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
++kdebase-audiolibs     2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
++kdebase-dev   2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
++kdebase-libs  2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
++kdm   2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
++konqueror     2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
++konsole       2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
++kscreensaver  2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
++libkonq-dev   2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
++libkonq3      2.2.2-14.4      alpha   DSA-296-1 kdebase       2003-4-30
++kate  2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
++kdebase       2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
++kdebase-audiolibs     2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
++kdebase-dev   2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
++kdebase-libs  2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
++kdm   2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
++konqueror     2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
++konsole       2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
++kscreensaver  2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
++libkonq-dev   2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
++libkonq3      2.2.2-14.4      arm     DSA-296-1 kdebase       2003-4-30
++kate  2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
++kdebase       2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
++kdebase-audiolibs     2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
++kdebase-dev   2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
++kdebase-libs  2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
++kdm   2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
++konqueror     2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
++konsole       2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
++kscreensaver  2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
++libkonq-dev   2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
++libkonq3      2.2.2-14.4      i386    DSA-296-1 kdebase       2003-4-30
++kate  2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
++kdebase       2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
++kdebase-audiolibs     2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
++kdebase-dev   2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
++kdebase-libs  2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
++kdm   2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
++konqueror     2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
++konsole       2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
++kscreensaver  2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
++libkonq-dev   2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
++libkonq3      2.2.2-14.4      ia64    DSA-296-1 kdebase       2003-4-30
++kate  2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
++kdebase       2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
++kdebase-audiolibs     2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
++kdebase-dev   2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
++kdebase-libs  2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
++kdm   2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
++konqueror     2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
++konsole       2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
++kscreensaver  2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
++libkonq-dev   2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
++libkonq3      2.2.2-14.4      hppa    DSA-296-1 kdebase       2003-4-30
++kate  2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
++kdebase       2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
++kdebase-audiolibs     2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
++kdebase-dev   2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
++kdebase-libs  2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
++kdm   2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
++konqueror     2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
++konsole       2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
++kscreensaver  2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
++libkonq-dev   2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
++libkonq3      2.2.2-14.4      m68k    DSA-296-1 kdebase       2003-4-30
++kate  2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
++kdebase       2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
++kdebase-audiolibs     2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
++kdebase-dev   2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
++kdebase-libs  2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
++kdm   2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
++konqueror     2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
++konsole       2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
++kscreensaver  2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
++libkonq-dev   2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
++libkonq3      2.2.2-14.4      mips    DSA-296-1 kdebase       2003-4-30
++kate  2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
++kdebase       2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
++kdebase-audiolibs     2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
++kdebase-dev   2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
++kdebase-libs  2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
++kdm   2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
++konqueror     2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
++konsole       2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
++kscreensaver  2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
++libkonq-dev   2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
++libkonq3      2.2.2-14.4      mipsel  DSA-296-1 kdebase       2003-4-30
++kate  2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
++kdebase       2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
++kdebase-audiolibs     2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
++kdebase-dev   2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
++kdebase-libs  2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
++kdm   2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
++konqueror     2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
++konsole       2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
++kscreensaver  2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
++libkonq-dev   2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
++libkonq3      2.2.2-14.4      powerpc DSA-296-1 kdebase       2003-4-30
++kate  2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
++kdebase       2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
++kdebase-audiolibs     2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
++kdebase-dev   2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
++kdebase-libs  2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
++kdm   2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
++konqueror     2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
++konsole       2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
++kscreensaver  2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
++libkonq-dev   2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
++libkonq3      2.2.2-14.4      s390    DSA-296-1 kdebase       2003-4-30
++kate  2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
++kdebase       2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
++kdebase-audiolibs     2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
++kdebase-dev   2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
++kdebase-libs  2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
++kdm   2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
++konqueror     2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
++konsole       2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
++kscreensaver  2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
++libkonq-dev   2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
++libkonq3      2.2.2-14.4      sparc   DSA-296-1 kdebase       2003-4-30
++gzip  1.2.4-33.2      alpha   DSA-308-1 gzip  2003-6-6
++gzip  1.2.4-33.2      arm     DSA-308-1 gzip  2003-6-6
++gzip  1.2.4-33.2      i386    DSA-308-1 gzip  2003-6-6
++gzip  1.2.4-33.2      m68k    DSA-308-1 gzip  2003-6-6
++gzip  1.2.4-33.2      powerpc DSA-308-1 gzip  2003-6-6
++gzip  1.2.4-33.2      sparc   DSA-308-1 gzip  2003-6-6
++ircii 20020322-1.1    alpha   DSA-291-1 ircii 2003-4-22
++ircii 20020322-1.1    arm     DSA-291-1 ircii 2003-4-22
++ircii 20020322-1.1    i386    DSA-291-1 ircii 2003-4-22
++ircii 20020322-1.1    ia64    DSA-291-1 ircii 2003-4-22
++ircii 20020322-1.1    hppa    DSA-291-1 ircii 2003-4-22
++ircii 20020322-1.1    m68k    DSA-291-1 ircii 2003-4-22
++ircii 20020322-1.1    mips    DSA-291-1 ircii 2003-4-22
++ircii 20020322-1.1    mipsel  DSA-291-1 ircii 2003-4-22
++ircii 20020322-1.1    powerpc DSA-291-1 ircii 2003-4-22
++ircii 20020322-1.1    s390    DSA-291-1 ircii 2003-4-22
++ircii 20020322-1.1    sparc   DSA-291-1 ircii 2003-4-22
++gtksee        0.5.0-6 alpha   DSA-337-1 gtksee        2003-6-29
++gtksee        0.5.0-6 arm     DSA-337-1 gtksee        2003-6-29
++gtksee        0.5.0-6 i386    DSA-337-1 gtksee        2003-6-29
++gtksee        0.5.0-6 ia64    DSA-337-1 gtksee        2003-6-29
++gtksee        0.5.0-6 hppa    DSA-337-1 gtksee        2003-6-29
++gtksee        0.5.0-6 m68k    DSA-337-1 gtksee        2003-6-29
++gtksee        0.5.0-6 mips    DSA-337-1 gtksee        2003-6-29
++gtksee        0.5.0-6 mipsel  DSA-337-1 gtksee        2003-6-29
++gtksee        0.5.0-6 powerpc DSA-337-1 gtksee        2003-6-29
++gtksee        0.5.0-6 s390    DSA-337-1 gtksee        2003-6-29
++gtksee        0.5.0-6 sparc   DSA-337-1 gtksee        2003-6-29
++sendmail-doc  8.12.3-6.4      all     DSA-305-1 sendmail      2003-5-15
++libmilter-dev 8.12.3-6.4      alpha   DSA-305-1 sendmail      2003-5-15
++sendmail      8.12.3-6.4      alpha   DSA-305-1 sendmail      2003-5-15
++libmilter-dev 8.12.3-6.4      arm     DSA-305-1 sendmail      2003-5-15
++sendmail      8.12.3-6.4      arm     DSA-305-1 sendmail      2003-5-15
++libmilter-dev 8.12.3-6.4      i386    DSA-305-1 sendmail      2003-5-15
++sendmail      8.12.3-6.4      i386    DSA-305-1 sendmail      2003-5-15
++libmilter-dev 8.12.3-6.4      ia64    DSA-305-1 sendmail      2003-5-15
++sendmail      8.12.3-6.4      ia64    DSA-305-1 sendmail      2003-5-15
++libmilter-dev 8.12.3-6.4      hppa    DSA-305-1 sendmail      2003-5-15
++sendmail      8.12.3-6.4      hppa    DSA-305-1 sendmail      2003-5-15
++libmilter-dev 8.12.3-6.4      m68k    DSA-305-1 sendmail      2003-5-15
++sendmail      8.12.3-6.4      m68k    DSA-305-1 sendmail      2003-5-15
++libmilter-dev 8.12.3-6.4      mips    DSA-305-1 sendmail      2003-5-15
++sendmail      8.12.3-6.4      mips    DSA-305-1 sendmail      2003-5-15
++libmilter-dev 8.12.3-6.4      mipsel  DSA-305-1 sendmail      2003-5-15
++sendmail      8.12.3-6.4      mipsel  DSA-305-1 sendmail      2003-5-15
++libmilter-dev 8.12.3-6.4      powerpc DSA-305-1 sendmail      2003-5-15
++sendmail      8.12.3-6.4      powerpc DSA-305-1 sendmail      2003-5-15
++libmilter-dev 8.12.3-6.4      s390    DSA-305-1 sendmail      2003-5-15
++sendmail      8.12.3-6.4      s390    DSA-305-1 sendmail      2003-5-15
++libmilter-dev 8.12.3-6.4      sparc   DSA-305-1 sendmail      2003-5-15
++sendmail      8.12.3-6.4      sparc   DSA-305-1 sendmail      2003-5-15
++sendmail      8.9.3-26.1      alpha   DSA-305-1 sendmail      2003-5-15
++sendmail      8.9.3-26.1      arm     DSA-305-1 sendmail      2003-5-15
++sendmail      8.9.3-26.1      i386    DSA-305-1 sendmail      2003-5-15
++sendmail      8.9.3-26.1      m68k    DSA-305-1 sendmail      2003-5-15
++sendmail      8.9.3-26.1      powerpc DSA-305-1 sendmail      2003-5-15
++sendmail      8.9.3-26.1      sparc   DSA-305-1 sendmail      2003-5-15
+ webfs 1.17.2  alpha   DSA-392-1 webfs 2003-9-29
+ webfs 1.17.2  arm     DSA-392-1 webfs 2003-9-29
+ webfs 1.17.2  i386    DSA-392-1 webfs 2003-9-29
+@@ -6269,3 +5885,2314 @@
+ webfs 1.17.2  powerpc DSA-392-1 webfs 2003-9-29
+ webfs 1.17.2  s390    DSA-392-1 webfs 2003-9-29
+ webfs 1.17.2  sparc   DSA-392-1 webfs 2003-9-29
++lprng-doc     3.8.10-1.2      all     DSA-285-1 lprng 2003-4-14
++lprng 3.8.10-1.2      alpha   DSA-285-1 lprng 2003-4-14
++lprng 3.8.10-1.2      arm     DSA-285-1 lprng 2003-4-14
++lprng 3.8.10-1.2      i386    DSA-285-1 lprng 2003-4-14
++lprng 3.8.10-1.2      ia64    DSA-285-1 lprng 2003-4-14
++lprng 3.8.10-1.2      hppa    DSA-285-1 lprng 2003-4-14
++lprng 3.8.10-1.2      m68k    DSA-285-1 lprng 2003-4-14
++lprng 3.8.10-1.2      mips    DSA-285-1 lprng 2003-4-14
++lprng 3.8.10-1.2      mipsel  DSA-285-1 lprng 2003-4-14
++lprng 3.8.10-1.2      powerpc DSA-285-1 lprng 2003-4-14
++lprng 3.8.10-1.2      s390    DSA-285-1 lprng 2003-4-14
++lprng 3.8.10-1.2      sparc   DSA-285-1 lprng 2003-4-14
++ark   2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++kab   2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++karm  2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++kcalc 2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++kcharselect   2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++kdepasswd     2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++kdf   2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++kedit 2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++kfind 2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++kfloppy       2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++khexedit      2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++kjots 2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++klaptopdaemon 2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++kljettool     2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++klpq  2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++klprfax       2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++knotes        2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++kpm   2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++ktimer        2.2.2-9.2       alpha   DSA-241-1 kdeutils      2003-1-24
++ark   2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++kab   2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++karm  2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++kcalc 2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++kcharselect   2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++kdepasswd     2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++kdf   2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++kedit 2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++kfind 2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++kfloppy       2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++khexedit      2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++kjots 2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++klaptopdaemon 2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++kljettool     2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++klpq  2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++klprfax       2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++knotes        2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++kpm   2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++ktimer        2.2.2-9.2       arm     DSA-241-1 kdeutils      2003-1-24
++ark   2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++kab   2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++karm  2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++kcalc 2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++kcharselect   2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++kdepasswd     2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++kdf   2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++kedit 2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++kfind 2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++kfloppy       2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++khexedit      2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++kjots 2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++klaptopdaemon 2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++kljettool     2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++klpq  2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++klprfax       2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++knotes        2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++kpm   2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++ktimer        2.2.2-9.2       i386    DSA-241-1 kdeutils      2003-1-24
++ark   2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++kab   2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++karm  2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++kcalc 2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++kcharselect   2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++kdepasswd     2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++kdf   2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++kedit 2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++kfind 2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++kfloppy       2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++khexedit      2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++kjots 2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++klaptopdaemon 2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++kljettool     2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++klpq  2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++klprfax       2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++knotes        2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++kpm   2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++ktimer        2.2.2-9.2       ia64    DSA-241-1 kdeutils      2003-1-24
++ark   2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++kab   2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++karm  2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++kcalc 2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++kcharselect   2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++kdepasswd     2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++kdf   2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++kedit 2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++kfind 2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++kfloppy       2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++khexedit      2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++kjots 2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++klaptopdaemon 2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++kljettool     2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++klpq  2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++klprfax       2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++knotes        2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++kpm   2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++ktimer        2.2.2-9.2       hppa    DSA-241-1 kdeutils      2003-1-24
++ark   2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++kab   2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++karm  2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++kcalc 2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++kcharselect   2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++kdepasswd     2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++kdf   2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++kedit 2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++kfind 2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++kfloppy       2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++khexedit      2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++kjots 2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++klaptopdaemon 2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++kljettool     2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++klpq  2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++klprfax       2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++knotes        2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++kpm   2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++ktimer        2.2.2-9.2       m68k    DSA-241-1 kdeutils      2003-1-24
++ark   2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++kab   2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++karm  2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++kcalc 2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++kcharselect   2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++kdepasswd     2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++kdf   2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++kedit 2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++kfind 2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++kfloppy       2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++khexedit      2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++kjots 2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++klaptopdaemon 2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++kljettool     2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++klpq  2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++klprfax       2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++knotes        2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++kpm   2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++ktimer        2.2.2-9.2       mips    DSA-241-1 kdeutils      2003-1-24
++ark   2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++kab   2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++karm  2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++kcalc 2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++kcharselect   2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++kdepasswd     2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++kdf   2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++kedit 2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++kfind 2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++kfloppy       2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++khexedit      2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++kjots 2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++klaptopdaemon 2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++kljettool     2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++klpq  2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++klprfax       2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++knotes        2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++kpm   2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++ktimer        2.2.2-9.2       mipsel  DSA-241-1 kdeutils      2003-1-24
++ark   2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++kab   2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++karm  2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++kcalc 2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++kcharselect   2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++kdepasswd     2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++kdf   2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++kedit 2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++kfind 2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++kfloppy       2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++khexedit      2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++kjots 2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++klaptopdaemon 2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++kljettool     2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++klpq  2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++klprfax       2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++knotes        2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++kpm   2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++ktimer        2.2.2-9.2       powerpc DSA-241-1 kdeutils      2003-1-24
++ark   2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++kab   2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++karm  2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++kcalc 2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++kcharselect   2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++kdepasswd     2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++kdf   2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++kedit 2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++kfind 2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++kfloppy       2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++khexedit      2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++kjots 2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++klaptopdaemon 2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++kljettool     2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++klpq  2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++klprfax       2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++knotes        2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++kpm   2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++ktimer        2.2.2-9.2       s390    DSA-241-1 kdeutils      2003-1-24
++ark   2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++kab   2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++karm  2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++kcalc 2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++kcharselect   2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++kdepasswd     2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++kdf   2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++kedit 2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++kfind 2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++kfloppy       2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++khexedit      2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++kjots 2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++klaptopdaemon 2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++kljettool     2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++klpq  2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++klprfax       2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++knotes        2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++kpm   2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++ktimer        2.2.2-9.2       sparc   DSA-241-1 kdeutils      2003-1-24
++cvs-doc       1.10.7-9.2      all     DSA-233-1 cvs   2003-1-21
++cvs   1.10.7-9.2      alpha   DSA-233-1 cvs   2003-1-21
++cvs   1.10.7-9.2      arm     DSA-233-1 cvs   2003-1-21
++cvs   1.10.7-9.2      i386    DSA-233-1 cvs   2003-1-21
++cvs   1.10.7-9.2      m68k    DSA-233-1 cvs   2003-1-21
++cvs   1.10.7-9.2      powerpc DSA-233-1 cvs   2003-1-21
++cvs   1.10.7-9.2      sparc   DSA-233-1 cvs   2003-1-21
++rinetd        0.52-2.1        alpha   DSA-289-1 rinetd        2003-4-17
++rinetd        0.52-2.1        arm     DSA-289-1 rinetd        2003-4-17
++rinetd        0.52-2.1        i386    DSA-289-1 rinetd        2003-4-17
++rinetd        0.52-2.1        m68k    DSA-289-1 rinetd        2003-4-17
++rinetd        0.52-2.1        powerpc DSA-289-1 rinetd        2003-4-17
++rinetd        0.52-2.1        sparc   DSA-289-1 rinetd        2003-4-17
++rinetd        0.61-1.1        alpha   DSA-289-1 rinetd        2003-4-17
++rinetd        0.61-1.1        arm     DSA-289-1 rinetd        2003-4-17
++rinetd        0.61-1.1        i386    DSA-289-1 rinetd        2003-4-17
++rinetd        0.61-1.1        ia64    DSA-289-1 rinetd        2003-4-17
++rinetd        0.61-1.1        hppa    DSA-289-1 rinetd        2003-4-17
++rinetd        0.61-1.1        m68k    DSA-289-1 rinetd        2003-4-17
++rinetd        0.61-1.1        mips    DSA-289-1 rinetd        2003-4-17
++rinetd        0.61-1.1        mipsel  DSA-289-1 rinetd        2003-4-17
++rinetd        0.61-1.1        powerpc DSA-289-1 rinetd        2003-4-17
++rinetd        0.61-1.1        s390    DSA-289-1 rinetd        2003-4-17
++rinetd        0.61-1.1        sparc   DSA-289-1 rinetd        2003-4-17
++xpdf  0.90-8.1        alpha   DSA-222-1 xpdf  2003-1-6
++xpdf  0.90-8.1        arm     DSA-222-1 xpdf  2003-1-6
++xpdf  0.90-8.1        i386    DSA-222-1 xpdf  2003-1-6
++xpdf  0.90-8.1        m68k    DSA-222-1 xpdf  2003-1-6
++xpdf  0.90-8.1        powerpc DSA-222-1 xpdf  2003-1-6
++xpdf  0.90-8.1        sparc   DSA-222-1 xpdf  2003-1-6
++xpdf-common   1.00-3.1        all     DSA-222-1 xpdf  2003-1-6
++xpdf  1.00-3.1        all     DSA-222-1 xpdf  2003-1-6
++xpdf-reader   1.00-3.1        alpha   DSA-222-1 xpdf  2003-1-6
++xpdf-utils    1.00-3.1        alpha   DSA-222-1 xpdf  2003-1-6
++xpdf-reader   1.00-3.1        arm     DSA-222-1 xpdf  2003-1-6
++xpdf-utils    1.00-3.1        arm     DSA-222-1 xpdf  2003-1-6
++xpdf-reader   1.00-3.1        i386    DSA-222-1 xpdf  2003-1-6
++xpdf-utils    1.00-3.1        i386    DSA-222-1 xpdf  2003-1-6
++xpdf-reader   1.00-3.1        ia64    DSA-222-1 xpdf  2003-1-6
++xpdf-utils    1.00-3.1        ia64    DSA-222-1 xpdf  2003-1-6
++xpdf-reader   1.00-3.1        hppa    DSA-222-1 xpdf  2003-1-6
++xpdf-utils    1.00-3.1        hppa    DSA-222-1 xpdf  2003-1-6
++xpdf-reader   1.00-3.1        m68k    DSA-222-1 xpdf  2003-1-6
++xpdf-utils    1.00-3.1        m68k    DSA-222-1 xpdf  2003-1-6
++xpdf-reader   1.00-3.1        mips    DSA-222-1 xpdf  2003-1-6
++xpdf-utils    1.00-3.1        mips    DSA-222-1 xpdf  2003-1-6
++xpdf-reader   1.00-3.1        mipsel  DSA-222-1 xpdf  2003-1-6
++xpdf-utils    1.00-3.1        mipsel  DSA-222-1 xpdf  2003-1-6
++xpdf-reader   1.00-3.1        powerpc DSA-222-1 xpdf  2003-1-6
++xpdf-utils    1.00-3.1        powerpc DSA-222-1 xpdf  2003-1-6
++xpdf-reader   1.00-3.1        s390    DSA-222-1 xpdf  2003-1-6
++xpdf-utils    1.00-3.1        s390    DSA-222-1 xpdf  2003-1-6
++xpdf-reader   1.00-3.1        sparc   DSA-222-1 xpdf  2003-1-6
++xpdf-utils    1.00-3.1        sparc   DSA-222-1 xpdf  2003-1-6
++traceroute-nanog      6.1.1-1.3       alpha   DSA-348-1 traceroute-nanog      2003-7-11
++traceroute-nanog      6.1.1-1.3       arm     DSA-348-1 traceroute-nanog      2003-7-11
++traceroute-nanog      6.1.1-1.3       i386    DSA-348-1 traceroute-nanog      2003-7-11
++traceroute-nanog      6.1.1-1.3       ia64    DSA-348-1 traceroute-nanog      2003-7-11
++traceroute-nanog      6.1.1-1.3       hppa    DSA-348-1 traceroute-nanog      2003-7-11
++traceroute-nanog      6.1.1-1.3       m68k    DSA-348-1 traceroute-nanog      2003-7-11
++traceroute-nanog      6.1.1-1.3       mips    DSA-348-1 traceroute-nanog      2003-7-11
++traceroute-nanog      6.1.1-1.3       mipsel  DSA-348-1 traceroute-nanog      2003-7-11
++traceroute-nanog      6.1.1-1.3       powerpc DSA-348-1 traceroute-nanog      2003-7-11
++traceroute-nanog      6.1.1-1.3       s390    DSA-348-1 traceroute-nanog      2003-7-11
++traceroute-nanog      6.1.1-1.3       sparc   DSA-348-1 traceroute-nanog      2003-7-11
++dietlibc-doc  0.12-2.5        all     DSA-272-1 dietlibc      2003-3-28
++dietlibc-dev  0.12-2.5        alpha   DSA-272-1 dietlibc      2003-3-28
++dietlibc-dev  0.12-2.5        arm     DSA-272-1 dietlibc      2003-3-28
++dietlibc-dev  0.12-2.5        i386    DSA-272-1 dietlibc      2003-3-28
++dietlibc-dev  0.12-2.5        mips    DSA-272-1 dietlibc      2003-3-28
++dietlibc-dev  0.12-2.5        mipsel  DSA-272-1 dietlibc      2003-3-28
++dietlibc-dev  0.12-2.5        powerpc DSA-272-1 dietlibc      2003-3-28
++dietlibc-dev  0.12-2.5        sparc   DSA-272-1 dietlibc      2003-3-28
++kamera        2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
++kcoloredit    2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
++kfract        2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
++kghostview    2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
++kiconedit     2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
++kooka 2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
++kpaint        2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
++kruler        2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
++ksnapshot     2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
++kview 2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
++libkscan-dev  2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
++libkscan1     2.2.2-6.11      alpha   DSA-284-1 kdegraphics   2003-4-12
++kamera        2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
++kcoloredit    2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
++kfract        2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
++kghostview    2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
++kiconedit     2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
++kooka 2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
++kpaint        2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
++kruler        2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
++ksnapshot     2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
++kview 2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
++libkscan-dev  2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
++libkscan1     2.2.2-6.11      arm     DSA-284-1 kdegraphics   2003-4-12
++kamera        2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
++kcoloredit    2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
++kfract        2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
++kghostview    2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
++kiconedit     2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
++kooka 2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
++kpaint        2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
++kruler        2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
++ksnapshot     2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
++kview 2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
++libkscan-dev  2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
++libkscan1     2.2.2-6.11      i386    DSA-284-1 kdegraphics   2003-4-12
++kamera        2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
++kcoloredit    2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
++kfract        2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
++kghostview    2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
++kiconedit     2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
++kooka 2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
++kpaint        2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
++kruler        2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
++ksnapshot     2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
++kview 2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
++libkscan-dev  2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
++libkscan1     2.2.2-6.11      ia64    DSA-284-1 kdegraphics   2003-4-12
++kamera        2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
++kcoloredit    2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
++kfract        2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
++kghostview    2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
++kiconedit     2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
++kpaint        2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
++kruler        2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
++ksnapshot     2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
++kview 2.2.2-6.11      hppa    DSA-284-1 kdegraphics   2003-4-12
++kamera        2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
++kcoloredit    2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
++kfract        2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
++kghostview    2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
++kiconedit     2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
++kooka 2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
++kpaint        2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
++kruler        2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
++ksnapshot     2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
++kview 2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
++libkscan-dev  2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
++libkscan1     2.2.2-6.11      m68k    DSA-284-1 kdegraphics   2003-4-12
++kamera        2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
++kcoloredit    2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
++kfract        2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
++kghostview    2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
++kiconedit     2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
++kooka 2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
++kpaint        2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
++kruler        2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
++ksnapshot     2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
++kview 2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
++libkscan-dev  2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
++libkscan1     2.2.2-6.11      mips    DSA-284-1 kdegraphics   2003-4-12
++kamera        2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
++kcoloredit    2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
++kfract        2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
++kghostview    2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
++kiconedit     2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
++kooka 2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
++kpaint        2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
++kruler        2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
++ksnapshot     2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
++kview 2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
++libkscan-dev  2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
++libkscan1     2.2.2-6.11      mipsel  DSA-284-1 kdegraphics   2003-4-12
++kamera        2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
++kcoloredit    2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
++kfract        2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
++kghostview    2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
++kiconedit     2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
++kooka 2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
++kpaint        2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
++kruler        2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
++ksnapshot     2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
++kview 2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
++libkscan-dev  2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
++libkscan1     2.2.2-6.11      powerpc DSA-284-1 kdegraphics   2003-4-12
++kamera        2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
++kcoloredit    2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
++kfract        2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
++kghostview    2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
++kiconedit     2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
++kooka 2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
++kpaint        2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
++kruler        2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
++ksnapshot     2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
++kview 2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
++libkscan-dev  2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
++libkscan1     2.2.2-6.11      s390    DSA-284-1 kdegraphics   2003-4-12
++kamera        2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
++kcoloredit    2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
++kfract        2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
++kghostview    2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
++kiconedit     2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
++kooka 2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
++kpaint        2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
++kruler        2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
++ksnapshot     2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
++kview 2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
++libkscan-dev  2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
++libkscan1     2.2.2-6.11      sparc   DSA-284-1 kdegraphics   2003-4-12
++mime-support  3.9-1.3 all     DSA-292-3 mime-support  2003-4-22,2003-4-30
++mime-support  3.18-1.3        all     DSA-292-3 mime-support  2003-4-22,2003-4-30
++htmlheadline  21.8-3  all     DSA-622-1 htmlheadline  2005-1-3
++lintian       1.20.17.1       all     DSA-630-1 lintian       2005-1-10
++bmv   1.2-14.2        i386    DSA-633-1 bmv   2005-1-11
++hylafax-doc   4.1.1-3.1       all     DSA-634-1 hylafax       2005-1-11
++hylafax-client        4.1.1-3.1       alpha   DSA-634-1 hylafax       2005-1-11
++hylafax-server        4.1.1-3.1       alpha   DSA-634-1 hylafax       2005-1-11
++hylafax-client        4.1.1-3.1       arm     DSA-634-1 hylafax       2005-1-11
++hylafax-server        4.1.1-3.1       arm     DSA-634-1 hylafax       2005-1-11
++hylafax-client        4.1.1-3.1       i386    DSA-634-1 hylafax       2005-1-11
++hylafax-server        4.1.1-3.1       i386    DSA-634-1 hylafax       2005-1-11
++hylafax-client        4.1.1-3.1       ia64    DSA-634-1 hylafax       2005-1-11
++hylafax-server        4.1.1-3.1       ia64    DSA-634-1 hylafax       2005-1-11
++hylafax-client        4.1.1-3.1       hppa    DSA-634-1 hylafax       2005-1-11
++hylafax-server        4.1.1-3.1       hppa    DSA-634-1 hylafax       2005-1-11
++hylafax-client        4.1.1-3.1       m68k    DSA-634-1 hylafax       2005-1-11
++hylafax-server        4.1.1-3.1       m68k    DSA-634-1 hylafax       2005-1-11
++hylafax-client        4.1.1-3.1       powerpc DSA-634-1 hylafax       2005-1-11
++hylafax-server        4.1.1-3.1       powerpc DSA-634-1 hylafax       2005-1-11
++hylafax-client        4.1.1-3.1       s390    DSA-634-1 hylafax       2005-1-11
++hylafax-server        4.1.1-3.1       s390    DSA-634-1 hylafax       2005-1-11
++hylafax-client        4.1.1-3.1       sparc   DSA-634-1 hylafax       2005-1-11
++hylafax-server        4.1.1-3.1       sparc   DSA-634-1 hylafax       2005-1-11
++glibc-doc     2.2.5-11.8      all     DSA-636-1 glibc 2005-1-12
++locales       2.2.5-11.8      all     DSA-636-1 glibc 2005-1-12
++nscd  2.2.5-11.8      alpha   DSA-636-1 glibc 2005-1-12
++libc6 2.2.5-11.8      arm     DSA-636-1 glibc 2005-1-12
++libc6-dbg     2.2.5-11.8      arm     DSA-636-1 glibc 2005-1-12
++libc6-dev     2.2.5-11.8      arm     DSA-636-1 glibc 2005-1-12
++libc6-pic     2.2.5-11.8      arm     DSA-636-1 glibc 2005-1-12
++libc6-prof    2.2.5-11.8      arm     DSA-636-1 glibc 2005-1-12
++nscd  2.2.5-11.8      arm     DSA-636-1 glibc 2005-1-12
++libc6 2.2.5-11.8      i386    DSA-636-1 glibc 2005-1-12
++libc6-dbg     2.2.5-11.8      i386    DSA-636-1 glibc 2005-1-12
++libc6-dev     2.2.5-11.8      i386    DSA-636-1 glibc 2005-1-12
++libc6-pic     2.2.5-11.8      i386    DSA-636-1 glibc 2005-1-12
++libc6-prof    2.2.5-11.8      i386    DSA-636-1 glibc 2005-1-12
++nscd  2.2.5-11.8      i386    DSA-636-1 glibc 2005-1-12
++nscd  2.2.5-11.8      ia64    DSA-636-1 glibc 2005-1-12
++libc6 2.2.5-11.8      hppa    DSA-636-1 glibc 2005-1-12
++libc6-dbg     2.2.5-11.8      hppa    DSA-636-1 glibc 2005-1-12
++libc6-dev     2.2.5-11.8      hppa    DSA-636-1 glibc 2005-1-12
++libc6-pic     2.2.5-11.8      hppa    DSA-636-1 glibc 2005-1-12
++libc6-prof    2.2.5-11.8      hppa    DSA-636-1 glibc 2005-1-12
++nscd  2.2.5-11.8      hppa    DSA-636-1 glibc 2005-1-12
++libc6 2.2.5-11.8      m68k    DSA-636-1 glibc 2005-1-12
++libc6-dbg     2.2.5-11.8      m68k    DSA-636-1 glibc 2005-1-12
++libc6-dev     2.2.5-11.8      m68k    DSA-636-1 glibc 2005-1-12
++libc6-pic     2.2.5-11.8      m68k    DSA-636-1 glibc 2005-1-12
++libc6-prof    2.2.5-11.8      m68k    DSA-636-1 glibc 2005-1-12
++nscd  2.2.5-11.8      m68k    DSA-636-1 glibc 2005-1-12
++libc6 2.2.5-11.8      mips    DSA-636-1 glibc 2005-1-12
++libc6-dbg     2.2.5-11.8      mips    DSA-636-1 glibc 2005-1-12
++libc6-dev     2.2.5-11.8      mips    DSA-636-1 glibc 2005-1-12
++libc6-pic     2.2.5-11.8      mips    DSA-636-1 glibc 2005-1-12
++libc6-prof    2.2.5-11.8      mips    DSA-636-1 glibc 2005-1-12
++nscd  2.2.5-11.8      mips    DSA-636-1 glibc 2005-1-12
++libc6 2.2.5-11.8      mipsel  DSA-636-1 glibc 2005-1-12
++libc6-dbg     2.2.5-11.8      mipsel  DSA-636-1 glibc 2005-1-12
++libc6-dev     2.2.5-11.8      mipsel  DSA-636-1 glibc 2005-1-12
++libc6-pic     2.2.5-11.8      mipsel  DSA-636-1 glibc 2005-1-12
++libc6-prof    2.2.5-11.8      mipsel  DSA-636-1 glibc 2005-1-12
++nscd  2.2.5-11.8      mipsel  DSA-636-1 glibc 2005-1-12
++libc6 2.2.5-11.8      powerpc DSA-636-1 glibc 2005-1-12
++libc6-dbg     2.2.5-11.8      powerpc DSA-636-1 glibc 2005-1-12
++libc6-dev     2.2.5-11.8      powerpc DSA-636-1 glibc 2005-1-12
++libc6-pic     2.2.5-11.8      powerpc DSA-636-1 glibc 2005-1-12
++libc6-prof    2.2.5-11.8      powerpc DSA-636-1 glibc 2005-1-12
++nscd  2.2.5-11.8      powerpc DSA-636-1 glibc 2005-1-12
++libc6 2.2.5-11.8      s390    DSA-636-1 glibc 2005-1-12
++libc6-dbg     2.2.5-11.8      s390    DSA-636-1 glibc 2005-1-12
++libc6-dev     2.2.5-11.8      s390    DSA-636-1 glibc 2005-1-12
++libc6-pic     2.2.5-11.8      s390    DSA-636-1 glibc 2005-1-12
++libc6-prof    2.2.5-11.8      s390    DSA-636-1 glibc 2005-1-12
++nscd  2.2.5-11.8      s390    DSA-636-1 glibc 2005-1-12
++libc6 2.2.5-11.8      sparc   DSA-636-1 glibc 2005-1-12
++libc6-dbg     2.2.5-11.8      sparc   DSA-636-1 glibc 2005-1-12
++libc6-dev     2.2.5-11.8      sparc   DSA-636-1 glibc 2005-1-12
++libc6-dev-sparc64     2.2.5-11.8      sparc   DSA-636-1 glibc 2005-1-12
++libc6-pic     2.2.5-11.8      sparc   DSA-636-1 glibc 2005-1-12
++libc6-prof    2.2.5-11.8      sparc   DSA-636-1 glibc 2005-1-12
++libc6-sparc64 2.2.5-11.8      sparc   DSA-636-1 glibc 2005-1-12
++nscd  2.2.5-11.8      sparc   DSA-636-1 glibc 2005-1-12
++mysql-common  3.23.49-8.9     all     DSA-647-1 mysql 2005-1-19
++mysql-doc     3.23.49-8.5     all     DSA-647-1 mysql 2005-1-19
++libmysqlclient10      3.23.49-8.9     alpha   DSA-647-1 mysql 2005-1-19
++libmysqlclient10-dev  3.23.49-8.9     alpha   DSA-647-1 mysql 2005-1-19
++mysql-client  3.23.49-8.9     alpha   DSA-647-1 mysql 2005-1-19
++mysql-server  3.23.49-8.9     alpha   DSA-647-1 mysql 2005-1-19
++libmysqlclient10      3.23.49-8.9     arm     DSA-647-1 mysql 2005-1-19
++libmysqlclient10-dev  3.23.49-8.9     arm     DSA-647-1 mysql 2005-1-19
++mysql-client  3.23.49-8.9     arm     DSA-647-1 mysql 2005-1-19
++mysql-server  3.23.49-8.9     arm     DSA-647-1 mysql 2005-1-19
++libmysqlclient10      3.23.49-8.9     i386    DSA-647-1 mysql 2005-1-19
++libmysqlclient10-dev  3.23.49-8.9     i386    DSA-647-1 mysql 2005-1-19
++mysql-client  3.23.49-8.9     i386    DSA-647-1 mysql 2005-1-19
++mysql-server  3.23.49-8.9     i386    DSA-647-1 mysql 2005-1-19
++libmysqlclient10      3.23.49-8.9     ia64    DSA-647-1 mysql 2005-1-19
++libmysqlclient10-dev  3.23.49-8.9     ia64    DSA-647-1 mysql 2005-1-19
++mysql-client  3.23.49-8.9     ia64    DSA-647-1 mysql 2005-1-19
++mysql-server  3.23.49-8.9     ia64    DSA-647-1 mysql 2005-1-19
++libmysqlclient10      3.23.49-8.9     hppa    DSA-647-1 mysql 2005-1-19
++libmysqlclient10-dev  3.23.49-8.9     hppa    DSA-647-1 mysql 2005-1-19
++mysql-client  3.23.49-8.9     hppa    DSA-647-1 mysql 2005-1-19
++mysql-server  3.23.49-8.9     hppa    DSA-647-1 mysql 2005-1-19
++libmysqlclient10      3.23.49-8.9     m68k    DSA-647-1 mysql 2005-1-19
++libmysqlclient10-dev  3.23.49-8.9     m68k    DSA-647-1 mysql 2005-1-19
++mysql-client  3.23.49-8.9     m68k    DSA-647-1 mysql 2005-1-19
++mysql-server  3.23.49-8.9     m68k    DSA-647-1 mysql 2005-1-19
++libmysqlclient10      3.23.49-8.9     mips    DSA-647-1 mysql 2005-1-19
++libmysqlclient10-dev  3.23.49-8.9     mips    DSA-647-1 mysql 2005-1-19
++mysql-client  3.23.49-8.9     mips    DSA-647-1 mysql 2005-1-19
++mysql-server  3.23.49-8.9     mips    DSA-647-1 mysql 2005-1-19
++libmysqlclient10      3.23.49-8.9     mipsel  DSA-647-1 mysql 2005-1-19
++libmysqlclient10-dev  3.23.49-8.9     mipsel  DSA-647-1 mysql 2005-1-19
++mysql-client  3.23.49-8.9     mipsel  DSA-647-1 mysql 2005-1-19
++mysql-server  3.23.49-8.9     mipsel  DSA-647-1 mysql 2005-1-19
++libmysqlclient10      3.23.49-8.9     powerpc DSA-647-1 mysql 2005-1-19
++libmysqlclient10-dev  3.23.49-8.9     powerpc DSA-647-1 mysql 2005-1-19
++mysql-client  3.23.49-8.9     powerpc DSA-647-1 mysql 2005-1-19
++mysql-server  3.23.49-8.9     powerpc DSA-647-1 mysql 2005-1-19
++libmysqlclient10      3.23.49-8.9     s390    DSA-647-1 mysql 2005-1-19
++libmysqlclient10-dev  3.23.49-8.9     s390    DSA-647-1 mysql 2005-1-19
++mysql-client  3.23.49-8.9     s390    DSA-647-1 mysql 2005-1-19
++mysql-server  3.23.49-8.9     s390    DSA-647-1 mysql 2005-1-19
++libmysqlclient10      3.23.49-8.9     sparc   DSA-647-1 mysql 2005-1-19
++libmysqlclient10-dev  3.23.49-8.9     sparc   DSA-647-1 mysql 2005-1-19
++mysql-client  3.23.49-8.9     sparc   DSA-647-1 mysql 2005-1-19
++mysql-server  3.23.49-8.9     sparc   DSA-647-1 mysql 2005-1-19
++xpdf-common   1.00-3.4        all     DSA-648-1 xpdf  2005-1-19
++xpdf  1.00-3.4        all     DSA-648-1 xpdf  2005-1-19
++xpdf-reader   1.00-3.4        alpha   DSA-648-1 xpdf  2005-1-19
++xpdf-utils    1.00-3.4        alpha   DSA-648-1 xpdf  2005-1-19
++xpdf-reader   1.00-3.4        arm     DSA-648-1 xpdf  2005-1-19
++xpdf-utils    1.00-3.4        arm     DSA-648-1 xpdf  2005-1-19
++xpdf-reader   1.00-3.4        i386    DSA-648-1 xpdf  2005-1-19
++xpdf-utils    1.00-3.4        i386    DSA-648-1 xpdf  2005-1-19
++xpdf-reader   1.00-3.4        ia64    DSA-648-1 xpdf  2005-1-19
++xpdf-utils    1.00-3.4        ia64    DSA-648-1 xpdf  2005-1-19
++xpdf-reader   1.00-3.4        hppa    DSA-648-1 xpdf  2005-1-19
++xpdf-utils    1.00-3.4        hppa    DSA-648-1 xpdf  2005-1-19
++xpdf-reader   1.00-3.4        m68k    DSA-648-1 xpdf  2005-1-19
++xpdf-utils    1.00-3.4        m68k    DSA-648-1 xpdf  2005-1-19
++xpdf-reader   1.00-3.4        mips    DSA-648-1 xpdf  2005-1-19
++xpdf-utils    1.00-3.4        mips    DSA-648-1 xpdf  2005-1-19
++xpdf-reader   1.00-3.4        mipsel  DSA-648-1 xpdf  2005-1-19
++xpdf-utils    1.00-3.4        mipsel  DSA-648-1 xpdf  2005-1-19
++xpdf-reader   1.00-3.4        powerpc DSA-648-1 xpdf  2005-1-19
++xpdf-utils    1.00-3.4        powerpc DSA-648-1 xpdf  2005-1-19
++xpdf-reader   1.00-3.4        s390    DSA-648-1 xpdf  2005-1-19
++xpdf-utils    1.00-3.4        s390    DSA-648-1 xpdf  2005-1-19
++xpdf-reader   1.00-3.4        sparc   DSA-648-1 xpdf  2005-1-19
++xpdf-utils    1.00-3.4        sparc   DSA-648-1 xpdf  2005-1-19
++enscript      1.6.3-1.3       alpha   DSA-654-1 enscript      2005-1-21
++enscript      1.6.3-1.3       arm     DSA-654-1 enscript      2005-1-21
++enscript      1.6.3-1.3       i386    DSA-654-1 enscript      2005-1-21
++enscript      1.6.3-1.3       ia64    DSA-654-1 enscript      2005-1-21
++enscript      1.6.3-1.3       hppa    DSA-654-1 enscript      2005-1-21
++enscript      1.6.3-1.3       m68k    DSA-654-1 enscript      2005-1-21
++enscript      1.6.3-1.3       mips    DSA-654-1 enscript      2005-1-21
++enscript      1.6.3-1.3       mipsel  DSA-654-1 enscript      2005-1-21
++enscript      1.6.3-1.3       powerpc DSA-654-1 enscript      2005-1-21
++enscript      1.6.3-1.3       s390    DSA-654-1 enscript      2005-1-21
++enscript      1.6.3-1.3       sparc   DSA-654-1 enscript      2005-1-21
++libpam-radius-auth    1.3.14-1.3      alpha   DSA-659-1 libpam-radius-auth    2005-1-26
++libpam-radius-auth    1.3.14-1.3      arm     DSA-659-1 libpam-radius-auth    2005-1-26
++libpam-radius-auth    1.3.14-1.3      i386    DSA-659-1 libpam-radius-auth    2005-1-26
++libpam-radius-auth    1.3.14-1.3      ia64    DSA-659-1 libpam-radius-auth    2005-1-26
++libpam-radius-auth    1.3.14-1.3      hppa    DSA-659-1 libpam-radius-auth    2005-1-26
++libpam-radius-auth    1.3.14-1.3      m68k    DSA-659-1 libpam-radius-auth    2005-1-26
++libpam-radius-auth    1.3.14-1.3      mips    DSA-659-1 libpam-radius-auth    2005-1-26
++libpam-radius-auth    1.3.14-1.3      mipsel  DSA-659-1 libpam-radius-auth    2005-1-26
++libpam-radius-auth    1.3.14-1.3      powerpc DSA-659-1 libpam-radius-auth    2005-1-26
++libpam-radius-auth    1.3.14-1.3      s390    DSA-659-1 libpam-radius-auth    2005-1-26
++libpam-radius-auth    1.3.14-1.3      sparc   DSA-659-1 libpam-radius-auth    2005-1-26
++kdebase-doc   2.2.2-14.9      all     DSA-660-1 kdebase       2005-1-26
++kdewallpapers 2.2.2-14.9      all     DSA-660-1 kdebase       2005-1-26
++kate  2.2.2-14.9      alpha   DSA-660-1 kdebase       2005-1-26
++kdebase       2.2.2-14.9      alpha   DSA-660-1 kdebase       2005-1-26
++kdebase-audiolibs     2.2.2-14.9      alpha   DSA-660-1 kdebase       2005-1-26
++kdebase-dev   2.2.2-14.9      alpha   DSA-660-1 kdebase       2005-1-26
++kdebase-libs  2.2.2-14.9      alpha   DSA-660-1 kdebase       2005-1-26
++kdm   2.2.2-14.9      alpha   DSA-660-1 kdebase       2005-1-26
++konqueror     2.2.2-14.9      alpha   DSA-660-1 kdebase       2005-1-26
++konsole       2.2.2-14.9      alpha   DSA-660-1 kdebase       2005-1-26
++kscreensaver  2.2.2-14.9      alpha   DSA-660-1 kdebase       2005-1-26
++libkonq-dev   2.2.2-14.9      alpha   DSA-660-1 kdebase       2005-1-26
++libkonq3      2.2.2-14.9      alpha   DSA-660-1 kdebase       2005-1-26
++kate  2.2.2-14.9      arm     DSA-660-1 kdebase       2005-1-26
++kdebase       2.2.2-14.9      arm     DSA-660-1 kdebase       2005-1-26
++kdebase-audiolibs     2.2.2-14.9      arm     DSA-660-1 kdebase       2005-1-26
++kdebase-dev   2.2.2-14.9      arm     DSA-660-1 kdebase       2005-1-26
++kdebase-libs  2.2.2-14.9      arm     DSA-660-1 kdebase       2005-1-26
++kdm   2.2.2-14.9      arm     DSA-660-1 kdebase       2005-1-26
++konqueror     2.2.2-14.9      arm     DSA-660-1 kdebase       2005-1-26
++konsole       2.2.2-14.9      arm     DSA-660-1 kdebase       2005-1-26
++kscreensaver  2.2.2-14.9      arm     DSA-660-1 kdebase       2005-1-26
++libkonq-dev   2.2.2-14.9      arm     DSA-660-1 kdebase       2005-1-26
++libkonq3      2.2.2-14.9      arm     DSA-660-1 kdebase       2005-1-26
++kate  2.2.2-14.9      i386    DSA-660-1 kdebase       2005-1-26
++kdebase       2.2.2-14.9      i386    DSA-660-1 kdebase       2005-1-26
++kdebase-audiolibs     2.2.2-14.9      i386    DSA-660-1 kdebase       2005-1-26
++kdebase-dev   2.2.2-14.9      i386    DSA-660-1 kdebase       2005-1-26
++kdebase-libs  2.2.2-14.9      i386    DSA-660-1 kdebase       2005-1-26
++kdm   2.2.2-14.9      i386    DSA-660-1 kdebase       2005-1-26
++konqueror     2.2.2-14.9      i386    DSA-660-1 kdebase       2005-1-26
++konsole       2.2.2-14.9      i386    DSA-660-1 kdebase       2005-1-26
++kscreensaver  2.2.2-14.9      i386    DSA-660-1 kdebase       2005-1-26
++libkonq-dev   2.2.2-14.9      i386    DSA-660-1 kdebase       2005-1-26
++libkonq3      2.2.2-14.9      i386    DSA-660-1 kdebase       2005-1-26
++kate  2.2.2-14.9      ia64    DSA-660-1 kdebase       2005-1-26
++kdebase       2.2.2-14.9      ia64    DSA-660-1 kdebase       2005-1-26
++kdebase-audiolibs     2.2.2-14.9      ia64    DSA-660-1 kdebase       2005-1-26
++kdebase-dev   2.2.2-14.9      ia64    DSA-660-1 kdebase       2005-1-26
++kdebase-libs  2.2.2-14.9      ia64    DSA-660-1 kdebase       2005-1-26
++kdm   2.2.2-14.9      ia64    DSA-660-1 kdebase       2005-1-26
++konqueror     2.2.2-14.9      ia64    DSA-660-1 kdebase       2005-1-26
++konsole       2.2.2-14.9      ia64    DSA-660-1 kdebase       2005-1-26
++kscreensaver  2.2.2-14.9      ia64    DSA-660-1 kdebase       2005-1-26
++libkonq-dev   2.2.2-14.9      ia64    DSA-660-1 kdebase       2005-1-26
++libkonq3      2.2.2-14.9      ia64    DSA-660-1 kdebase       2005-1-26
++kate  2.2.2-14.9      hppa    DSA-660-1 kdebase       2005-1-26
++kdebase       2.2.2-14.9      hppa    DSA-660-1 kdebase       2005-1-26
++kdebase-audiolibs     2.2.2-14.9      hppa    DSA-660-1 kdebase       2005-1-26
++kdebase-dev   2.2.2-14.9      hppa    DSA-660-1 kdebase       2005-1-26
++kdebase-libs  2.2.2-14.9      hppa    DSA-660-1 kdebase       2005-1-26
++kdm   2.2.2-14.9      hppa    DSA-660-1 kdebase       2005-1-26
++konqueror     2.2.2-14.9      hppa    DSA-660-1 kdebase       2005-1-26
++konsole       2.2.2-14.9      hppa    DSA-660-1 kdebase       2005-1-26
++kscreensaver  2.2.2-14.9      hppa    DSA-660-1 kdebase       2005-1-26
++libkonq-dev   2.2.2-14.9      hppa    DSA-660-1 kdebase       2005-1-26
++libkonq3      2.2.2-14.9      hppa    DSA-660-1 kdebase       2005-1-26
++kate  2.2.2-14.9      m68k    DSA-660-1 kdebase       2005-1-26
++kdebase       2.2.2-14.9      m68k    DSA-660-1 kdebase       2005-1-26
++kdebase-audiolibs     2.2.2-14.9      m68k    DSA-660-1 kdebase       2005-1-26
++kdebase-dev   2.2.2-14.9      m68k    DSA-660-1 kdebase       2005-1-26
++kdebase-libs  2.2.2-14.9      m68k    DSA-660-1 kdebase       2005-1-26
++kdm   2.2.2-14.9      m68k    DSA-660-1 kdebase       2005-1-26
++konqueror     2.2.2-14.9      m68k    DSA-660-1 kdebase       2005-1-26
++konsole       2.2.2-14.9      m68k    DSA-660-1 kdebase       2005-1-26
++kscreensaver  2.2.2-14.9      m68k    DSA-660-1 kdebase       2005-1-26
++libkonq-dev   2.2.2-14.9      m68k    DSA-660-1 kdebase       2005-1-26
++libkonq3      2.2.2-14.9      m68k    DSA-660-1 kdebase       2005-1-26
++kate  2.2.2-14.9      mips    DSA-660-1 kdebase       2005-1-26
++kdebase       2.2.2-14.9      mips    DSA-660-1 kdebase       2005-1-26
++kdebase-audiolibs     2.2.2-14.9      mips    DSA-660-1 kdebase       2005-1-26
++kdebase-dev   2.2.2-14.9      mips    DSA-660-1 kdebase       2005-1-26
++kdebase-libs  2.2.2-14.9      mips    DSA-660-1 kdebase       2005-1-26
++kdm   2.2.2-14.9      mips    DSA-660-1 kdebase       2005-1-26
++konqueror     2.2.2-14.9      mips    DSA-660-1 kdebase       2005-1-26
++konsole       2.2.2-14.9      mips    DSA-660-1 kdebase       2005-1-26
++kscreensaver  2.2.2-14.9      mips    DSA-660-1 kdebase       2005-1-26
++libkonq-dev   2.2.2-14.9      mips    DSA-660-1 kdebase       2005-1-26
++libkonq3      2.2.2-14.9      mips    DSA-660-1 kdebase       2005-1-26
++kate  2.2.2-14.9      mipsel  DSA-660-1 kdebase       2005-1-26
++kdebase       2.2.2-14.9      mipsel  DSA-660-1 kdebase       2005-1-26
++kdebase-audiolibs     2.2.2-14.9      mipsel  DSA-660-1 kdebase       2005-1-26
++kdebase-dev   2.2.2-14.9      mipsel  DSA-660-1 kdebase       2005-1-26
++kdebase-libs  2.2.2-14.9      mipsel  DSA-660-1 kdebase       2005-1-26
++kdm   2.2.2-14.9      mipsel  DSA-660-1 kdebase       2005-1-26
++konqueror     2.2.2-14.9      mipsel  DSA-660-1 kdebase       2005-1-26
++konsole       2.2.2-14.9      mipsel  DSA-660-1 kdebase       2005-1-26
++kscreensaver  2.2.2-14.9      mipsel  DSA-660-1 kdebase       2005-1-26
++libkonq-dev   2.2.2-14.9      mipsel  DSA-660-1 kdebase       2005-1-26
++libkonq3      2.2.2-14.9      mipsel  DSA-660-1 kdebase       2005-1-26
++kate  2.2.2-14.9      powerpc DSA-660-1 kdebase       2005-1-26
++kdebase       2.2.2-14.9      powerpc DSA-660-1 kdebase       2005-1-26
++kdebase-audiolibs     2.2.2-14.9      powerpc DSA-660-1 kdebase       2005-1-26
++kdebase-dev   2.2.2-14.9      powerpc DSA-660-1 kdebase       2005-1-26
++kdebase-libs  2.2.2-14.9      powerpc DSA-660-1 kdebase       2005-1-26
++kdm   2.2.2-14.9      powerpc DSA-660-1 kdebase       2005-1-26
++konqueror     2.2.2-14.9      powerpc DSA-660-1 kdebase       2005-1-26
++konsole       2.2.2-14.9      powerpc DSA-660-1 kdebase       2005-1-26
++kscreensaver  2.2.2-14.9      powerpc DSA-660-1 kdebase       2005-1-26
++libkonq-dev   2.2.2-14.9      powerpc DSA-660-1 kdebase       2005-1-26
++libkonq3      2.2.2-14.9      powerpc DSA-660-1 kdebase       2005-1-26
++kate  2.2.2-14.9      s390    DSA-660-1 kdebase       2005-1-26
++kdebase       2.2.2-14.9      s390    DSA-660-1 kdebase       2005-1-26
++kdebase-audiolibs     2.2.2-14.9      s390    DSA-660-1 kdebase       2005-1-26
++kdebase-dev   2.2.2-14.9      s390    DSA-660-1 kdebase       2005-1-26
++kdebase-libs  2.2.2-14.9      s390    DSA-660-1 kdebase       2005-1-26
++kdm   2.2.2-14.9      s390    DSA-660-1 kdebase       2005-1-26
++konqueror     2.2.2-14.9      s390    DSA-660-1 kdebase       2005-1-26
++konsole       2.2.2-14.9      s390    DSA-660-1 kdebase       2005-1-26
++kscreensaver  2.2.2-14.9      s390    DSA-660-1 kdebase       2005-1-26
++libkonq-dev   2.2.2-14.9      s390    DSA-660-1 kdebase       2005-1-26
++libkonq3      2.2.2-14.9      s390    DSA-660-1 kdebase       2005-1-26
++kate  2.2.2-14.9      sparc   DSA-660-1 kdebase       2005-1-26
++kdebase       2.2.2-14.9      sparc   DSA-660-1 kdebase       2005-1-26
++kdebase-audiolibs     2.2.2-14.9      sparc   DSA-660-1 kdebase       2005-1-26
++kdebase-dev   2.2.2-14.9      sparc   DSA-660-1 kdebase       2005-1-26
++kdebase-libs  2.2.2-14.9      sparc   DSA-660-1 kdebase       2005-1-26
++kdm   2.2.2-14.9      sparc   DSA-660-1 kdebase       2005-1-26
++konqueror     2.2.2-14.9      sparc   DSA-660-1 kdebase       2005-1-26
++konsole       2.2.2-14.9      sparc   DSA-660-1 kdebase       2005-1-26
++kscreensaver  2.2.2-14.9      sparc   DSA-660-1 kdebase       2005-1-26
++libkonq-dev   2.2.2-14.9      sparc   DSA-660-1 kdebase       2005-1-26
++libkonq3      2.2.2-14.9      sparc   DSA-660-1 kdebase       2005-1-26
++f2c   20010821-3.2    alpha   DSA-661-2 f2c   2005-4-20
++f2c   20010821-3.2    arm     DSA-661-2 f2c   2005-4-20
++f2c   20010821-3.2    i386    DSA-661-2 f2c   2005-4-20
++f2c   20010821-3.2    ia64    DSA-661-2 f2c   2005-4-20
++f2c   20010821-3.2    hppa    DSA-661-2 f2c   2005-4-20
++f2c   20010821-3.2    m68k    DSA-661-2 f2c   2005-4-20
++f2c   20010821-3.2    mips    DSA-661-2 f2c   2005-4-20
++f2c   20010821-3.2    mipsel  DSA-661-2 f2c   2005-4-20
++f2c   20010821-3.2    powerpc DSA-661-2 f2c   2005-4-20
++f2c   20010821-3.2    s390    DSA-661-2 f2c   2005-4-20
++f2c   20010821-3.2    sparc   DSA-661-2 f2c   2005-4-20
++squirrelmail  1.2.6-3 all     DSA-662-2 squirrelmail  2005-3-14
++emacs20-el    20.7-13.3       all     DSA-670-1 emacs20       2005-2-8
++emacs20       20.7-13.3       alpha   DSA-670-1 emacs20       2005-2-8
++emacs20       20.7-13.3       arm     DSA-670-1 emacs20       2005-2-8
++emacs20       20.7-13.3       i386    DSA-670-1 emacs20       2005-2-8
++emacs20       20.7-13.3       ia64    DSA-670-1 emacs20       2005-2-8
++emacs20       20.7-13.3       hppa    DSA-670-1 emacs20       2005-2-8
++emacs20       20.7-13.3       m68k    DSA-670-1 emacs20       2005-2-8
++emacs20       20.7-13.3       mips    DSA-670-1 emacs20       2005-2-8
++emacs20       20.7-13.3       mipsel  DSA-670-1 emacs20       2005-2-8
++emacs20       20.7-13.3       powerpc DSA-670-1 emacs20       2005-2-8
++emacs20       20.7-13.3       s390    DSA-670-1 emacs20       2005-2-8
++emacs20       20.7-13.3       sparc   DSA-670-1 emacs20       2005-2-8
++typespeed     0.4.1-2.3       alpha   DSA-684-1 typespeed     2005-2-16
++typespeed     0.4.1-2.3       arm     DSA-684-1 typespeed     2005-2-16
++typespeed     0.4.1-2.3       i386    DSA-684-1 typespeed     2005-2-16
++typespeed     0.4.1-2.3       ia64    DSA-684-1 typespeed     2005-2-16
++typespeed     0.4.1-2.3       hppa    DSA-684-1 typespeed     2005-2-16
++typespeed     0.4.1-2.3       m68k    DSA-684-1 typespeed     2005-2-16
++typespeed     0.4.1-2.3       mips    DSA-684-1 typespeed     2005-2-16
++typespeed     0.4.1-2.3       mipsel  DSA-684-1 typespeed     2005-2-16
++typespeed     0.4.1-2.3       powerpc DSA-684-1 typespeed     2005-2-16
++typespeed     0.4.1-2.3       s390    DSA-684-1 typespeed     2005-2-16
++typespeed     0.4.1-2.3       sparc   DSA-684-1 typespeed     2005-2-16
++kdict 2.2.2-14.7      alpha   DSA-692-1 kdenetwork    2005-3-8
++kit   2.2.2-14.7      alpha   DSA-692-1 kdenetwork    2005-3-8
++klisa 2.2.2-14.7      alpha   DSA-692-1 kdenetwork    2005-3-8
++kmail 2.2.2-14.7      alpha   DSA-692-1 kdenetwork    2005-3-8
++knewsticker   2.2.2-14.7      alpha   DSA-692-1 kdenetwork    2005-3-8
++knode 2.2.2-14.7      alpha   DSA-692-1 kdenetwork    2005-3-8
++korn  2.2.2-14.7      alpha   DSA-692-1 kdenetwork    2005-3-8
++kppp  2.2.2-14.7      alpha   DSA-692-1 kdenetwork    2005-3-8
++ksirc 2.2.2-14.7      alpha   DSA-692-1 kdenetwork    2005-3-8
++ktalkd        2.2.2-14.7      alpha   DSA-692-1 kdenetwork    2005-3-8
++libkdenetwork1        2.2.2-14.7      alpha   DSA-692-1 kdenetwork    2005-3-8
++libmimelib-dev        2.2.2-14.7      alpha   DSA-692-1 kdenetwork    2005-3-8
++libmimelib1   2.2.2-14.7      alpha   DSA-692-1 kdenetwork    2005-3-8
++kdict 2.2.2-14.7      arm     DSA-692-1 kdenetwork    2005-3-8
++kit   2.2.2-14.7      arm     DSA-692-1 kdenetwork    2005-3-8
++klisa 2.2.2-14.7      arm     DSA-692-1 kdenetwork    2005-3-8
++kmail 2.2.2-14.7      arm     DSA-692-1 kdenetwork    2005-3-8
++knewsticker   2.2.2-14.7      arm     DSA-692-1 kdenetwork    2005-3-8
++knode 2.2.2-14.7      arm     DSA-692-1 kdenetwork    2005-3-8
++korn  2.2.2-14.7      arm     DSA-692-1 kdenetwork    2005-3-8
++kppp  2.2.2-14.7      arm     DSA-692-1 kdenetwork    2005-3-8
++ksirc 2.2.2-14.7      arm     DSA-692-1 kdenetwork    2005-3-8
++ktalkd        2.2.2-14.7      arm     DSA-692-1 kdenetwork    2005-3-8
++libkdenetwork1        2.2.2-14.7      arm     DSA-692-1 kdenetwork    2005-3-8
++libmimelib-dev        2.2.2-14.7      arm     DSA-692-1 kdenetwork    2005-3-8
++libmimelib1   2.2.2-14.7      arm     DSA-692-1 kdenetwork    2005-3-8
++kdict 2.2.2-14.7      i386    DSA-692-1 kdenetwork    2005-3-8
++kit   2.2.2-14.7      i386    DSA-692-1 kdenetwork    2005-3-8
++klisa 2.2.2-14.7      i386    DSA-692-1 kdenetwork    2005-3-8
++kmail 2.2.2-14.7      i386    DSA-692-1 kdenetwork    2005-3-8
++knewsticker   2.2.2-14.7      i386    DSA-692-1 kdenetwork    2005-3-8
++knode 2.2.2-14.7      i386    DSA-692-1 kdenetwork    2005-3-8
++korn  2.2.2-14.7      i386    DSA-692-1 kdenetwork    2005-3-8
++kppp  2.2.2-14.7      i386    DSA-692-1 kdenetwork    2005-3-8
++ksirc 2.2.2-14.7      i386    DSA-692-1 kdenetwork    2005-3-8
++ktalkd        2.2.2-14.7      i386    DSA-692-1 kdenetwork    2005-3-8
++libkdenetwork1        2.2.2-14.7      i386    DSA-692-1 kdenetwork    2005-3-8
++libmimelib-dev        2.2.2-14.7      i386    DSA-692-1 kdenetwork    2005-3-8
++libmimelib1   2.2.2-14.7      i386    DSA-692-1 kdenetwork    2005-3-8
++kdict 2.2.2-14.7      ia64    DSA-692-1 kdenetwork    2005-3-8
++kit   2.2.2-14.7      ia64    DSA-692-1 kdenetwork    2005-3-8
++klisa 2.2.2-14.7      ia64    DSA-692-1 kdenetwork    2005-3-8
++kmail 2.2.2-14.7      ia64    DSA-692-1 kdenetwork    2005-3-8
++knewsticker   2.2.2-14.7      ia64    DSA-692-1 kdenetwork    2005-3-8
++knode 2.2.2-14.7      ia64    DSA-692-1 kdenetwork    2005-3-8
++korn  2.2.2-14.7      ia64    DSA-692-1 kdenetwork    2005-3-8
++kppp  2.2.2-14.7      ia64    DSA-692-1 kdenetwork    2005-3-8
++ksirc 2.2.2-14.7      ia64    DSA-692-1 kdenetwork    2005-3-8
++ktalkd        2.2.2-14.7      ia64    DSA-692-1 kdenetwork    2005-3-8
++libkdenetwork1        2.2.2-14.7      ia64    DSA-692-1 kdenetwork    2005-3-8
++libmimelib-dev        2.2.2-14.7      ia64    DSA-692-1 kdenetwork    2005-3-8
++libmimelib1   2.2.2-14.7      ia64    DSA-692-1 kdenetwork    2005-3-8
++kdict 2.2.2-14.7      hppa    DSA-692-1 kdenetwork    2005-3-8
++kit   2.2.2-14.7      hppa    DSA-692-1 kdenetwork    2005-3-8
++klisa 2.2.2-14.7      hppa    DSA-692-1 kdenetwork    2005-3-8
++kmail 2.2.2-14.7      hppa    DSA-692-1 kdenetwork    2005-3-8
++knewsticker   2.2.2-14.7      hppa    DSA-692-1 kdenetwork    2005-3-8
++knode 2.2.2-14.7      hppa    DSA-692-1 kdenetwork    2005-3-8
++korn  2.2.2-14.7      hppa    DSA-692-1 kdenetwork    2005-3-8
++kppp  2.2.2-14.7      hppa    DSA-692-1 kdenetwork    2005-3-8
++ksirc 2.2.2-14.7      hppa    DSA-692-1 kdenetwork    2005-3-8
++ktalkd        2.2.2-14.7      hppa    DSA-692-1 kdenetwork    2005-3-8
++libkdenetwork1        2.2.2-14.7      hppa    DSA-692-1 kdenetwork    2005-3-8
++libmimelib-dev        2.2.2-14.7      hppa    DSA-692-1 kdenetwork    2005-3-8
++libmimelib1   2.2.2-14.7      hppa    DSA-692-1 kdenetwork    2005-3-8
++kdict 2.2.2-14.7      m68k    DSA-692-1 kdenetwork    2005-3-8
++kit   2.2.2-14.7      m68k    DSA-692-1 kdenetwork    2005-3-8
++klisa 2.2.2-14.7      m68k    DSA-692-1 kdenetwork    2005-3-8
++kmail 2.2.2-14.7      m68k    DSA-692-1 kdenetwork    2005-3-8
++knewsticker   2.2.2-14.7      m68k    DSA-692-1 kdenetwork    2005-3-8
++knode 2.2.2-14.7      m68k    DSA-692-1 kdenetwork    2005-3-8
++korn  2.2.2-14.7      m68k    DSA-692-1 kdenetwork    2005-3-8
++kppp  2.2.2-14.7      m68k    DSA-692-1 kdenetwork    2005-3-8
++ksirc 2.2.2-14.7      m68k    DSA-692-1 kdenetwork    2005-3-8
++ktalkd        2.2.2-14.7      m68k    DSA-692-1 kdenetwork    2005-3-8
++libkdenetwork1        2.2.2-14.7      m68k    DSA-692-1 kdenetwork    2005-3-8
++libmimelib-dev        2.2.2-14.7      m68k    DSA-692-1 kdenetwork    2005-3-8
++libmimelib1   2.2.2-14.7      m68k    DSA-692-1 kdenetwork    2005-3-8
++kdict 2.2.2-14.7      mips    DSA-692-1 kdenetwork    2005-3-8
++kit   2.2.2-14.7      mips    DSA-692-1 kdenetwork    2005-3-8
++klisa 2.2.2-14.7      mips    DSA-692-1 kdenetwork    2005-3-8
++kmail 2.2.2-14.7      mips    DSA-692-1 kdenetwork    2005-3-8
++knewsticker   2.2.2-14.7      mips    DSA-692-1 kdenetwork    2005-3-8
++knode 2.2.2-14.7      mips    DSA-692-1 kdenetwork    2005-3-8
++korn  2.2.2-14.7      mips    DSA-692-1 kdenetwork    2005-3-8
++kppp  2.2.2-14.7      mips    DSA-692-1 kdenetwork    2005-3-8
++ksirc 2.2.2-14.7      mips    DSA-692-1 kdenetwork    2005-3-8
++ktalkd        2.2.2-14.7      mips    DSA-692-1 kdenetwork    2005-3-8
++libkdenetwork1        2.2.2-14.7      mips    DSA-692-1 kdenetwork    2005-3-8
++libmimelib-dev        2.2.2-14.7      mips    DSA-692-1 kdenetwork    2005-3-8
++libmimelib1   2.2.2-14.7      mips    DSA-692-1 kdenetwork    2005-3-8
++kdict 2.2.2-14.7      mipsel  DSA-692-1 kdenetwork    2005-3-8
++kit   2.2.2-14.7      mipsel  DSA-692-1 kdenetwork    2005-3-8
++klisa 2.2.2-14.7      mipsel  DSA-692-1 kdenetwork    2005-3-8
++kmail 2.2.2-14.7      mipsel  DSA-692-1 kdenetwork    2005-3-8
++knewsticker   2.2.2-14.7      mipsel  DSA-692-1 kdenetwork    2005-3-8
++knode 2.2.2-14.7      mipsel  DSA-692-1 kdenetwork    2005-3-8
++korn  2.2.2-14.7      mipsel  DSA-692-1 kdenetwork    2005-3-8
++kppp  2.2.2-14.7      mipsel  DSA-692-1 kdenetwork    2005-3-8
++ksirc 2.2.2-14.7      mipsel  DSA-692-1 kdenetwork    2005-3-8
++ktalkd        2.2.2-14.7      mipsel  DSA-692-1 kdenetwork    2005-3-8
++libkdenetwork1        2.2.2-14.7      mipsel  DSA-692-1 kdenetwork    2005-3-8
++libmimelib-dev        2.2.2-14.7      mipsel  DSA-692-1 kdenetwork    2005-3-8
++libmimelib1   2.2.2-14.7      mipsel  DSA-692-1 kdenetwork    2005-3-8
++kdict 2.2.2-14.7      powerpc DSA-692-1 kdenetwork    2005-3-8
++kit   2.2.2-14.7      powerpc DSA-692-1 kdenetwork    2005-3-8
++klisa 2.2.2-14.7      powerpc DSA-692-1 kdenetwork    2005-3-8
++kmail 2.2.2-14.7      powerpc DSA-692-1 kdenetwork    2005-3-8
++knewsticker   2.2.2-14.7      powerpc DSA-692-1 kdenetwork    2005-3-8
++knode 2.2.2-14.7      powerpc DSA-692-1 kdenetwork    2005-3-8
++korn  2.2.2-14.7      powerpc DSA-692-1 kdenetwork    2005-3-8
++kppp  2.2.2-14.7      powerpc DSA-692-1 kdenetwork    2005-3-8
++ksirc 2.2.2-14.7      powerpc DSA-692-1 kdenetwork    2005-3-8
++ktalkd        2.2.2-14.7      powerpc DSA-692-1 kdenetwork    2005-3-8
++libkdenetwork1        2.2.2-14.7      powerpc DSA-692-1 kdenetwork    2005-3-8
++libmimelib-dev        2.2.2-14.7      powerpc DSA-692-1 kdenetwork    2005-3-8
++libmimelib1   2.2.2-14.7      powerpc DSA-692-1 kdenetwork    2005-3-8
++kdict 2.2.2-14.7      s390    DSA-692-1 kdenetwork    2005-3-8
++kit   2.2.2-14.7      s390    DSA-692-1 kdenetwork    2005-3-8
++klisa 2.2.2-14.7      s390    DSA-692-1 kdenetwork    2005-3-8
++kmail 2.2.2-14.7      s390    DSA-692-1 kdenetwork    2005-3-8
++knewsticker   2.2.2-14.7      s390    DSA-692-1 kdenetwork    2005-3-8
++knode 2.2.2-14.7      s390    DSA-692-1 kdenetwork    2005-3-8
++korn  2.2.2-14.7      s390    DSA-692-1 kdenetwork    2005-3-8
++kppp  2.2.2-14.7      s390    DSA-692-1 kdenetwork    2005-3-8
++ksirc 2.2.2-14.7      s390    DSA-692-1 kdenetwork    2005-3-8
++ktalkd        2.2.2-14.7      s390    DSA-692-1 kdenetwork    2005-3-8
++libkdenetwork1        2.2.2-14.7      s390    DSA-692-1 kdenetwork    2005-3-8
++libmimelib-dev        2.2.2-14.7      s390    DSA-692-1 kdenetwork    2005-3-8
++libmimelib1   2.2.2-14.7      s390    DSA-692-1 kdenetwork    2005-3-8
++kdict 2.2.2-14.7      sparc   DSA-692-1 kdenetwork    2005-3-8
++kit   2.2.2-14.7      sparc   DSA-692-1 kdenetwork    2005-3-8
++klisa 2.2.2-14.7      sparc   DSA-692-1 kdenetwork    2005-3-8
++kmail 2.2.2-14.7      sparc   DSA-692-1 kdenetwork    2005-3-8
++knewsticker   2.2.2-14.7      sparc   DSA-692-1 kdenetwork    2005-3-8
++knode 2.2.2-14.7      sparc   DSA-692-1 kdenetwork    2005-3-8
++korn  2.2.2-14.7      sparc   DSA-692-1 kdenetwork    2005-3-8
++kppp  2.2.2-14.7      sparc   DSA-692-1 kdenetwork    2005-3-8
++ksirc 2.2.2-14.7      sparc   DSA-692-1 kdenetwork    2005-3-8
++ktalkd        2.2.2-14.7      sparc   DSA-692-1 kdenetwork    2005-3-8
++libkdenetwork1        2.2.2-14.7      sparc   DSA-692-1 kdenetwork    2005-3-8
++libmimelib-dev        2.2.2-14.7      sparc   DSA-692-1 kdenetwork    2005-3-8
++libmimelib1   2.2.2-14.7      sparc   DSA-692-1 kdenetwork    2005-3-8
++luxman        0.41-17.2       i386    DSA-693-1 luxman        2005-3-14
++libcgi-fast-perl      5.6.1-8.9       all     DSA-696-1 perl  2005-3-22
++perl-doc      5.6.1-8.9       all     DSA-696-1 perl  2005-3-22
++perl-modules  5.6.1-8.9       all     DSA-696-1 perl  2005-3-22
++libperl-dev   5.6.1-8.9       alpha   DSA-696-1 perl  2005-3-22
++perl  5.6.1-8.9       alpha   DSA-696-1 perl  2005-3-22
++perl-base     5.6.1-8.9       alpha   DSA-696-1 perl  2005-3-22
++perl-debug    5.6.1-8.9       alpha   DSA-696-1 perl  2005-3-22
++perl-suid     5.6.1-8.9       alpha   DSA-696-1 perl  2005-3-22
++libperl-dev   5.6.1-8.9       arm     DSA-696-1 perl  2005-3-22
++perl  5.6.1-8.9       arm     DSA-696-1 perl  2005-3-22
++perl-base     5.6.1-8.9       arm     DSA-696-1 perl  2005-3-22
++perl-debug    5.6.1-8.9       arm     DSA-696-1 perl  2005-3-22
++perl-suid     5.6.1-8.9       arm     DSA-696-1 perl  2005-3-22
++libperl-dev   5.6.1-8.9       i386    DSA-696-1 perl  2005-3-22
++perl  5.6.1-8.9       i386    DSA-696-1 perl  2005-3-22
++perl-base     5.6.1-8.9       i386    DSA-696-1 perl  2005-3-22
++perl-debug    5.6.1-8.9       i386    DSA-696-1 perl  2005-3-22
++perl-suid     5.6.1-8.9       i386    DSA-696-1 perl  2005-3-22
++libperl-dev   5.6.1-8.9       ia64    DSA-696-1 perl  2005-3-22
++perl  5.6.1-8.9       ia64    DSA-696-1 perl  2005-3-22
++perl-base     5.6.1-8.9       ia64    DSA-696-1 perl  2005-3-22
++perl-debug    5.6.1-8.9       ia64    DSA-696-1 perl  2005-3-22
++perl-suid     5.6.1-8.9       ia64    DSA-696-1 perl  2005-3-22
++libperl-dev   5.6.1-8.9       hppa    DSA-696-1 perl  2005-3-22
++perl  5.6.1-8.9       hppa    DSA-696-1 perl  2005-3-22
++perl-base     5.6.1-8.9       hppa    DSA-696-1 perl  2005-3-22
++perl-debug    5.6.1-8.9       hppa    DSA-696-1 perl  2005-3-22
++perl-suid     5.6.1-8.9       hppa    DSA-696-1 perl  2005-3-22
++libperl-dev   5.6.1-8.9       m68k    DSA-696-1 perl  2005-3-22
++perl  5.6.1-8.9       m68k    DSA-696-1 perl  2005-3-22
++perl-base     5.6.1-8.9       m68k    DSA-696-1 perl  2005-3-22
++perl-debug    5.6.1-8.9       m68k    DSA-696-1 perl  2005-3-22
++perl-suid     5.6.1-8.9       m68k    DSA-696-1 perl  2005-3-22
++libperl-dev   5.6.1-8.9       mips    DSA-696-1 perl  2005-3-22
++perl  5.6.1-8.9       mips    DSA-696-1 perl  2005-3-22
++perl-base     5.6.1-8.9       mips    DSA-696-1 perl  2005-3-22
++perl-debug    5.6.1-8.9       mips    DSA-696-1 perl  2005-3-22
++perl-suid     5.6.1-8.9       mips    DSA-696-1 perl  2005-3-22
++libperl-dev   5.6.1-8.9       mipsel  DSA-696-1 perl  2005-3-22
++perl  5.6.1-8.9       mipsel  DSA-696-1 perl  2005-3-22
++perl-base     5.6.1-8.9       mipsel  DSA-696-1 perl  2005-3-22
++perl-debug    5.6.1-8.9       mipsel  DSA-696-1 perl  2005-3-22
++perl-suid     5.6.1-8.9       mipsel  DSA-696-1 perl  2005-3-22
++libperl-dev   5.6.1-8.9       powerpc DSA-696-1 perl  2005-3-22
++perl  5.6.1-8.9       powerpc DSA-696-1 perl  2005-3-22
++perl-base     5.6.1-8.9       powerpc DSA-696-1 perl  2005-3-22
++perl-debug    5.6.1-8.9       powerpc DSA-696-1 perl  2005-3-22
++perl-suid     5.6.1-8.9       powerpc DSA-696-1 perl  2005-3-22
++libperl-dev   5.6.1-8.9       s390    DSA-696-1 perl  2005-3-22
++perl  5.6.1-8.9       s390    DSA-696-1 perl  2005-3-22
++perl-base     5.6.1-8.9       s390    DSA-696-1 perl  2005-3-22
++perl-debug    5.6.1-8.9       s390    DSA-696-1 perl  2005-3-22
++perl-suid     5.6.1-8.9       s390    DSA-696-1 perl  2005-3-22
++libperl-dev   5.6.1-8.9       sparc   DSA-696-1 perl  2005-3-22
++perl  5.6.1-8.9       sparc   DSA-696-1 perl  2005-3-22
++perl-base     5.6.1-8.9       sparc   DSA-696-1 perl  2005-3-22
++perl-debug    5.6.1-8.9       sparc   DSA-696-1 perl  2005-3-22
++perl-suid     5.6.1-8.9       sparc   DSA-696-1 perl  2005-3-22
++mysql-common  3.23.49-8.11    all     DSA-707-1 mysql 2005-4-13
++mysql-doc     3.23.49-8.5     all     DSA-707-1 mysql 2005-4-13
++libmysqlclient10      3.23.49-8.11    alpha   DSA-707-1 mysql 2005-4-13
++libmysqlclient10-dev  3.23.49-8.11    alpha   DSA-707-1 mysql 2005-4-13
++mysql-client  3.23.49-8.11    alpha   DSA-707-1 mysql 2005-4-13
++mysql-server  3.23.49-8.11    alpha   DSA-707-1 mysql 2005-4-13
++libmysqlclient10      3.23.49-8.11    arm     DSA-707-1 mysql 2005-4-13
++libmysqlclient10-dev  3.23.49-8.11    arm     DSA-707-1 mysql 2005-4-13
++mysql-client  3.23.49-8.11    arm     DSA-707-1 mysql 2005-4-13
++mysql-server  3.23.49-8.11    arm     DSA-707-1 mysql 2005-4-13
++libmysqlclient10      3.23.49-8.11    i386    DSA-707-1 mysql 2005-4-13
++libmysqlclient10-dev  3.23.49-8.11    i386    DSA-707-1 mysql 2005-4-13
++mysql-client  3.23.49-8.11    i386    DSA-707-1 mysql 2005-4-13
++mysql-server  3.23.49-8.11    i386    DSA-707-1 mysql 2005-4-13
++libmysqlclient10      3.23.49-8.11    ia64    DSA-707-1 mysql 2005-4-13
++libmysqlclient10-dev  3.23.49-8.11    ia64    DSA-707-1 mysql 2005-4-13
++mysql-client  3.23.49-8.11    ia64    DSA-707-1 mysql 2005-4-13
++mysql-server  3.23.49-8.11    ia64    DSA-707-1 mysql 2005-4-13
++libmysqlclient10      3.23.49-8.11    hppa    DSA-707-1 mysql 2005-4-13
++libmysqlclient10-dev  3.23.49-8.11    hppa    DSA-707-1 mysql 2005-4-13
++mysql-client  3.23.49-8.11    hppa    DSA-707-1 mysql 2005-4-13
++mysql-server  3.23.49-8.11    hppa    DSA-707-1 mysql 2005-4-13
++libmysqlclient10      3.23.49-8.11    m68k    DSA-707-1 mysql 2005-4-13
++libmysqlclient10-dev  3.23.49-8.11    m68k    DSA-707-1 mysql 2005-4-13
++mysql-client  3.23.49-8.11    m68k    DSA-707-1 mysql 2005-4-13
++mysql-server  3.23.49-8.11    m68k    DSA-707-1 mysql 2005-4-13
++libmysqlclient10      3.23.49-8.11    mips    DSA-707-1 mysql 2005-4-13
++libmysqlclient10-dev  3.23.49-8.11    mips    DSA-707-1 mysql 2005-4-13
++mysql-client  3.23.49-8.11    mips    DSA-707-1 mysql 2005-4-13
++mysql-server  3.23.49-8.11    mips    DSA-707-1 mysql 2005-4-13
++libmysqlclient10      3.23.49-8.11    mipsel  DSA-707-1 mysql 2005-4-13
++libmysqlclient10-dev  3.23.49-8.11    mipsel  DSA-707-1 mysql 2005-4-13
++mysql-client  3.23.49-8.11    mipsel  DSA-707-1 mysql 2005-4-13
++mysql-server  3.23.49-8.11    mipsel  DSA-707-1 mysql 2005-4-13
++libmysqlclient10      3.23.49-8.11    powerpc DSA-707-1 mysql 2005-4-13
++libmysqlclient10-dev  3.23.49-8.11    powerpc DSA-707-1 mysql 2005-4-13
++mysql-client  3.23.49-8.11    powerpc DSA-707-1 mysql 2005-4-13
++mysql-server  3.23.49-8.11    powerpc DSA-707-1 mysql 2005-4-13
++libmysqlclient10      3.23.49-8.11    s390    DSA-707-1 mysql 2005-4-13
++libmysqlclient10-dev  3.23.49-8.11    s390    DSA-707-1 mysql 2005-4-13
++mysql-client  3.23.49-8.11    s390    DSA-707-1 mysql 2005-4-13
++mysql-server  3.23.49-8.11    s390    DSA-707-1 mysql 2005-4-13
++libmysqlclient10      3.23.49-8.11    sparc   DSA-707-1 mysql 2005-4-13
++libmysqlclient10-dev  3.23.49-8.11    sparc   DSA-707-1 mysql 2005-4-13
++mysql-client  3.23.49-8.11    sparc   DSA-707-1 mysql 2005-4-13
++mysql-server  3.23.49-8.11    sparc   DSA-707-1 mysql 2005-4-13
++gaim  0.58-2.5        alpha   DSA-716-1 gaim  2005-4-27
++gaim-common   0.58-2.5        alpha   DSA-716-1 gaim  2005-4-27
++gaim-gnome    0.58-2.5        alpha   DSA-716-1 gaim  2005-4-27
++gaim  0.58-2.5        arm     DSA-716-1 gaim  2005-4-27
++gaim-common   0.58-2.5        arm     DSA-716-1 gaim  2005-4-27
++gaim-gnome    0.58-2.5        arm     DSA-716-1 gaim  2005-4-27
++gaim  0.58-2.5        i386    DSA-716-1 gaim  2005-4-27
++gaim-common   0.58-2.5        i386    DSA-716-1 gaim  2005-4-27
++gaim-gnome    0.58-2.5        i386    DSA-716-1 gaim  2005-4-27
++gaim  0.58-2.5        ia64    DSA-716-1 gaim  2005-4-27
++gaim-common   0.58-2.5        ia64    DSA-716-1 gaim  2005-4-27
++gaim-gnome    0.58-2.5        ia64    DSA-716-1 gaim  2005-4-27
++gaim  0.58-2.5        hppa    DSA-716-1 gaim  2005-4-27
++gaim-common   0.58-2.5        hppa    DSA-716-1 gaim  2005-4-27
++gaim-gnome    0.58-2.5        hppa    DSA-716-1 gaim  2005-4-27
++gaim  0.58-2.5        m68k    DSA-716-1 gaim  2005-4-27
++gaim-common   0.58-2.5        m68k    DSA-716-1 gaim  2005-4-27
++gaim-gnome    0.58-2.5        m68k    DSA-716-1 gaim  2005-4-27
++gaim  0.58-2.5        mips    DSA-716-1 gaim  2005-4-27
++gaim-common   0.58-2.5        mips    DSA-716-1 gaim  2005-4-27
++gaim-gnome    0.58-2.5        mips    DSA-716-1 gaim  2005-4-27
++gaim  0.58-2.5        mipsel  DSA-716-1 gaim  2005-4-27
++gaim-common   0.58-2.5        mipsel  DSA-716-1 gaim  2005-4-27
++gaim-gnome    0.58-2.5        mipsel  DSA-716-1 gaim  2005-4-27
++gaim  0.58-2.5        powerpc DSA-716-1 gaim  2005-4-27
++gaim-common   0.58-2.5        powerpc DSA-716-1 gaim  2005-4-27
++gaim-gnome    0.58-2.5        powerpc DSA-716-1 gaim  2005-4-27
++gaim  0.58-2.5        s390    DSA-716-1 gaim  2005-4-27
++gaim-common   0.58-2.5        s390    DSA-716-1 gaim  2005-4-27
++gaim-gnome    0.58-2.5        s390    DSA-716-1 gaim  2005-4-27
++gaim  0.58-2.5        sparc   DSA-716-1 gaim  2005-4-27
++gaim-common   0.58-2.5        sparc   DSA-716-1 gaim  2005-4-27
++gaim-gnome    0.58-2.5        sparc   DSA-716-1 gaim  2005-4-27
++kerberos4kth-docs     1.1-8-2.4       all     DSA-731-1 krb4  2005-6-2
++kerberos4kth-services 1.1-8-2.4       all     DSA-731-1 krb4  2005-6-2
++kerberos4kth-user     1.1-8-2.4       all     DSA-731-1 krb4  2005-6-2
++kerberos4kth-x11      1.1-8-2.4       all     DSA-731-1 krb4  2005-6-2
++kerberos4kth1 1.1-8-2.4       all     DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients  1.1-8-2.4       alpha   DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients-x        1.1-8-2.4       alpha   DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev      1.1-8-2.4       alpha   DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev-common       1.1-8-2.4       alpha   DSA-731-1 krb4  2005-6-2
++kerberos4kth-kdc      1.1-8-2.4       alpha   DSA-731-1 krb4  2005-6-2
++kerberos4kth-kip      1.1-8-2.4       alpha   DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers  1.1-8-2.4       alpha   DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers-x        1.1-8-2.4       alpha   DSA-731-1 krb4  2005-6-2
++libacl1-kerberos4kth  1.1-8-2.4       alpha   DSA-731-1 krb4  2005-6-2
++libkadm1-kerberos4kth 1.1-8-2.4       alpha   DSA-731-1 krb4  2005-6-2
++libkdb-1-kerberos4kth 1.1-8-2.4       alpha   DSA-731-1 krb4  2005-6-2
++libkrb-1-kerberos4kth 1.1-8-2.4       alpha   DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients  1.1-8-2.4       arm     DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients-x        1.1-8-2.4       arm     DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev      1.1-8-2.4       arm     DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev-common       1.1-8-2.4       arm     DSA-731-1 krb4  2005-6-2
++kerberos4kth-kdc      1.1-8-2.4       arm     DSA-731-1 krb4  2005-6-2
++kerberos4kth-kip      1.1-8-2.4       arm     DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers  1.1-8-2.4       arm     DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers-x        1.1-8-2.4       arm     DSA-731-1 krb4  2005-6-2
++libacl1-kerberos4kth  1.1-8-2.4       arm     DSA-731-1 krb4  2005-6-2
++libkadm1-kerberos4kth 1.1-8-2.4       arm     DSA-731-1 krb4  2005-6-2
++libkdb-1-kerberos4kth 1.1-8-2.4       arm     DSA-731-1 krb4  2005-6-2
++libkrb-1-kerberos4kth 1.1-8-2.4       arm     DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients  1.1-8-2.4       i386    DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients-x        1.1-8-2.4       i386    DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev      1.1-8-2.4       i386    DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev-common       1.1-8-2.4       i386    DSA-731-1 krb4  2005-6-2
++kerberos4kth-kdc      1.1-8-2.4       i386    DSA-731-1 krb4  2005-6-2
++kerberos4kth-kip      1.1-8-2.4       i386    DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers  1.1-8-2.4       i386    DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers-x        1.1-8-2.4       i386    DSA-731-1 krb4  2005-6-2
++libacl1-kerberos4kth  1.1-8-2.4       i386    DSA-731-1 krb4  2005-6-2
++libkadm1-kerberos4kth 1.1-8-2.4       i386    DSA-731-1 krb4  2005-6-2
++libkdb-1-kerberos4kth 1.1-8-2.4       i386    DSA-731-1 krb4  2005-6-2
++libkrb-1-kerberos4kth 1.1-8-2.4       i386    DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients  1.1-8-2.4       ia64    DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients-x        1.1-8-2.4       ia64    DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev      1.1-8-2.4       ia64    DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev-common       1.1-8-2.4       ia64    DSA-731-1 krb4  2005-6-2
++kerberos4kth-kdc      1.1-8-2.4       ia64    DSA-731-1 krb4  2005-6-2
++kerberos4kth-kip      1.1-8-2.4       ia64    DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers  1.1-8-2.4       ia64    DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers-x        1.1-8-2.4       ia64    DSA-731-1 krb4  2005-6-2
++libacl1-kerberos4kth  1.1-8-2.4       ia64    DSA-731-1 krb4  2005-6-2
++libkadm1-kerberos4kth 1.1-8-2.4       ia64    DSA-731-1 krb4  2005-6-2
++libkdb-1-kerberos4kth 1.1-8-2.4       ia64    DSA-731-1 krb4  2005-6-2
++libkrb-1-kerberos4kth 1.1-8-2.4       ia64    DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients  1.1-8-2.4       hppa    DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients-x        1.1-8-2.4       hppa    DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev      1.1-8-2.4       hppa    DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev-common       1.1-8-2.4       hppa    DSA-731-1 krb4  2005-6-2
++kerberos4kth-kdc      1.1-8-2.4       hppa    DSA-731-1 krb4  2005-6-2
++kerberos4kth-kip      1.1-8-2.4       hppa    DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers  1.1-8-2.4       hppa    DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers-x        1.1-8-2.4       hppa    DSA-731-1 krb4  2005-6-2
++libacl1-kerberos4kth  1.1-8-2.4       hppa    DSA-731-1 krb4  2005-6-2
++libkadm1-kerberos4kth 1.1-8-2.4       hppa    DSA-731-1 krb4  2005-6-2
++libkdb-1-kerberos4kth 1.1-8-2.4       hppa    DSA-731-1 krb4  2005-6-2
++libkrb-1-kerberos4kth 1.1-8-2.4       hppa    DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients  1.1-8-2.4       m68k    DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients-x        1.1-8-2.4       m68k    DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev      1.1-8-2.4       m68k    DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev-common       1.1-8-2.4       m68k    DSA-731-1 krb4  2005-6-2
++kerberos4kth-kdc      1.1-8-2.4       m68k    DSA-731-1 krb4  2005-6-2
++kerberos4kth-kip      1.1-8-2.4       m68k    DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers  1.1-8-2.4       m68k    DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers-x        1.1-8-2.4       m68k    DSA-731-1 krb4  2005-6-2
++libacl1-kerberos4kth  1.1-8-2.4       m68k    DSA-731-1 krb4  2005-6-2
++libkadm1-kerberos4kth 1.1-8-2.4       m68k    DSA-731-1 krb4  2005-6-2
++libkdb-1-kerberos4kth 1.1-8-2.4       m68k    DSA-731-1 krb4  2005-6-2
++libkrb-1-kerberos4kth 1.1-8-2.4       m68k    DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients  1.1-8-2.4       mips    DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients-x        1.1-8-2.4       mips    DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev      1.1-8-2.4       mips    DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev-common       1.1-8-2.4       mips    DSA-731-1 krb4  2005-6-2
++kerberos4kth-kdc      1.1-8-2.4       mips    DSA-731-1 krb4  2005-6-2
++kerberos4kth-kip      1.1-8-2.4       mips    DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers  1.1-8-2.4       mips    DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers-x        1.1-8-2.4       mips    DSA-731-1 krb4  2005-6-2
++libacl1-kerberos4kth  1.1-8-2.4       mips    DSA-731-1 krb4  2005-6-2
++libkadm1-kerberos4kth 1.1-8-2.4       mips    DSA-731-1 krb4  2005-6-2
++libkdb-1-kerberos4kth 1.1-8-2.4       mips    DSA-731-1 krb4  2005-6-2
++libkrb-1-kerberos4kth 1.1-8-2.4       mips    DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients  1.1-8-2.4       mipsel  DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients-x        1.1-8-2.4       mipsel  DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev      1.1-8-2.4       mipsel  DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev-common       1.1-8-2.4       mipsel  DSA-731-1 krb4  2005-6-2
++kerberos4kth-kdc      1.1-8-2.4       mipsel  DSA-731-1 krb4  2005-6-2
++kerberos4kth-kip      1.1-8-2.4       mipsel  DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers  1.1-8-2.4       mipsel  DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers-x        1.1-8-2.4       mipsel  DSA-731-1 krb4  2005-6-2
++libacl1-kerberos4kth  1.1-8-2.4       mipsel  DSA-731-1 krb4  2005-6-2
++libkadm1-kerberos4kth 1.1-8-2.4       mipsel  DSA-731-1 krb4  2005-6-2
++libkdb-1-kerberos4kth 1.1-8-2.4       mipsel  DSA-731-1 krb4  2005-6-2
++libkrb-1-kerberos4kth 1.1-8-2.4       mipsel  DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients  1.1-8-2.4       powerpc DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients-x        1.1-8-2.4       powerpc DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev      1.1-8-2.4       powerpc DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev-common       1.1-8-2.4       powerpc DSA-731-1 krb4  2005-6-2
++kerberos4kth-kdc      1.1-8-2.4       powerpc DSA-731-1 krb4  2005-6-2
++kerberos4kth-kip      1.1-8-2.4       powerpc DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers  1.1-8-2.4       powerpc DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers-x        1.1-8-2.4       powerpc DSA-731-1 krb4  2005-6-2
++libacl1-kerberos4kth  1.1-8-2.4       powerpc DSA-731-1 krb4  2005-6-2
++libkadm1-kerberos4kth 1.1-8-2.4       powerpc DSA-731-1 krb4  2005-6-2
++libkdb-1-kerberos4kth 1.1-8-2.4       powerpc DSA-731-1 krb4  2005-6-2
++libkrb-1-kerberos4kth 1.1-8-2.4       powerpc DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients  1.1-8-2.4       s390    DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients-x        1.1-8-2.4       s390    DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev      1.1-8-2.4       s390    DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev-common       1.1-8-2.4       s390    DSA-731-1 krb4  2005-6-2
++kerberos4kth-kdc      1.1-8-2.4       s390    DSA-731-1 krb4  2005-6-2
++kerberos4kth-kip      1.1-8-2.4       s390    DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers  1.1-8-2.4       s390    DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers-x        1.1-8-2.4       s390    DSA-731-1 krb4  2005-6-2
++libacl1-kerberos4kth  1.1-8-2.4       s390    DSA-731-1 krb4  2005-6-2
++libkadm1-kerberos4kth 1.1-8-2.4       s390    DSA-731-1 krb4  2005-6-2
++libkdb-1-kerberos4kth 1.1-8-2.4       s390    DSA-731-1 krb4  2005-6-2
++libkrb-1-kerberos4kth 1.1-8-2.4       s390    DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients  1.1-8-2.4       sparc   DSA-731-1 krb4  2005-6-2
++kerberos4kth-clients-x        1.1-8-2.4       sparc   DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev      1.1-8-2.4       sparc   DSA-731-1 krb4  2005-6-2
++kerberos4kth-dev-common       1.1-8-2.4       sparc   DSA-731-1 krb4  2005-6-2
++kerberos4kth-kdc      1.1-8-2.4       sparc   DSA-731-1 krb4  2005-6-2
++kerberos4kth-kip      1.1-8-2.4       sparc   DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers  1.1-8-2.4       sparc   DSA-731-1 krb4  2005-6-2
++kerberos4kth-servers-x        1.1-8-2.4       sparc   DSA-731-1 krb4  2005-6-2
++libacl1-kerberos4kth  1.1-8-2.4       sparc   DSA-731-1 krb4  2005-6-2
++libkadm1-kerberos4kth 1.1-8-2.4       sparc   DSA-731-1 krb4  2005-6-2
++libkdb-1-kerberos4kth 1.1-8-2.4       sparc   DSA-731-1 krb4  2005-6-2
++libkrb-1-kerberos4kth 1.1-8-2.4       sparc   DSA-731-1 krb4  2005-6-2
++gaim-data     1.2.1-1.3       all     DSA-734-1 gaim  2005-7-5
++gaim  1.2.1-1.3       alpha   DSA-734-1 gaim  2005-7-5
++gaim-dev      1.2.1-1.3       alpha   DSA-734-1 gaim  2005-7-5
++gaim  1.2.1-1.3       arm     DSA-734-1 gaim  2005-7-5
++gaim-dev      1.2.1-1.3       arm     DSA-734-1 gaim  2005-7-5
++gaim  1.2.1-1.3       i386    DSA-734-1 gaim  2005-7-5
++gaim-dev      1.2.1-1.3       i386    DSA-734-1 gaim  2005-7-5
++gaim  1.2.1-1.3       ia64    DSA-734-1 gaim  2005-7-5
++gaim-dev      1.2.1-1.3       ia64    DSA-734-1 gaim  2005-7-5
++gaim  1.2.1-1.3       hppa    DSA-734-1 gaim  2005-7-5
++gaim-dev      1.2.1-1.3       hppa    DSA-734-1 gaim  2005-7-5
++gaim  1.2.1-1.3       m68k    DSA-734-1 gaim  2005-7-5
++gaim-dev      1.2.1-1.3       m68k    DSA-734-1 gaim  2005-7-5
++gaim  1.2.1-1.3       mips    DSA-734-1 gaim  2005-7-5
++gaim-dev      1.2.1-1.3       mips    DSA-734-1 gaim  2005-7-5
++gaim  1.2.1-1.3       mipsel  DSA-734-1 gaim  2005-7-5
++gaim-dev      1.2.1-1.3       mipsel  DSA-734-1 gaim  2005-7-5
++gaim  1.2.1-1.3       powerpc DSA-734-1 gaim  2005-7-5
++gaim-dev      1.2.1-1.3       powerpc DSA-734-1 gaim  2005-7-5
++gaim  1.2.1-1.3       s390    DSA-734-1 gaim  2005-7-5
++gaim-dev      1.2.1-1.3       s390    DSA-734-1 gaim  2005-7-5
++gaim  1.2.1-1.3       sparc   DSA-734-1 gaim  2005-7-5
++gaim-dev      1.2.1-1.3       sparc   DSA-734-1 gaim  2005-7-5
++spamassassin  3.0.3-2 all     DSA-736-1 spamassassin  2005-7-01
++spamc 3.0.3-2 alpha   DSA-736-1 spamassassin  2005-7-01
++spamc 3.0.3-2 i386    DSA-736-1 spamassassin  2005-7-01
++spamc 3.0.3-2 ia64    DSA-736-1 spamassassin  2005-7-01
++spamc 3.0.3-2 m68k    DSA-736-1 spamassassin  2005-7-01
++spamc 3.0.3-2 mips    DSA-736-1 spamassassin  2005-7-01
++spamc 3.0.3-2 mipsel  DSA-736-1 spamassassin  2005-7-01
++spamc 3.0.3-2 powerpc DSA-736-1 spamassassin  2005-7-01
++spamc 3.0.3-2 s390    DSA-736-1 spamassassin  2005-7-01
++spamc 3.0.3-2 sparc   DSA-736-1 spamassassin  2005-7-01
++drupal        4.5.3-3 all     DSA-745-1 drupal        2005-7-10
++libtiff-tools 3.5.5-7 alpha   DSA-755-1 tiff  2005-7-13
++libtiff3g     3.5.5-7 alpha   DSA-755-1 tiff  2005-7-13
++libtiff3g-dev 3.5.5-7 alpha   DSA-755-1 tiff  2005-7-13
++libtiff-tools 3.5.5-7 arm     DSA-755-1 tiff  2005-7-13
++libtiff3g     3.5.5-7 arm     DSA-755-1 tiff  2005-7-13
++libtiff3g-dev 3.5.5-7 arm     DSA-755-1 tiff  2005-7-13
++libtiff-tools 3.5.5-7 i386    DSA-755-1 tiff  2005-7-13
++libtiff3g     3.5.5-7 i386    DSA-755-1 tiff  2005-7-13
++libtiff3g-dev 3.5.5-7 i386    DSA-755-1 tiff  2005-7-13
++libtiff-tools 3.5.5-7 ia64    DSA-755-1 tiff  2005-7-13
++libtiff3g     3.5.5-7 ia64    DSA-755-1 tiff  2005-7-13
++libtiff3g-dev 3.5.5-7 ia64    DSA-755-1 tiff  2005-7-13
++libtiff-tools 3.5.5-7 hppa    DSA-755-1 tiff  2005-7-13
++libtiff3g     3.5.5-7 hppa    DSA-755-1 tiff  2005-7-13
++libtiff3g-dev 3.5.5-7 hppa    DSA-755-1 tiff  2005-7-13
++libtiff-tools 3.5.5-7 m68k    DSA-755-1 tiff  2005-7-13
++libtiff3g     3.5.5-7 m68k    DSA-755-1 tiff  2005-7-13
++libtiff3g-dev 3.5.5-7 m68k    DSA-755-1 tiff  2005-7-13
++libtiff-tools 3.5.5-7 mips    DSA-755-1 tiff  2005-7-13
++libtiff3g     3.5.5-7 mips    DSA-755-1 tiff  2005-7-13
++libtiff3g-dev 3.5.5-7 mips    DSA-755-1 tiff  2005-7-13
++libtiff-tools 3.5.5-7 mipsel  DSA-755-1 tiff  2005-7-13
++libtiff3g     3.5.5-7 mipsel  DSA-755-1 tiff  2005-7-13
++libtiff3g-dev 3.5.5-7 mipsel  DSA-755-1 tiff  2005-7-13
++libtiff-tools 3.5.5-7 powerpc DSA-755-1 tiff  2005-7-13
++libtiff3g     3.5.5-7 powerpc DSA-755-1 tiff  2005-7-13
++libtiff3g-dev 3.5.5-7 powerpc DSA-755-1 tiff  2005-7-13
++libtiff-tools 3.5.5-7 s390    DSA-755-1 tiff  2005-7-13
++libtiff3g     3.5.5-7 s390    DSA-755-1 tiff  2005-7-13
++libtiff3g-dev 3.5.5-7 s390    DSA-755-1 tiff  2005-7-13
++libtiff-tools 3.5.5-7 sparc   DSA-755-1 tiff  2005-7-13
++libtiff3g     3.5.5-7 sparc   DSA-755-1 tiff  2005-7-13
++libtiff3g-dev 3.5.5-7 sparc   DSA-755-1 tiff  2005-7-13
++squirrelmail  1.2.6-4 all     DSA-756-1 squirrelmail  2005-7-13
++phppgadmin    3.5.2-5 all     DSA-759-1 phppgadmin    2005-7-18
++affix 2.1.1-2 alpha   DSA-762-1 affix 2005-7-19
++libaffix-dev  2.1.1-2 alpha   DSA-762-1 affix 2005-7-19
++libaffix2     2.1.1-2 alpha   DSA-762-1 affix 2005-7-19
++affix 2.1.1-2 arm     DSA-762-1 affix 2005-7-19
++libaffix-dev  2.1.1-2 arm     DSA-762-1 affix 2005-7-19
++libaffix2     2.1.1-2 arm     DSA-762-1 affix 2005-7-19
++affix 2.1.1-2 i386    DSA-762-1 affix 2005-7-19
++libaffix-dev  2.1.1-2 i386    DSA-762-1 affix 2005-7-19
++libaffix2     2.1.1-2 i386    DSA-762-1 affix 2005-7-19
++affix 2.1.1-2 ia64    DSA-762-1 affix 2005-7-19
++libaffix-dev  2.1.1-2 ia64    DSA-762-1 affix 2005-7-19
++libaffix2     2.1.1-2 ia64    DSA-762-1 affix 2005-7-19
++affix 2.1.1-2 hppa    DSA-762-1 affix 2005-7-19
++libaffix-dev  2.1.1-2 hppa    DSA-762-1 affix 2005-7-19
++libaffix2     2.1.1-2 hppa    DSA-762-1 affix 2005-7-19
++affix 2.1.1-2 m68k    DSA-762-1 affix 2005-7-19
++libaffix-dev  2.1.1-2 m68k    DSA-762-1 affix 2005-7-19
++libaffix2     2.1.1-2 m68k    DSA-762-1 affix 2005-7-19
++affix 2.1.1-2 mips    DSA-762-1 affix 2005-7-19
++libaffix-dev  2.1.1-2 mips    DSA-762-1 affix 2005-7-19
++libaffix2     2.1.1-2 mips    DSA-762-1 affix 2005-7-19
++affix 2.1.1-2 mipsel  DSA-762-1 affix 2005-7-19
++libaffix-dev  2.1.1-2 mipsel  DSA-762-1 affix 2005-7-19
++libaffix2     2.1.1-2 mipsel  DSA-762-1 affix 2005-7-19
++affix 2.1.1-2 powerpc DSA-762-1 affix 2005-7-19
++libaffix-dev  2.1.1-2 powerpc DSA-762-1 affix 2005-7-19
++libaffix2     2.1.1-2 powerpc DSA-762-1 affix 2005-7-19
++affix 2.1.1-2 s390    DSA-762-1 affix 2005-7-19
++libaffix-dev  2.1.1-2 s390    DSA-762-1 affix 2005-7-19
++libaffix2     2.1.1-2 s390    DSA-762-1 affix 2005-7-19
++affix 2.1.1-2 sparc   DSA-762-1 affix 2005-7-19
++libaffix-dev  2.1.1-2 sparc   DSA-762-1 affix 2005-7-19
++libaffix2     2.1.1-2 sparc   DSA-762-1 affix 2005-7-19
++cacti 0.6.7-2.5       all     DSA-764-1 cacti 2005-7-21
++mysql-common  3.23.49-8.8     all     DSA-562-1 mysql 2004-10-11
++mysql-doc     3.23.49-8.5     all     DSA-562-1 mysql 2004-10-11
++libmysqlclient10      3.23.49-8.8     alpha   DSA-562-1 mysql 2004-10-11
++libmysqlclient10-dev  3.23.49-8.8     alpha   DSA-562-1 mysql 2004-10-11
++mysql-client  3.23.49-8.8     alpha   DSA-562-1 mysql 2004-10-11
++mysql-server  3.23.49-8.8     alpha   DSA-562-1 mysql 2004-10-11
++libmysqlclient10      3.23.49-8.8     arm     DSA-562-1 mysql 2004-10-11
++libmysqlclient10-dev  3.23.49-8.8     arm     DSA-562-1 mysql 2004-10-11
++mysql-client  3.23.49-8.8     arm     DSA-562-1 mysql 2004-10-11
++mysql-server  3.23.49-8.8     arm     DSA-562-1 mysql 2004-10-11
++libmysqlclient10      3.23.49-8.8     i386    DSA-562-1 mysql 2004-10-11
++libmysqlclient10-dev  3.23.49-8.8     i386    DSA-562-1 mysql 2004-10-11
++mysql-client  3.23.49-8.8     i386    DSA-562-1 mysql 2004-10-11
++mysql-server  3.23.49-8.8     i386    DSA-562-1 mysql 2004-10-11
++libmysqlclient10      3.23.49-8.8     ia64    DSA-562-1 mysql 2004-10-11
++libmysqlclient10-dev  3.23.49-8.8     ia64    DSA-562-1 mysql 2004-10-11
++mysql-client  3.23.49-8.8     ia64    DSA-562-1 mysql 2004-10-11
++mysql-server  3.23.49-8.8     ia64    DSA-562-1 mysql 2004-10-11
++libmysqlclient10      3.23.49-8.8     hppa    DSA-562-1 mysql 2004-10-11
++libmysqlclient10-dev  3.23.49-8.8     hppa    DSA-562-1 mysql 2004-10-11
++mysql-client  3.23.49-8.8     hppa    DSA-562-1 mysql 2004-10-11
++mysql-server  3.23.49-8.8     hppa    DSA-562-1 mysql 2004-10-11
++libmysqlclient10      3.23.49-8.8     m68k    DSA-562-1 mysql 2004-10-11
++libmysqlclient10-dev  3.23.49-8.8     m68k    DSA-562-1 mysql 2004-10-11
++mysql-client  3.23.49-8.8     m68k    DSA-562-1 mysql 2004-10-11
++mysql-server  3.23.49-8.8     m68k    DSA-562-1 mysql 2004-10-11
++libmysqlclient10      3.23.49-8.8     mips    DSA-562-1 mysql 2004-10-11
++libmysqlclient10-dev  3.23.49-8.8     mips    DSA-562-1 mysql 2004-10-11
++mysql-client  3.23.49-8.8     mips    DSA-562-1 mysql 2004-10-11
++mysql-server  3.23.49-8.8     mips    DSA-562-1 mysql 2004-10-11
++libmysqlclient10      3.23.49-8.8     mipsel  DSA-562-1 mysql 2004-10-11
++libmysqlclient10-dev  3.23.49-8.8     mipsel  DSA-562-1 mysql 2004-10-11
++mysql-client  3.23.49-8.8     mipsel  DSA-562-1 mysql 2004-10-11
++mysql-server  3.23.49-8.8     mipsel  DSA-562-1 mysql 2004-10-11
++libmysqlclient10      3.23.49-8.8     powerpc DSA-562-1 mysql 2004-10-11
++libmysqlclient10-dev  3.23.49-8.8     powerpc DSA-562-1 mysql 2004-10-11
++mysql-client  3.23.49-8.8     powerpc DSA-562-1 mysql 2004-10-11
++mysql-server  3.23.49-8.8     powerpc DSA-562-1 mysql 2004-10-11
++libmysqlclient10      3.23.49-8.8     s390    DSA-562-1 mysql 2004-10-11
++libmysqlclient10-dev  3.23.49-8.8     s390    DSA-562-1 mysql 2004-10-11
++mysql-client  3.23.49-8.8     s390    DSA-562-1 mysql 2004-10-11
++mysql-server  3.23.49-8.8     s390    DSA-562-1 mysql 2004-10-11
++libmysqlclient10      3.23.49-8.8     sparc   DSA-562-1 mysql 2004-10-11
++libmysqlclient10-dev  3.23.49-8.8     sparc   DSA-562-1 mysql 2004-10-11
++mysql-client  3.23.49-8.8     sparc   DSA-562-1 mysql 2004-10-11
++mysql-server  3.23.49-8.8     sparc   DSA-562-1 mysql 2004-10-11
++libcgi-fast-perl      5.6.1-8.8       all     DSA-620-1 perl  2004-12-30
++perl-doc      5.6.1-8.8       all     DSA-620-1 perl  2004-12-30
++perl-modules  5.6.1-8.8       all     DSA-620-1 perl  2004-12-30
++libperl-dev   5.6.1-8.8       alpha   DSA-620-1 perl  2004-12-30
++perl  5.6.1-8.8       alpha   DSA-620-1 perl  2004-12-30
++perl-base     5.6.1-8.8       alpha   DSA-620-1 perl  2004-12-30
++perl-debug    5.6.1-8.8       alpha   DSA-620-1 perl  2004-12-30
++perl-suid     5.6.1-8.8       alpha   DSA-620-1 perl  2004-12-30
++libperl-dev   5.6.1-8.8       arm     DSA-620-1 perl  2004-12-30
++perl  5.6.1-8.8       arm     DSA-620-1 perl  2004-12-30
++perl-base     5.6.1-8.8       arm     DSA-620-1 perl  2004-12-30
++perl-debug    5.6.1-8.8       arm     DSA-620-1 perl  2004-12-30
++perl-suid     5.6.1-8.8       arm     DSA-620-1 perl  2004-12-30
++libperl-dev   5.6.1-8.8       i386    DSA-620-1 perl  2004-12-30
++perl  5.6.1-8.8       i386    DSA-620-1 perl  2004-12-30
++perl-base     5.6.1-8.8       i386    DSA-620-1 perl  2004-12-30
++perl-debug    5.6.1-8.8       i386    DSA-620-1 perl  2004-12-30
++perl-suid     5.6.1-8.8       i386    DSA-620-1 perl  2004-12-30
++libperl-dev   5.6.1-8.8       ia64    DSA-620-1 perl  2004-12-30
++perl  5.6.1-8.8       ia64    DSA-620-1 perl  2004-12-30
++perl-base     5.6.1-8.8       ia64    DSA-620-1 perl  2004-12-30
++perl-debug    5.6.1-8.8       ia64    DSA-620-1 perl  2004-12-30
++perl-suid     5.6.1-8.8       ia64    DSA-620-1 perl  2004-12-30
++libperl-dev   5.6.1-8.8       hppa    DSA-620-1 perl  2004-12-30
++perl  5.6.1-8.8       hppa    DSA-620-1 perl  2004-12-30
++perl-base     5.6.1-8.8       hppa    DSA-620-1 perl  2004-12-30
++perl-debug    5.6.1-8.8       hppa    DSA-620-1 perl  2004-12-30
++perl-suid     5.6.1-8.8       hppa    DSA-620-1 perl  2004-12-30
++libperl-dev   5.6.1-8.8       m68k    DSA-620-1 perl  2004-12-30
++perl  5.6.1-8.8       m68k    DSA-620-1 perl  2004-12-30
++perl-base     5.6.1-8.8       m68k    DSA-620-1 perl  2004-12-30
++perl-debug    5.6.1-8.8       m68k    DSA-620-1 perl  2004-12-30
++perl-suid     5.6.1-8.8       m68k    DSA-620-1 perl  2004-12-30
++libperl-dev   5.6.1-8.8       mips    DSA-620-1 perl  2004-12-30
++perl  5.6.1-8.8       mips    DSA-620-1 perl  2004-12-30
++perl-base     5.6.1-8.8       mips    DSA-620-1 perl  2004-12-30
++perl-debug    5.6.1-8.8       mips    DSA-620-1 perl  2004-12-30
++perl-suid     5.6.1-8.8       mips    DSA-620-1 perl  2004-12-30
++libperl-dev   5.6.1-8.8       mipsel  DSA-620-1 perl  2004-12-30
++perl  5.6.1-8.8       mipsel  DSA-620-1 perl  2004-12-30
++perl-base     5.6.1-8.8       mipsel  DSA-620-1 perl  2004-12-30
++perl-debug    5.6.1-8.8       mipsel  DSA-620-1 perl  2004-12-30
++perl-suid     5.6.1-8.8       mipsel  DSA-620-1 perl  2004-12-30
++libperl-dev   5.6.1-8.8       powerpc DSA-620-1 perl  2004-12-30
++perl  5.6.1-8.8       powerpc DSA-620-1 perl  2004-12-30
++perl-base     5.6.1-8.8       powerpc DSA-620-1 perl  2004-12-30
++perl-debug    5.6.1-8.8       powerpc DSA-620-1 perl  2004-12-30
++perl-suid     5.6.1-8.8       powerpc DSA-620-1 perl  2004-12-30
++libperl-dev   5.6.1-8.8       s390    DSA-620-1 perl  2004-12-30
++perl  5.6.1-8.8       s390    DSA-620-1 perl  2004-12-30
++perl-base     5.6.1-8.8       s390    DSA-620-1 perl  2004-12-30
++perl-debug    5.6.1-8.8       s390    DSA-620-1 perl  2004-12-30
++perl-suid     5.6.1-8.8       s390    DSA-620-1 perl  2004-12-30
++libperl-dev   5.6.1-8.8       sparc   DSA-620-1 perl  2004-12-30
++perl  5.6.1-8.8       sparc   DSA-620-1 perl  2004-12-30
++perl-base     5.6.1-8.8       sparc   DSA-620-1 perl  2004-12-30
++perl-debug    5.6.1-8.8       sparc   DSA-620-1 perl  2004-12-30
++perl-suid     5.6.1-8.8       sparc   DSA-620-1 perl  2004-12-30
++getmail       2.3.7-2 all     DSA-553-1 getmail       2004-9-27
++xpdf-common   1.00-3.2        all     DSA-581-1 xpdf  2004-11-2
++xpdf  1.00-3.2        all     DSA-581-1 xpdf  2004-11-2
++xpdf-reader   1.00-3.2        alpha   DSA-581-1 xpdf  2004-11-2
++xpdf-utils    1.00-3.2        alpha   DSA-581-1 xpdf  2004-11-2
++xpdf-reader   1.00-3.2        arm     DSA-581-1 xpdf  2004-11-2
++xpdf-utils    1.00-3.2        arm     DSA-581-1 xpdf  2004-11-2
++xpdf-reader   1.00-3.2        i386    DSA-581-1 xpdf  2004-11-2
++xpdf-utils    1.00-3.2        i386    DSA-581-1 xpdf  2004-11-2
++xpdf-reader   1.00-3.2        ia64    DSA-581-1 xpdf  2004-11-2
++xpdf-utils    1.00-3.2        ia64    DSA-581-1 xpdf  2004-11-2
++xpdf-reader   1.00-3.2        hppa    DSA-581-1 xpdf  2004-11-2
++xpdf-utils    1.00-3.2        hppa    DSA-581-1 xpdf  2004-11-2
++xpdf-reader   1.00-3.2        m68k    DSA-581-1 xpdf  2004-11-2
++xpdf-utils    1.00-3.2        m68k    DSA-581-1 xpdf  2004-11-2
++xpdf-reader   1.00-3.2        mips    DSA-581-1 xpdf  2004-11-2
++xpdf-utils    1.00-3.2        mips    DSA-581-1 xpdf  2004-11-2
++xpdf-reader   1.00-3.2        mipsel  DSA-581-1 xpdf  2004-11-2
++xpdf-utils    1.00-3.2        mipsel  DSA-581-1 xpdf  2004-11-2
++xpdf-reader   1.00-3.2        powerpc DSA-581-1 xpdf  2004-11-2
++xpdf-utils    1.00-3.2        powerpc DSA-581-1 xpdf  2004-11-2
++xpdf-reader   1.00-3.2        s390    DSA-581-1 xpdf  2004-11-2
++xpdf-utils    1.00-3.2        s390    DSA-581-1 xpdf  2004-11-2
++xpdf-reader   1.00-3.2        sparc   DSA-581-1 xpdf  2004-11-2
++xpdf-utils    1.00-3.2        sparc   DSA-581-1 xpdf  2004-11-2
++lesstif-doc   0.93.18-5       all     DSA-560-1 lesstif1-1    2004-10-7
++lesstif-bin   0.93.18-5       alpha   DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dbg   0.93.18-5       alpha   DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dev   0.93.18-5       alpha   DSA-560-1 lesstif1-1    2004-10-7
++lesstif1      0.93.18-5       alpha   DSA-560-1 lesstif1-1    2004-10-7
++lesstif-bin   0.93.18-5       arm     DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dbg   0.93.18-5       arm     DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dev   0.93.18-5       arm     DSA-560-1 lesstif1-1    2004-10-7
++lesstif1      0.93.18-5       arm     DSA-560-1 lesstif1-1    2004-10-7
++lesstif-bin   0.93.18-5       i386    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dbg   0.93.18-5       i386    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dev   0.93.18-5       i386    DSA-560-1 lesstif1-1    2004-10-7
++lesstif1      0.93.18-5       i386    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-bin   0.93.18-5       ia64    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dbg   0.93.18-5       ia64    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dev   0.93.18-5       ia64    DSA-560-1 lesstif1-1    2004-10-7
++lesstif1      0.93.18-5       ia64    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-bin   0.93.18-5       hppa    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dbg   0.93.18-5       hppa    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dev   0.93.18-5       hppa    DSA-560-1 lesstif1-1    2004-10-7
++lesstif1      0.93.18-5       hppa    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-bin   0.93.18-5       m68k    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dbg   0.93.18-5       m68k    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dev   0.93.18-5       m68k    DSA-560-1 lesstif1-1    2004-10-7
++lesstif1      0.93.18-5       m68k    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-bin   0.93.18-5       mips    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dbg   0.93.18-5       mips    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dev   0.93.18-5       mips    DSA-560-1 lesstif1-1    2004-10-7
++lesstif1      0.93.18-5       mips    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-bin   0.93.18-5       mipsel  DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dbg   0.93.18-5       mipsel  DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dev   0.93.18-5       mipsel  DSA-560-1 lesstif1-1    2004-10-7
++lesstif1      0.93.18-5       mipsel  DSA-560-1 lesstif1-1    2004-10-7
++lesstif-bin   0.93.18-5       powerpc DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dbg   0.93.18-5       powerpc DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dev   0.93.18-5       powerpc DSA-560-1 lesstif1-1    2004-10-7
++lesstif1      0.93.18-5       powerpc DSA-560-1 lesstif1-1    2004-10-7
++lesstif-bin   0.93.18-5       s390    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dbg   0.93.18-5       s390    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dev   0.93.18-5       s390    DSA-560-1 lesstif1-1    2004-10-7
++lesstif1      0.93.18-5       s390    DSA-560-1 lesstif1-1    2004-10-7
++lesstif-bin   0.93.18-5       sparc   DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dbg   0.93.18-5       sparc   DSA-560-1 lesstif1-1    2004-10-7
++lesstif-dev   0.93.18-5       sparc   DSA-560-1 lesstif1-1    2004-10-7
++lesstif1      0.93.18-5       sparc   DSA-560-1 lesstif1-1    2004-10-7
++xine-ui       0.9.8-5.1       alpha   DSA-477-1 xine-ui       2004-4-6
++xine-ui       0.9.8-5.1       arm     DSA-477-1 xine-ui       2004-4-6
++xine-ui       0.9.8-5.1       i386    DSA-477-1 xine-ui       2004-4-6
++xine-ui       0.9.8-5.1       ia64    DSA-477-1 xine-ui       2004-4-6
++xine-ui       0.9.8-5.1       hppa    DSA-477-1 xine-ui       2004-4-6
++xine-ui       0.9.8-5.1       m68k    DSA-477-1 xine-ui       2004-4-6
++xine-ui       0.9.8-5.1       mips    DSA-477-1 xine-ui       2004-4-6
++xine-ui       0.9.8-5.1       mipsel  DSA-477-1 xine-ui       2004-4-6
++xine-ui       0.9.8-5.1       powerpc DSA-477-1 xine-ui       2004-4-6
++xine-ui       0.9.8-5.1       s390    DSA-477-1 xine-ui       2004-4-6
++xine-ui       0.9.8-5.1       sparc   DSA-477-1 xine-ui       2004-4-6
++bnc   2.6.4-3.3       alpha   DSA-595-1 bnc   2004-11-24
++bnc   2.6.4-3.3       arm     DSA-595-1 bnc   2004-11-24
++bnc   2.6.4-3.3       i386    DSA-595-1 bnc   2004-11-24
++bnc   2.6.4-3.3       ia64    DSA-595-1 bnc   2004-11-24
++bnc   2.6.4-3.3       hppa    DSA-595-1 bnc   2004-11-24
++bnc   2.6.4-3.3       m68k    DSA-595-1 bnc   2004-11-24
++bnc   2.6.4-3.3       mips    DSA-595-1 bnc   2004-11-24
++bnc   2.6.4-3.3       mipsel  DSA-595-1 bnc   2004-11-24
++bnc   2.6.4-3.3       powerpc DSA-595-1 bnc   2004-11-24
++bnc   2.6.4-3.3       s390    DSA-595-1 bnc   2004-11-24
++bnc   2.6.4-3.3       sparc   DSA-595-1 bnc   2004-11-24
++cyrus-admin   1.5.19-9.2      alpha   DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-common  1.5.19-9.2      alpha   DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-dev     1.5.19-9.2      alpha   DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-imapd   1.5.19-9.2      alpha   DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-nntp    1.5.19-9.2      alpha   DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-pop3d   1.5.19-9.2      alpha   DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-admin   1.5.19-9.2      arm     DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-common  1.5.19-9.2      arm     DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-dev     1.5.19-9.2      arm     DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-imapd   1.5.19-9.2      arm     DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-nntp    1.5.19-9.2      arm     DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-pop3d   1.5.19-9.2      arm     DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-admin   1.5.19-9.2      i386    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-common  1.5.19-9.2      i386    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-dev     1.5.19-9.2      i386    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-imapd   1.5.19-9.2      i386    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-nntp    1.5.19-9.2      i386    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-pop3d   1.5.19-9.2      i386    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-admin   1.5.19-9.2      ia64    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-common  1.5.19-9.2      ia64    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-dev     1.5.19-9.2      ia64    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-imapd   1.5.19-9.2      ia64    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-nntp    1.5.19-9.2      ia64    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-pop3d   1.5.19-9.2      ia64    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-admin   1.5.19-9.2      hppa    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-common  1.5.19-9.2      hppa    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-dev     1.5.19-9.2      hppa    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-imapd   1.5.19-9.2      hppa    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-nntp    1.5.19-9.2      hppa    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-pop3d   1.5.19-9.2      hppa    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-admin   1.5.19-9.2      m68k    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-common  1.5.19-9.2      m68k    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-dev     1.5.19-9.2      m68k    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-imapd   1.5.19-9.2      m68k    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-nntp    1.5.19-9.2      m68k    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-pop3d   1.5.19-9.2      m68k    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-admin   1.5.19-9.2      mips    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-common  1.5.19-9.2      mips    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-dev     1.5.19-9.2      mips    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-imapd   1.5.19-9.2      mips    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-nntp    1.5.19-9.2      mips    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-pop3d   1.5.19-9.2      mips    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-admin   1.5.19-9.2      mipsel  DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-common  1.5.19-9.2      mipsel  DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-dev     1.5.19-9.2      mipsel  DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-imapd   1.5.19-9.2      mipsel  DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-nntp    1.5.19-9.2      mipsel  DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-pop3d   1.5.19-9.2      mipsel  DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-admin   1.5.19-9.2      powerpc DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-common  1.5.19-9.2      powerpc DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-dev     1.5.19-9.2      powerpc DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-imapd   1.5.19-9.2      powerpc DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-nntp    1.5.19-9.2      powerpc DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-pop3d   1.5.19-9.2      powerpc DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-admin   1.5.19-9.2      s390    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-common  1.5.19-9.2      s390    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-dev     1.5.19-9.2      s390    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-imapd   1.5.19-9.2      s390    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-nntp    1.5.19-9.2      s390    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-pop3d   1.5.19-9.2      s390    DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-admin   1.5.19-9.2      sparc   DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-common  1.5.19-9.2      sparc   DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-dev     1.5.19-9.2      sparc   DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-imapd   1.5.19-9.2      sparc   DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-nntp    1.5.19-9.2      sparc   DSA-597-1 cyrus-imapd   2004-11-25
++cyrus-pop3d   1.5.19-9.2      sparc   DSA-597-1 cyrus-imapd   2004-11-25
++vbox3 0.1.7.1 alpha   DSA-418-1 vbox3 2004-1-7
++vbox3 0.1.7.1 arm     DSA-418-1 vbox3 2004-1-7
++vbox3 0.1.7.1 i386    DSA-418-1 vbox3 2004-1-7
++vbox3 0.1.7.1 ia64    DSA-418-1 vbox3 2004-1-7
++vbox3 0.1.7.1 hppa    DSA-418-1 vbox3 2004-1-7
++vbox3 0.1.7.1 m68k    DSA-418-1 vbox3 2004-1-7
++vbox3 0.1.7.1 mips    DSA-418-1 vbox3 2004-1-7
++vbox3 0.1.7.1 mipsel  DSA-418-1 vbox3 2004-1-7
++vbox3 0.1.7.1 powerpc DSA-418-1 vbox3 2004-1-7
++vbox3 0.1.7.1 s390    DSA-418-1 vbox3 2004-1-7
++vbox3 0.1.7.1 sparc   DSA-418-1 vbox3 2004-1-7
++super 3.16.1-1.2      alpha   DSA-522-1 super 2004-6-19
++super 3.16.1-1.2      arm     DSA-522-1 super 2004-6-19
++super 3.16.1-1.2      i386    DSA-522-1 super 2004-6-19
++super 3.16.1-1.2      ia64    DSA-522-1 super 2004-6-19
++super 3.16.1-1.2      hppa    DSA-522-1 super 2004-6-19
++super 3.16.1-1.2      m68k    DSA-522-1 super 2004-6-19
++super 3.16.1-1.2      mips    DSA-522-1 super 2004-6-19
++super 3.16.1-1.2      mipsel  DSA-522-1 super 2004-6-19
++super 3.16.1-1.2      powerpc DSA-522-1 super 2004-6-19
++super 3.16.1-1.2      s390    DSA-522-1 super 2004-6-19
++super 3.16.1-1.2      sparc   DSA-522-1 super 2004-6-19
++mpg321        0.2.10.2        alpha   DSA-411-1 mpg321        2004-1-5
++mpg321        0.2.10.2        arm     DSA-411-1 mpg321        2004-1-5
++mpg321        0.2.10.2        i386    DSA-411-1 mpg321        2004-1-5
++mpg321        0.2.10.2        ia64    DSA-411-1 mpg321        2004-1-5
++mpg321        0.2.10.2        hppa    DSA-411-1 mpg321        2004-1-5
++mpg321        0.2.10.2        m68k    DSA-411-1 mpg321        2004-1-5
++mpg321        0.2.10.2        mips    DSA-411-1 mpg321        2004-1-5
++mpg321        0.2.10.2        mipsel  DSA-411-1 mpg321        2004-1-5
++mpg321        0.2.10.2        powerpc DSA-411-1 mpg321        2004-1-5
++mpg321        0.2.10.2        s390    DSA-411-1 mpg321        2004-1-5
++mpg321        0.2.10.2        sparc   DSA-411-1 mpg321        2004-1-5
++tcpdump       3.6.2-2.7       alpha   DSA-425-1 tcpdump       2004-1-16
++tcpdump       3.6.2-2.7       arm     DSA-425-1 tcpdump       2004-1-16
++tcpdump       3.6.2-2.7       i386    DSA-425-1 tcpdump       2004-1-16
++tcpdump       3.6.2-2.7       ia64    DSA-425-1 tcpdump       2004-1-16
++tcpdump       3.6.2-2.7       hppa    DSA-425-1 tcpdump       2004-1-16
++tcpdump       3.6.2-2.7       m68k    DSA-425-1 tcpdump       2004-1-16
++tcpdump       3.6.2-2.7       mips    DSA-425-1 tcpdump       2004-1-16
++tcpdump       3.6.2-2.4       mipsel  DSA-425-1 tcpdump       2004-1-16
++tcpdump       3.6.2-2.7       powerpc DSA-425-1 tcpdump       2004-1-16
++tcpdump       3.6.2-2.7       s390    DSA-425-1 tcpdump       2004-1-16
++tcpdump       3.6.2-2.7       sparc   DSA-425-1 tcpdump       2004-1-16
++libcgi-fast-perl      5.6.1-8.6       all     DSA-431-1 perl  2004-2-1
++perl-doc      5.6.1-8.6       all     DSA-431-1 perl  2004-2-1
++perl-modules  5.6.1-8.6       all     DSA-431-1 perl  2004-2-1
++libperl-dev   5.6.1-8.6       alpha   DSA-431-1 perl  2004-2-1
++perl  5.6.1-8.6       alpha   DSA-431-1 perl  2004-2-1
++perl-base     5.6.1-8.6       alpha   DSA-431-1 perl  2004-2-1
++perl-debug    5.6.1-8.6       alpha   DSA-431-1 perl  2004-2-1
++perl-suid     5.6.1-8.6       alpha   DSA-431-1 perl  2004-2-1
++libperl-dev   5.6.1-8.6       arm     DSA-431-1 perl  2004-2-1
++perl  5.6.1-8.6       arm     DSA-431-1 perl  2004-2-1
++perl-base     5.6.1-8.6       arm     DSA-431-1 perl  2004-2-1
++perl-debug    5.6.1-8.6       arm     DSA-431-1 perl  2004-2-1
++perl-suid     5.6.1-8.6       arm     DSA-431-1 perl  2004-2-1
++libperl-dev   5.6.1-8.6       i386    DSA-431-1 perl  2004-2-1
++perl  5.6.1-8.6       i386    DSA-431-1 perl  2004-2-1
++perl-base     5.6.1-8.6       i386    DSA-431-1 perl  2004-2-1
++perl-debug    5.6.1-8.6       i386    DSA-431-1 perl  2004-2-1
++perl-suid     5.6.1-8.6       i386    DSA-431-1 perl  2004-2-1
++libperl-dev   5.6.1-8.6       ia64    DSA-431-1 perl  2004-2-1
++perl  5.6.1-8.6       ia64    DSA-431-1 perl  2004-2-1
++perl-base     5.6.1-8.6       ia64    DSA-431-1 perl  2004-2-1
++perl-debug    5.6.1-8.6       ia64    DSA-431-1 perl  2004-2-1
++perl-suid     5.6.1-8.6       ia64    DSA-431-1 perl  2004-2-1
++libperl-dev   5.6.1-8.6       hppa    DSA-431-1 perl  2004-2-1
++perl  5.6.1-8.6       hppa    DSA-431-1 perl  2004-2-1
++perl-base     5.6.1-8.6       hppa    DSA-431-1 perl  2004-2-1
++perl-debug    5.6.1-8.6       hppa    DSA-431-1 perl  2004-2-1
++perl-suid     5.6.1-8.6       hppa    DSA-431-1 perl  2004-2-1
++libperl-dev   5.6.1-8.6       m68k    DSA-431-1 perl  2004-2-1
++perl  5.6.1-8.6       m68k    DSA-431-1 perl  2004-2-1
++perl-base     5.6.1-8.6       m68k    DSA-431-1 perl  2004-2-1
++perl-debug    5.6.1-8.6       m68k    DSA-431-1 perl  2004-2-1
++perl-suid     5.6.1-8.6       m68k    DSA-431-1 perl  2004-2-1
++libperl-dev   5.6.1-8.6       mips    DSA-431-1 perl  2004-2-1
++perl  5.6.1-8.6       mips    DSA-431-1 perl  2004-2-1
++perl-base     5.6.1-8.6       mips    DSA-431-1 perl  2004-2-1
++perl-debug    5.6.1-8.6       mips    DSA-431-1 perl  2004-2-1
++perl-suid     5.6.1-8.6       mips    DSA-431-1 perl  2004-2-1
++libperl-dev   5.6.1-8.6       mipsel  DSA-431-1 perl  2004-2-1
++perl  5.6.1-8.6       mipsel  DSA-431-1 perl  2004-2-1
++perl-base     5.6.1-8.6       mipsel  DSA-431-1 perl  2004-2-1
++perl-debug    5.6.1-8.6       mipsel  DSA-431-1 perl  2004-2-1
++perl-suid     5.6.1-8.6       mipsel  DSA-431-1 perl  2004-2-1
++libperl-dev   5.6.1-8.6       powerpc DSA-431-1 perl  2004-2-1
++perl  5.6.1-8.6       powerpc DSA-431-1 perl  2004-2-1
++perl-base     5.6.1-8.6       powerpc DSA-431-1 perl  2004-2-1
++perl-debug    5.6.1-8.6       powerpc DSA-431-1 perl  2004-2-1
++perl-suid     5.6.1-8.6       powerpc DSA-431-1 perl  2004-2-1
++libperl-dev   5.6.1-8.6       s390    DSA-431-1 perl  2004-2-1
++perl  5.6.1-8.6       s390    DSA-431-1 perl  2004-2-1
++perl-base     5.6.1-8.6       s390    DSA-431-1 perl  2004-2-1
++perl-debug    5.6.1-8.6       s390    DSA-431-1 perl  2004-2-1
++perl-suid     5.6.1-8.6       s390    DSA-431-1 perl  2004-2-1
++libperl-dev   5.6.1-8.6       sparc   DSA-431-1 perl  2004-2-1
++perl  5.6.1-8.6       sparc   DSA-431-1 perl  2004-2-1
++perl-base     5.6.1-8.6       sparc   DSA-431-1 perl  2004-2-1
++perl-debug    5.6.1-8.6       sparc   DSA-431-1 perl  2004-2-1
++perl-suid     5.6.1-8.6       sparc   DSA-431-1 perl  2004-2-1
++pppoe 3.3-1.2 alpha   DSA-557-1 rp-pppoe      2004-10-4
++pppoe 3.3-1.2 arm     DSA-557-1 rp-pppoe      2004-10-4
++pppoe 3.3-1.2 i386    DSA-557-1 rp-pppoe      2004-10-4
++pppoe 3.3-1.2 ia64    DSA-557-1 rp-pppoe      2004-10-4
++pppoe 3.3-1.2 hppa    DSA-557-1 rp-pppoe      2004-10-4
++pppoe 3.3-1.2 m68k    DSA-557-1 rp-pppoe      2004-10-4
++pppoe 3.3-1.2 mips    DSA-557-1 rp-pppoe      2004-10-4
++pppoe 3.3-1.2 mipsel  DSA-557-1 rp-pppoe      2004-10-4
++pppoe 3.3-1.2 powerpc DSA-557-1 rp-pppoe      2004-10-4
++pppoe 3.3-1.2 s390    DSA-557-1 rp-pppoe      2004-10-4
++pppoe 3.3-1.2 sparc   DSA-557-1 rp-pppoe      2004-10-4
++mysql-common  3.23.49-8.6     all     DSA-483-1 mysql 2004-4-14
++libmysqlclient10      3.23.49-8.6     alpha   DSA-483-1 mysql 2004-4-14
++libmysqlclient10-dev  3.23.49-8.6     alpha   DSA-483-1 mysql 2004-4-14
++mysql-client  3.23.49-8.6     alpha   DSA-483-1 mysql 2004-4-14
++mysql-server  3.23.49-8.6     alpha   DSA-483-1 mysql 2004-4-14
++libmysqlclient10      3.23.49-8.6     arm     DSA-483-1 mysql 2004-4-14
++libmysqlclient10-dev  3.23.49-8.6     arm     DSA-483-1 mysql 2004-4-14
++mysql-client  3.23.49-8.6     arm     DSA-483-1 mysql 2004-4-14
++mysql-server  3.23.49-8.6     arm     DSA-483-1 mysql 2004-4-14
++libmysqlclient10      3.23.49-8.6     i386    DSA-483-1 mysql 2004-4-14
++libmysqlclient10-dev  3.23.49-8.6     i386    DSA-483-1 mysql 2004-4-14
++mysql-client  3.23.49-8.6     i386    DSA-483-1 mysql 2004-4-14
++mysql-server  3.23.49-8.6     i386    DSA-483-1 mysql 2004-4-14
++libmysqlclient10      3.23.49-8.6     ia64    DSA-483-1 mysql 2004-4-14
++libmysqlclient10-dev  3.23.49-8.6     ia64    DSA-483-1 mysql 2004-4-14
++mysql-client  3.23.49-8.6     ia64    DSA-483-1 mysql 2004-4-14
++mysql-server  3.23.49-8.6     ia64    DSA-483-1 mysql 2004-4-14
++libmysqlclient10      3.23.49-8.6     hppa    DSA-483-1 mysql 2004-4-14
++libmysqlclient10-dev  3.23.49-8.6     hppa    DSA-483-1 mysql 2004-4-14
++mysql-client  3.23.49-8.6     hppa    DSA-483-1 mysql 2004-4-14
++mysql-server  3.23.49-8.6     hppa    DSA-483-1 mysql 2004-4-14
++libmysqlclient10      3.23.49-8.6     m68k    DSA-483-1 mysql 2004-4-14
++libmysqlclient10-dev  3.23.49-8.6     m68k    DSA-483-1 mysql 2004-4-14
++mysql-client  3.23.49-8.6     m68k    DSA-483-1 mysql 2004-4-14
++mysql-server  3.23.49-8.6     m68k    DSA-483-1 mysql 2004-4-14
++libmysqlclient10      3.23.49-8.6     mips    DSA-483-1 mysql 2004-4-14
++libmysqlclient10-dev  3.23.49-8.6     mips    DSA-483-1 mysql 2004-4-14
++mysql-client  3.23.49-8.6     mips    DSA-483-1 mysql 2004-4-14
++mysql-server  3.23.49-8.6     mips    DSA-483-1 mysql 2004-4-14
++libmysqlclient10      3.23.49-8.6     mipsel  DSA-483-1 mysql 2004-4-14
++libmysqlclient10-dev  3.23.49-8.6     mipsel  DSA-483-1 mysql 2004-4-14
++mysql-client  3.23.49-8.6     mipsel  DSA-483-1 mysql 2004-4-14
++mysql-server  3.23.49-8.6     mipsel  DSA-483-1 mysql 2004-4-14
++libmysqlclient10      3.23.49-8.6     powerpc DSA-483-1 mysql 2004-4-14
++libmysqlclient10-dev  3.23.49-8.6     powerpc DSA-483-1 mysql 2004-4-14
++mysql-client  3.23.49-8.6     powerpc DSA-483-1 mysql 2004-4-14
++mysql-server  3.23.49-8.6     powerpc DSA-483-1 mysql 2004-4-14
++libmysqlclient10      3.23.49-8.6     s390    DSA-483-1 mysql 2004-4-14
++libmysqlclient10-dev  3.23.49-8.6     s390    DSA-483-1 mysql 2004-4-14
++mysql-client  3.23.49-8.6     s390    DSA-483-1 mysql 2004-4-14
++mysql-server  3.23.49-8.6     s390    DSA-483-1 mysql 2004-4-14
++libmysqlclient10      3.23.49-8.6     sparc   DSA-483-1 mysql 2004-4-14
++libmysqlclient10-dev  3.23.49-8.6     sparc   DSA-483-1 mysql 2004-4-14
++mysql-client  3.23.49-8.6     sparc   DSA-483-1 mysql 2004-4-14
++mysql-server  3.23.49-8.6     sparc   DSA-483-1 mysql 2004-4-14
++slocate       2.6-1.3.2       alpha   DSA-428-1 slocate       2004-1-20
++slocate       2.6-1.3.2       arm     DSA-428-1 slocate       2004-1-20
++slocate       2.6-1.3.2       i386    DSA-428-1 slocate       2004-1-20
++slocate       2.6-1.3.2       ia64    DSA-428-1 slocate       2004-1-20
++slocate       2.6-1.3.2       hppa    DSA-428-1 slocate       2004-1-20
++slocate       2.6-1.3.2       m68k    DSA-428-1 slocate       2004-1-20
++slocate       2.6-1.3.2       mips    DSA-428-1 slocate       2004-1-20
++slocate       2.6-1.3.1       mipsel  DSA-428-1 slocate       2004-1-20
++slocate       2.6-1.3.2       powerpc DSA-428-1 slocate       2004-1-20
++slocate       2.6-1.3.2       s390    DSA-428-1 slocate       2004-1-20
++slocate       2.6-1.3.2       sparc   DSA-428-1 slocate       2004-1-20
++kernel-image-apus     2.4.17-4        powerpc DSA-440-1 linux-kernel-2.4.17-powerpc-apus      2004-2-18
++kernel-image-apus     2.4.17-5        powerpc DSA-482-1 linux-kernel-2.4.17-apus+s390 2004-4-14
++squirrelmail  1.2.6-1.4       all     DSA-535-1 squirrelmail  2004-8-2
++icecast-server        1.3.11-4.2      alpha   DSA-541-1 icecast-server        2004-8-24
++icecast-server        1.3.11-4.2      arm     DSA-541-1 icecast-server        2004-8-24
++icecast-server        1.3.11-4.2      i386    DSA-541-1 icecast-server        2004-8-24
++icecast-server        1.3.11-4.2      ia64    DSA-541-1 icecast-server        2004-8-24
++icecast-server        1.3.11-4.2      hppa    DSA-541-1 icecast-server        2004-8-24
++icecast-server        1.3.11-4.2      m68k    DSA-541-1 icecast-server        2004-8-24
++icecast-server        1.3.11-4.2      mips    DSA-541-1 icecast-server        2004-8-24
++icecast-server        1.3.11-4.2      mipsel  DSA-541-1 icecast-server        2004-8-24
++icecast-server        1.3.11-4.2      powerpc DSA-541-1 icecast-server        2004-8-24
++icecast-server        1.3.11-4.2      s390    DSA-541-1 icecast-server        2004-8-24
++icecast-server        1.3.11-4.2      sparc   DSA-541-1 icecast-server        2004-8-24
++sudo  1.6.6-1.3       alpha   DSA-596-2 sudo  2004-11-24
++sudo  1.6.6-1.3       arm     DSA-596-2 sudo  2004-11-24
++sudo  1.6.6-1.3       i386    DSA-596-2 sudo  2004-11-24
++sudo  1.6.6-1.3       ia64    DSA-596-2 sudo  2004-11-24
++sudo  1.6.6-1.3       hppa    DSA-596-2 sudo  2004-11-24
++sudo  1.6.6-1.3       m68k    DSA-596-2 sudo  2004-11-24
++sudo  1.6.6-1.3       mips    DSA-596-2 sudo  2004-11-24
++sudo  1.6.6-1.3       mipsel  DSA-596-2 sudo  2004-11-24
++sudo  1.6.6-1.3       powerpc DSA-596-2 sudo  2004-11-24
++sudo  1.6.6-1.3       s390    DSA-596-2 sudo  2004-11-24
++sudo  1.6.6-1.3       sparc   DSA-596-2 sudo  2004-11-24
++sendmail-doc  8.12.3-7.1      all     DSA-554-1 sendmail      2004-9-27
++libmilter-dev 8.12.3-7.1      alpha   DSA-554-1 sendmail      2004-9-27
++sendmail      8.12.3-7.1      alpha   DSA-554-1 sendmail      2004-9-27
++libmilter-dev 8.12.3-7.1      arm     DSA-554-1 sendmail      2004-9-27
++sendmail      8.12.3-7.1      arm     DSA-554-1 sendmail      2004-9-27
++libmilter-dev 8.12.3-7.1      i386    DSA-554-1 sendmail      2004-9-27
++sendmail      8.12.3-7.1      i386    DSA-554-1 sendmail      2004-9-27
++libmilter-dev 8.12.3-7.1      ia64    DSA-554-1 sendmail      2004-9-27
++sendmail      8.12.3-7.1      ia64    DSA-554-1 sendmail      2004-9-27
++libmilter-dev 8.12.3-7.1      hppa    DSA-554-1 sendmail      2004-9-27
++sendmail      8.12.3-7.1      hppa    DSA-554-1 sendmail      2004-9-27
++libmilter-dev 8.12.3-7.1      m68k    DSA-554-1 sendmail      2004-9-27
++sendmail      8.12.3-7.1      m68k    DSA-554-1 sendmail      2004-9-27
++libmilter-dev 8.12.3-7.1      mips    DSA-554-1 sendmail      2004-9-27
++sendmail      8.12.3-7.1      mips    DSA-554-1 sendmail      2004-9-27
++libmilter-dev 8.12.3-7.1      mipsel  DSA-554-1 sendmail      2004-9-27
++sendmail      8.12.3-7.1      mipsel  DSA-554-1 sendmail      2004-9-27
++libmilter-dev 8.12.3-7.1      powerpc DSA-554-1 sendmail      2004-9-27
++sendmail      8.12.3-7.1      powerpc DSA-554-1 sendmail      2004-9-27
++libmilter-dev 8.12.3-7.1      s390    DSA-554-1 sendmail      2004-9-27
++sendmail      8.12.3-7.1      s390    DSA-554-1 sendmail      2004-9-27
++libmilter-dev 8.12.3-7.1      sparc   DSA-554-1 sendmail      2004-9-27
++sendmail      8.12.3-7.1      sparc   DSA-554-1 sendmail      2004-9-27
++l2tpd 0.67-1.1        alpha   DSA-530-1 l2tpd 2004-7-17
++l2tpd 0.67-1.2        arm     DSA-530-1 l2tpd 2004-7-17
++l2tpd 0.67-1.2        i386    DSA-530-1 l2tpd 2004-7-17
++l2tpd 0.67-1.2        ia64    DSA-530-1 l2tpd 2004-7-17
++l2tpd 0.67-1.2        hppa    DSA-530-1 l2tpd 2004-7-17
++l2tpd 0.67-1.2        m68k    DSA-530-1 l2tpd 2004-7-17
++l2tpd 0.67-1.2        mips    DSA-530-1 l2tpd 2004-7-17
++l2tpd 0.67-1.2        mipsel  DSA-530-1 l2tpd 2004-7-17
++l2tpd 0.67-1.2        powerpc DSA-530-1 l2tpd 2004-7-17
++l2tpd 0.67-1.2        s390    DSA-530-1 l2tpd 2004-7-17
++l2tpd 0.67-1.2        sparc   DSA-530-1 l2tpd 2004-7-17
++mysql-common  3.23.49-8.7     all     DSA-540-1 mysql 2004-8-18
++mysql-doc     3.23.49-8.5     all     DSA-540-1 mysql 2004-8-18
++libmysqlclient10      3.23.49-8.7     alpha   DSA-540-1 mysql 2004-8-18
++libmysqlclient10-dev  3.23.49-8.7     alpha   DSA-540-1 mysql 2004-8-18
++mysql-client  3.23.49-8.7     alpha   DSA-540-1 mysql 2004-8-18
++mysql-server  3.23.49-8.7     alpha   DSA-540-1 mysql 2004-8-18
++libmysqlclient10      3.23.49-8.7     arm     DSA-540-1 mysql 2004-8-18
++libmysqlclient10-dev  3.23.49-8.7     arm     DSA-540-1 mysql 2004-8-18
++mysql-client  3.23.49-8.7     arm     DSA-540-1 mysql 2004-8-18
++mysql-server  3.23.49-8.7     arm     DSA-540-1 mysql 2004-8-18
++libmysqlclient10      3.23.49-8.7     i386    DSA-540-1 mysql 2004-8-18
++libmysqlclient10-dev  3.23.49-8.7     i386    DSA-540-1 mysql 2004-8-18
++mysql-client  3.23.49-8.7     i386    DSA-540-1 mysql 2004-8-18
++mysql-server  3.23.49-8.7     i386    DSA-540-1 mysql 2004-8-18
++libmysqlclient10      3.23.49-8.7     ia64    DSA-540-1 mysql 2004-8-18
++libmysqlclient10-dev  3.23.49-8.7     ia64    DSA-540-1 mysql 2004-8-18
++mysql-client  3.23.49-8.7     ia64    DSA-540-1 mysql 2004-8-18
++mysql-server  3.23.49-8.7     ia64    DSA-540-1 mysql 2004-8-18
++libmysqlclient10      3.23.49-8.7     hppa    DSA-540-1 mysql 2004-8-18
++libmysqlclient10-dev  3.23.49-8.7     hppa    DSA-540-1 mysql 2004-8-18
++mysql-client  3.23.49-8.7     hppa    DSA-540-1 mysql 2004-8-18
++mysql-server  3.23.49-8.7     hppa    DSA-540-1 mysql 2004-8-18
++libmysqlclient10      3.23.49-8.7     m68k    DSA-540-1 mysql 2004-8-18
++libmysqlclient10-dev  3.23.49-8.7     m68k    DSA-540-1 mysql 2004-8-18
++mysql-client  3.23.49-8.7     m68k    DSA-540-1 mysql 2004-8-18
++mysql-server  3.23.49-8.7     m68k    DSA-540-1 mysql 2004-8-18
++libmysqlclient10      3.23.49-8.7     mips    DSA-540-1 mysql 2004-8-18
++libmysqlclient10-dev  3.23.49-8.7     mips    DSA-540-1 mysql 2004-8-18
++mysql-client  3.23.49-8.7     mips    DSA-540-1 mysql 2004-8-18
++mysql-server  3.23.49-8.7     mips    DSA-540-1 mysql 2004-8-18
++libmysqlclient10      3.23.49-8.7     mipsel  DSA-540-1 mysql 2004-8-18
++libmysqlclient10-dev  3.23.49-8.7     mipsel  DSA-540-1 mysql 2004-8-18
++mysql-client  3.23.49-8.7     mipsel  DSA-540-1 mysql 2004-8-18
++mysql-server  3.23.49-8.7     mipsel  DSA-540-1 mysql 2004-8-18
++libmysqlclient10      3.23.49-8.7     powerpc DSA-540-1 mysql 2004-8-18
++libmysqlclient10-dev  3.23.49-8.7     powerpc DSA-540-1 mysql 2004-8-18
++mysql-client  3.23.49-8.7     powerpc DSA-540-1 mysql 2004-8-18
++mysql-server  3.23.49-8.7     powerpc DSA-540-1 mysql 2004-8-18
++libmysqlclient10      3.23.49-8.7     s390    DSA-540-1 mysql 2004-8-18
++libmysqlclient10-dev  3.23.49-8.7     s390    DSA-540-1 mysql 2004-8-18
++mysql-client  3.23.49-8.7     s390    DSA-540-1 mysql 2004-8-18
++mysql-server  3.23.49-8.7     s390    DSA-540-1 mysql 2004-8-18
++libmysqlclient10      3.23.49-8.7     sparc   DSA-540-1 mysql 2004-8-18
++libmysqlclient10-dev  3.23.49-8.7     sparc   DSA-540-1 mysql 2004-8-18
++mysql-client  3.23.49-8.7     sparc   DSA-540-1 mysql 2004-8-18
++mysql-server  3.23.49-8.7     sparc   DSA-540-1 mysql 2004-8-18
++rsync 2.5.5-0.5       alpha   DSA-499-2 rsync 2004-6-2
++rsync 2.5.5-0.5       arm     DSA-499-2 rsync 2004-6-2
++rsync 2.5.5-0.5       i386    DSA-499-2 rsync 2004-6-2
++rsync 2.5.5-0.5       ia64    DSA-499-2 rsync 2004-6-2
++rsync 2.5.5-0.5       hppa    DSA-499-2 rsync 2004-6-2
++rsync 2.5.5-0.5       m68k    DSA-499-2 rsync 2004-6-2
++rsync 2.5.5-0.5       mips    DSA-499-2 rsync 2004-6-2
++rsync 2.5.5-0.5       mipsel  DSA-499-2 rsync 2004-6-2
++rsync 2.5.5-0.5       powerpc DSA-499-2 rsync 2004-6-2
++rsync 2.5.5-0.5       s390    DSA-499-2 rsync 2004-6-2
++rsync 2.5.5-0.5       sparc   DSA-499-2 rsync 2004-6-2
++log2mail      0.2.5.2 alpha   DSA-513-1 log2mail      2004-6-3
++log2mail      0.2.5.2 arm     DSA-513-1 log2mail      2004-6-3
++log2mail      0.2.5.2 i386    DSA-513-1 log2mail      2004-6-3
++log2mail      0.2.5.2 ia64    DSA-513-1 log2mail      2004-6-3
++log2mail      0.2.5.2 hppa    DSA-513-1 log2mail      2004-6-3
++log2mail      0.2.5.2 m68k    DSA-513-1 log2mail      2004-6-3
++log2mail      0.2.5.2 mips    DSA-513-1 log2mail      2004-6-3
++log2mail      0.2.5.2 mipsel  DSA-513-1 log2mail      2004-6-3
++log2mail      0.2.5.2 powerpc DSA-513-1 log2mail      2004-6-3
++log2mail      0.2.5.2 s390    DSA-513-1 log2mail      2004-6-3
++log2mail      0.2.5.2 sparc   DSA-513-1 log2mail      2004-6-3
++libnetpbm9    9.20-8.4        alpha   DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9-dev        9.20-8.4        alpha   DSA-426-1 netpbm-free   2004-1-18
++netpbm        9.20-8.4        alpha   DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9    9.20-8.4        arm     DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9-dev        9.20-8.4        arm     DSA-426-1 netpbm-free   2004-1-18
++netpbm        9.20-8.4        arm     DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9    9.20-8.4        i386    DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9-dev        9.20-8.4        i386    DSA-426-1 netpbm-free   2004-1-18
++netpbm        9.20-8.4        i386    DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9    9.20-8.4        ia64    DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9-dev        9.20-8.4        ia64    DSA-426-1 netpbm-free   2004-1-18
++netpbm        9.20-8.4        ia64    DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9    9.20-8.3        hppa    DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9-dev        9.20-8.3        hppa    DSA-426-1 netpbm-free   2004-1-18
++netpbm        9.20-8.3        hppa    DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9    9.20-8.4        m68k    DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9-dev        9.20-8.4        m68k    DSA-426-1 netpbm-free   2004-1-18
++netpbm        9.20-8.4        m68k    DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9    9.20-8.4        mips    DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9-dev        9.20-8.4        mips    DSA-426-1 netpbm-free   2004-1-18
++netpbm        9.20-8.4        mips    DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9    9.20-8.3        mipsel  DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9-dev        9.20-8.3        mipsel  DSA-426-1 netpbm-free   2004-1-18
++netpbm        9.20-8.3        mipsel  DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9    9.20-8.4        powerpc DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9-dev        9.20-8.4        powerpc DSA-426-1 netpbm-free   2004-1-18
++netpbm        9.20-8.4        powerpc DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9    9.20-8.4        s390    DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9-dev        9.20-8.4        s390    DSA-426-1 netpbm-free   2004-1-18
++netpbm        9.20-8.4        s390    DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9    9.20-8.4        sparc   DSA-426-1 netpbm-free   2004-1-18
++libnetpbm9-dev        9.20-8.4        sparc   DSA-426-1 netpbm-free   2004-1-18
++netpbm        9.20-8.4        sparc   DSA-426-1 netpbm-free   2004-1-18
++rsync 2.5.5-0.6       alpha   DSA-538-1 rsync 2004-8-17
++rsync 2.5.5-0.6       arm     DSA-538-1 rsync 2004-8-17
++rsync 2.5.5-0.6       i386    DSA-538-1 rsync 2004-8-17
++rsync 2.5.5-0.6       ia64    DSA-538-1 rsync 2004-8-17
++rsync 2.5.5-0.6       hppa    DSA-538-1 rsync 2004-8-17
++rsync 2.5.5-0.6       m68k    DSA-538-1 rsync 2004-8-17
++rsync 2.5.5-0.6       mips    DSA-538-1 rsync 2004-8-17
++rsync 2.5.5-0.6       mipsel  DSA-538-1 rsync 2004-8-17
++rsync 2.5.5-0.6       powerpc DSA-538-1 rsync 2004-8-17
++rsync 2.5.5-0.6       s390    DSA-538-1 rsync 2004-8-17
++rsync 2.5.5-0.6       sparc   DSA-538-1 rsync 2004-8-17
++ssmtp 2.50.6.1        alpha   DSA-485-1 ssmtp 2004-4-14
++ssmtp 2.50.6.1        arm     DSA-485-1 ssmtp 2004-4-14
++ssmtp 2.50.6.1        i386    DSA-485-1 ssmtp 2004-4-14
++ssmtp 2.50.6.1        ia64    DSA-485-1 ssmtp 2004-4-14
++ssmtp 2.50.6.1        hppa    DSA-485-1 ssmtp 2004-4-14
++ssmtp 2.50.6.1        m68k    DSA-485-1 ssmtp 2004-4-14
++ssmtp 2.50.6.1        mips    DSA-485-1 ssmtp 2004-4-14
++ssmtp 2.50.6.1        mipsel  DSA-485-1 ssmtp 2004-4-14
++ssmtp 2.50.6.1        powerpc DSA-485-1 ssmtp 2004-4-14
++ssmtp 2.50.6.1        s390    DSA-485-1 ssmtp 2004-4-14
++ssmtp 2.50.6.1        sparc   DSA-485-1 ssmtp 2004-4-14
++tcpdump       3.6.2-2.8       alpha   DSA-478-1 tcpdump       2004-4-6
++tcpdump       3.6.2-2.8       arm     DSA-478-1 tcpdump       2004-4-6
++tcpdump       3.6.2-2.8       i386    DSA-478-1 tcpdump       2004-4-6
++tcpdump       3.6.2-2.8       ia64    DSA-478-1 tcpdump       2004-4-6
++tcpdump       3.6.2-2.8       hppa    DSA-478-1 tcpdump       2004-4-6
++tcpdump       3.6.2-2.8       m68k    DSA-478-1 tcpdump       2004-4-6
++tcpdump       3.6.2-2.8       mips    DSA-478-1 tcpdump       2004-4-6
++tcpdump       3.6.2-2.8       mipsel  DSA-478-1 tcpdump       2004-4-6
++tcpdump       3.6.2-2.8       powerpc DSA-478-1 tcpdump       2004-4-6
++tcpdump       3.6.2-2.8       s390    DSA-478-1 tcpdump       2004-4-6
++tcpdump       3.6.2-2.8       sparc   DSA-478-1 tcpdump       2004-4-6
++mah-jong      1.4-3   alpha   DSA-503-1 mah-jong      2004-5-13
++mah-jong      1.4-3   arm     DSA-503-1 mah-jong      2004-5-13
++mah-jong      1.4-3   i386    DSA-503-1 mah-jong      2004-5-13
++mah-jong      1.4-3   ia64    DSA-503-1 mah-jong      2004-5-13
++mah-jong      1.4-3   hppa    DSA-503-1 mah-jong      2004-5-13
++mah-jong      1.4-3   m68k    DSA-503-1 mah-jong      2004-5-13
++mah-jong      1.4-3   mips    DSA-503-1 mah-jong      2004-5-13
++mah-jong      1.4-3   mipsel  DSA-503-1 mah-jong      2004-5-13
++mah-jong      1.4-3   powerpc DSA-503-1 mah-jong      2004-5-13
++mah-jong      1.4-3   s390    DSA-503-1 mah-jong      2004-5-13
++mah-jong      1.4-3   sparc   DSA-503-1 mah-jong      2004-5-13
++gaim  0.58-2.4        alpha   DSA-434-1 gaim  2004-2-5
++gaim-common   0.58-2.4        alpha   DSA-434-1 gaim  2004-2-5
++gaim-gnome    0.58-2.4        alpha   DSA-434-1 gaim  2004-2-5
++gaim  0.58-2.4        arm     DSA-434-1 gaim  2004-2-5
++gaim-common   0.58-2.4        arm     DSA-434-1 gaim  2004-2-5
++gaim-gnome    0.58-2.4        arm     DSA-434-1 gaim  2004-2-5
++gaim  0.58-2.4        i386    DSA-434-1 gaim  2004-2-5
++gaim-common   0.58-2.4        i386    DSA-434-1 gaim  2004-2-5
++gaim-gnome    0.58-2.4        i386    DSA-434-1 gaim  2004-2-5
++gaim  0.58-2.4        ia64    DSA-434-1 gaim  2004-2-5
++gaim-common   0.58-2.4        ia64    DSA-434-1 gaim  2004-2-5
++gaim-gnome    0.58-2.4        ia64    DSA-434-1 gaim  2004-2-5
++gaim  0.58-2.4        hppa    DSA-434-1 gaim  2004-2-5
++gaim-common   0.58-2.4        hppa    DSA-434-1 gaim  2004-2-5
++gaim-gnome    0.58-2.4        hppa    DSA-434-1 gaim  2004-2-5
++gaim  0.58-2.4        m68k    DSA-434-1 gaim  2004-2-5
++gaim-common   0.58-2.4        m68k    DSA-434-1 gaim  2004-2-5
++gaim-gnome    0.58-2.4        m68k    DSA-434-1 gaim  2004-2-5
++gaim  0.58-2.4        mips    DSA-434-1 gaim  2004-2-5
++gaim-common   0.58-2.4        mips    DSA-434-1 gaim  2004-2-5
++gaim-gnome    0.58-2.4        mips    DSA-434-1 gaim  2004-2-5
++gaim  0.58-2.4        mipsel  DSA-434-1 gaim  2004-2-5
++gaim-common   0.58-2.4        mipsel  DSA-434-1 gaim  2004-2-5
++gaim-gnome    0.58-2.4        mipsel  DSA-434-1 gaim  2004-2-5
++gaim  0.58-2.4        powerpc DSA-434-1 gaim  2004-2-5
++gaim-common   0.58-2.4        powerpc DSA-434-1 gaim  2004-2-5
++gaim-gnome    0.58-2.4        powerpc DSA-434-1 gaim  2004-2-5
++gaim  0.58-2.4        s390    DSA-434-1 gaim  2004-2-5
++gaim-common   0.58-2.4        s390    DSA-434-1 gaim  2004-2-5
++gaim-gnome    0.58-2.4        s390    DSA-434-1 gaim  2004-2-5
++gaim  0.58-2.4        sparc   DSA-434-1 gaim  2004-2-5
++gaim-common   0.58-2.4        sparc   DSA-434-1 gaim  2004-2-5
++gaim-gnome    0.58-2.4        sparc   DSA-434-1 gaim  2004-2-5
++libapache-mod-dav     1.0.3-3.1       alpha   DSA-558-1 libapache-mod-dav     2004-10-6
++libapache-mod-dav     1.0.3-3.1       arm     DSA-558-1 libapache-mod-dav     2004-10-6
++libapache-mod-dav     1.0.3-3.1       i386    DSA-558-1 libapache-mod-dav     2004-10-6
++libapache-mod-dav     1.0.3-3.1       ia64    DSA-558-1 libapache-mod-dav     2004-10-6
++libapache-mod-dav     1.0.3-3.1       hppa    DSA-558-1 libapache-mod-dav     2004-10-6
++libapache-mod-dav     1.0.3-3.1       m68k    DSA-558-1 libapache-mod-dav     2004-10-6
++libapache-mod-dav     1.0.3-3.1       mips    DSA-558-1 libapache-mod-dav     2004-10-6
++libapache-mod-dav     1.0.3-3.1       mipsel  DSA-558-1 libapache-mod-dav     2004-10-6
++libapache-mod-dav     1.0.3-3.1       powerpc DSA-558-1 libapache-mod-dav     2004-10-6
++libapache-mod-dav     1.0.3-3.1       s390    DSA-558-1 libapache-mod-dav     2004-10-6
++libapache-mod-dav     1.0.3-3.1       sparc   DSA-558-1 libapache-mod-dav     2004-10-6
++libapache-mod-ssl-doc 2.8.9-2.4       all     DSA-532-2 libapache-mod-ssl     2004-7-27
++libapache-mod-ssl     2.8.9-2.4       arm     DSA-532-2 libapache-mod-ssl     2004-7-27
++libapache-mod-ssl     2.8.9-2.4       i386    DSA-532-2 libapache-mod-ssl     2004-7-27
++libapache-mod-ssl     2.8.9-2.4       ia64    DSA-532-2 libapache-mod-ssl     2004-7-27
++libapache-mod-ssl     2.8.9-2.4       hppa    DSA-532-2 libapache-mod-ssl     2004-7-27
++libapache-mod-ssl     2.8.9-2.4       m68k    DSA-532-2 libapache-mod-ssl     2004-7-27
++libapache-mod-ssl     2.8.9-2.4       mips    DSA-532-2 libapache-mod-ssl     2004-7-27
++libapache-mod-ssl     2.8.9-2.4       mipsel  DSA-532-2 libapache-mod-ssl     2004-7-27
++libapache-mod-ssl     2.8.9-2.4       powerpc DSA-532-2 libapache-mod-ssl     2004-7-27
++libapache-mod-ssl     2.8.9-2.4       s390    DSA-532-2 libapache-mod-ssl     2004-7-27
++libapache-mod-ssl     2.8.9-2.4       sparc   DSA-532-2 libapache-mod-ssl     2004-7-27
++oftpd 0.3.6-6 alpha   DSA-473-1 oftpd 2004-4-3
++oftpd 0.3.6-6 arm     DSA-473-1 oftpd 2004-4-3
++oftpd 0.3.6-6 i386    DSA-473-1 oftpd 2004-4-3
++oftpd 0.3.6-6 ia64    DSA-473-1 oftpd 2004-4-3
++oftpd 0.3.6-6 hppa    DSA-473-1 oftpd 2004-4-3
++oftpd 0.3.6-6 mips    DSA-473-1 oftpd 2004-4-3
++oftpd 0.3.6-6 mipsel  DSA-473-1 oftpd 2004-4-3
++oftpd 0.3.6-6 powerpc DSA-473-1 oftpd 2004-4-3
++oftpd 0.3.6-6 s390    DSA-473-1 oftpd 2004-4-3
++oftpd 0.3.6-6 sparc   DSA-473-1 oftpd 2004-4-3
++xpdf-common   1.00-3.3        all     DSA-619-1 xpdf  2004-12-30
++xpdf  1.00-3.3        all     DSA-619-1 xpdf  2004-12-30
++xpdf-reader   1.00-3.3        alpha   DSA-619-1 xpdf  2004-12-30
++xpdf-utils    1.00-3.3        alpha   DSA-619-1 xpdf  2004-12-30
++xpdf-reader   1.00-3.3        arm     DSA-619-1 xpdf  2004-12-30
++xpdf-utils    1.00-3.3        arm     DSA-619-1 xpdf  2004-12-30
++xpdf-reader   1.00-3.3        i386    DSA-619-1 xpdf  2004-12-30
++xpdf-utils    1.00-3.3        i386    DSA-619-1 xpdf  2004-12-30
++xpdf-reader   1.00-3.3        ia64    DSA-619-1 xpdf  2004-12-30
++xpdf-utils    1.00-3.3        ia64    DSA-619-1 xpdf  2004-12-30
++xpdf-reader   1.00-3.3        hppa    DSA-619-1 xpdf  2004-12-30
++xpdf-utils    1.00-3.3        hppa    DSA-619-1 xpdf  2004-12-30
++xpdf-reader   1.00-3.3        m68k    DSA-619-1 xpdf  2004-12-30
++xpdf-utils    1.00-3.3        m68k    DSA-619-1 xpdf  2004-12-30
++xpdf-reader   1.00-3.3        mips    DSA-619-1 xpdf  2004-12-30
++xpdf-utils    1.00-3.3        mips    DSA-619-1 xpdf  2004-12-30
++xpdf-reader   1.00-3.3        mipsel  DSA-619-1 xpdf  2004-12-30
++xpdf-utils    1.00-3.3        mipsel  DSA-619-1 xpdf  2004-12-30
++xpdf-reader   1.00-3.3        powerpc DSA-619-1 xpdf  2004-12-30
++xpdf-utils    1.00-3.3        powerpc DSA-619-1 xpdf  2004-12-30
++xpdf-reader   1.00-3.3        s390    DSA-619-1 xpdf  2004-12-30
++xpdf-utils    1.00-3.3        s390    DSA-619-1 xpdf  2004-12-30
++xpdf-reader   1.00-3.3        sparc   DSA-619-1 xpdf  2004-12-30
++xpdf-utils    1.00-3.3        sparc   DSA-619-1 xpdf  2004-12-30
++php4-dev      4.1.2-7 all     DSA-531-1 php4  2004-7-20
++php4-pear     4.1.2-7 all     DSA-531-1 php4  2004-7-20
++caudium-php4  4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4  4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-cgi      4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-curl     4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-domxml   4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-gd       4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-imap     4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-ldap     4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-mcal     4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-mhash    4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-mysql    4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-odbc     4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-recode   4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-snmp     4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-sybase   4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++php4-xslt     4.1.2-7 alpha   DSA-531-1 php4  2004-7-20
++caudium-php4  4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4  4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-cgi      4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-curl     4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-domxml   4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-gd       4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-imap     4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-ldap     4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-mcal     4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-mhash    4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-mysql    4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-odbc     4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-recode   4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-snmp     4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-sybase   4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++php4-xslt     4.1.2-7 arm     DSA-531-1 php4  2004-7-20
++caudium-php4  4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4  4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-cgi      4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-curl     4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-domxml   4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-gd       4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-imap     4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-ldap     4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-mcal     4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-mhash    4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-mysql    4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-odbc     4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-recode   4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-snmp     4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-sybase   4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++php4-xslt     4.1.2-7.0.1     i386    DSA-531-1 php4  2004-7-20
++caudium-php4  4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4  4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-cgi      4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-curl     4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-domxml   4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-gd       4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-imap     4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-ldap     4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-mcal     4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-mhash    4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-mysql    4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-odbc     4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-recode   4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-snmp     4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-sybase   4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++php4-xslt     4.1.2-7 ia64    DSA-531-1 php4  2004-7-20
++caudium-php4  4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4  4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-cgi      4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-curl     4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-domxml   4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-gd       4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-imap     4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-ldap     4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-mcal     4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-mhash    4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-mysql    4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-odbc     4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-recode   4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-snmp     4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-sybase   4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++php4-xslt     4.1.2-7 hppa    DSA-531-1 php4  2004-7-20
++caudium-php4  4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4  4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-cgi      4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-curl     4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-domxml   4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-gd       4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-imap     4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-ldap     4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-mcal     4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-mhash    4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-mysql    4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-odbc     4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-recode   4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-snmp     4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-sybase   4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++php4-xslt     4.1.2-7 m68k    DSA-531-1 php4  2004-7-20
++caudium-php4  4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4  4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-cgi      4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-curl     4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-domxml   4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-gd       4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-imap     4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-ldap     4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-mcal     4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-mhash    4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-mysql    4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-odbc     4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-recode   4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-snmp     4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-sybase   4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++php4-xslt     4.1.2-7 mips    DSA-531-1 php4  2004-7-20
++caudium-php4  4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4  4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-cgi      4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-curl     4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-domxml   4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-gd       4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-imap     4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-ldap     4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-mcal     4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-mhash    4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-mysql    4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-odbc     4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-recode   4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-snmp     4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-sybase   4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++php4-xslt     4.1.2-7 mipsel  DSA-531-1 php4  2004-7-20
++caudium-php4  4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4  4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-cgi      4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-curl     4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-domxml   4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-gd       4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-imap     4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-ldap     4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-mcal     4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-mhash    4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-mysql    4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-odbc     4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-recode   4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-snmp     4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-sybase   4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++php4-xslt     4.1.2-7 powerpc DSA-531-1 php4  2004-7-20
++caudium-php4  4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4  4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-cgi      4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-curl     4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-domxml   4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-gd       4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-imap     4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-ldap     4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-mcal     4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-mhash    4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-mysql    4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-odbc     4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-recode   4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-snmp     4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-sybase   4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++php4-xslt     4.1.2-7 s390    DSA-531-1 php4  2004-7-20
++caudium-php4  4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4  4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-cgi      4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-curl     4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-domxml   4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-gd       4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-imap     4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-ldap     4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-mcal     4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-mhash    4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-mysql    4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-odbc     4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-recode   4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-snmp     4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-sybase   4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++php4-xslt     4.1.2-7 sparc   DSA-531-1 php4  2004-7-20
++courier-doc   0.37.3-2.5      all     DSA-533-1 courier       2004-7-22
++courier-authdaemon    0.37.3-2.5      arm     DSA-533-1 courier       2004-7-22
++courier-authmysql     0.37.3-2.5      arm     DSA-533-1 courier       2004-7-22
++courier-base  0.37.3-2.5      arm     DSA-533-1 courier       2004-7-22
++courier-debug 0.37.3-2.5      arm     DSA-533-1 courier       2004-7-22
++courier-imap  1.4.3-2.5       arm     DSA-533-1 courier       2004-7-22
++courier-ldap  0.37.3-2.5      arm     DSA-533-1 courier       2004-7-22
++courier-maildrop      0.37.3-2.5      arm     DSA-533-1 courier       2004-7-22
++courier-mlm   0.37.3-2.5      arm     DSA-533-1 courier       2004-7-22
++courier-mta   0.37.3-2.5      arm     DSA-533-1 courier       2004-7-22
++courier-pcp   0.37.3-2.5      arm     DSA-533-1 courier       2004-7-22
++courier-pop   0.37.3-2.5      arm     DSA-533-1 courier       2004-7-22
++courier-webadmin      0.37.3-2.5      arm     DSA-533-1 courier       2004-7-22
++sqwebmail     0.37.3-2.5      arm     DSA-533-1 courier       2004-7-22
++courier-authdaemon    0.37.3-2.5      i386    DSA-533-1 courier       2004-7-22
++courier-authmysql     0.37.3-2.5      i386    DSA-533-1 courier       2004-7-22
++courier-base  0.37.3-2.5      i386    DSA-533-1 courier       2004-7-22
++courier-debug 0.37.3-2.5      i386    DSA-533-1 courier       2004-7-22
++courier-imap  1.4.3-2.5       i386    DSA-533-1 courier       2004-7-22
++courier-ldap  0.37.3-2.5      i386    DSA-533-1 courier       2004-7-22
++courier-maildrop      0.37.3-2.5      i386    DSA-533-1 courier       2004-7-22
++courier-mlm   0.37.3-2.5      i386    DSA-533-1 courier       2004-7-22
++courier-mta   0.37.3-2.5      i386    DSA-533-1 courier       2004-7-22
++courier-pcp   0.37.3-2.5      i386    DSA-533-1 courier       2004-7-22
++courier-pop   0.37.3-2.5      i386    DSA-533-1 courier       2004-7-22
++courier-webadmin      0.37.3-2.5      i386    DSA-533-1 courier       2004-7-22
++sqwebmail     0.37.3-2.5      i386    DSA-533-1 courier       2004-7-22
++courier-authdaemon    0.37.3-2.5      ia64    DSA-533-1 courier       2004-7-22
++courier-authmysql     0.37.3-2.5      ia64    DSA-533-1 courier       2004-7-22
++courier-base  0.37.3-2.5      ia64    DSA-533-1 courier       2004-7-22
++courier-debug 0.37.3-2.5      ia64    DSA-533-1 courier       2004-7-22
++courier-imap  1.4.3-2.5       ia64    DSA-533-1 courier       2004-7-22
++courier-ldap  0.37.3-2.5      ia64    DSA-533-1 courier       2004-7-22
++courier-maildrop      0.37.3-2.5      ia64    DSA-533-1 courier       2004-7-22
++courier-mlm   0.37.3-2.5      ia64    DSA-533-1 courier       2004-7-22
++courier-mta   0.37.3-2.5      ia64    DSA-533-1 courier       2004-7-22
++courier-pcp   0.37.3-2.5      ia64    DSA-533-1 courier       2004-7-22
++courier-pop   0.37.3-2.5      ia64    DSA-533-1 courier       2004-7-22
++courier-webadmin      0.37.3-2.5      ia64    DSA-533-1 courier       2004-7-22
++sqwebmail     0.37.3-2.5      ia64    DSA-533-1 courier       2004-7-22
++courier-authdaemon    0.37.3-2.5      hppa    DSA-533-1 courier       2004-7-22
++courier-authmysql     0.37.3-2.5      hppa    DSA-533-1 courier       2004-7-22
++courier-base  0.37.3-2.5      hppa    DSA-533-1 courier       2004-7-22
++courier-debug 0.37.3-2.5      hppa    DSA-533-1 courier       2004-7-22
++courier-imap  1.4.3-2.5       hppa    DSA-533-1 courier       2004-7-22
++courier-ldap  0.37.3-2.5      hppa    DSA-533-1 courier       2004-7-22
++courier-maildrop      0.37.3-2.5      hppa    DSA-533-1 courier       2004-7-22
++courier-mlm   0.37.3-2.5      hppa    DSA-533-1 courier       2004-7-22
++courier-mta   0.37.3-2.5      hppa    DSA-533-1 courier       2004-7-22
++courier-pcp   0.37.3-2.5      hppa    DSA-533-1 courier       2004-7-22
++courier-pop   0.37.3-2.5      hppa    DSA-533-1 courier       2004-7-22
++courier-webadmin      0.37.3-2.5      hppa    DSA-533-1 courier       2004-7-22
++sqwebmail     0.37.3-2.5      hppa    DSA-533-1 courier       2004-7-22
++courier-authdaemon    0.37.3-2.5      m68k    DSA-533-1 courier       2004-7-22
++courier-authmysql     0.37.3-2.5      m68k    DSA-533-1 courier       2004-7-22
++courier-base  0.37.3-2.5      m68k    DSA-533-1 courier       2004-7-22
++courier-debug 0.37.3-2.5      m68k    DSA-533-1 courier       2004-7-22
++courier-imap  1.4.3-2.5       m68k    DSA-533-1 courier       2004-7-22
++courier-ldap  0.37.3-2.5      m68k    DSA-533-1 courier       2004-7-22
++courier-maildrop      0.37.3-2.5      m68k    DSA-533-1 courier       2004-7-22
++courier-mlm   0.37.3-2.5      m68k    DSA-533-1 courier       2004-7-22
++courier-mta   0.37.3-2.5      m68k    DSA-533-1 courier       2004-7-22
++courier-pcp   0.37.3-2.5      m68k    DSA-533-1 courier       2004-7-22
++courier-pop   0.37.3-2.5      m68k    DSA-533-1 courier       2004-7-22
++courier-webadmin      0.37.3-2.5      m68k    DSA-533-1 courier       2004-7-22
++sqwebmail     0.37.3-2.5      m68k    DSA-533-1 courier       2004-7-22
++courier-authdaemon    0.37.3-2.5      mips    DSA-533-1 courier       2004-7-22
++courier-authmysql     0.37.3-2.5      mips    DSA-533-1 courier       2004-7-22
++courier-base  0.37.3-2.5      mips    DSA-533-1 courier       2004-7-22
++courier-debug 0.37.3-2.5      mips    DSA-533-1 courier       2004-7-22
++courier-imap  1.4.3-2.5       mips    DSA-533-1 courier       2004-7-22
++courier-ldap  0.37.3-2.5      mips    DSA-533-1 courier       2004-7-22
++courier-maildrop      0.37.3-2.5      mips    DSA-533-1 courier       2004-7-22
++courier-mlm   0.37.3-2.5      mips    DSA-533-1 courier       2004-7-22
++courier-mta   0.37.3-2.5      mips    DSA-533-1 courier       2004-7-22
++courier-pcp   0.37.3-2.5      mips    DSA-533-1 courier       2004-7-22
++courier-pop   0.37.3-2.5      mips    DSA-533-1 courier       2004-7-22
++courier-webadmin      0.37.3-2.5      mips    DSA-533-1 courier       2004-7-22
++sqwebmail     0.37.3-2.5      mips    DSA-533-1 courier       2004-7-22
++courier-authdaemon    0.37.3-2.5      mipsel  DSA-533-1 courier       2004-7-22
++courier-authmysql     0.37.3-2.5      mipsel  DSA-533-1 courier       2004-7-22
++courier-base  0.37.3-2.5      mipsel  DSA-533-1 courier       2004-7-22
++courier-debug 0.37.3-2.5      mipsel  DSA-533-1 courier       2004-7-22
++courier-imap  1.4.3-2.5       mipsel  DSA-533-1 courier       2004-7-22
++courier-ldap  0.37.3-2.5      mipsel  DSA-533-1 courier       2004-7-22
++courier-maildrop      0.37.3-2.5      mipsel  DSA-533-1 courier       2004-7-22
++courier-mlm   0.37.3-2.5      mipsel  DSA-533-1 courier       2004-7-22
++courier-mta   0.37.3-2.5      mipsel  DSA-533-1 courier       2004-7-22
++courier-pcp   0.37.3-2.5      mipsel  DSA-533-1 courier       2004-7-22
++courier-pop   0.37.3-2.5      mipsel  DSA-533-1 courier       2004-7-22
++courier-webadmin      0.37.3-2.5      mipsel  DSA-533-1 courier       2004-7-22
++sqwebmail     0.37.3-2.5      mipsel  DSA-533-1 courier       2004-7-22
++courier-authdaemon    0.37.3-2.5      powerpc DSA-533-1 courier       2004-7-22
++courier-authmysql     0.37.3-2.5      powerpc DSA-533-1 courier       2004-7-22
++courier-base  0.37.3-2.5      powerpc DSA-533-1 courier       2004-7-22
++courier-debug 0.37.3-2.5      powerpc DSA-533-1 courier       2004-7-22
++courier-imap  1.4.3-2.5       powerpc DSA-533-1 courier       2004-7-22
++courier-ldap  0.37.3-2.5      powerpc DSA-533-1 courier       2004-7-22
++courier-maildrop      0.37.3-2.5      powerpc DSA-533-1 courier       2004-7-22
++courier-mlm   0.37.3-2.5      powerpc DSA-533-1 courier       2004-7-22
++courier-mta   0.37.3-2.5      powerpc DSA-533-1 courier       2004-7-22
++courier-pcp   0.37.3-2.5      powerpc DSA-533-1 courier       2004-7-22
++courier-pop   0.37.3-2.5      powerpc DSA-533-1 courier       2004-7-22
++courier-webadmin      0.37.3-2.5      powerpc DSA-533-1 courier       2004-7-22
++sqwebmail     0.37.3-2.5      powerpc DSA-533-1 courier       2004-7-22
++courier-authdaemon    0.37.3-2.5      s390    DSA-533-1 courier       2004-7-22
++courier-authmysql     0.37.3-2.5      s390    DSA-533-1 courier       2004-7-22
++courier-base  0.37.3-2.5      s390    DSA-533-1 courier       2004-7-22
++courier-debug 0.37.3-2.5      s390    DSA-533-1 courier       2004-7-22
++courier-imap  1.4.3-2.5       s390    DSA-533-1 courier       2004-7-22
++courier-ldap  0.37.3-2.5      s390    DSA-533-1 courier       2004-7-22
++courier-maildrop      0.37.3-2.5      s390    DSA-533-1 courier       2004-7-22
++courier-mlm   0.37.3-2.5      s390    DSA-533-1 courier       2004-7-22
++courier-mta   0.37.3-2.5      s390    DSA-533-1 courier       2004-7-22
++courier-pcp   0.37.3-2.5      s390    DSA-533-1 courier       2004-7-22
++courier-pop   0.37.3-2.5      s390    DSA-533-1 courier       2004-7-22
++courier-webadmin      0.37.3-2.5      s390    DSA-533-1 courier       2004-7-22
++sqwebmail     0.37.3-2.5      s390    DSA-533-1 courier       2004-7-22
++courier-authdaemon    0.37.3-2.5      sparc   DSA-533-1 courier       2004-7-22
++courier-authmysql     0.37.3-2.5      sparc   DSA-533-1 courier       2004-7-22
++courier-base  0.37.3-2.5      sparc   DSA-533-1 courier       2004-7-22
++courier-debug 0.37.3-2.5      sparc   DSA-533-1 courier       2004-7-22
++courier-imap  1.4.3-2.5       sparc   DSA-533-1 courier       2004-7-22
++courier-ldap  0.37.3-2.5      sparc   DSA-533-1 courier       2004-7-22
++courier-maildrop      0.37.3-2.5      sparc   DSA-533-1 courier       2004-7-22
++courier-mlm   0.37.3-2.5      sparc   DSA-533-1 courier       2004-7-22
++courier-mta   0.37.3-2.5      sparc   DSA-533-1 courier       2004-7-22
++courier-pcp   0.37.3-2.5      sparc   DSA-533-1 courier       2004-7-22
++courier-pop   0.37.3-2.5      sparc   DSA-533-1 courier       2004-7-22
++courier-webadmin      0.37.3-2.5      sparc   DSA-533-1 courier       2004-7-22
++sqwebmail     0.37.3-2.5      sparc   DSA-533-1 courier       2004-7-22
+--- ./systems/Linux/2/check_listeningprocs.scripts     2003-09-19 02:13:52.000000000 +0200
++++ ./systems/Linux/2/check_listeningprocs     2006-05-01 10:21:40.000000000 +0200
+@@ -17,6 +17,9 @@
+ #
+ # check_listeningprocs - 08/23/2001
+ #
++# 05/15/2005 jfs  Proper check for processes in loopback (Debian Bug #307695)
++# 05/02/2004 jfs  Try to avoid eval problems if handling variables with
++#                 special characters (such as space)
+ # 09/19/2003 - jfs - Allow empty okprocess and okprocessuser with the patch
+ #   provided by Nicolas François. Also added patch improving the 
+ #   use of NETSTAT and LSOF. Information gathered by both is piped to
+@@ -160,11 +163,11 @@
+       # TODO This should change into a function since it's used twice in the
+       # code
+       [ -n "$okprocess" ] && \
+-      isokprocess=`eval "case $proc in ${okprocess})  echo \"yes\" ;; \
++      isokprocess=`eval "case \"$proc\" in ${okprocess})  echo \"yes\" ;; \
+       *) echo \"no\" ;; esac"`
+       # Probably redundant since this is done already at the top
+       [ -n "$okprocessusers" ] && \
+-      isokuser=`eval "case $user in ${okprocessusers})  echo \"yes\" ;; \
++      isokuser=`eval "case \"$user\" in ${okprocessusers})  echo \"yes\" ;; \
+       *) echo \"no\" ;; esac"`
+       if [ "$isokprocess" = "no" ] ; then
+               if [ "$isokuser" = "yes" ] ; then
+@@ -172,7 +175,7 @@
+                               message WARN lin002i "" "The process \`$proc' is listening on socket $socket ($type) on $address interface." || \
+                               message INFO lin002i "" "The process \`$proc' is listening on socket $socket ($type) on $address interface." 
+               else
+-                      [ "$address" != "127.0.0.1" ]  && {
++                      [ "$address" != "loopback" ]  && {
+                               message WARN lin003w "" "The process \`$proc' is listening on socket $socket ($type on $address interface) is run by $user."
+                       } 
+               fi # of if okuser
+--- ./systems/Linux/2/check_inittab.scripts    2003-08-09 15:43:00.000000000 +0200
++++ ./systems/Linux/2/check_inittab    2006-05-01 10:21:40.000000000 +0200
+@@ -20,6 +20,7 @@
+ # 04.25.2001
+ # Javier Fernandez-Sanguino <jfs@computer.org>
+ #
++# 10/19/2003 - jfs - Fixed check to avoid false positives (Debian Bug #215872)
+ # 08/09/2003 - jfs - Improved checked (might give false positives if comments
+ #                  where used)
+ # 07/25/2002 - jfs - Changed TigerInstallDir to .
+@@ -73,10 +74,13 @@
+ haveallfiles BASEDIR WORKDIR || exit 1
+ if [ -r /etc/inittab ] ; then
+-      CTRALTDEL_STRING="^ctraltdel:/sbin/shutdown"
+-      $GREP "$CTRALTDEL_STRING" /etc/inittab 1> /dev/null
+-      if [ $? -eq 1 ]
++      $GREP shutdown /etc/inittab | $GREP -v ^# | $AWK -F : '{ print $2, $3, $4'} |
++      while read runlevels key command
++# Inittab is made up of four fields: name, runlevels, key and command
++      do
++      if [ $key = "ctrlaltdel" -a -n "`echo $command |$GREP shutdown`" ] 
+       then
+-              message FAIL lin007w "" "Normal users can reboot the system through ctrl+alt+del"
++              message FAIL lin007w "" "Normal users can reboot the system through ctrl+alt+del in runlevels $runlevels"
+       fi
++      done
+ fi
+--- ./systems/Linux/2/gen_cron.scripts 2003-10-01 00:31:41.000000000 +0200
++++ ./systems/Linux/2/gen_cron 2006-05-01 10:21:40.000000000 +0200
+@@ -16,6 +16,7 @@
+ #     Please see the file `COPYING' for the complete copyright notice.
+ #
+ # Linux/2/gen_cron - 06/14/93
++# 03/21/2005 - jfs - Fixed -a checks to be POSIX compatbile
+ # 10/01/2003 - jfs - Added check to see if CRONSPOOL can be read, also
+ #    fixed the way the information is read since LS might be locale
+ #    dependant and it's cleaner to call FIND than to access the directory
+@@ -44,10 +45,10 @@
+ # First check the System's cron files (all in /etc)
+ # these are output with just the cron owner and the file 
+ for dir in /etc/cron.hourly /etc/cron.daily /etc/cron.weekly /etc/cron.monthly
++# TODO: consider using cron.* as suggested by unspawn instead of
++# an explicit for
+ do
+-# TODO (fix): this code will return sometimes errors if the directory
+-# is empty (that's why it's redirected). Maybe find should be used instead
+-    if [ -d "$dir" -a -r "$dir" ]; then 
++    if [ -d "$dir" ] && [ -r "$dir" ]; then 
+       $FIND "$dir" -type f -printf "%p %u\n" |
+       while read  file owner
+       do
+@@ -61,7 +62,7 @@
+ # Then check the cron's spool (both of the system's and the user's)
+ # TODO (fix): same as above
+-if [ -d $CRONSPOOL -a -r $CRONSPOOL ]; then 
++if [ -d $CRONSPOOL ] && [ -r $CRONSPOOL ]; then 
+ $FIND "$CRONSPOOL" -type f -printf "%p %u %f\n" |
+ while read  file owner name
+ do
+@@ -88,3 +89,4 @@
+     esac
+ done
+ fi
++
+--- ./systems/Linux/2/check_patches.scripts    2003-04-21 09:36:48.000000000 +0200
++++ ./systems/Linux/2/check_patches    2006-05-01 10:21:40.000000000 +0200
+@@ -23,6 +23,7 @@
+ #                as a non-root user.
+ #                Changed TigerInstallDir to .
+ # 04/15/2003 jfs Added some TODOS
++# 01/15/2004 jfs Fixed dependancies
+ #
+ #-----------------------------------------------------------------------------
+ # TODO:
+@@ -65,7 +66,7 @@
+ # elements are set.
+ #
+ [ "$Tiger_TESTMODE" = 'Y' ] && {
+-  haveallcmds AWK CAT COMM GEN_INETD_SETS GEN_SERVICES_SETS GREP JOIN LS RM SORT TAIL UNIQ || exit 1
++  haveallcmds GREP JOIN RM  || exit 1
+   havelallcmds APT || haveallcmds AUTORPM || exit 1
+   haveallfiles BASEDIR WORKDIR || exit 1
+   
+@@ -76,8 +77,7 @@
+ echo
+ echo "# Checking for up-to-date patches..."
+-haveallcmds AWK CAT COMM GEN_INETD_SETS GEN_SERVICES_SETS GREP JOIN || exit 1
+-haveallcmds LS RM SORT TAIL UNIQ  || exit 1
++haveallcmds GREP JOIN RM || exit 1
+ # TODO: How can we check fo one command *or* other ?? (jfs)
+ #havelallcmds APT || haveallcmds AUTORPM || exit 1
+ haveallfiles BASEDIR WORKDIR || exit 1
+@@ -91,7 +91,7 @@
+       if [ -s $tmplog ]
+       then
+-              message FAIL ptch01 "" "Following packages not up to date:"
++              message FAIL ptch01f "" "Following packages not up to date:"
+               while read filename
+               do
+                       echo "          $filename"
+@@ -103,13 +103,13 @@
+ elif [ -n "$APT" -a -x "$APT" ]
+ then
+       tmplog="$WORKDIR/apt-get.out.tmp.$$"
+-      [ "$UID" -gt 0  ] && message WARN ptch05e "" "This script is not running as super-user, it will probably be unable to update the package database from it's sources."
++      [ "$UID" -gt 0  ] && message ERROR ptch05e "" "This script is not running as super-user, it will probably be unable to update the package database from it's sources."
+               $APT update 1> /dev/null
+               $APT -s upgrade | $GREP "^Inst" | awk '{print $2}' > $tmplog
+       if [ -s $tmplog ]
+       then
+-                      message FAIL ptch02 "" "apt-get reports following packages not up to date:"    
++                      message FAIL ptch02f "" "apt-get reports following packages not up to date:"    
+               while read filename
+               do
+                       echo "          $filename"
+@@ -117,6 +117,6 @@
+               delete $tmplog
+               fi
+ else
+-      message WARN ptch04 "" "Can't find patch management tool."
++      message WARN ptch04w "" "Can't find patch management tool."
+ fi
+--- ./systems/Linux/2/check_neverlogin.scripts 2003-10-07 00:40:09.000000000 +0200
++++ ./systems/Linux/2/check_neverlogin 2006-05-01 10:21:40.000000000 +0200
+@@ -96,7 +96,7 @@
+ # Just make this check just in case
+ if [ ! -r $WORKDIR/pass.list.$$ ]
+ then
+-      message FAIL pass008e "" "File $WORKDIR/pass.list.$$ is not readable"
++      message ERROR pass008e "" "File $WORKDIR/pass.list.$$ is not readable"
+       exit 1
+ fi
+--- ./systems/Linux/2/check_release.scripts    2003-10-01 22:26:53.000000000 +0200
++++ ./systems/Linux/2/check_release    2006-05-01 10:21:40.000000000 +0200
+@@ -20,6 +20,16 @@
+ # Paul Telford <paul_telford@hp.com>
+ # 07/25/2002 jfs       Changed TigerInstallDir to .
+ # 10/01/2003 jfs       Fixed message calls
++# 11/09/2003 jfs       Removed typeset bashism and updated RedHat versions so
++#            only 7.1 or greater are consider current (Debian Bug 219764)
++# 01/15/2004 jfs       Updated RedHat version (now it's 9 or greater), but
++#            added a note regarding Progeny support...
++# 03/21/2005 jfs       Use EGREP instead of grep -E
++#
++#-----------------------------------------------------------------------------
++# TODO:
++# - Support more distributions (SuSE, Mandrake...)
++# - Add support to RedHat Enterprise distributions?
+ #
+ #-----------------------------------------------------------------------------
+ #
+@@ -56,7 +66,7 @@
+ # elements are set.
+ #
+ [ "$Tiger_TESTMODE" = 'Y' ] && {
+-  haveallcmds AWK CAT CUT GEN_INETD_SETS GEN_SERVICES_SETS GREP JOIN LS RM SORT TAIL UNIQ || exit 1
++  haveallcmds CUT EGREP RM  || exit 1
+   haveallfiles BASEDIR WORKDIR || exit 1
+   
+   echo "--CONFIG-- [init003c] $0: Configuration ok..."
+@@ -66,24 +76,34 @@
+ echo
+ echo "# Checking OS release..."
+-haveallcmds AWK CAT CUT GREP JOIN LS RM SORT TAIL UNIQ || exit 1
++haveallcmds CUT EGREP RM  || exit 1
+ haveallfiles BASEDIR WORKDIR || exit 1
+ if [ -e /etc/redhat-release ]
+ then
+         REDHAT_VERSION=`$CUT -f5 -d' ' /etc/redhat-release`
+-        typeset -i MAJOR=`echo $REDHAT_VERSION | $CUT -d. -f1`
+-        typeset -i MINOR=`echo $REDHAT_VERSION | $CUT -d. -f2`
+-        if [ $MAJOR -lt 6 ]
+-        then
+-                message FAIL osv001 "" "Out of date Redhat Linux version $REDHAT_VERSION"
+-        
+-        elif [ $MAJOR -eq 6 -a $MINOR -lt 2 ]
+-        then
+-                message FAIL osv001 "" "Out of date Redhat Linux version $REDHAT_VERSION"
+-                return
+-        fi
+-
++        $EGREP "[A-Za-z]" $REDHAT_VERSION 1> /dev/null
++      if [ $? -eq 1 ]
++      then
++              MAJOR=`echo $REDHAT_VERSION | $CUT -d. -f1`
++              MINOR=`echo $REDHAT_VERSION | $CUT -d. -f2`
++              # Note: RedHat 9 EOL is April 30th, 2004.
++              # Also notice that Progeny does provide official support
++              # for 7.2, 7.3, 8.0 and 9.0 starting January 1, 2004
++              # (but only for x86) see http://transition.progeny.com/
++              if [ $MAJOR -lt 9 ]
++              then
++                      message FAIL osv001f "" "Out of date Redhat Linux version $REDHAT_VERSION"
++
++#             elif [ $MAJOR -eq X -a $MINOR -lt X ]
++#             then
++#                      message FAIL osv001f "" "Out of date Redhat Linux version $REDHAT_VERSION"
++#                              return
++                       fi
++      else
++                 message WARN osv004w "" "Unreleased RedHat Linux version \`$REDHAT_VERSION'"
++      fi
++      
+ # Debian seems to put either a number or a codename in their
+ # version file so we have to check for both.
+ elif [ -e /etc/debian_version ]
+@@ -91,29 +111,29 @@
+       # these are the codenames for the older debian releases
+       # if we see any of them we know we fail right away
+         DEBIAN_VERSION=`$CUT -f1 -d' ' /etc/debian_version`
+-        $GREP -E "hamm|bo|rex|buzz" /etc/debian_version 2> /dev/null
++        $EGREP "hamm|bo|rex|buzz" /etc/debian_version 2> /dev/null
+         if [ $? -eq 0 ]
+         then
+-                message FAIL osv002 "" "Out of date Debian GNU/Linux version"
++                message FAIL osv002f "" "Out of date Debian GNU/Linux version"
+         else
+-            $CUT -f1 -d' ' /etc/debian_version | $GREP -E "[A-Za-z]" 1> /dev/null
++            $CUT -f1 -d' ' /etc/debian_version | $EGREP "[A-Za-z]" 1> /dev/null
+             if [ $? -eq 1 ]
+             then
+-                typeset -i MAJOR=`echo $DEBIAN_VERSION | $CUT -d \. -f 1`
+-                typeset -i MINOR=`echo $DEBIAN_VERSION | $CUT -d \. -f 2`
++                MAJOR=`echo $DEBIAN_VERSION | $CUT -d \. -f 1`
++                MINOR=`echo $DEBIAN_VERSION | $CUT -d \. -f 2`
+                 if [ "$MAJOR" -lt 3 ]
+                 then
+-                        message FAIL osv002 "" "Out of date Debian GNU/Linux version \`$DEBIAN_VERSION'"
++                        message FAIL osv002f "" "Out of date Debian GNU/Linux version \`$DEBIAN_VERSION'"
+                 elif [ "$MAJOR" -eq 3 -a "$MINOR" -lt 0 ]
+                 then
+-                        message FAIL osv002 "" "Out of date Debian GNU/Linux version \`$DEBIAN_VERSION'"
++                        message FAIL osv002f "" "Out of date Debian GNU/Linux version \`$DEBIAN_VERSION'"
+                 fi
+             else
+-                        message WARN osv004 "" "Unreleased Debian GNU/Linux version \`$DEBIAN_VERSION'"
++                        message WARN osv004w "" "Unreleased Debian GNU/Linux version \`$DEBIAN_VERSION'"
+            fi
+           
+         fi
+ else
+-        message WARN osv003 "" "This check only works for Redhat and Debian"
++        message WARN osv003w "" "This check only works for Redhat and Debian"
+ fi
+  
+--- ./systems/Linux/2/check_lilo.scripts       2003-04-21 09:41:09.000000000 +0200
++++ ./systems/Linux/2/check_lilo       2006-05-01 10:21:41.000000000 +0200
+@@ -24,6 +24,12 @@
+ # 07/25/2002 jfs       
+ # Changed TigerInstallDir to .
+ # Changed -e to -r and 'find' to 'access' in the error msg.
++# 10/19/2003 jfs - Applied patch from Ryan Bradetich to work in SuSE systems.
++# 11/18/2003 jfs - Fixed typo (Debian bug #221470)
++# 01/15/2004 jfs - Fixed dependancies
++# 12/27/2004 jfs - Fixed grub.conf naming (Debian bug #286641)
++# 03/21/2005 jfs      Only run if running on the x86 architecture
++#                     (Debian bug #288737)
+ #
+ #-----------------------------------------------------------------------------
+ #
+@@ -60,15 +66,20 @@
+ # elements are set.
+ #
+ [ "$Tiger_TESTMODE" = 'Y' ] && {
+-  haveallcmds AWK CAT COMM GEN_INETD_SETS GEN_SERVICES_SETS GREP JOIN LS RM SORT TAIL UNIQ || exit 1
++  haveallcmds GREP RM UNAME EGREP || exit 1
+   haveallfiles BASEDIR WORKDIR || exit 1
+   
+   echo "--CONFIG-- [init003c] $0: Configuration ok..."
+   exit 0
+ }
+ #------------------------------------------------------------------------
+-haveallcmds AWK CAT COMM GEN_INETD_SETS GEN_SERVICES_SETS GREP JOIN LS RM SORT TAIL UNIQ || exit 1
++haveallcmds GREP RM UNAME EGREP || exit 1
+ haveallfiles BASEDIR WORKDIR || exit 1
++
++machine=`$UNAME -m`
++# Only applies to the x86 architecture:
++[ -z "`echo $machine | $EGREP 'i.86$'`" ] && exit 0
++
+ echo
+ echo "# Checking boot loader file permissions..."
+ found="N"
+@@ -104,8 +115,18 @@
+ fi
+-file=/boot/grub/grub.conf
+-if [ -r $file ]
++if [ -r /etc/grub.conf ] ; then
++   # SuSE uses /etc/grub.conf.
++   file=/etc/grub.conf
++elif [ -r  /boot/grub/menu.lst ] ; then
++   # Debian uses /boot/grub/menu.lst
++   file=/boot/grub/menu.lst
++else
++   # for other Linux systems
++   file=/boot/grub/grub.conf
++fi 
++
++if [ -r "$file" ]
+ then
+       found="Y"
+@@ -115,11 +136,11 @@
+       if [ $rgr -eq 1 -o $rgw -eq 1 -o $rgx -eq 1 ]
+       then
+-                message WARN boot02 "" "The configuration file grub.conf has group permissions.  Should be 0600"
++                message WARN boot02 "" "The configuration file $file has group permissions.  Should be 0600"
+       fi
+       if [ $ror -eq 1 -o $row -eq 1 -o $rox -eq 1 ]
+       then
+-                message FAIL boot02 "" "The configuration file grub.conf has world permissions.  Should be 0600"
++                message FAIL boot02 "" "The configuration file $file has world permissions.  Should be 0600"
+         fi
+       done
+@@ -130,5 +151,7 @@
+ fi
+ [ "$found" != 'Y' ] && {
+-      message WARN boot03 "" "Could not access lilo.conf or grub.conf"
++      message WARN boot03w "" "Could not access LILO's or Grub's configuration file"
+ }
++
++exit 0
+--- /dev/null  2006-04-30 19:12:52.693354500 +0200
++++ ./systems/Linux/2/check_xinetd     2006-05-01 10:21:41.000000000 +0200
+@@ -0,0 +1,280 @@
++#!/bin/sh
++#
++#     tiger - A UN*X security checking system
++#     Copyright (C) 2003 Michael Sconzo, Javier Fernandez-Sanguino Peña,
++#                        Ryan Bradetich
++#
++#    This program is free software; you can redistribute it and/or modify
++#    it under the terms of the GNU General Public License as published by
++#    the Free Software Foundation; either version 1, or (at your option)
++#    any later version.
++#
++#    This program is distributed in the hope that it will be useful,
++#    but WITHOUT ANY WARRANTY; without even the implied warranty of
++#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++#    GNU General Public License for more details.
++#
++#     Please see the file `COPYING' for the complete copyright notice.
++#
++#  check_xinetd - 02/11/2003
++# 
++#  Checks which xinetd services are enabled or disabled.
++#
++#  05/02/2004 jfs  Try to avoid eval problems if handling variables with
++#                 special characters (such as space)
++#  01/15/2004 - jfs - Fixed syntax error (at least in RH 8) and added TODO
++#  11/19/2003 - jfs - Linux-specific version based on patch from Ryan
++#      Bradetich which introduces many more checks for services and
++#      configuration (but still more is needed). Added many TODOs.
++#  08/19/2003 - jfs - Allow override of XINETDCONF and fix error
++#  08/12/2003 - jfs - Now write messages for disabled services too. Also
++#               fixed some errors.
++#  08/11/2003 - jfs - Fixed dependancies. Now uses XINETDFILE instead of 
++#               hardcoding the location. Added additional checks
++#               to avoid errors and use message instead of echo.
++#
++#-----------------------------------------------------------------------------
++# TODO:
++#
++# - this script can emit false positives for services that are redirected
++#   (i.e. no 'server' flag but a 'redirect' flag)
++# - it could warn for servers that are not restricted by TCP wrappers
++#   (nees to check if server = tcpd)
++# - should check whether some services use log_on_failure or log_on_success
++# - info for services that are chrooted (server = chroot)
++# - do not warn for services which are bound to 127.0.0.1?
++# - xinetd checks should determine if insecure services are active or
++#   running as root when not needed.
++# - should check the server binaries it points to. Are they properly
++#   owned?
++# - consider generating a file based on the xinetd.conf similar to 
++#   how it's done with GEN_INETD_SERVICES
++# - it could also check vs the tiger's provided operating system's
++#   XINETDFILE to determine changes in services just as check_inetd does
++#
++#-----------------------------------------------------------------------------
++#
++TigerInstallDir='.'
++
++#
++# Set default base directory.
++# Order or preference:
++#      -B option
++#      TIGERHOMEDIR environment variable
++#      TigerInstallDir installed location
++#
++basedir=${TIGERHOMEDIR:=$TigerInstallDir}
++
++for parm
++do
++   case $parm in
++   -B) basedir=$2; break;;
++   esac
++done
++#
++# Verify that a config file exists there, and if it does
++# source it.
++#
++[ ! -r $basedir/config ] && {
++  echo "--ERROR-- [init002e] No 'config' file in \`$basedir'."
++  exit 1
++}
++. $basedir/config
++
++. $BASEDIR/initdefs
++#
++# If run in test mode (-t) this will verify that all required
++# elements are set.
++#
++[ "$Tiger_TESTMODE" = 'Y' ] && {
++  haveallcmds LS || exit 1
++  haveallfiles BASEDIR || exit 1
++  
++  echo "--CONFIG-- [init003c] $0: Configuration ok..."
++  exit 0
++}
++
++#------------------------------------------------------------------------
++haveallcmds LS || exit 1
++haveallfiles BASEDIR || exit 1
++
++echo
++echo "# Performing check of 'xinetd' related services..."
++
++# Set the default location for xinetd.conf if not specified.
++[ -z "$XINETDCONF" ] && XINETDCONF="/etc/xinetd.conf"
++
++check_file_perms()
++{
++      getpermit $1 |
++      while read _namefile _owner _group ur uw ux gr gw gx or ow ox suid sgid stk
++      do
++              eval "case \"$_owner\" in
++                      $Tiger_ROOT_PATH_OK_Owners)
++                              ;;
++                      *)
++                              message FAIL inet020f \"\" \"$_namefile does not have proper ownership (owned by $_owner).\"
++                              ;;
++              esac"
++
++              [ "$ur$uw$ux$gr$gw$gx$or$ow$ox" != '110000000' ] && \
++                      message WARN inet017w "" "$_namefile permissions are not 600."
++
++              eval "case \"$_group\" in
++                      $Tiger_ROOT_PATH_OK_Group_Write)
++                              gw=0
++              esac"
++
++              [ "$gw" != '0' ] && \
++                      message WARN inet018w "" "$_namefile has non-administrative group ($_group) write access."
++
++              [ "$ow" != '0' ] && \
++                      message ALERT inet019a "" "$_namefile public write access."
++      done
++}
++
++parse_service_block()
++{
++      service=$1
++      enabled='Y'
++      proto='all'
++      
++      while read line 
++      do
++              line="${line%%\#*}"
++              [ -z "$line" ] && continue
++
++              line=`echo $line`
++              attrib="${line%% *}"
++
++              case "$attrib" in
++                      flags)
++                              for flag in $line
++                              do
++                                      [ $flag = 'DISABLE' ] && enabled='N'
++                              done
++                              ;;      
++
++                      disable)
++                              [ "${line##* }" = 'yes' ] && enabled='N'
++                              ;;
++      
++                      protocol)
++                              proto=${line#*= }
++                              ;;
++                      \})
++                              break
++                              ;;
++              esac
++      done
++
++      if [ "$service" = 'rexd' -a $enabled = 'Y' ]; then
++              message FAIL inet006f "" "'rexd' service is enabled, consider disabling it."
++      elif [ "$service" = 'exec' -a $enabled = 'Y' ]; then
++              message FAIL inet006f "" "'$service' service is enabled, consider disabling it."
++      elif [ "$service" = 'sysstat' -a $enabled = 'Y' ]; then
++              message WARN inet012w "" "'sysstat' service is enabled, consider disabling it."
++      elif [ "$service" = 'netstat' -a $enabled = 'Y' ]; then
++              message WARN inet013w "" "'netstat' service is enabled, consider disabling it."
++      elif [ "$service" = 'linuxconf' -a $enabled = 'Y' ]; then
++              message WARN inet026w "" "'linuxconf' service is enabled, consider disabling it."
++      elif [ "$service" = 'auth' -a $enabled = 'Y' ]; then
++              message WARN inet027w "" "The 'identd or auth' service is enabled, consider disabling it."
++      elif [ "$service" = 'telnet' -a $enabled = 'Y' ]; then
++              message WARN inet098w "" "The 'telnet' server is enabled, consider using ssh instead."
++      elif [ "$service" = 'ftp' -a $enabled = 'Y' ]; then
++              message WARN inet098w "" "The 'ftp' server is enabled, consider using ssh/sftp instead."
++      elif [ "$service" = 'login' -a $enabled = 'Y' ]; then
++              message WARN inet098w "" "The 'login' server is enabled, consider using ssh/sftp instead."
++      elif [ "$service" = 'shell' -a $enabled = 'Y' ]; then
++              message WARN inet098w "" "The 'rsh' server is enabled, consider using ssh/sftp instead."
++      elif [ "$service" = 'tftp' -a $enabled = 'Y' ]; then
++              message WARN inet022w "" "The 'tftpd' server is enabled, consider disabling it"
++      elif [ "$service" = 'finger' -a $enabled = 'Y' ]; then
++              message WARN inet023w "" "The 'finger' server is enabled, consider disabling it"
++      elif [ "$service" = 'rusers' -a $enabled = 'Y' ]; then
++              message WARN inet024w "" "The 'rusers' server is enabled, consider disabling it"
++      elif [ "$service" = 'echo' -a $proto = 'udp' -a $enabled = 'Y' ]; then
++              message WARN inet025w "" "The 'echo' udp server is enabled, consider disabling it"
++      elif [ "$service" = 'chargen' -a $proto = 'udp' -a $enabled = 'Y' ]; then
++              message WARN inet025w "" "The 'chargen' udp server is enabled, consider disabling it"
++      fi 
++}
++
++parse_defaults_block()
++{
++      logging='N'
++
++      while read line
++      do
++              line="${line%%\#*}"
++              [ -z "$line" ] && continue
++
++              line=`echo $line`
++              attrib="${line%% *}"
++
++              case "$attrib" in
++                      log_*)
++                              logging='Y'
++                              ;;
++                      \})
++                              break;
++                              ;;
++              esac
++      done
++      
++      [ $logging != 'Y' ] &&
++              message WARN inet100w "" "xinetd is not configured with logging enabled."
++}
++
++parse_file()
++{
++      file=$1
++
++      while read line
++      do
++              line="${line%%\#*}"
++              [ -z "$line" ] && continue
++
++              line=`echo $line`
++              attrib="${line%% *}"
++
++              case "$attrib" in
++                      includedir)
++                              [ $file = $XINETDCONF ] && dirs="$dirs ${line#* }"
++                              continue
++                              ;;
++
++                      defaults)
++                              parse_defaults_block
++                              continue
++                              ;;
++
++                      service)
++                              parse_service_block ${line#* }
++                              continue
++                              ;;
++              esac
++      done < $file
++}
++
++# Does the XINETDCONF file exist?
++[ ! -r "$XINETDCONF" ] && exit 0
++
++check_file_perms $XINETDCONF
++parse_file $XINETDCONF
++
++for dir in $dirs
++do
++      [ ! -d "$dir/" ] && {
++              message FAIL xnet002f "The directory ($dir) included by $XINETDCONF is not a directory."
++              continue
++      }
++              
++      $LS $dir/ 2>/dev/null |
++      while read path
++      do
++              check_file_perms $dir/$path
++              parse_file $dir/$path
++      done
++done
+--- ./systems/Linux/2/config.scripts   2003-09-19 16:13:32.000000000 +0200
++++ ./systems/Linux/2/config   2006-05-01 10:21:41.000000000 +0200
+@@ -42,6 +42,12 @@
+ #                  for findcmd() to work
+ # Linux/2/config - 09/19/2003 - jfs - Define UUID (otherwise the new check 
+ #             of script permissions in initdefs will not work)
++# Linux/2/config - 11/19/2003 - jfs - Define REALPATH and SNEFRU to $BINDIR
++#             and removed paths from findcmd() (patch from Ryan Bradetich)
++# Linux/2/config - 01/11/2004 - rbrad - Add OMNIBACK_CELLSERVER and NTPCONF
++# Linux/2/config - 01/15/2004 - jfs - Add XINETDCONF and INETDCONF
++# Linux/2/config - 03/31/2005 - jfs - Changed GROUPC to GROUPSS
++# Linux/2/config - 04/17/2005 - jfs - Added IPTABLES and CMP
+ #
+ #-----------------------------------------------------------------------------
+  
+@@ -73,7 +79,7 @@
+ {
+   CMD=$1
+-  SRCH=/usr/lib/tiger/bin:/usr/local/lib/tiger/bin:/bin:/usr/bin:/usr/sbin:/sbin:/usr/lib:/usr/lib/tiger/bin:/usr/local/bin:/usr/local/sbin
++  SRCH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin
+   SAVEIFS=$IFS
+   IFS=:
+@@ -112,6 +118,7 @@
+ WC=`findcmd wc`
+ TEE=`findcmd tee`
+ COLUMN=`findcmd column`
++CMP=`findcmd cmp`
+ GREP=`findcmd grep`
+ EGREP=`findcmd egrep`
+@@ -123,11 +130,14 @@
+ HOSTALLOW=/etc/hosts.allow
+ HOSTDENY=/etc/hosts.deny
+ IFCONFIG=`findcmd ifconfig`
++IP=`findcmd ip`
++NETSTAT=`findcmd netstat`
++IPTABLES=`findcmd iptables`
+ HEAD=`findcmd head`
+ MV=`findcmd mv`
+ TR=`findcmd tr`
+ JOIN=`findcmd join`
+-GROUPC=`findcmd groups`
++GROUPSS=`findcmd groups`
+ FILECMD=`findcmd file`
+ UNIQ=`findcmd uniq`
+ BASENAME=`findcmd basename`
+@@ -142,14 +152,19 @@
+ # send appropiate headers
+ MAILER=`findcmd sendmail`
+ [ -z "$MAILER" ] && MAILER=`findcmd mail`
+-DPKG=`findcmd dpkg`
+-NETSTAT=`findcmd netstat`
+ LSOF=`findcmd lsof`
+ MD5SUM=`findcmd md5sum`
+-REALPATH=`findcmd realpath`
++if [ -f "$BINDIR/realpath" ]; then
++      REALPATH=$BINDIR/realpath
++else 
++      REALPATH=`findcmd realpath`
++fi
+ PWD=`findcmd pwd`
+-AUTORPM=`findcmd autorpm`
++# Package management tools
++DPKG=`findcmd dpkg`
+ APT=`findcmd apt-get`
++RPM=`findcmd rpm`
++AUTORPM=`findcmd autorpm`
+ # Silent grep
+ SGREP="$EGREP -s"
+ X=`$EGREP -s : /etc/passwd 2>&1 | $TAIL -1`
+@@ -160,7 +175,11 @@
+     SGREP="$BASEDIR/util/sgrep"
+   }
+ }
+-SNEFRU=`findcmd snefru`
++if [ -f "$BINDIR/snefru" ]; then
++      SNEFRU=$BINDIR/snefru
++else
++      SNEFRU=`findcmd snefru`
++fi
+ MD5=`findcmd md5`
+ [ -z "$MD5" -a -n "$MD5SUM" ] && MD5=$MD5SUM
+ PWCK=`findcmd pwck`
+@@ -172,23 +191,16 @@
+ LASTLOG=`findcmd lastlog`
+ TEST=`findcmd test`
+-# Test which options should we use
+-__lsver=`$LS --version | $GREP fileutils | $SED -e "s/.*4\.\([[:digit:]]*\).*/\1/"`
+ LSGROUP="-l"
+-[ -n "$__lsver" ] && [ $__lsver -lt 10 ] && {
+-      # Since fileutils 4.10, -g doesn't show the owner. In GNU's ls the
+-      # group is shown unless -G is used
+-      LSGROUP="-lg"
+-}
+ # -L to show file instead of symlink
+ LSLINK="-L"
+ export CAT LS LSGROUP LSLINK RM AWK GREP EGREP SGREP SED
+-export SORT COMM TAIL MV TR JOIN GROUPC FILECMD UNIQ BASENAME HEAD
+-export CHMOD CHOWN LN PASTE DPKG LSOF NETSTAT MD5SUM CUT 
++export SORT COMM TAIL MV TR JOIN GROUPSS FILECMD UNIQ BASENAME HEAD
++export CHMOD CHOWN LN PASTE LSOF MD5SUM CUT COLUMN CMP
+ export SNEFRU MD5 REALPATH PWCK GRPCK CHAGE MESG DIFF WC
+-export PWD AUTORPM APT ID EXPAND LASTLOG TEST TEE COLUMN
+-export TCPD HOSTALLOW HOSTDENY IFCONFIG
++export PWD DPKG RPM AUTORPM APT ID EXPAND LASTLOG TEST TEE 
++export TCPD HOSTALLOW HOSTDENY IFCONFIG IP IPTABLES NETSTAT
+ UNAME=`findcmd uname`
+@@ -216,6 +228,10 @@
+ # Configuration files
+ SENDMAILS="/usr/sbin/sendmail"
+ SENDMAILCF="/etc/sendmail.cf"
++if [ -f /etc/mail/sendmail.cf ]
++then
++      SENDMAILCF="/etc/mail/sendmail.cf"
++fi
+ export SENDMAILS SENDMAILCF
+ LOGINDEF="/etc/login.defs"
+@@ -234,6 +250,19 @@
+ fi
+ # TODO: Check if all distributions use this configuration file
++# Inet and xinet configuration files
++INETDCONF="/etc/inetd.conf"
++XINETDCONF="/etc/xinetd.conf"
++export INETDCONF XINETDCONF
++
++
++# For omniback server configuration
++OMNIBACK_CELLSERVER="/usr/omni/config/cell/cell_server"
++export OMNIBACK_CELLSERVER
++
++# Location of the NTPCONF file
++NTPCONF=/etc/ntp.conf
++export NTPCONF
+ # For Yellow Pages services
+ YPCAT=`findcmd ypcat`
+@@ -244,7 +273,11 @@
+ YPSERVER="NO"
+ ($PS aux | $GREP ypserv | $SGREP -v $GREP) && YPSERVER="YES"
+-export WAIT YPCAT YPSERVER 
++
++# To check databases
++GETENT=`findcmd getent`
++
++export WAIT YPCAT YPSERVER GETENT
+ # Directories
+ MAILSPOOL=/var/spool/mail
+@@ -260,8 +293,10 @@
+ fi
+ #
+ ETCSHELLS=/etc/shells
++CRONALLOW=/etc/cron.allow
++CRONDENY=/etc/cron.deny
+ #
+-export MAILSPOOL CRONSPOOL ETCSHELLS
++export MAILSPOOL CRONSPOOL ETCSHELLS CRONALLOW CRONDENY
+ LOCFS=ext2
+ export LOCFS
+--- ./systems/Linux/2/deb_nopackfiles.scripts  2003-09-19 17:27:01.000000000 +0200
++++ ./systems/Linux/2/deb_nopackfiles  2006-05-01 10:21:41.000000000 +0200
+@@ -101,12 +101,32 @@
+ safe_temp $WORKDIR/dpkg-packages.list
+ trap 'delete $WORKDIR/dpkg-packages.list ; exit 1' 1 2 3 15
++# NOTE: /usr/lib cannot be added here since quite a lot of packages
++# will compile stuff there on installation which will result in a 
++# tremendous report...
++dirlist="/bin/ /usr/bin/ /sbin/ /usr/sbin/ /lib/ /usr/X11R6/bin/"
++okdirs=""
++# Before using dirlist we are going to determine which values are ok
++for dir in $dirlist ; do
++      if [ -d $dir ] ; then
++              if [ -n "$okdirs" ] ; then
++                      okdirs="$dir $okdirs" 
++              else
++                      okdirs=$dir
++              fi
++      fi
++done
++dirlist=$okdirs
++if [ -z "$dirlist" ]; then
++      message ERROR linxxxw "" "None of the configured directories are available"
++      exit 1
++fi
+ # We have two options here, use dpkg (non-optimal but on the safe side)
+ # or use grep (optimal but not on the safe side)
+ if [ "$Tiger_DPKG_Optimize" = "N" ]
+ then
+-        $FIND /bin/ /usr/bin/ /sbin/ /usr/sbin/ /lib/ /usr/X11R6/bin/ -type f 2>/dev/null|
++        $FIND $dirlist -type f 2>/dev/null|
+         # We are not using -maxdepth here, but we could...
+         while read file
+         do
+@@ -117,9 +137,10 @@
+         done       
+ else
+         # Alternative (optimal but not following standard way)
++      seddirlist=`echo $dirlist | $SED -e 's/ /\\\\\|/g; s/\//\\\\\//g'`
+       $FIND /var/lib/dpkg/info -name "*.list" -exec cat {} \; |
+-        $SED -ne "/^\/\(bin\|usr\/bin\|sbin\|usr\/sbin\|lib\|usr\/X11R6\/bin\)/p" > $WORKDIR/dpkg-packages.list
+-        $FIND /bin/ /usr/bin/ /sbin/ /usr/sbin/ /lib/ /usr/X11R6/bin/ -type f |
++        $SED -ne "/^\($seddirlist\)/p" > $WORKDIR/dpkg-packages.list
++        $FIND $dirlist -type f  2>/dev/null |
+         # We are not using -maxdepth here, but we could...
+         $GREP -x -F -v -f $WORKDIR/dpkg-packages.list |
+         # To search for diversions
+@@ -130,3 +151,5 @@
+         done
+         delete $WORKDIR/dpkg-packages.list
+ fi
++
++exit 0
+--- ./systems/Linux/2/check_single.scripts     2003-04-21 09:41:09.000000000 +0200
++++ ./systems/Linux/2/check_single     2006-05-01 10:21:41.000000000 +0200
+@@ -21,6 +21,9 @@
+ # Paul Telford <paul_telford@hp.com>
+ # 07/25/2002 jfs      Changed -e lilo.conf to -r lilo.conf
+ #                     Changed TigerInstallDir to .
++# 01/15/2004 jfs      Fixed dependancies
++# 03/21/2005 jfs      Only run if running on the x86 architecture 
++#                     (Debian bug #288737)
+ #
+ #-----------------------------------------------------------------------------
+ #
+@@ -57,7 +60,7 @@
+ # elements are set.
+ #
+ [ "$Tiger_TESTMODE" = 'Y' ] && {
+-  haveallcmds AWK CAT COMM GEN_INETD_SETS GEN_SERVICES_SETS GREP JOIN LS RM SORT TAIL UNIQ || exit 1
++  haveallcmds GREP RM UNAME EGREP || exit 1
+   haveallfiles BASEDIR WORKDIR || exit 1
+   
+   echo "--CONFIG-- [init003c] $0: Configuration ok..."
+@@ -65,10 +68,15 @@
+ }
+ #------------------------------------------------------------------------
++haveallcmds GREP RM UNAME EGREP || exit 1
++haveallfiles BASEDIR WORKDIR || exit 1
++
++machine=`$UNAME -m`
++# Only applies to the x86 architecture:
++[ -z "`echo $machine | $EGREP 'i.86$'`" ] && exit 0
++
+ echo
+ echo "# Checking for single user-mode password..."
+-haveallcmds AWK CAT COMM GEN_INETD_SETS GEN_SERVICES_SETS GREP JOIN LS RM SORT TAIL UNIQ || exit 1
+-haveallfiles BASEDIR WORKDIR || exit 1
+ # if we find a boot-loader password, great. 
+ # If not, look for single-user mode password in inittab 
+@@ -92,6 +100,6 @@
+       $GREP "$SULOGIN_STRING" /etc/inittab 1> /dev/null
+       if [ $? -eq 1 ]
+       then
+-              message FAIL sum001 "" "Recommend addition to /etc/inittab:  $SULOGIN_STRING"
++              message FAIL sum001f "" "Recommend addition to /etc/inittab:  $SULOGIN_STRING"
+       fi
+ fi
+--- ./systems/Linux/2/gen_mounts.scripts       2003-08-13 14:08:36.000000000 +0200
++++ ./systems/Linux/2/gen_mounts       2006-05-01 10:21:41.000000000 +0200
+@@ -18,6 +18,20 @@
+ # Linux/1/gen_mounts - 04/20/99
+ # Linux/2/gen_mounts - 04/20/99
+ # Updated by Advanced Research Corporation (R)
++# Linux/2/gen_mounts - 11/19/2003 - Added ext3 and reiserfs as valid 
++#     local filesystems (patch from Ryan Bradetich), also added xfs and jfs.
++# Linux/2/gen_mounts - 03/21/2005 - Warn if the filesystem is not recognised
++#     this is a fix for Tiger bug #7093 
++# Linux/2/gen_mounts - 04/14/2005 - Add more filesystems and recognise the 
++#     fact that users can define fallback filesystems (Debian Bug #304555 and
++#     #302646)
++# Linux/2/gen_mounts - 04/18/2005 - Fix to previous patch which introduced typos
++# Linux/2/gen_mounts - 05/14/2005 - Added auto (Debian bug #305670), udev when
++#     using on /dev (Debian bug #307802), capifs (Debian bug #307887), nfsd
++#     (Debian bug #308585)
++# Linux/2/gen_mounts - 07/22/2005 - Changed extraction from mount command
++#     so it can cope with whitespaces in mount locations, added sanity check
++#     and fix a bug that mangled $fs (Debian bug #315435)
+ #
+ #-----------------------------------------------------------------------------
+ #
+@@ -62,26 +76,108 @@
+ localfs()
+ {
+-  LOCAL=1
++# Determine which filesystem is local, for filesystems valid for Linux
++# read the mount(5), fstab(5) or Documentation/filesystems in the Linux
++# kernel
++  LOCAL=2
++  # Valid local filesystems
++  [ "$1" = "ext" ] && LOCAL=0
+   [ "$1" = "ext2" ] && LOCAL=0
++  [ "$1" = "ext3" ] && LOCAL=0
++  [ "$1" = "auto" ] && LOCAL=0
++  [ "$1" = "reiserfs" ] && LOCAL=0
++  [ "$1" = "xfs" ] && LOCAL=0
++  [ "$1" = "jfs" ] && LOCAL=0
+   [ "$1" = "minix" ] && LOCAL=0
+   [ "$1" = "xiafs" ] && LOCAL=0
+-  [ "$1" = "ext" ] && LOCAL=0
++  [ "$1" = "sysv" ] && LOCAL=0
++  [ "$1" = "ufs" ] && LOCAL=0
++  [ "$1" = "coherent" ] && LOCAL=0
++  [ "$1" = "xenix" ] && LOCAL=0
++  [ "$1" = "hpfs" ] && LOCAL=0
++  [ "$1" = "rootfs" ] && LOCAL=0
++  [ "$1" = "shm" ] && LOCAL=0
++  [ "$1" = "tmpfs" ] && LOCAL=0
++  [ "$1" = "auto" ] && LOCAL=0
++  # Filesystems of other OS
+   [ "$1" = "msdos" ] && LOCAL=1
+-
++  [ "$1" = "umsdos" ] && LOCAL=1
++  [ "$1" = "vfat" ] && LOCAL=1
++  [ "$1" = "ntfs" ] && LOCAL=1
++  [ "$1" = "hfs" ] && LOCAL=1
++  [ "$1" = "qnx4" ] && LOCAL=1
++  [ "$1" = "udf" ] && LOCAL=1
++  # Remotely mounted fs
++  [ "$1" = "nfs" ] && LOCAL=1
++  [ "$1" = "nfs4" ] && LOCAL=1
++  [ "$1" = "nfsd" ] && LOCAL=1
++  [ "$1" = "ncpfs" ] && LOCAL=1
++  [ "$1" = "smbfs" ] && LOCAL=1
++  [ "$1" = "coda" ] && LOCAL=1
++  [ "$1" = "rpc_pipefs" ] && LOCAL=1
++  # Skip these as they are virtual filesystems
++  [ "$1" = "proc" ] && LOCAL=1
++  [ "$1" = "devpts" ] && LOCAL=1
++  [ "$1" = "usbfs" ] && LOCAL=1
++  [ "$1" = "usbdevfs" ] && LOCAL=1
++  [ "$1" = "devfs" ] && LOCAL=1
++  [ "$1" = "sysfs" ] && LOCAL=1
++  [ "$1" = "none" ] && LOCAL=1
++  [ "$1" = "autofs" ] && LOCAL=1
++  [ "$1" = "binfmt_misc" ] && LOCAL=1
++  [ "$1" = "cramfs" ] && LOCAL=1
++  [ "$1" = "ramfs" ] && LOCAL=1
++  [ "$1" = "romfs" ] && LOCAL=1
++  [ "$1" = "mqueue" ] && LOCAL=1
++  [ "$1" = "sockfs" ] && LOCAL=1
++  [ "$1" = "bdev" ] && LOCAL=1
++  [ "$1" = "pipefs" ] && LOCAL=1
++  [ "$1" = "eventpollfs" ] && LOCAL=1
++  [ "$1" = "futexfs" ] && LOCAL=0
++  # Other filesystems we don't support
++  [ "$1" = "adfs" ] && LOCAL=1
++  [ "$1" = "affs" ] && LOCAL=1
++  [ "$1" = "afs" ] && LOCAL=1
++  [ "$1" = "efs" ] && LOCAL=1
++  [ "$1" = "iso9660" ] && LOCAL=1
++  [ "$1" = "capifs" ] && LOCAL=1
++  # Some special filesystems
++  [ "$1" = "unknown" ] && [ "$2" = "/dev" ] && LOCAL=1
++  # The rest we warn about
++  if [ "$LOCAL" -eq 2 ] ; then
++      echo "--CONFIG-- [con010c] Filesystem '$1' used by '$2' is not recognised as a local filesystem" >&2
++      LOCAL=1
++  fi
+   return $LOCAL
+ }
+ # If run directly do this, just in case:
+ [ -z "$GETFS" ] && GETFS=`which mount`
++[ -z "$SED" ] && SED=`which sed`
+ [ -z "$BASENAME" ] && BASENAME=`which basename`
+ $GETFS  |
+-while read fs o mtpoint t fstype opts
++while read line
+ do
++# $fs on $mtpoint type $fstype ($opts)
+   PRINT=1
++  fs=`echo $line | sed -e 's/ on.*$//'`
++  mtpoint=`echo $line | sed -e 's/^.* on //' | sed -e 's/ type.*$//'`
++  # Indent spaces in case we found any in the mount point
++  mtpoint=`echo $mtpoint | sed -e 's/\([[:space:]]\)/\\\\\1/g'`
++  fstype=`echo $line | sed -e 's/.* type \(.*\) (.*/\1/'`
++  # Strip fallback filesystems
++  fstype=`echo $fstype | $SED -e 's/,.*$//'`
++  opts=`echo $line | sed -e 's/.* (\(.*\))$/\1/'`
++  # Sanity check, do not proceed if the values are empty or if
++  # we have not been able to parse the information properly
++  [ -z "$fs" ] || [ -z "$mtpoint" ] || [ -z "$fstype" ] || [ -z "$opts" ] || \
++  [ "$fs" = "$line" ] || [ "$mtpoint" = "$line" ] || \
++  [ "$fstype" = "$line" ] || [ "$opts" = "$line" ] && \
++  continue
++  # TODO: warn in continuing?
+   [ "$CHKRO" = "rw" ] && { ronly "$opts" && PRINT=0; }
+-  [ "$LOCAL_ONLY" = "local" ] && { localfs "$fstype" || PRINT=0; }
++  [ "$LOCAL_ONLY" = "local" ] && { localfs "$fstype" "$fs" || PRINT=0; }
+   [ "$PRINT" = "1" ] && {
+     dir=`dirname $fs`
+     file=`$BASENAME $fs`
+--- ./systems/Linux/2/gen_group_sets.scripts   2003-04-21 09:41:09.000000000 +0200
++++ ./systems/Linux/2/gen_group_sets   2006-05-01 10:21:41.000000000 +0200
+@@ -15,23 +15,41 @@
+ #
+ #     Please see the file `COPYING' for the complete copyright notice.
+ #
+-# SunOS/4/gen_group_sets - 06/14/93
++# Linux/2/gen_group_sets - 06/14/93 (based on the SunOS)
++# 
++# 01/15/2004 - jfs - Added some defaults to test the script standalon
++#                    and avoid errors when using YPCAT even if its not defined.
+ #
+ #-----------------------------------------------------------------------------
+ #
++# If run directly do this, just in case:
++[ -z "$GREP" ] && GREP=`which grep`
++[ -z "$AWK" ] && AWK=`which awk`
++[ -z "$SED" ] && SED=`which sed`
++[ -z "$SORT" ] && SORT=`which sort`
++[ -z "$COMM" ] && COMM=`which comm`
++[ -z "$RM" ] && RM=`which rm`
++[ -z "$YPCAT" ] && YPCAT=`which ypcat 2>/dev/null`
++[ -z "$WORKDIR" ] && WORKDIR=/tmp
++
++
+ $GREP -v '^[-+]' /etc/group |
+ $SORT > $WORKDIR/etc_group.$$
+ echo "/etc/group" > $WORKDIR/etc_group.$$.src
+ echo $WORKDIR/etc_group.$$
+-[ -n "$YP" ] && {
+-  $YPCAT group |
+-  $SORT |
++[ -n "$YPCAT" ] && {
++  $YPCAT group >$WORKDIR/nis_group.orig.$$ 2>/dev/null
++  if [ $? -eq 0 ] ; then
++  $SORT < $WORKDIR/nis_group.orig.$$ |
+   $AWK '{print substr($0, 1, 255);}' |
+   $COMM -23 - $WORKDIR/etc_group.$$ > $WORKDIR/nis_group.$$
+   echo "NIS" > $WORKDIR/nis_group.$$.src
+   echo $WORKDIR/nis_group.$$
++  fi
++  # Ypcat has not succeded (ouch), remove the temporary file
++  $RM $WORKDIR/nis_group.orig.$$
+ }
+ [ "$SERVERCHECK" = "Y" ] && {
+--- ./systems/Linux/2/check_passwdspec.scripts 2003-08-29 03:18:04.000000000 +0200
++++ ./systems/Linux/2/check_passwdspec 2006-05-01 10:21:41.000000000 +0200
+@@ -17,7 +17,14 @@
+ #
+ # check_passwdspec: Perform system specific password checks here like
+ #               password aging checks, etc.
+-#
++# 
++# 05/14/2005 jfs - Patch from Nicolas François which checks the user strictly
++# 05/14/2005 jfs - Better fix for pwd=! (Debian bug #308141)
++# 03/21/2005 jfs - Fixed password aging check. Separate all checks so that
++#                  they prevent bugs if pwd="!" (Debian Bug #297889)
++# 01/10/2004 cslater - Added logic to skip password aging check if the
++#                  account is disabled (! or * in password)
++# 11/19/2003 jfs - Patch from Ryan Bradetich changing acc016w to pass19w
+ # 08/29/2003 jfs - CHAGE errors redirected to /dev/null and grep is now $GREP
+ # 08/09/2003 jfs - Renamed to check_passwdspec and added CHAGE to dependancies.
+ # 07/10/2003 rbradetich@uswest.net - Initial release
+@@ -71,16 +78,32 @@
+ echo
+ echo "# Verifying system specific password checks..."
++saveifs=$IFS
++IFS=:
+ # Check for password aging
+ [ -r /etc/passwd ] && {
+-  $CUT -d: -f1 /etc/passwd |
+-  while read user
+-  do 
+-    if $CHAGE -l $user 2>/dev/null | $GREP "Password Expires:" | $GREP Never >/dev/null 2>&1
+-    then
+-      message WARN acc016w "" "Login ID $user does not have password aging enabled."
+-    fi
++  $CUT -d: -f1,2 /etc/passwd |
++  while read user pwd
++  do
++ 
++    [ "$Tiger_Check_PASSWD_SHADOW" = 'Y' ] && [ -s /etc/passwd ] && [ "x$pwd" != "xx" ] && {
++      message WARN pass20w "" "Login ID $user is not configured to use shadow passwords."
++    }
++
++   # For expiration, pull the password string from /etc/shadow if it exists
++   [ -r /etc/shadow ] && { 
++        pwd=`$GREP "^$user:" /etc/shadow | $CUT -d: -f2`
++   }
++   # Skip this check if the user account is locked
++   [ "x$pwd" != 'x!' ] && [ "x$pwd" != 'x*' ] && {
++      if $CHAGE -l $user 2>/dev/null | $GREP "Password Expires:" | $GREP Never >/dev/null 2>&1
++      then
++          message WARN pass19w "" "Login ID $user does not have password aging enabled."
++      fi
++   }
++
+   done
+ }
++IFS=$saveifs
+ exit 0
+--- ./systems/Linux/2/suid_list.scripts        2003-08-13 01:34:37.000000000 +0200
++++ ./systems/Linux/2/suid_list        2006-05-01 10:21:41.000000000 +0200
+@@ -6,7 +6,7 @@
+ /usr/bin/at
+ /usr/bin/crontab
+ /usr/bin/lpq
+-/usr/bin/lpr
++²/usr/bin/lpr
+ /usr/bin/lprm
+ /usr/bin/procmail
+ /usr/bin/mtr
+@@ -27,7 +27,6 @@
+ /usr/lib/man-db/mandb
+ /usr/lib/man-db/man
+ /usr/lib/telnetlogin
+-/usr/lib/apache/suexec
+ /usr/lib/ssh-keysign
+ /usr/X11R6/bin/X
+ /sbin/unix_chkpwd
+@@ -37,3 +36,27 @@
+ /bin/mount
+ /bin/umount
+ /bin/ping
++/usr/bin/sudoedit
++/usr/sbin/suexec
++/sbin/pam_timestamp_check
++/sbin/pwdb_chkpwd
++/usr/X11R6/bin/Xorg
++/usr/libexec/openssh/ssh-keysign
++/usr/sbin/userhelper
++/usr/sbin/mgnokiidev
++/usr/sbin/mach-helper
++/usr/sbin/mock-helper
++/bin/ping6
++/bin/traceroute
++/bin/traceroute6
++/usr/bin/artswrapper
++/usr/bin/chage
++/usr/bin/kgrantpty
++/usr/bin/kpac_dhcp_helper
++/usr/bin/lppasswd
++/usr/bin/rcp
++/usr/bin/rlogin
++/usr/bin/rsh
++/usr/sbin/userisdnctl
++/usr/sbin/usernetctl
++
+--- ./systems/Linux/2/gen_passwd_sets.scripts  2003-09-03 23:32:07.000000000 +0200
++++ ./systems/Linux/2/gen_passwd_sets  2006-05-01 10:21:41.000000000 +0200
+@@ -24,6 +24,27 @@
+ # Linux/2/gen_passwd_sets - 06/21/2003 - jfs
+ #      applied patch from Ryan Bradetich to identify which cryptographic
+ #      is used in the passwd format and simplify MD5 hashes check
++# Linux/2/gen_passwd_sets - 11/18/2003 - jfs
++#      Fixed call to YPCAT (only do it if it has been found). Thanks to
++#      Dale Martin for the patch.
++# Linux/2/gen_passwd_sets - 01/15/2004 - jfs 
++#      YPCAT call to avoid errors in hosts that are not properly configured.
++#      (i.e. nsswitch.conf is defined to use NIS but there's no NIS host)
++#      Also, redirect error of ypcat's which to /dev/null since it's not
++#      a requirement of the script (others are) and many systems do not 
++#      include it, specially in Debian (Debian bug #225910)
++# Linux/2/gen_passwd_sets - 06/17/2004 - jfs 
++#      Change to do proper extraction of users from passwd and shadow files
++#      avoiding conflicts when sorting lines with and without alphabetical
++#      characters (which might make some lines be swapped and some users 
++#      not be accounted for properly)
++#      NOTE: This should be done in other systems too
++# Linux/2/gen_passwd_sets - 06/27/2004 - jfs 
++#      Fixed location of sort call which made duplicates appear, also
++#      define CAT if not defined (for local testing)
++# Linux/2/gen_passwd_sets - 05/14/2005 - jfs 
++#      Add LDAP password support with patch provided by Micha Kersloot
++#      (Debian bug #307505)
+ #
+ #-----------------------------------------------------------------------------
+ #
+@@ -33,8 +54,11 @@
+ [ -z "$JOIN" ] && JOIN=`which join`
+ [ -z "$GREP" ] && GREP=`which grep`
+ [ -z "$AWK" ] && AWK=`which awk`
++[ -z "$CAT" ] && CAT=`which cat`
+ [ -z "$RM" ] && RM=`which rm`
+ [ -z "$CP" ] && CP=`which cp`
++[ -z "$YPCAT" ] && YPCAT=`which ypcat 2>/dev/null`
++[ -z "$GETENT" ] && GETENT=`which getent 2>/dev/null`
+ [ -z "$WORKDIR" ] && WORKDIR=/tmp
+ local=0
+@@ -98,9 +122,16 @@
+           then
+               if [ -r /etc/shadow ] 
+               then
+-              $SORT /etc/passwd > $WORKDIR/p.$$
+-              $SORT /etc/shadow |
+-              $JOIN -t: -e " " -o 2.1 1.2 2.3 2.4 2.5 2.6 2.7 - $WORKDIR/p.$$ |
++              $CAT /etc/passwd /etc/shadow | 
++              $AWK -F : '{ print $1 } ' | $SORT -u >$WORKDIR/u.$$
++              >$WORKDIR/p.$$
++              >$WORKDIR/s.$$
++              $CAT $WORKDIR/u.$$ |
++              while read user; do
++                      $GREP "^$user:" /etc/passwd >>$WORKDIR/p.$$
++                      $GREP "^$user:" /etc/shadow >>$WORKDIR/s.$$
++              done
++              $JOIN -t: -e " " -o "2.1 1.2 2.3 2.4 2.5 2.6 2.7" $WORKDIR/s.$$ $WORKDIR/p.$$ |
+               {
+                       if [ "$passwordflag" = 'Y' ]; then
+                           $CAT
+@@ -113,9 +144,11 @@
+                   echo "/etc/passwd" > $WORKDIR/etc_passwd.$$.src
+                   echo $WORKDIR/etc_passwd.$$ >> $outfile
+               }
+-              $RM -f $WORKDIR/p.$$
++              $RM $WORKDIR/u.$$
++              $RM $WORKDIR/p.$$
++              $RM $WORKDIR/s.$$
+               else 
+-                    echo "--FAIL-- [run001e] The file /etc/shadow is available but not readable by the user running Tiger."
++                    echo "--ERROR-- [run001e] The file /etc/shadow is available but not readable by the user running Tiger."
+               fi
+           else
+@@ -135,20 +168,40 @@
+            echo "--WARN-- [miscxxxx] The '+' key in the /etc/passwd file should only be used in nsswitch 'compat' mode."
+          }
+-          [ "$source" = compat ] && [ -n "$YP" ] && {
+-              $YPCAT passwd > $WORKDIR/nis_passwd.$$
++          [ "$source" = "compat" ] && [ -n "$YPCAT" ] && {
++              $YPCAT passwd > $WORKDIR/nis_passwd.$$ 2>/dev/null
++              if [ $? -eq 0 ] ; then
+               echo "NIS" > $WORKDIR/nis_passwd.$$.src
+               echo $WORKDIR/nis_passwd.$$ >> $outfile
++              else
++              # Ypcat has not succeeded, remove the temporary file
++              $RM $WORKDIR/nis_passwd.$$ 
++              fi
+           }
+        ;;
+-    nis)   [ "$local" != 1 ] && {
+-             $YPCAT passwd > $WORKDIR/nis_passwd.$$
++    nis)   [ "$local" != 1 ] && [ -n "$YPCAT" ] && {
++             $YPCAT passwd > $WORKDIR/nis_passwd.$$ 2>/dev/null
++             $YPCAT passwd > $WORKDIR/nis_passwd.$$ 2>/dev/null
++           if [ $? -eq 0 ] ; then
+            echo "NIS" > $WORKDIR/nis_passwd.$$.src
+            echo $WORKDIR/nis_passwd.$$ >> $outfile
++           else
++           # Ypcat has not succeeded, remove the temporary file
++           $RM $WORKDIR/nis_passwd.$$ 
++           fi
+          }
+        ;;
+-# This is from SunOS, what do to do for Linux?
++    ldap) [ "$local" != 1 ] && [ -n "$GETENT" ]  && {
++          $GETENT passwd > $WORKDIR/ldap_passwd.$$ 2>/dev/null
++          if [ $? -eq 0 ] ; then
++                  echo $WORKDIR/ldap_passwd.$$ >> $outfile
++          else
++                  $RM $WORKDIR/ldap_passwd.$$
++          fi
++          }
++         ;;
++# This is from SunOS, what should we do here for Linux? (if anything)
+ #    nisplus) [ "$local" != 1 ] && {
+ #               $NISCAT passwd.org_dir > $WORKDIR/nisplus_passwd.$$
+ #            echo "NIS+" > $WORKDIR/nisplus_passwd.$$.src
+@@ -161,4 +214,4 @@
+ done
+-
++exit 0
+--- ./systems/default/gendlclients.scripts     2002-06-14 10:51:31.000000000 +0200
++++ ./systems/default/gendlclients     2006-05-01 10:21:41.000000000 +0200
+@@ -16,6 +16,8 @@
+ #     Please see the file `COPYING' for the complete copyright notice.
+ #
+ # default/gendlclients - MM/DD/YY
++# 05/02/2004 jfs  Try to avoid eval problems if handling variables with
++#                 special characters (such as space)
+ #
+ #-----------------------------------------------------------------------------
+ #
+@@ -49,5 +51,5 @@
+ $SORT -u |
+ while read client server filesys
+ do
+-  eval "case $server in $HOSTNAMESLIST) echo $client $filesys;; esac"
++  eval "case \"$server\" in $HOSTNAMESLIST) echo \"$client $filesys\";; esac"
+ done
+--- ./systems/default/gen_bootparam_sets.scripts       2002-06-14 10:51:31.000000000 +0200
++++ ./systems/default/gen_bootparam_sets       2006-05-01 10:21:41.000000000 +0200
+@@ -41,7 +41,7 @@
+   echo "$WORKDIR/etc_bootparams.$$"
+ }
+-[ -n "$YP" ] && {
++[ -n "$YPCAT" ] && {
+   $YPCAT bootparams > $WORKDIR/nis_bootparams.$$
+   echo "NIS" > $WORKDIR/nis_bootparams.$$.src
+   echo "$WORKDIR/nis_bootparams.$$"
+--- ./systems/default/gen_services.scripts     2002-06-14 10:51:31.000000000 +0200
++++ ./systems/default/gen_services     2006-05-01 10:21:41.000000000 +0200
+@@ -28,7 +28,7 @@
+ echo "/etc/services" > $WORKDIR/etc_services.$$.src
+ echo $WORKDIR/etc_services.$$
+-[ -n "$YP" ] && {
++[ -n "$YPCAT" ] && {
+   $YPCAT services > $WORKDIR/nis_services.$$
+   echo "NIS" > $WORKDIR/nis_services.$$.src
+   echo $WORKDIR/nis_services.$$
+--- ./systems/default/gen_alias_sets.scripts   2002-06-14 10:51:31.000000000 +0200
++++ ./systems/default/gen_alias_sets   2006-05-01 10:21:41.000000000 +0200
+@@ -53,7 +53,7 @@
+   echo $WORKDIR/etc_aliases.$$
+ }
+-[ -n "$YP" ] && {
++[ -n "$YPCAT" ] && {
+   $YPCAT -k aliases |
+   $SED -e 's/ /:/' | 
+   $SORT |
+--- ./systems/default/check_ndd.scripts        2003-08-09 12:32:45.000000000 +0200
++++ ./systems/default/check_ndd        2006-05-01 10:21:41.000000000 +0200
+@@ -23,6 +23,8 @@
+ #
+ # 07/11/2003 rbradetich@uswest.net - Initial version. 
+ #
++# 05/02/2004 jfs  Try to avoid eval problems if handling variables with
++#                 special characters (such as space)
+ # 08/09/2003 jfs - Placed in the generic default directory for Unix systems
+ #            so that systems can run them using 'check'
+ #
+@@ -87,7 +89,7 @@
+   do
+     ([ -z "$dev" ] || [[ $dev = \#* ]]) && continue
+     val=`$NDD -get $dev $parm 2>/dev/null`
+-    eval "case $val in
++    eval "case \"$val\" in
+         $good)
+           ;;
+         *)
+--- ./systems/default/gen_group_sets.scripts   2002-06-14 10:51:31.000000000 +0200
++++ ./systems/default/gen_group_sets   2006-05-01 10:21:41.000000000 +0200
+@@ -31,7 +31,7 @@
+ echo "/etc/group" > $WORKDIR/etc_group.$$.src
+ echo $WORKDIR/etc_group.$$
+-[ -n "$YP" ] && {
++[ -n "$YPCAT" ] && {
+   $YPCAT group |
+   $SORT |
+   $COMM -23 - $WORKDIR/etc_group.$$ > $WORKDIR/nis_group.$$
+--- ./systems/default/gen_passwd_sets.scripts  2002-06-14 10:51:31.000000000 +0200
++++ ./systems/default/gen_passwd_sets  2006-05-01 10:21:41.000000000 +0200
+@@ -17,9 +17,23 @@
+ #
+ # default/gen_passwd_sets - 06/14/93
+ #
++# 11/18/2003 - jfs - Check if YPCAT is available before calling it. Also
++#        sanity checks for other commands.
++#
+ #-----------------------------------------------------------------------------
+ #
++[ ! -n "$SORT" ] && SORT=`which sort`
++[ ! -n "$GREP" ] && GREP=`which grep`
++[ ! -n "$AWK" ] && AWK=`which awk`
++[ ! -n "$JOIN" ] && JOIN=`which join`
++[ ! -n "$CAT" ] && CAT=`which cat`
++[ ! -n "$RM" ] && RM=`which rm`
++[ ! -n "$SED" ] && SED=`which sed`
++[ ! -n "$YPCAT" ] && YPCAT=`which ypcat`
++[ ! -n "$NISCAT" ] && NISCAT=`which niscat`
++[ ! -n "$WORKDIR" ] && WORKDIR=/tmp
++
+ local=0
+ for parm
+ do
+@@ -34,7 +48,7 @@
+ echo "/etc/passwd" > $WORKDIR/etc_passwd.$$.src
+ echo $WORKDIR/etc_passwd.$$ >> $outfile
+-[ -n "$YP" ] && {
++[ -n "$YPCAT" ] &&  {
+   $YPCAT passwd > $WORKDIR/nis_passwd.$$
+   echo "NIS" > $WORKDIR/nis_passwd.$$.src
+   echo $WORKDIR/nis_passwd.$$ >> $outfile
+--- ./util/getnetgroup.scripts 2003-04-21 10:02:04.000000000 +0200
++++ ./util/getnetgroup 2006-05-01 10:21:41.000000000 +0200
+@@ -25,7 +25,7 @@
+   done
+ }
+-[ "$YP" = "" ] && {
++[ "$YPCAT" = "" ] && {
+    echo "$targets"
+    exit 0
+ }
+--- ./util/buildconf.scripts   2003-08-15 00:20:41.000000000 +0200
++++ ./util/buildconf   2006-05-01 10:21:41.000000000 +0200
+@@ -126,7 +126,6 @@
+ GETFS mount
+ GETHOSTNAME hostname
+ GREP grep
+-GROUPC groups
+ GROUPSS groups
+ HEAD head
+ ID id
diff --git a/tiger.cron b/tiger.cron
new file mode 100644 (file)
index 0000000..baf2274
--- /dev/null
@@ -0,0 +1,4 @@
+#
+# Regular cron jobs for the tiger package
+#
+0 * * * *      root    test -x /usr/sbin/tigercron && /usr/sbin/tigercron -q
diff --git a/tiger.ignore b/tiger.ignore
new file mode 100644 (file)
index 0000000..ca73d69
--- /dev/null
@@ -0,0 +1,82 @@
+# Fedora uses a "mail" group to allow some access to /var/spool/mail.
+Login ID mail's home directory \(/var/spool/mail\) has group `mail' write access.
+# Fedora uses a "gdm" group to allow GDM to write ti /var/gdm
+Login ID gdm's home directory \(/var/gdm\) has group `gdm' write access.
+# nfsnobody is not a real user account, thus it does not have shell init file in its homedir
+Login ID nfsnobody may be missing a shell initialization file /var/lib/nfs/.nologinrc.
+# Standard perm in Fedora: 664
+Log file /var/log/wtmp permission should be 644
+/var/log/wtmp should not have group write.
+# Standard perm in Fedora: 600
+Log file /var/log/btmp permission should be 660
+# Standard perm in Fedora: 664
+Log file /var/run/utmp permission should be 644
+# Does not exist in Fedora
+Log file /var/log/loginlog does not exist
+# Standard perm in Fedora: 600
+Log file /var/log/messages permission should be 640
+# Does not exist by default in Fedora
+Root crontab does not exist
+# Standard service ports in Fedora
+The port for service fsp is also assigned to service ftp.
+The port for service whois is also assigned to service nicname.
+The port for service www is also assigned to service http.
+The port for service snmp-trap is also assigned to service snmptrap.
+The port for service z3950 is also assigned to service z39.50.
+The port for service ulistserv is also assigned to service ulistproc.
+The port for service route is also assigned to service router.
+The port for service font-service is also assigned to service xfs.
+The port for service kerberos4 is also assigned to service kerberos-iv.
+The port for service krb_prop is also assigned to service krb5_prop.
+The port for service ssmtp is also assigned to service smtps.
+The port for service rmtcfg is also assigned to service bvcontrol.
+The port for service zebrasrv is also assigned to service hpstgmgr.
+The port for service zebra is also assigned to service discp-client.
+The port for service ripd is also assigned to service discp-server.
+The port for service ripngd is also assigned to service servicemeter.
+The port for service ospfd is also assigned to service nsc-ccs.
+The port for service bgpd is also assigned to service nsc-posa.
+The port for service ospf6d is also assigned to service netmon.
+The port for service kpasswd is also assigned to service rxe.
+The port for service kx is also assigned to service dsatp.
+The port for service moira_db is also assigned to service entomb.
+The port for service moira_update is also assigned to service multiling-http.
+The port for service predict is also assigned to service eoss.
+The port for service xtelw is also assigned to service pdps.
+The port for service ndtp is also assigned to service search.
+The port for service afmbackup is also assigned to service zarkov.
+The port for service pcrd is also assigned to service esri_sde.
+The port for service mrtd is also assigned to service hyperscsi-port.
+The port for service bgpsim is also assigned to service v5ua.
+The port for service sane is also assigned to service sane-port.
+The port for service omniorb is also assigned to service radan-http.
+# Set in /etc/bashrc
+There are no umask entries in /etc/profile
+# Set in /etc/csh/cshrc
+There are no umask entries in /etc/csh.login
+# Standard perm in Fedora: 4666
+/dev/log has world permissions
+# Standard perm in Fedora: 644
+/dev/rtc has world permissions
+# Standard perm in Fedora: 666
+/dev/ptmx has world permissions
+# Normal in Fedora
+The directory /dev/snd resides in a device directory.
+# Standard perm in Fedora: 644
+/etc/xinetd.conf permissions are not 600.
+# Standard perm in Fedora: 644
+/etc/xinetd.d/.* permissions are not 600.
+# Normal in Fedora
+Group root\(0\) has got the following members: root
+# Normal in Fedora
+Group bin\(1\) has got the following members: root,bin,daemon
+# Normal in Fedora
+Group daemon\(2\) has got the following members: root,bin,daemon
+# Normal in Fedora
+Login halt has a group id of 0 which should be reserved for root
+# Normal in Fedora
+Login operator has a group id of 0 which should be reserved for root
+# Normal in Fedora
+Login shutdown has a group id of 0 which should be reserved for root
+# Normal in Fedora
+Login sync has a group id of 0 which should be reserved for root
diff --git a/tiger.ignore.server b/tiger.ignore.server
new file mode 100644 (file)
index 0000000..0059c77
--- /dev/null
@@ -0,0 +1,16 @@
+# Mysql database server
+Program mysqld \(pid [[:digit:]]+, parent [[:digit:]]+\) is using a deleted file: .* /var/log/mysql/mysql\.err\.[[:digit:]]+ \(deleted\)
+Program mysqld \(pid [[:digit:]]+, parent [[:digit:]]+\) is using a deleted file: .* /tmp/.* \(deleted\) and is a a server listening on port\(s\) mysql
+# Apache web server
+Server /usr/sbin/apache \(pid [[:digit:]]+\) is using deleted files
+Program apache \(pid [[:digit:]]+, parent [[:digit:]]+\) is using a deleted file: .* /tmp/session_mm_apache0.sem \(deleted\)
+The parent process of server /usr/sbin/apache \(pid [[:digit:]]+\) is using deleted files
+# Cupds printer daemon
+Server /usr/sbin/cupsd \(pid [[:digit:]]+\) is using deleted files
+Program cupsd \(pid [[:digit:]]+, parent [[:digit:]]+\) is using a deleted file: .* /var/log/cupsd/error_log\..* \(deleted\)
+#Mailman list manager
+Program python \(pid [[:digit:]]+, parent [[:digit:]]+\) is using a deleted file: .* /var/log/mailman/.* \(deleted\)
+# Squid proxy
+Server \(squid\) .*  \(pid [[:digit:]]+\) is using deleted files
+# SSH users accessing remotely with X11 forwarding 'on'
+The process `sshd' is listening on socket 6[[:digit:]]+ (TCP on loopback interface) is run by .*
diff --git a/tiger.spec b/tiger.spec
new file mode 100644 (file)
index 0000000..d77d471
--- /dev/null
@@ -0,0 +1,126 @@
+Summary:       Security auditing on UNIX systems
+Name:          tiger
+Version:       3.2.1
+Release:       0.1
+License:       GPL+
+Group:         Applications/System
+Source0:       http://savannah.nongnu.org/download/tiger/%{name}-%{version}.tar.gz
+# Source0-md5: 7c4d6dc7c56b3b6f8fa349eca7f8e41d
+URL:           http://www.nongnu.org/tiger/
+Source2:       %{name}.cron
+Source3:       %{name}.ignore
+Source4:       %{name}.ignore.server
+Patch0:                %{name}-3.2.1-autotools.patch
+Patch1:                %{name}-3.2.1-config.patch
+Patch2:                %{name}-3.2.1-doc.patch
+Patch3:                %{name}-3.2.1-scripts.patch
+Patch4:                %{name}-3.2.1-fixes.patch
+Patch5:                %{name}-3.2.1-gcc4.patch
+BuildRequires: autoconf
+BuildRequires: recode
+Requires:      bash
+Requires:      crondaemon
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define        no_install_post_check_tmpfiles 1
+
+%description
+TIGER, or the "tiger" scripts, is a set of Bourne shell scripts, C
+programs and data files which are used to perform a security audit of
+UNIX systems. It is designed to hopefully be easy to use, easy to
+understand and easy to enhance.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+
+find -name "*.rpmorig" -o -name "*.orig" -o -name "*.old" -delete
+
+recode ISO-8859-1..UTF-8 man/tiger.8.in
+
+# Remove CVS dirs, sort by reverse, because there's dirs like CVS/CVS/Foo
+find -type d -name CVS -print0 | sort -zr | xargs -0 rm -r
+
+install -d examples
+cp -p cronrc tigerrc tigerrc-all tigerrc-dist tigerrc-TAMU \
+      site-sample site-saturn %{SOURCE4} examples
+
+%build
+autoreconf -i
+%configure \
+       --with-tigerhome=%{_libdir}/%{name} \
+       --with-tigerwork=%{_localstatedir}/run/tiger/work \
+       --with-tigerlog=%{_localstatedir}/log/tiger \
+       --with-tigerbin=%{_sbindir} \
+       --with-tigerconfig=%{_sysconfdir}/tiger
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{/etc/cron.d,%{_sysconfdir}/%{name}/templates}
+%{__make} -j1 install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.d/tiger
+cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/tiger.ignore
+cp -p version.h $RPM_BUILD_ROOT%{_libdir}/%{name}
+
+ln -s %{_sbindir}/tigexp $RPM_BUILD_ROOT%{_libdir}/%{name}/tigexp
+
+# Perm fixes
+chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}/systems/Linux/2/check_*
+
+# Unwanted OS
+rm -r $RPM_BUILD_ROOT%{_libdir}/%{name}/systems/{AIX,HPUX,IRIX,NeXT,SunOS,UNICOS,UNICOSMK,Tru64,MacOSX}
+# Documentation (in %doc)
+rm -r $RPM_BUILD_ROOT%{_libdir}/%{name}/html
+rm -r $RPM_BUILD_ROOT%{_libdir}/%{name}/doc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc USING BUGS.EXTERN DESCRIPTION CREDITS README README.1st README.hostids
+%doc README.ignore README.linux README.signatures README.sources
+%doc README.time README.unsupported README.writemodules TODO
+%doc examples html
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/cronrc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/tiger.ignore
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/tigerrc
+%config(noreplace) %verify(not md5 mtime size) /etc/cron.d/tiger
+%attr(755,root,root) %{_sbindir}/tiger
+%attr(755,root,root) %{_sbindir}/tigercron
+%attr(755,root,root) %{_sbindir}/tigexp
+%{_mandir}/man8/tiger.8*
+%{_mandir}/man8/tigercron.8*
+%{_mandir}/man8/tigexp.8*
+%dir %{_localstatedir}/run/tiger
+%dir %{_localstatedir}/log/tiger
+
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/version.h
+%dir %{_libdir}/%{name}/bin
+%attr(755,root,root) %{_libdir}/%{name}/bin/*
+%{_libdir}/%{name}/config
+%{_libdir}/%{name}/initdefs
+%{_libdir}/%{name}/syslist
+%{_libdir}/%{name}/systems
+%{_libdir}/%{name}/tigexp
+
+%dir %{_libdir}/%{name}/scripts
+%attr(755,root,root) %{_libdir}/%{name}/scripts/*_run
+%attr(755,root,root) %{_libdir}/%{name}/scripts/check_*
+%attr(755,root,root) %{_libdir}/%{name}/scripts/find_files
+%dir %{_libdir}/%{name}/scripts/sub
+%attr(755,root,root) %{_libdir}/%{name}/scripts/sub/check_*
+
+%dir %{_libdir}/%{name}/util
+%attr(755,root,root) %{_libdir}/%{name}/util/*
This page took 0.789718 seconds and 4 git commands to generate.