summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-29 18:05:13 +0200
committerMichael Adam <obnox@samba.org>2008-08-01 16:04:43 +0200
commitf6bc42d80c2e9350ca5ccf46887267d6509a2c76 (patch)
tree7e1dff8910f0f86744225763caf7108f89763101 /source3/libnet/libnet_proto.h
parenta6e5a5d71440ff6b66d49abb92200ef30dda9790 (diff)
downloadsamba-f6bc42d80c2e9350ca5ccf46887267d6509a2c76.tar.gz
samba-f6bc42d80c2e9350ca5ccf46887267d6509a2c76.tar.bz2
samba-f6bc42d80c2e9350ca5ccf46887267d6509a2c76.zip
dssync keytab: move handling of removal of duplicates to libnet_keytab_add_entry().
This makes libnet_keytab_remove_entries static and moves it up. libnet_keytab_add_entry() now removes the duplicates in advance. No special handling neede for the UTDV - this is also needed for other entries... Michael (This used to be commit 3c463745445f6b64017918f442bf1021be219e83)
Diffstat (limited to 'source3/libnet/libnet_proto.h')
-rw-r--r--source3/libnet/libnet_proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/libnet/libnet_proto.h b/source3/libnet/libnet_proto.h
index 26ffbfce8c..43046a44c0 100644
--- a/source3/libnet/libnet_proto.h
+++ b/source3/libnet/libnet_proto.h
@@ -55,11 +55,6 @@ struct libnet_keytab_entry *libnet_keytab_search(struct libnet_keytab_context *c
const char *principal, int kvno,
const const krb5_enctype enctype,
TALLOC_CTX *mem_ctx);
-
-krb5_error_code libnet_keytab_remove_entries(struct libnet_keytab_context *ctx,
- const char *principal,
- int kvno,
- const krb5_enctype enctype);
#endif
/* The following definitions come from libnet/libnet_samsync.c */