*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9444 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-12-31 08:12:15 +00:00
parent 633782864b
commit 37888fcc61
13 changed files with 96 additions and 0 deletions

View File

@@ -1,5 +1,39 @@
2000-12-31 Assar Westerlund <assar@sics.se>
* 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 <assar@sics.se>

View File

@@ -1,3 +1,7 @@
2000-12-31 Assar Westerlund <assar@sics.se>
* afslog.c (main): handle krb5_init_context failure consistently
2000-12-25 Assar Westerlund <assar@sics.se>
* afslog.c: clarify usage strings

View File

@@ -1,3 +1,8 @@
2000-12-31 Assar Westerlund <assar@sics.se>
* krb5.c (krb5_make_context): handle krb5_init_context failure
consistently
2000-10-08 Assar Westerlund <assar@sics.se>
* kxd.c (doit_passive): check that fds are not too large to select

View File

@@ -1,3 +1,7 @@
2000-12-31 Assar Westerlund <assar@sics.se>
* login.c (main): handle krb5_init_context failure consistently
2000-12-11 Assar Westerlund <assar@sics.se>
* login.c (do_login): set the group on the tty.

View File

@@ -1,3 +1,10 @@
2000-12-31 Assar Westerlund <assar@sics.se>
* 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 <assar@sics.se>
* pop_init.c (krb4_authenticate): do not exit on failure, just

View File

@@ -1,3 +1,7 @@
2000-12-31 Assar Westerlund <assar@sics.se>
* push.c (main): handle krb5_init_context failure consistently
2000-12-26 Assar Westerlund <assar@sics.se>
* push.c: support several headers, from <mattiasa@e.kth.se> use

View File

@@ -1,3 +1,8 @@
2000-12-31 Assar Westerlund <assar@sics.se>
* rshd.c (main): handle krb5_init_context failure consistently
* rsh.c (main): handle krb5_init_context failure consistently
2000-12-05 Johan Danielsson <joda@pdc.kth.se>
* rshd.c: require encryption if passed -x

View File

@@ -1,3 +1,8 @@
2000-12-31 Assar Westerlund <assar@sics.se>
* su.c (krb5_verify): handle krb5_init_context failure
consistently
2000-08-28 Johan Danielsson <joda@pdc.kth.se>
* su.c: set KRBTKFILE

View File

@@ -1,3 +1,9 @@
2000-12-31 Assar Westerlund <assar@sics.se>
* 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 <assar@sics.se>
* telnet/commands.c (sourceroute): make it not break if the

View File

@@ -1,3 +1,7 @@
2000-12-31 Assar Westerlund <assar@sics.se>
* xnlock.c (main): handle krb5_init_context failure consistently
2000-04-09 Assar Westerlund <assar@sics.se>
* xnlock.c (verfiy_krb5): get the v4-realm from the v5-ticket and

View File

@@ -1,5 +1,10 @@
2000-12-31 Assar Westerlund <assar@sics.se>
* 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 <joda@pdc.kth.se>

View File

@@ -1,3 +1,10 @@
2000-12-31 Assar Westerlund <assar@sics.se>
* 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 <joda@pdc.kth.se>
* afskauthlib/Makefile.am: use libtool

View File

@@ -1,3 +1,9 @@
2000-12-31 Assar Westerlund <assar@sics.se>
* 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 <assar@sics.se>
* Makefile.am (libkadm5srv_la_LDFLAGS): bump version to 7:2:0