Windows fixes: enable DNS lookups; turn on KDC lookup by default
authorSam Hartman <hartmans@mit.edu>
Wed, 28 Sep 2011 20:57:53 +0000 (20:57 +0000)
committerSam Hartman <hartmans@mit.edu>
Wed, 28 Sep 2011 20:57:53 +0000 (20:57 +0000)
commit17ffebf7ff813118f15d7346e0211089fe2e95f0
tree9f88a39d8bbfd6589eb8cc9272fc759664eff953
parent0a13c0a9bfd1a7cff850d60851500aea34dffa6d
Windows fixes: enable DNS lookups; turn on KDC lookup by default

Moved wshelper from windows to util to fix build order dependencies.

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25273 dc483132-0cff-0310-8789-dd5450dbe970
24 files changed:
src/Makefile.in
src/config/win-pre.in
src/util/Makefile.in
src/util/wshelper/Makefile.in [moved from src/windows/wshelper/Makefile.in with 95% similarity]
src/util/wshelper/dllmain.c [moved from src/windows/wshelper/dllmain.c with 100% similarity]
src/util/wshelper/gethna.c [moved from src/windows/wshelper/gethna.c with 100% similarity]
src/util/wshelper/hesiod.c [moved from src/windows/wshelper/hesiod.c with 100% similarity]
src/util/wshelper/hesmailh.c [moved from src/windows/wshelper/hesmailh.c with 100% similarity]
src/util/wshelper/hespwnam.c [moved from src/windows/wshelper/hespwnam.c with 100% similarity]
src/util/wshelper/hesservb.c [moved from src/windows/wshelper/hesservb.c with 100% similarity]
src/util/wshelper/inetaton.c [moved from src/windows/wshelper/inetaton.c with 100% similarity]
src/util/wshelper/pwd.h [moved from src/windows/wshelper/pwd.h with 100% similarity]
src/util/wshelper/res_comp.c [moved from src/windows/wshelper/res_comp.c with 100% similarity]
src/util/wshelper/res_init.c [moved from src/windows/wshelper/res_init.c with 100% similarity]
src/util/wshelper/res_quer.c [moved from src/windows/wshelper/res_quer.c with 100% similarity]
src/util/wshelper/resource.h [moved from src/windows/wshelper/resource.h with 100% similarity]
src/util/wshelper/resource.rc [moved from src/windows/wshelper/resource.rc with 94% similarity]
src/util/wshelper/string.rc [moved from src/windows/wshelper/string.rc with 100% similarity]
src/util/wshelper/ver.rc.inc [moved from src/windows/wshelper/ver.rc.inc with 100% similarity]
src/util/wshelper/wsh-int.h [moved from src/windows/wshelper/wsh-int.h with 100% similarity]
src/util/wshelper/wshelp32.def [moved from src/windows/wshelper/wshelp32.def with 100% similarity]
src/util/wshelper/wshelp64.def [moved from src/windows/wshelper/wshelp64.def with 100% similarity]
src/util/wshelper/wshelper.def [moved from src/windows/wshelper/wshelper.def with 100% similarity]
src/windows/Makefile.in