http://people.freebsd.org/~fenner/portsurvey/security.html#pidentd
pidentd
cvs tree / pkg-descr
File: pidentd-2.8.5.tar.gz has 2 possible URLs: 1 OK, 1 bad, 0 skipped
Port maintainer: dinoex@FreeBSD.org
ftp://ftp.lysator.liu.se/pub/ident/servers/pidentd-2.8.5.tar.gz: looking for file 550 pidentd-2.8.5.tar.gz: No such file or directory. (Last OK result Thu Apr 4 9:05:23 2002 )
ftp://ftp.fu-berlin.de/unix/security/ident/servers/pidentd-2.8.5.tar.gz: ok
File: pidentd-2.8.5-ipv6-1.5.diff.gz has 1 possible URL: OK!
Summary 2 files fetchable out of 2
Master Site # files fetchable
ftp.fu-berlin.de 1
www.imasy.or.jp 1
ftp.lysator.liu.se 0
$ ftp ftp://ftp.lysator.liu.se/pub/ident/servers/
Connected to ftp.lysator.liu.se.
220 Peter's Anonymous FTP server (pftpd 0.41 at Apr 29 2002 22:37:28) ready.
331 Guest login ok; use your e-mail address as password.
230 Login OK.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Type set to I.
250 Command successful.
250-This directory is the main distribution point for the pidentd IDENT
250-(RFC1413) protocol server and it originates from the site:
250-
250- ftp://ftp.lysator.liu.se/pub/ident/servers/
250-
250-Please report problems with the files in this directory to:
250-
250- Peter Eriksson <pen@lysator.liu.se>
250 Command successful.
ftp> ls
150 Opening ASCII mode data connection for file listing.
[...]
-rw-r--r-- 1 pen local 121835 Nov 26 1998 pidentd-2.8.5.tar.gz
-rw-r--r-- 1 pen local 366 Nov 26 1998 pidentd-2.8.5.tar.gz.sig
[...]
226 Transfer complete.
$ ftp ftp://ftp.fu-berlin.de/unix/security/ident/servers/
Connected to ftp.fu-berlin.de.
220 FTP.FU-Berlin.DE ready.
331 Anonymous login ok, send anything as password.
[...]
230-
Welcome at Freie Universität Berlin, Germany.
Willkommen auf dem FTP-Server der Freien Universität Berlin.
Ein Service der Zentraleinrichtung für Datenverarbeitung (ZEDAT).
230 FTP.FU-Berlin.DE login ok.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Type set to I
250 CWD command successful.
250 CWD command successful.
ftp> ls
150 Opening ASCII mode data connection for file list
[...]
-rw-r--r-- 1 ZEDAT FU-Berlin 121835 Nov 25 1998 pidentd-2.8.5.tar.gz
-rw-r--r-- 1 ZEDAT FU-Berlin 366 Nov 25 1998 pidentd-2.8.5.tar.gz.sig
[...]
226 Transfer complete.
$ fetch http://www.imasy.or.jp/~ume/ipv6/pidentd-2.8.5-ipv6-1.5.diff.gz
Receiving pidentd-2.8.5-ipv6-1.5.diff.gz (9635 bytes): 100%
9635 bytes transferred in 5.5 seconds (1.71 kBps)
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
than usernames. This makes it much more difficult for somebody to "frame"
one of your users.
ie: instead of people getting:
connect from peter@spinner.DIALix.COM
in their syslogs, they will get this instead:
connect from [W+rNvCy5FuPV4xEj8thdXIlfD9qNIbzB]@spinner.DIALix.COM
The remote site will have to send it to you to decode it. When you are
given one of these cookies, you can know for sure it is not faked, and you
don't have to trust the word of the remote sysadmin when arranging your
local lame hacker-type user to meet with an unfortunate incident :-).
This feature is documented in the man pages.
Also, fix an apparent bug in the code that deals with this, but it might
be a feature of the version of libdes we have on FreeBSD.
Requested by: markm (a fair while ago)