diff --git a/ChangeLog b/ChangeLog index 70446627c..521fd8e68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,39 @@ 2000-12-31 Assar Westerlund + * lib/krb5/test_get_addrs.c (main): handle krb5_init_context + failure consistently + * lib/krb5/string-to-key-test.c (main): handle krb5_init_context + failure consistently + * lib/krb5/prog_setup.c (krb5_program_setup): handle + krb5_init_context failure consistently + * lib/hdb/convert_db.c (main): handle krb5_init_context failure + consistently + * kuser/kverify.c (main): handle krb5_init_context failure + consistently + * kuser/klist.c (main): handle krb5_init_context failure + consistently + * kuser/kinit.c (main): handle krb5_init_context failure + consistently + * kuser/kgetcred.c (main): handle krb5_init_context failure + consistently + * kuser/kdestroy.c (main): handle krb5_init_context failure + consistently + * kuser/kdecode_ticket.c (main): handle krb5_init_context failure + consistently + * kuser/generate-requests.c (generate_requests): handle + krb5_init_context failure consistently + * kpasswd/kpasswd.c (main): handle krb5_init_context failure + consistently + * kpasswd/kpasswd-generator.c (generate_requests): handle + krb5_init_context failure consistently + * kdc/main.c (main): handle krb5_init_context failure consistently + * appl/test/uu_client.c (proto): handle krb5_init_context failure + consistently + * appl/kf/kf.c (main): handle krb5_init_context failure + consistently + * admin/ktutil.c (main): handle krb5_init_context failure + consistently + * admin/get.c (kt_get): more error checking 2000-12-29 Assar Westerlund diff --git a/appl/afsutil/ChangeLog b/appl/afsutil/ChangeLog index 98734c4a3..af83aef2c 100644 --- a/appl/afsutil/ChangeLog +++ b/appl/afsutil/ChangeLog @@ -1,3 +1,7 @@ +2000-12-31 Assar Westerlund + + * afslog.c (main): handle krb5_init_context failure consistently + 2000-12-25 Assar Westerlund * afslog.c: clarify usage strings diff --git a/appl/kx/ChangeLog b/appl/kx/ChangeLog index 42563f551..80f2b382f 100644 --- a/appl/kx/ChangeLog +++ b/appl/kx/ChangeLog @@ -1,3 +1,8 @@ +2000-12-31 Assar Westerlund + + * krb5.c (krb5_make_context): handle krb5_init_context failure + consistently + 2000-10-08 Assar Westerlund * kxd.c (doit_passive): check that fds are not too large to select diff --git a/appl/login/ChangeLog b/appl/login/ChangeLog index e851e3f26..f899bd3fe 100644 --- a/appl/login/ChangeLog +++ b/appl/login/ChangeLog @@ -1,3 +1,7 @@ +2000-12-31 Assar Westerlund + + * login.c (main): handle krb5_init_context failure consistently + 2000-12-11 Assar Westerlund * login.c (do_login): set the group on the tty. diff --git a/appl/popper/ChangeLog b/appl/popper/ChangeLog index 6038373d1..8c8579362 100644 --- a/appl/popper/ChangeLog +++ b/appl/popper/ChangeLog @@ -1,3 +1,10 @@ +2000-12-31 Assar Westerlund + + * pop_init.c (pop_init): handle krb5_init_context failure + consistently + * pop_debug.c (doit_v5): handle krb5_init_context failure + consistently + 2000-06-10 Assar Westerlund * pop_init.c (krb4_authenticate): do not exit on failure, just diff --git a/appl/push/ChangeLog b/appl/push/ChangeLog index e541f21a4..96a4a7022 100644 --- a/appl/push/ChangeLog +++ b/appl/push/ChangeLog @@ -1,3 +1,7 @@ +2000-12-31 Assar Westerlund + + * push.c (main): handle krb5_init_context failure consistently + 2000-12-26 Assar Westerlund * push.c: support several headers, from use diff --git a/appl/rsh/ChangeLog b/appl/rsh/ChangeLog index 34e0ea93c..55daec975 100644 --- a/appl/rsh/ChangeLog +++ b/appl/rsh/ChangeLog @@ -1,3 +1,8 @@ +2000-12-31 Assar Westerlund + + * rshd.c (main): handle krb5_init_context failure consistently + * rsh.c (main): handle krb5_init_context failure consistently + 2000-12-05 Johan Danielsson * rshd.c: require encryption if passed -x diff --git a/appl/su/ChangeLog b/appl/su/ChangeLog index 78ce1faca..3eadf6502 100644 --- a/appl/su/ChangeLog +++ b/appl/su/ChangeLog @@ -1,3 +1,8 @@ +2000-12-31 Assar Westerlund + + * su.c (krb5_verify): handle krb5_init_context failure + consistently + 2000-08-28 Johan Danielsson * su.c: set KRBTKFILE diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index 76cd8c4dc..417046bfb 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,9 @@ +2000-12-31 Assar Westerlund + + * telnet/main.c (krb5_init): check krb5_init_context for success + * libtelnet/kerberos5.c (kerberos5_init): check krb5_init_context + for success + 2000-12-11 Assar Westerlund * telnet/commands.c (sourceroute): make it not break if the diff --git a/appl/xnlock/ChangeLog b/appl/xnlock/ChangeLog index 08d3fefd4..f2353350c 100644 --- a/appl/xnlock/ChangeLog +++ b/appl/xnlock/ChangeLog @@ -1,3 +1,7 @@ +2000-12-31 Assar Westerlund + + * xnlock.c (main): handle krb5_init_context failure consistently + 2000-04-09 Assar Westerlund * xnlock.c (verfiy_krb5): get the v4-realm from the v5-ticket and diff --git a/kadmin/ChangeLog b/kadmin/ChangeLog index b86c76aaa..3d917eda5 100644 --- a/kadmin/ChangeLog +++ b/kadmin/ChangeLog @@ -1,5 +1,10 @@ 2000-12-31 Assar Westerlund + * kadmind.c (main): handle krb5_init_context failure consistently + * kadmin.c (main): handle krb5_init_context failure consistently + * add-random-users.c (add_user): handle krb5_init_context failure + consistently + * kadm_conn.c (spawn_child): use a struct sockaddr_storage 2000-12-15 Johan Danielsson diff --git a/lib/auth/ChangeLog b/lib/auth/ChangeLog index c7882981d..d784243f4 100644 --- a/lib/auth/ChangeLog +++ b/lib/auth/ChangeLog @@ -1,3 +1,10 @@ +2000-12-31 Assar Westerlund + + * sia/sia.c (siad_ses_init): handle krb5_init_context failure + consistently + * afskauthlib/verify.c (verify_krb5): handle krb5_init_context + failure consistently + 2000-11-30 Johan Danielsson * afskauthlib/Makefile.am: use libtool diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index 8c7f08236..54dbe3835 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,9 @@ +2000-12-31 Assar Westerlund + + * init_s.c (*): handle krb5_init_context failure consistently + * init_c.c (init_context): handle krb5_init_context failure + consistently + 2000-12-11 Assar Westerlund * Makefile.am (libkadm5srv_la_LDFLAGS): bump version to 7:2:0