From 15e4b865c28aa57837c553b43b3556028a452bd1 Mon Sep 17 00:00:00 2001 From: pawelz Date: Thu, 30 Sep 2010 11:45:19 +0000 Subject: [PATCH 1/1] - replaced with coovachilli-strncpy.patch Changed files: limits.patch -> 1.2 --- limits.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 limits.patch diff --git a/limits.patch b/limits.patch deleted file mode 100644 index cba4cf3..0000000 --- a/limits.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- coova-chilli-1.2.4/src/chilli_limits.h~ 2010-08-24 13:29:08.000000000 +0200 -+++ coova-chilli-1.2.4/src/chilli_limits.h 2010-09-30 12:21:20.000000000 +0200 -@@ -75,7 +75,7 @@ - #define MACSTRLEN 17 - #define MS2SUCCSIZE 40 /* MS-CHAPv2 authenticator response as ASCII */ - #define DATA_LEN 1500 /* Max we allow */ --#define USERNAMESIZE 256 /* Max length of username */ -+#define USERNAMESIZE 255 /* Max length of username */ - #define CHALLENGESIZE 24 /* From chap.h MAX_CHALLENGE_LENGTH */ - #define USERURLSIZE 256 /* Max length of URL requested by user */ - -- 2.44.0