Download List

项目描述

VIrus (VI resembling utility skeleton) was originally taken from busybox and stripped of most unrelated stuff. The intention is to provide a pure, minimalist VI implementation that allows you to switch off shell-escaping and other security risks by default, and allow the admin to offer an interim user to just have a vi as login-shell on a certain host, while allowing others to work with a resource-sensitive and small vi implementation for your OS bootdisks.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-09-13 22:27
0.0.6

类型不同,编译器警告被取消。两名strlcpy要求得到改善溢出检查和使用sizeof()缓冲区大小来确定。
标签: Development, Minor security fixes
Type difference compiler warnings were eliminated.
Two strlcpy calls were improved to check for
overflow and use sizeof() to determine buffersize.

2003-08-07 10:21
0.0.5

各种strcat和strcpy电话都是改为strl中*等值。所有定义的开关被添加到生成文件和生成文件的清理。阿可能出现的问题与编辑多个文件与CRASHME二进制被发现,并汇编于各种系统测试。预编译的二进制现已IA32的Linux的岩石和Mac OS X 10.2.6。
标签: Development, Minor bugfixes
Various strcat and strcpy calls were changed to
the strl* equivalents. All defined switches were
added to the makefile and the makefile was
cleaned up. A possible problem with editing
multiple files with the CRASHME binary was
found, and compilation was tested on various
systems. Precompiled binaries are now available
for ROCK Linux ia32 and Mac OS X 10.2.6.

2003-08-07 09:54
0.0.4

缓冲区溢出补丁集成从BusyBox的0.60.5。汇编测试岩石的Linux 1.5.13和1.6.0对IA32的和sparc64和Solaris 2.6,7.0,8.0和9.0 sparc32和sparc64。研究还发现编译在Mac OS X 10.1.5和10.2。
标签: Development, Minor bugfixes
A buffer overflow patch was integrated from
busybox 0.60.5. Compilation was tested on ROCK
Linux 1.5.13 and 1.6.0 on ia32 and sparc64 and
Solaris 2.6, 7.0, 8.0, and 9.0 on sparc32 and
sparc64. It was also found to compile on Mac OS
X 10.1.5 and 10.2.

2003-08-07 07:56
0.0.3

更新,包括变化的busybox 0.60.3(绕过一些检查光标键),以及rocklinux新的二进制文件(在SPARC,IA32的)和Mac OS X 10.1.5。
标签: Development, Minor bugfixes
Updates to include changes from busybox 0.60.3 (bypassing some checks for cursor keys), and new binaries for rocklinux (SPARC, IA32) and Mac OS X 10.1.5.

2002-07-23 06:20
0.0.2

Makefile中增加一条,作为支持,为即将到来的升级准备。据测试,在Solaris 2.6/SPARC的Mac OS 10.1.5,和rocklinux 1.5.10,1.5.12和1.5.17英特尔和SPARC。
标签: Development, Minor feature enhancements
Makefile support was added as a preparation for the upcoming upgrade. It has been tested on Solaris 2.6/SPARC, Mac OS 10.1.5, and rocklinux 1.5.10, 1.5.12, and 1.5.17 for Intel and SPARC.

Project Resources