*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6199 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-05-10 03:56:34 +00:00
parent e2241be4cf
commit 3752d59b9a
3 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
1999-05-10 Assar Westerlund <assar@sics.se>
* pop_debug.c (doit_v5): call krb5_sendauth with ccache == NULL
1999-04-11 Assar Westerlund <assar@sics.se> 1999-04-11 Assar Westerlund <assar@sics.se>
* pop_debug.c (main): use print_version * pop_debug.c (main): use print_version

View File

@@ -1,3 +1,7 @@
1999-05-10 Assar Westerlund <assar@sics.se>
* push.c (do_v5): call krb5_sendauth with ccache == NULL
Wed Apr 7 23:40:00 1999 Assar Westerlund <assar@sics.se> Wed Apr 7 23:40:00 1999 Assar Westerlund <assar@sics.se>
* Makefile.in: fix names of hesiod variables * Makefile.in: fix names of hesiod variables

View File

@@ -1,3 +1,17 @@
1999-05-10 Assar Westerlund <assar@sics.se>
* rsh.c (send_krb5_auth): call krb5_sendauth with ccache == NULL.
check return value from krb5_crypto_init
* common.c (do_write, do_read): always return -1 for failure
(net_write, net_read): remove. they already exist in libroken
1999-05-09 Assar Westerlund <assar@sics.se>
* rsh.c: make sure it tries with all other authentication methods
after one has failed
* rsh.c (main): detect the case of no command given.
1999-04-11 Assar Westerlund <assar@sics.se> 1999-04-11 Assar Westerlund <assar@sics.se>
* rsh.c: new option --forwardable. use print_version * rsh.c: new option --forwardable. use print_version