From 760b6a32be5fb542aa402d2a29ee5f6e42f33cfd Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 28 Jul 1999 13:47:56 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6639 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 4 ++++ appl/ftp/ChangeLog | 21 +++++++++++++++++++++ lib/roken/ChangeLog | 2 ++ 3 files changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index 828cdf457..9f2ce0339 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-07-28 Assar Westerlund + * lib/asn1/Makefile.am: bump version to 1:2:0 + + * lib/krb5/Makefile.am: bump version to 3:1:0 + * configure.in: more inet_pton to roken * lib/krb5/principal.c (krb5_sname_to_principal): use diff --git a/appl/ftp/ChangeLog b/appl/ftp/ChangeLog index fa4e7ac50..b15bc8ef1 100644 --- a/appl/ftp/ChangeLog +++ b/appl/ftp/ChangeLog @@ -1,5 +1,26 @@ 1999-07-28 Assar Westerlund + * common/socket.c: new file with generic socket functions + + * ftpd/ftpd.c: make it more AF-neutral and v6-capable + + * ftpd/ftpcmd.y: add EPRT and EPSV + + * ftpd/extern.h: update prototypes and variables + + * ftp/krb4.c: update to new types of addresses + + * ftp/gssapi.c: add support for both AF_INET and AF_INET6 + addresses + + * ftp/ftp.c: make it more AF-neutral and v6-capable + + * ftp/extern.h (hookup): change prototype + + * common/common.h: add prototypes for functions in socket.c + + * common/Makefile.am (libcommon_a_SOURCES): add socket.c + * ftp/gssapi.c (gss_auth): check return value from `gss_import_name' and print error messages if it fails diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index fa36fd771..a15226335 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,5 +1,7 @@ 1999-07-28 Assar Westerlund + * Makefile.am: set version to 2:0:2 + * roken.h.in (inet_pton): add prototype * Makefile.am (EXTRA_libroken_la_SOURCES): add inet_pton