diff --git a/appl/ftp/ChangeLog b/appl/ftp/ChangeLog index 0deb3ec29..ab2b5d6b8 100644 --- a/appl/ftp/ChangeLog +++ b/appl/ftp/ChangeLog @@ -1,3 +1,16 @@ +Wed Apr 7 16:15:21 1999 Johan Danielsson + + * ftp/gssapi.c (gss_auth): call gss_display_status to get a sane + error message; return AUTH_{CONTINUE,ERROR}, where appropriate + + * ftp/krb4.c: return AUTH_{CONTINUE,ERROR}, where appropriate + + * ftp/security.c (sec_login): if mechanism returns AUTH_CONTINUE, + just continue with the next mechanism, this fixes the case of + having GSSAPI fail because of non-existant of expired tickets + + * ftp/security.h: add AUTH_{OK,CONTINUE,ERROR} + Thu Apr 1 16:59:04 1999 Johan Danielsson * ftpd/Makefile.am: don't run check-local diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog new file mode 100644 index 000000000..663336a7d --- /dev/null +++ b/lib/gssapi/ChangeLog @@ -0,0 +1,9 @@ +Wed Apr 7 14:05:15 1999 Johan Danielsson + + * display_status.c: set minor_status + + * init_sec_context.c: set minor_status + + * lib/gssapi/init.c: remove donep (check gssapi_krb5_context + directly) + diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog new file mode 100644 index 000000000..663336a7d --- /dev/null +++ b/lib/gssapi/krb5/ChangeLog @@ -0,0 +1,9 @@ +Wed Apr 7 14:05:15 1999 Johan Danielsson + + * display_status.c: set minor_status + + * init_sec_context.c: set minor_status + + * lib/gssapi/init.c: remove donep (check gssapi_krb5_context + directly) +