virus-0.0.1 to virus-0.0.2 ( 2001/07/07 -- 2002/07/07 ) make virus now works (makefile etc) virus-0.0.2 to virus-0.0.3 ( 2002/07/07 -- 2002/08/08 ) finished updating virus to include changes from busybox 0.60.3 ( bypass some checks for cursor keys ) virus-0.0.3 to virus-0.0.4 ( 2002/08/08 -- 2002/12/28 ) updating virus to buffer-overflow patch from busybox 0.60.5 tested compile works for rocklinux 1.5.13 and 1.6.0 on ia32 tested compile works for rocklinux 1.5.13 and 1.6.0 on sparc64 tested compile works for solaris 2.6, 7.0, 8.0, 9.0 on sparc32 tested compile works for solaris 2.6, 7.0, 8.0, 9.0 on sparc64 tested compile works for macosx 10.1.5 and 10.2 on powerpc virus-0.0.4 to virus-0.0.5 ( 2002/12/28 -- 2003/01/06 ) fixed various strcat and strcpy calls in virus.c to use strl* calls added BUFSIZ_STATBUF with above fixes -> status_buffer tried beeing pedantic enough that later changes on OSn etc are safe added all define switches to makefile makefile cleanup found possible problem with editing multiple files with CRASHME binary tested compile works on above platforms virus-0.0.5 to virus-0.0.6 ( 2003/01/06 -- 2003/09/08 ) improved one strlcpy call in colon() and fixed one strlcpy call buffer overflow - both thanks to henning@openbsd fixed some compiler warnings about pointer targets in assignment differ signedness postponed feature-changes for later release tested compile works on above mentioned platforms.