From 6782ba5dbfaa505af7820b9c7345d5d4cd0188e3 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 9 Dec 2002 01:54:18 +0000 Subject: These ports have been forbidden for 10 months for security reasons. Removal was announced on Oct 12. --- net/icradius/files/patch-src::auth.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 net/icradius/files/patch-src::auth.c (limited to 'net/icradius/files/patch-src::auth.c') diff --git a/net/icradius/files/patch-src::auth.c b/net/icradius/files/patch-src::auth.c deleted file mode 100644 index 17a8c991e247..000000000000 --- a/net/icradius/files/patch-src::auth.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/auth.c.old Tue Sep 5 23:16:10 2000 -+++ src/auth.c Fri Jan 5 10:14:11 2001 -@@ -420,7 +420,7 @@ - /* - * Plain text password. - */ -- snprintf(dbpass, 128, " Password should be '%s'", password_pair->strvalue); -+ strncpy(dbpass," Password mismatch",128); - if (password_pair == NULL || - strcmp(password_pair->strvalue, string)!=0) - result = -1; -- cgit v1.2.3