diff options
author | cy <cy@FreeBSD.org> | 2005-10-05 06:09:08 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2005-10-05 06:09:08 +0800 |
commit | 57c8b4f25a0f27965563f5084025b22108e81c08 (patch) | |
tree | 9c70d1bfbf3ae2cd89542bc7093164d047152300 /security/krb5/files | |
parent | 466cdf78b9214b61d4f689494567b7f30842d7b0 (diff) | |
download | freebsd-ports-gnome-57c8b4f25a0f27965563f5084025b22108e81c08.tar.gz freebsd-ports-gnome-57c8b4f25a0f27965563f5084025b22108e81c08.tar.zst freebsd-ports-gnome-57c8b4f25a0f27965563f5084025b22108e81c08.zip |
Update 1.4.1 --> 1.4.2
Diffstat (limited to 'security/krb5/files')
-rw-r--r-- | security/krb5/files/patch-lib::krb5::krb::recvauth.c | 18 | ||||
-rw-r--r-- | security/krb5/files/patch-lib::krb5::krb::unparse.c | 11 |
2 files changed, 0 insertions, 29 deletions
diff --git a/security/krb5/files/patch-lib::krb5::krb::recvauth.c b/security/krb5/files/patch-lib::krb5::krb::recvauth.c deleted file mode 100644 index e30b725ee133..000000000000 --- a/security/krb5/files/patch-lib::krb5::krb::recvauth.c +++ /dev/null @@ -1,18 +0,0 @@ ---- lib/krb5/krb/recvauth.c.orig Mon Sep 2 18:13:47 2002 -+++ lib/krb5/krb/recvauth.c Tue Jul 12 14:02:03 2005 -@@ -76,7 +76,6 @@ - if ((retval = krb5_read_message(context, fd, &inbuf))) - return(retval); - if (strcmp(inbuf.data, sendauth_version)) { -- krb5_xfree(inbuf.data); - problem = KRB5_SENDAUTH_BADAUTHVERS; - } - krb5_xfree(inbuf.data); -@@ -90,7 +89,6 @@ - if ((retval = krb5_read_message(context, fd, &inbuf))) - return(retval); - if (appl_version && strcmp(inbuf.data, appl_version)) { -- krb5_xfree(inbuf.data); - if (!problem) - problem = KRB5_SENDAUTH_BADAPPLVERS; - } diff --git a/security/krb5/files/patch-lib::krb5::krb::unparse.c b/security/krb5/files/patch-lib::krb5::krb::unparse.c deleted file mode 100644 index b45233b0ab78..000000000000 --- a/security/krb5/files/patch-lib::krb5::krb::unparse.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/krb5/krb/unparse.c.orig Tue Jan 18 09:57:32 2005 -+++ lib/krb5/krb/unparse.c Tue Jul 12 14:04:38 2005 -@@ -91,6 +91,8 @@ - totalsize++; - totalsize++; /* This is for the separator */ - } -+ if (nelem == 0) -+ totalsize++; - - /* - * Allocate space for the ascii string; if space has been |