~ubuntu-branches/ubuntu/precise/krb5/precise-updates

« back to all changes in this revision

Viewing changes to src/include/k5-int.h

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2010-12-14 11:53:26 UTC
  • mfrom: (28.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20101214115326-uxbo7qgjqqb3z7fv
Tags: 1.8.3+dfsg-4
Ignore PACs without a server signature generated by OS X Open
Directory rather than failing authentication, Closes: #604925

Show diffs side-by-side

added added

removed removed

Lines of Context:
2122
2122
};
2123
2123
#ifdef KRB5_DNS_LOOKUP
2124
2124
 
2125
 
#define MAX_DNS_NAMELEN (15*(MAXHOSTNAMELEN + 1)+1)
 
2125
/*
 
2126
 * Taken from MAX_DNAME in arpa/nameser.h. This is a protocol constant, and it is not
 
2127
 * desirable to include that file here.
 
2128
 */
 
2129
#define MAX_DNS_NAMELEN 1025
2126
2130
 
2127
2131
krb5_error_code
2128
2132
krb5int_make_srv_query_realm(const krb5_data *realm,