--- bsidentd-1.0.old/bsidentd.c +++ bsidentd-1.0/bsidentd.c @@ -27,8 +27,8 @@ { char *string; int i, length; - /* randomly choose a length betweem 3 and 8 */ - length=(rand()/(RAND_MAX/6))+3; + /* randomly choose a length between 5 and 10 */ + length=(rand()/(RAND_MAX/6))+5; if(string=malloc(length+1), string==NULL) return NULL; for(i=0; i