git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1146 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-12-18 00:04:03 +00:00
parent de1c038bd8
commit 31bda4c23b
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
Wed Dec 18 00:53:55 1996 Johan Danielsson <joda@emma.pdc.kth.se>
* kuser/kinit.c: Guess principal.
* lib/krb5/error/compile_et.awk: Don't include krb5.h. Fix some
warnings.
* lib/krb5/error/asn1_err.et: Add ASN.1 error messages.
* lib/krb5/mk_req.c: Get client from cache.
* lib/krb5/cache.c: Add better error checking some useful return
values.
* lib/krb5/krb5.h: Fix krb5_auth_context.
* lib/asn1/der.h: Make krb5_data compatible with krb5.h
Tue Dec 17 01:32:36 1996 Johan Danielsson <joda@emma.pdc.kth.se>
* lib/krb5/error: Add primitive error library.

View File

@@ -1,5 +1,4 @@
#include "krb5_locl.h"
#include <krb5_error.h>
#include <krb5_locl.h>
RCSID("$Id$");

View File

@@ -1,5 +1,4 @@
#include "krb5_locl.h"
#include <krb5_error.h>
#include <krb5_locl.h>
RCSID("$Id$");

View File

@@ -1,5 +1,4 @@
#include "krb5_locl.h"
#include <krb5_error.h>
#include <krb5_locl.h>
RCSID("$Id$");