summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-07-20 11:14:49 -0700
committerJeremy Allison <jra@samba.org>2010-07-20 11:14:49 -0700
commit7d17bfcf51880c84a2f2173c941f2955d045f5c5 (patch)
tree07d5cdec615b63be424a821d809f7f8db1e2036f /source3/include
parent8a882b645c7913a12776065d239cd97d0628108c (diff)
downloadsamba-7d17bfcf51880c84a2f2173c941f2955d045f5c5.tar.gz
samba-7d17bfcf51880c84a2f2173c941f2955d045f5c5.tar.bz2
samba-7d17bfcf51880c84a2f2173c941f2955d045f5c5.zip
Rename spnego_gen_negTokenTarg() -> spnego_gen_krb5_negTokenInit()
as this correctly describes what this function does. Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 4d877fb358..d154d34679 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2806,7 +2806,7 @@ bool spnego_parse_negTokenInit(DATA_BLOB blob,
DATA_BLOB gen_negTokenTarg(const char *OIDs[], DATA_BLOB blob);
DATA_BLOB spnego_gen_krb5_wrap(const DATA_BLOB ticket, const uint8 tok_id[2]);
bool spnego_parse_krb5_wrap(DATA_BLOB blob, DATA_BLOB *ticket, uint8 tok_id[2]);
-int spnego_gen_negTokenTarg(const char *principal, int time_offset,
+int spnego_gen_krb5_negTokenInit(const char *principal, int time_offset,
DATA_BLOB *targ,
DATA_BLOB *session_key_krb5, uint32 extra_ap_opts,
time_t *expire_time);