I WAS HAVING PROBLEMS WITH MY COMPUTER, SO I THREW IT OUT THE WINDOW AND STABBED MY DOG. I PICKED THE COMPUTER UP AND STUFFED MY DOG INSIDE THE BROKEN MONITER SCREEN. I TRIED TO BOOT UP BUT NOTHING HAPPENED. WHAT COULD BE THE PROBLEM ? YOU KNOW WHAT, I DON'T GIVE A FUCK. AND I HOPE YOU NEVER SEND ME ONE OF YOUR USELESS GOD DAMN FUCKING E-MAIL MESSAGES AGAIN. GET IT. FUCK YOU ----- Original Message ----- From: "Theodore Tso" <[EMAIL PROTECTED]> To: "Brian P. Flaherty" <[EMAIL PROTECTED]> Cc: <debian-security@lists.debian.org> Sent: Friday, August 31, 2001 5:16 PM Subject: Re: Is ident secure?
> On Thu, Aug 30, 2001 at 10:57:55PM -0400, Brian P. Flaherty wrote: > > I have had a lot of problems running non-Debian software when I > > disable ident. > > Here's a safe version of identd which I tend to run on my systems. > This way annoying programs that kvetch if identd isn't available are > fed something to keep them fat, dumb, and happy..... > > - Ted > > /* > * This is a "special" version of the ident daemon. :-) > */ > > #include <stdio.h> > > #define NAME "[EMAIL PROTECTED]" > > main(argc,argv) > int argc; > char *argv[]; > { > int lport, fport; > > /* Get the local/foreign port pair from the luser */ > if (scanf("%d , %d", &lport, &fport) != 2) { > printf("%d, %d: ERROR: UNKNOWN-ERROR\r\n", lport, fport); > exit(1); > } > > printf("%d, %d: USERID: UNIX: %s\r\n", lport, fport, NAME); > exit(0); > } > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >