1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/skeyaudit
millert 3adef2e46b o Don't close stdout in interactive mode; mpech@
Extra paranoia:
o Close keyfile by hand each time in -a mode so we don't leak an fd
to sendmail
o If any of std{out,in,err} are not open, open /dev/null in their stead.
o If stdout is not open and -i was specified, just exit since there
  is nowhere to print the info.

Thanks for mpech@ for his testing and bug finding ;-)
2003-05-02 20:10:46 +00:00
..
Makefile Change S/Key stuff from using a flat file (/etc/skeykeys) to a directory 2002-05-16 03:50:42 +00:00
skeyaudit.1 Add missing period. 2003-04-30 18:40:28 +00:00
skeyaudit.c o Don't close stdout in interactive mode; mpech@ 2003-05-02 20:10:46 +00:00