configure.in, Makefile.in: Use the libdes425 library so that the DES
authorTheodore Tso <tytso@mit.edu>
Fri, 17 Mar 1995 20:33:48 +0000 (20:33 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 17 Mar 1995 20:33:48 +0000 (20:33 +0000)
commit98809275fc670d227400ad23d262a4b6738e91c6
treeb966b236c238c95381d8b527f2273e0118a95246
parent6d31738320f240213facd970a2bb28c022ebb879
configure.in, Makefile.in: Use the libdes425 library so that the DES
code doesn't get dragged in twice.

kdc_util.c (validate_as_request): Allow a client to obtain a password
changing ticket, even if the client's key is expired.

main.c (usage, process_args, main): The KDC will disassociate itself
from the terminal by default, unless the -n option is given.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5148 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/ChangeLog
src/kdc/Makefile.in
src/kdc/configure.in
src/kdc/kdc_util.c
src/kdc/main.c