*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5355 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-02-13 16:23:49 +00:00
parent 9724d68217
commit 840215d2ba
2 changed files with 31 additions and 0 deletions

View File

@@ -1,3 +1,30 @@
Sat Feb 13 17:12:53 1999 Assar Westerlund <assar@sics.se>
* lib/kadm5/init_c.c (kadm5_c_init_with_context): remove unused
`error'
* lib/asn1/Makefile.am (check-der): add
* lib/asn1/gen.c (define_type): map ASN1 Integer to `int' instead
of `unsigned'
* lib/asn1/der_length.c (length_unsigned): new function
(length_int): handle signed integers
* lib/asn1/der_put.c (der_put_unsigned): new function
(der_put_int): handle signed integers
* lib/asn1/der_get.c (der_get_unsigned): new function
(der_get_int): handle signed integers
* lib/asn1/der.h: all integer functions take `int' instead of
`unsigned'
* lib/asn1/lex.l (filename): unused. remove.
* lib/asn1/check-der.c: new test program for der encoding and
decoding.
Mon Feb 1 04:09:06 1999 Assar Westerlund <assar@sics.se>
* lib/krb5/send_to_kdc.c (krb5_sendto_kdc): only call

View File

@@ -1,3 +1,7 @@
Sat Feb 13 17:19:35 1999 Assar Westerlund <assar@sics.se>
* ftp/ftp.c (copy_stream): initialize `werr'
Tue Dec 1 14:44:29 1998 Johan Danielsson <joda@hella.pdc.kth.se>
* ftpd/Makefile.am: link with extra libs for aix