]> git.ipfire.org Git - thirdparty/krb5.git/commit
Supply a hostrealm module to query the registry
authorBen Kaduk <kaduk@mit.edu>
Tue, 5 May 2015 20:55:41 +0000 (16:55 -0400)
committerBen Kaduk <kaduk@mit.edu>
Mon, 11 May 2015 18:53:48 +0000 (14:53 -0400)
commit90ca670ac42a9aada3c310af491bbf8b924e6a00
treeb8b6ab9d60bf5e723d80019e490056120b2855a9
parentf0cd1a65e379dd21cdb565beed9e2d8917d1a701
Supply a hostrealm module to query the registry

Implement a default_realm function that checks the
{HKLM,HKCU}\Software\MIT\Kerberos5\default_realm registry values
on Windows, and just returns KRB5_PLUGIN_NO_HANDLE on Unix.

ticket: 8173 (new)
tags: pullup
target_version: 1.13.3
src/lib/krb5/os/Makefile.in
src/lib/krb5/os/hostrealm.c
src/lib/krb5/os/hostrealm_registry.c [new file with mode: 0644]
src/lib/krb5/os/os-proto.h