Makefile.in, configure.in: Use the libdes425 library so that the DES
authorTheodore Tso <tytso@mit.edu>
Fri, 17 Mar 1995 20:58:31 +0000 (20:58 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 17 Mar 1995 20:58:31 +0000 (20:58 +0000)
commit96d4fa20ba03220f81ecb70a63022fc3da5ff530
tree2ef4e5e3eb4818ffc91ef4305d3f9a027a638ba6
parent354828d7e52be7dbdfb1ecb01355eadb7d062f26
Makefile.in, configure.in: Use the libdes425 library so that the DES
code doesn't get dragged in twice.

krlogind.c: Include <sys/time.h> so that Linux can get the FD_SET macros.

kcmd.c (kcmd): Close the credentials cache when you're done with it.

krlogind.c (doit): Always initialize the Krb5 error table.

krlogind.c (main, doit): Minor type fixes to gethostbyname(), accept().

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5151 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/bsd/ChangeLog
src/appl/bsd/Makefile.in
src/appl/bsd/configure.in
src/appl/bsd/kcmd.c
src/appl/bsd/krlogind.c