[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

neon26 kerberos auth update



Hi Release Team!

 Unfortunately a fix didn't make it to Etch, I even missed it when
looking over my packages. It's bug #413194 [1], which is an upstream
typo, makes Kerberos authentication fail. It hurts several users, and as
the fix is an one liner, I hope it can be accepted to Etch r1. The diff:
--- neon26-0.26.2/src/ne_auth.c 2007-03-03 07:35:07.000000000 +0100
+++ ne_auth.c   2007-03-03 07:32:18.000000000 +0100
@@ -516,7 +516,7 @@
      char *sep, *ptr = strchr(duphdr, ' ');
      int ret;

-    if (strncmp(hdr, "Negotiate", ptr - hdr) != 0) {
+    if (strncmp(hdr, "Negotiate", ptr - duphdr) != 0) {
          NE_DEBUG(NE_DBG_HTTPAUTH, "gssapi: Not a Negotiate response!\n");
          ne_free(duphdr);
          return NE_ERROR;

 Can I upload an updated neon26 to proposed-updates ? If yes, what would
be the correct Debian version? Reason: it's an NMU -3.1, but as I'm its
maintainer, I would like to make it -4.

Regards,
Laszlo/GCS
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413194



Reply to: