Hi all.
1) somebody close bin/15371. I wrote to imp, but he kept silent.
or I must send pr for close pr?
2) I think this code is useless.
--- keyinfo.c ---
login = getlogin();
if (login == NULL)
errx(1, "Cannot find login name");
if (getuid() != 0 && argc > 1 && strcmp(login, argv[1]) != 0)
errx(1, "Only superuser may get another user's keys");
---
keyinfo shows the same that after login prompt...
I'm right or not?
Bye
Juriy Goloveshkin
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message