|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Internet Worm
jim
Tadpole.COMWed, 19 Oct 1994 11:07:59 -0500
- Messages sorted by: [ date ][ thread ][ subject ][ author ]
- Next message: smb
research.att.com: "Re: Internet Worm"
- Previous message: F. L. Charles Seeger III: "Re: Internet Worm"
- Maybe in reply to: Scott D. Yelich: "Internet Worm"
- Next in thread: F. L. Charles Seeger III: "Re: Internet Worm"
> When ypserv doesn dns lookups on behalf of its clients with the -b hack,
> it is using libresolv, so this case also involves Sun's mucking.
Ok, I've always been speaking about libc(shared or not) here,
and at least two of you are now speaking about libresolv.a.
Was I confused, or did someone change the subject?
Yes, the gethostbyaddr() call in libresolv has the reverse lookup.
No, its done in a different place inside ypserv. ypserv has its
own, special version of the resolver library, and does:
if (!found_addr) { /* weve been spoofed */
syslog(LOG_CRIT, "nres_gethostbyaddr: %s != %s",
temp->name, inet_ntoa(temp->theaddr));
theans = NULL;
temp->h_errno = HOST_NOT_FOUND;
}
in nres_dorecv().
Jim
- Next message: smb
research.att.com: "Re: Internet Worm"
- Previous message: F. L. Charles Seeger III: "Re: Internet Worm"
- Maybe in reply to: Scott D. Yelich: "Internet Worm"
- Next in thread: F. L. Charles Seeger III: "Re: Internet Worm"