[27074] in CVS-changelog-for-Kerberos-V5
krb5 commit: Remove an old, incorrect comment in kpropd.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Oct 8 11:50:26 2012
Date: Mon, 8 Oct 2012 11:50:23 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201210081550.q98FoNPE022625@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/b6bbb7615e2e9078118996876719f67d2abc0867
commit b6bbb7615e2e9078118996876719f67d2abc0867
Author: Nicolas Williams <nico@cryptonector.com>
Date: Mon Sep 24 18:04:50 2012 -0500
Remove an old, incorrect comment in kpropd.c
We absolutely do not want a parking brake on the kprop protocol as
described in the comment being removed. Instead the kprop command
should be fixed so it doesn't die on error (assuming it even still does
or ever did, neither of which I've checked).
src/slave/kpropd.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/slave/kpropd.c b/src/slave/kpropd.c
index 770ade4..83af0f8 100644
--- a/src/slave/kpropd.c
+++ b/src/slave/kpropd.c
@@ -50,15 +50,6 @@
* or implied warranty.
*/
-/*
- * XXX We need to modify the protocol so that an acknowledge is set
- * after each block, instead after the entire series is sent over.
- * The reason for this is so that error packets can get interpreted
- * right away. If you don't do this, the sender may never get the
- * error packet, because it will die an EPIPE trying to complete the
- * write...
- */
-
#include <locale.h>
#include <stdio.h>
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5