x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2994 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,5 +1,18 @@
|
||||
Fri Aug 15 00:09:37 1997 Johan Danielsson <joda@emma.pdc.kth.se>
|
||||
|
||||
* lib/45/get_ad_tkt.c: Kerberos 4 get_ad_tkt using
|
||||
krb524_convert_creds_kdc.
|
||||
|
||||
* lib/krb5/convert_creds.c: Implementation of
|
||||
krb524_convert_creds_kdc.
|
||||
|
||||
* lib/asn1/k5.asn1: Make kdc-req-body.till OPTIONAL
|
||||
|
||||
* kdc/524.c: A somewhat working 524-protocol module.
|
||||
|
||||
* kdc/kerberos4.c: Add version 4 ticket encoding and encryption
|
||||
functions.
|
||||
|
||||
* lib/krb5/context.c: Fix kdc_timeout.
|
||||
|
||||
* lib/hdb/{ndbm,db}.c: Free name in close.
|
||||
|
7
lib/45/45_locl.h
Normal file
7
lib/45/45_locl.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __45_LOCL_H__
|
||||
#define __45_LOCL_H__
|
||||
|
||||
#include "krb5.h"
|
||||
#include "krb.h"
|
||||
|
||||
#endif /* __45_LOCL_H__ */
|
11
lib/45/Makefile.am
Normal file
11
lib/45/Makefile.am
Normal file
@@ -0,0 +1,11 @@
|
||||
# $Id$
|
||||
|
||||
AUTOMAKE_OPTIONS = no-dependencies foreign
|
||||
|
||||
lib_LIBRARIES = @EXTRA_LIB45@
|
||||
|
||||
EXTRA_LIBRARIES = lib45.a
|
||||
|
||||
INCLUDES = $(INCLUDE_krb4)
|
||||
|
||||
lib45_a_SOURCES = get_ad_tkt.c
|
Reference in New Issue
Block a user