*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6558 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-07-26 04:20:16 +00:00
parent 2ea5a65d04
commit c4f55bccd9
3 changed files with 29 additions and 0 deletions

View File

@@ -1,5 +1,25 @@
1999-07-26 Assar Westerlund <assar@sics.se>
* lib/krb5/store_fd.c: lots of changes from size_t to ssize_t
* lib/krb5/store_mem.c: lots of changes from size_t to ssize_t
* lib/krb5/store_emem.c: lots of changes from size_t to ssize_t
* lib/krb5/store.c: lots of changes from size_t to ssize_t
(krb5_ret_stringz): check return value from realloc
* lib/krb5/mk_safe.c: some type correctness
* lib/krb5/mk_priv.c: some type correctness
* lib/krb5/krb5.h (krb5_storage): change return values of
functions from size_t to ssize_t
1999-07-24 Assar Westerlund <assar@sics.se>
* Release 0.1i
* configure.in (AC_PROG_AWK): disable. mawk seems to mishandle \#
in lib/roken/roken.awk

6
NEWS
View File

@@ -1,3 +1,9 @@
Changes in release 0.1j:
* restore back to the `old' 3DES code. This was supposed to be done
in 0.1h and 0.1i but I did a CVS screw-up.
* make telnetd handle v6 connections
Changes in release 0.1i:
* start using `struct sockaddr_storage' which simplifies the code

View File

@@ -1,5 +1,8 @@
1999-07-26 Assar Westerlund <assar@sics.se>
* Makefile.am: move some files from libroken_la_SOURCES to
EXTRA_libroken_la_SOURCES
* snprintf.c: some signed vs unsigned casts
1999-07-24 Assar Westerlund <assar@sics.se>