Subversion Repositories oidentd

Compare Revisions

Ignore whitespace Rev 26 → Rev 25

/tags/2.0.8-10/debian/copyright
File deleted
/tags/2.0.8-10/debian/oidentd.conf
File deleted
/tags/2.0.8-10/debian/control
File deleted
/tags/2.0.8-10/debian/compat
File deleted
/tags/2.0.8-10/debian/postinst
File deleted
/tags/2.0.8-10/debian/default
File deleted
/tags/2.0.8-10/debian/postrm
File deleted
/tags/2.0.8-10/debian/prerm
File deleted
/tags/2.0.8-10/debian/changelog
File deleted
/tags/2.0.8-10/debian/patches/dont_mention_INSTALL.patch
File deleted
/tags/2.0.8-10/debian/patches/ftbfs-gcc5.patch
File deleted
/tags/2.0.8-10/debian/patches/series
File deleted
/tags/2.0.8-10/debian/patches/bind-to-ipv6-too.patch
File deleted
/tags/2.0.8-10/debian/patches/dont-touch-CFLAGS.patch
File deleted
/tags/2.0.8-10/debian/docs
File deleted
/tags/2.0.8-10/debian/rules
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/2.0.8-10/debian/oidentd.install
===================================================================
--- tags/2.0.8-10/debian/oidentd.install (revision 26)
+++ tags/2.0.8-10/debian/oidentd.install (nonexistent)
@@ -1,2 +0,0 @@
-debian/oidentd.conf etc/
-debian/oidentd_masq.conf etc/
Index: tags/2.0.8-10/debian/oidentd_masq.conf
===================================================================
--- tags/2.0.8-10/debian/oidentd_masq.conf (revision 26)
+++ tags/2.0.8-10/debian/oidentd_masq.conf (nonexistent)
@@ -1,11 +0,0 @@
-# oident masquarded connections configuration
-
-# use this file if your host is masquarading connections for several
-# hosts and you want to return a reply based on the hostname of
-# the originating machine
-# by default, such requests are forwarded to the real host.
-# you can disable forwarding by removing "-f" from OIDENT_OPTIONS
-# in /etc/default/oidentd
-
-# add hosts in the following format, see oidentd_masq.conf(5) for details:
-# <ip or host>[/mask] <username> <os>
Index: tags/2.0.8-10/debian/oidentd.logcheck.ignore.server
===================================================================
--- tags/2.0.8-10/debian/oidentd.logcheck.ignore.server (revision 26)
+++ tags/2.0.8-10/debian/oidentd.logcheck.ignore.server (nonexistent)
@@ -1,5 +0,0 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ oidentd\[[0-9]+\]: Connection from [._[:alnum:]-]+ \([0-9a-f.:]+\):[0-9]{1,5}$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ oidentd\[[0-9]+\]: Connection from [0-9a-f.:]+:[0-9]{1,5}$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ oidentd\[[0-9]+\]: \[[0-9a-f.:]+\.[0-9]{1,3}\] Successful lookup \(by forward\): [0-9]+ \([0-9]+\) , [0-9]+ : [_[:alnum:]-]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ oidentd\[[0-9]+\]: \[[._[:alnum:]-]+\] Successful lookup: [0-9]+ , [0-9]+ : [_[:alnum:]-]+ \([_[:alnum:]-]+\)$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ oidentd\[[0-9]+\]: \[localhost\] [0-9]+ , [0-9]+ : ERROR : NO-USER
Index: tags/2.0.8-10/debian/source/format
===================================================================
--- tags/2.0.8-10/debian/source/format (revision 26)
+++ tags/2.0.8-10/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/2.0.8-10/debian/source/lintian-overrides
===================================================================
--- tags/2.0.8-10/debian/source/lintian-overrides (revision 26)
+++ tags/2.0.8-10/debian/source/lintian-overrides (nonexistent)
@@ -1,4 +0,0 @@
-oidentd source: license-problem-gfdl-invariants debian/copyright invariant part is: with the invariant sections being no invariant sections, with the front-cover texts being no front-cover texts, and with the back-cover texts being no back-cover texts
-oidentd source: license-problem-gfdl-invariants doc/oidentd.8 invariant part is: with the invariant sections being no invariant sections, with the front-cover texts being no front-cover texts, and with the back-cover texts being no back-cover texts
-oidentd source: license-problem-gfdl-invariants doc/oidentd.conf.5 invariant part is: with the invariant sections being no invariant sections, with the front-cover texts being no front-cover texts, and with the back-cover texts being no back-cover texts
-oidentd source: license-problem-gfdl-invariants doc/oidentd_masq.conf.5 invariant part is: with the invariant sections being no invariant sections, with the front-cover texts being no front-cover texts, and with the back-cover texts being no back-cover texts
Index: tags/2.0.8-10/debian/dirs
===================================================================
--- tags/2.0.8-10/debian/dirs (revision 26)
+++ tags/2.0.8-10/debian/dirs (nonexistent)
@@ -1,2 +0,0 @@
-etc/default
-usr/sbin
Index: tags/2.0.8-10/debian/init
===================================================================
--- tags/2.0.8-10/debian/init (revision 26)
+++ tags/2.0.8-10/debian/init (nonexistent)
@@ -1,71 +0,0 @@
-#!/bin/sh
-### BEGIN INIT INFO
-# Provides: oidentd ident-server
-# Required-Start: $remote_fs $syslog
-# Required-Stop: $remote_fs $syslog
-# Should-Start:
-# Should-Stop:
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: replacement ident daemon
-# Description: oidentd is a replacement ident daemon
-### END INIT INFO
-
-PATH=/sbin:/bin:/usr/sbin:/usr/bin
-OIDENTD=/usr/sbin/oidentd
-
-# See if the daemons are there
-test -f ${OIDENTD} || exit 0
-
-# oidentd configuration
-OIDENT_OPTIONS=""
-OIDENT_USER="nobody"
-OIDENT_GROUP="nogroup"
-test -f /etc/default/oidentd && . /etc/default/oidentd
-
-. /lib/lsb/init-functions
-
-if [ "${OIDENT_BEHIND_PROXY}" = "yes" ]; then
- # If we have a default router, then allow it to proxy auth requests to us
- if [ -x /bin/netstat ] && [ -x /usr/bin/awk ]; then
- GATEWAY=`netstat -nr | awk '/^0.0.0.0/{print $2;}'`
- elif [ -x /bin/ip ] && [ -x /usr/bin/awk ]; then
- GATEWAY=`ip route show 0.0.0.0/0 | awk '/^default via /{print $3}'`
- fi
- if [ -n "${GATEWAY}" ]; then
- OIDENT_OPTIONS="${OIDENT_OPTIONS} -P ${GATEWAY}"
- fi
-fi
-
-
-OPTIONS="${OIDENT_OPTIONS} -u ${OIDENT_USER} -g ${OIDENT_GROUP}"
-
-case "$1" in
- start)
- log_daemon_msg "Starting ident daemon" "oidentd"
- start-stop-daemon --start --quiet --oknodo --exec ${OIDENTD} -- ${OPTIONS}
- log_end_msg $?
- ;;
- stop)
- log_daemon_msg "Stopping ident daemon" "oidentd"
- start-stop-daemon --stop --quiet --oknodo --exec ${OIDENTD} -- ${OPTIONS}
- log_end_msg $?
- ;;
- reload|restart|force-reload)
- log_daemon_msg "Restarting ident daemon" "oidentd"
- start-stop-daemon --stop --quiet --exec ${OIDENTD} -- ${OPTIONS}
- sleep 2
- start-stop-daemon --start --quiet --exec ${OIDENTD} -- ${OPTIONS}
- log_end_msg $?
- ;;
- status)
- status_of_proc "$OIDENTD" "oidentd" && exit 0 || exit $?
- ;;
- *)
- log_success_msg "Usage: $0 {start|stop|restart|reload|force-reload|status}"
- exit 1
- ;;
-esac
-
-exit 0
-
Index: tags/2.0.8-10/debian/watch
===================================================================
--- tags/2.0.8-10/debian/watch (revision 26)
+++ tags/2.0.8-10/debian/watch (nonexistent)
@@ -1,3 +0,0 @@
-version=3
-http://qa.debian.org/watch/sf.php/ojnk/ \
-(?:|.*/)oidentd(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
Index: tags/2.0.8-10/debian
===================================================================
--- tags/2.0.8-10/debian (revision 26)
+++ tags/2.0.8-10/debian (nonexistent)
/tags/2.0.8-10/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property