summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-10-29 15:03:36 -0700
committerJeremy Allison <jra@samba.org>2007-10-29 15:03:36 -0700
commit32dd016353355acfb71dd773187076f95ff6e86e (patch)
treeeb2843f3a58bec631f4600ffba535fdeb9dbfc12 /source3/include
parente2d0526c9799a75f87bbbe24f2e5a268df89fea9 (diff)
downloadsamba-32dd016353355acfb71dd773187076f95ff6e86e.tar.gz
samba-32dd016353355acfb71dd773187076f95ff6e86e.tar.bz2
samba-32dd016353355acfb71dd773187076f95ff6e86e.zip
Fix the setup_kaddr() call to cope with IPv6.
This is the last obvious change I can see. At this point we can start claiming IPv6 support (Hurrah !:-). Jeremy. (This used to be commit bda8c0bf571c994b524a9d67eebc422033d17094)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index fc9e43e55b..b9e77010de 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -1123,7 +1123,7 @@ void krb5_free_unparsed_name(krb5_context ctx, char *val);
#endif
/* Samba wrapper function for krb5 functionality. */
-void setup_kaddr_v4( krb5_address *pkaddr, struct sockaddr *paddr);
+bool setup_kaddr( krb5_address *pkaddr, struct sockaddr_storage *paddr);
int create_kerberos_key_from_string(krb5_context context, krb5_principal host_princ, krb5_data *password, krb5_keyblock *key, krb5_enctype enctype);
int create_kerberos_key_from_string_direct(krb5_context context, krb5_principal host_princ, krb5_data *password, krb5_keyblock *key, krb5_enctype enctype);
bool get_auth_data_from_tkt(TALLOC_CTX *mem_ctx, DATA_BLOB *auth_data, krb5_ticket *tkt);