*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6639 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-07-28 13:47:56 +00:00
parent 99f06a3c99
commit 760b6a32be
3 changed files with 27 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
1999-07-28 Assar Westerlund <assar@sics.se>
* 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

View File

@@ -1,5 +1,26 @@
1999-07-28 Assar Westerlund <assar@sics.se>
* 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

View File

@@ -1,5 +1,7 @@
1999-07-28 Assar Westerlund <assar@sics.se>
* Makefile.am: set version to 2:0:2
* roken.h.in (inet_pton): add prototype
* Makefile.am (EXTRA_libroken_la_SOURCES): add inet_pton