more changes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@300 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
5
Makefile
5
Makefile
@@ -4,8 +4,9 @@ CFLAGS=-g
|
||||
|
||||
YFLAGS = -d
|
||||
|
||||
SOURCES = principal.c principal_p.c data.c context.c misc.c string2key.c \
|
||||
krbhst.c getport.c send_to_kdc.c
|
||||
SOURCES = principal.c principal_p.c data.c context.c misc.c \
|
||||
krbhst.c getport.c send_to_kdc.c der.c e.c d.c str2key.c \
|
||||
get_in_tkt.c get_in_tkt_pw.c
|
||||
|
||||
OBJECTS = $(SOURCES:%.c=%.o) config_file.o
|
||||
|
||||
|
10
krb5.h
10
krb5.h
@@ -340,5 +340,15 @@ krb5_425_conv_principal(krb5_context context,
|
||||
const char *realm,
|
||||
krb5_principal *princ);
|
||||
|
||||
krb5_error_code
|
||||
krb5_get_krbhst (krb5_context context,
|
||||
const krb5_data *realm,
|
||||
char ***hostlist);
|
||||
|
||||
krb5_error_code
|
||||
krb5_free_krbhst (krb5_context context,
|
||||
char *const *hostlist);
|
||||
|
||||
|
||||
#endif /* __KRB5_H__ */
|
||||
|
||||
|
@@ -340,5 +340,15 @@ krb5_425_conv_principal(krb5_context context,
|
||||
const char *realm,
|
||||
krb5_principal *princ);
|
||||
|
||||
krb5_error_code
|
||||
krb5_get_krbhst (krb5_context context,
|
||||
const krb5_data *realm,
|
||||
char ***hostlist);
|
||||
|
||||
krb5_error_code
|
||||
krb5_free_krbhst (krb5_context context,
|
||||
char *const *hostlist);
|
||||
|
||||
|
||||
#endif /* __KRB5_H__ */
|
||||
|
||||
|
Reference in New Issue
Block a user