dnssrv.c (505d05c7) dnssrv.c (159d09a2)
1#pragma ident "%Z%%M% %I% %E% SMI"
2/*
3 * lib/krb5/os/dnssrv.c
4 *
5 * Copyright 1990,2000,2001,2002,2003 by the Massachusetts Institute of Technology.
6 * All Rights Reserved.
7 *
8 * Export of this software from the United States of America may
9 * require a specific license from the United States Government.

--- 13 unchanged lines hidden (view full) ---

23 * M.I.T. makes no representations about the suitability of
24 * this software for any purpose. It is provided "as is" without express
25 * or implied warranty.
26 *
27 *
28 * do DNS SRV RR queries
29 */
30
1/*
2 * lib/krb5/os/dnssrv.c
3 *
4 * Copyright 1990,2000,2001,2002,2003 by the Massachusetts Institute of Technology.
5 * All Rights Reserved.
6 *
7 * Export of this software from the United States of America may
8 * require a specific license from the United States Government.

--- 13 unchanged lines hidden (view full) ---

22 * M.I.T. makes no representations about the suitability of
23 * this software for any purpose. It is provided "as is" without express
24 * or implied warranty.
25 *
26 *
27 * do DNS SRV RR queries
28 */
29
30#include "autoconf.h"
31#ifdef KRB5_DNS_LOOKUP
32
33#include "dnsglue.h"
34
35/*
36 * Lookup a KDC via DNS SRV records
37 */
38

--- 147 unchanged lines hidden ---
31#ifdef KRB5_DNS_LOOKUP
32
33#include "dnsglue.h"
34
35/*
36 * Lookup a KDC via DNS SRV records
37 */
38

--- 147 unchanged lines hidden ---