*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6538 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-07-24 19:53:28 +00:00
parent b6e362688c
commit 377f138d7a
2 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
1999-07-24 Assar Westerlund <assar@sics.se>
* lib/krb5/get_addrs.c (find_all_addresses): try to use SA_LEN to
step over addresses if there's no `sa_lan' field
* lib/krb5/sock_principal.c (krb5_sock_to_principal): simplify by
using `struct sockaddr_storage'

View File

@@ -1,5 +1,7 @@
1999-07-24 Assar Westerlund <assar@sics.se>
* rsh_locl.h: <shadow.h>
* rsh.c, rshd.c: improve forwarding and implement unique ccache on
server. From Miroslav Ruda <ruda@ics.muni.cz>