Safe C String Library v0.9.6 (June 11, 2003) The goal of the SafeStr library is to provide a rich string-handling library for C that has safe semantics yet interoperates with legacy library code in a straightforward manner. Additionally, porting code that uses standard C string handling should be straightforward. The library should work on all modern Unix-like platforms, as well as any 32-bit Microsoft Windows OS. The overt security goals of the library are as follows: 1. Buffer overflows should not be possible when using the API. 2. Format string problems should be impossible when using the API. 3. The API should be capable of tracking whether strings are "trusted", a la Perl's taint mode. The API is meant to provide rich functionality and be easy to use, all the while improving security. WWW: http://www.zork.org/safestr/ cgit'>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/vls
Commit message (Expand)AuthorAgeFilesLines
* - Add SHA256pav2005-11-261-0/+1
* - Chase libversion bump of libdvbpsiahze2005-07-071-1/+2
* - Reset MAINTAINERahze2005-05-151-1/+1
* Change email to new FreeBSD.org addressahze2004-10-301-1/+1
* Add rcng scriptkrion2004-10-273-1/+33
* [MAINTAINER] net/vls: [update pkg-descr and COMMENT]edwin2004-10-142-10/+4
* I'd like to take maintain ship of this , net/vls , andedwin2004-10-141-1/+1
* - drop maintinershipdinoex2004-10-141-1/+1
* - Fix build under gcc34dinoex2004-10-092-1/+87
* - mark BROKEN with new gccdinoex2004-07-201-0/+4
* - Update to 0.5.6dinoex2004-04-013-11/+7
* - add SIZEdinoex2004-02-261-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* - Fix MASTER_SITESdinoex2004-01-031-2/+3
* - update to 0.5.4dinoex2003-12-286-45/+145