freebsd-dev/usr.sbin/pkg_install
Jens Schweikhardt ecc68fbe47 Fix a case of undefined behavior due to overlapping buf objects in
snprintf (buf, size, fmt, buf, etc). This only works by chance with our
libc, but fails (with a truncated string) on e.g. glibc.

Okayed by:	sobomax
MFC after:	1 week
2003-12-23 15:01:12 +00:00
..
add Correct truncation detection after use of snprintf: The case where 2003-12-17 13:36:05 +00:00
create Correct truncation detection after use of snprintf: The case where 2003-12-17 13:36:05 +00:00
delete Retire the useless NOSECURE knob. 2003-05-19 15:52:01 +00:00
info Add a trailing '\n' character if none is found in the information 2003-05-26 17:06:05 +00:00
lib Fix a case of undefined behavior due to overlapping buf objects in 2003-12-23 15:01:12 +00:00
sign The .Xr utility 2003-06-08 14:06:45 +00:00
version Retire the useless NOSECURE knob. 2003-05-19 15:52:01 +00:00
Makefile Retire the useless NOSECURE knob. 2003-05-19 15:52:01 +00:00
Makefile.inc Use some black make(1) magic to make pkg_install build even without 2002-02-27 19:03:15 +00:00
README
tkpkg

This is the pkg_install suite of tools for doing maintainance of
software "packages".  More documentation is available in the man pages
for each individual command.

This code was written by Jordan Hubbard for FreeBSD, snatched and
mildly reshaped by John Kohl in NetBSD and the changes taken back into
FreeBSD again by Jordan, who then proceeded to add another couple
of dozen features on top.  Whee! :-)