summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib
Commit message (Expand)AuthorAgeFilesLines
* Prevent buffer overflow in format_cmd() by properly tracking maximumjkh2003-01-063-15/+23
* Assume that packages passed on stdin are in bzip2 format, not gzip.bmah2002-11-141-1/+2
* Clean up a little. Don't need to include fetch.h any more, and I can'tobrien2002-11-061-7/+0
* Break fileGetURL() out into its own file so that pkg_install/lib consumersobrien2002-11-063-113/+145
* Whitespace cleanupdes2002-10-291-5/+5
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-211-2/+2
* Sigh, finally activate pkgwrap.c.sobomax2002-09-091-1/+1
* Introduce notion of the package tools revision and allow to wrap all toolssobomax2002-09-092-0/+99
* Don't treat unknown commands as fatal errors: they are probably justkris2002-08-311-2/+3
* Grrr.... mumble.... a linger gzip'ism still existed.obrien2002-08-261-1/+1
* Find remaining hardcoded gzip bits and change to bzip2 bits.obrien2002-08-251-5/+8
* Preserve suid/gid permissions when extracting packages remotellylioux2002-08-241-1/+1
* Ensure that origin field in the packing list structure is initialised. Thissobomax2002-08-121-0/+1
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-6/+6
* Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.knu2002-08-041-1/+1
* C replacement for the Perl5 code.markm2002-06-242-7/+134
* Eliminate free'ing already freed chunks.sobomax2002-05-221-2/+3
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-143-24/+139
* Mark all internal libraries with INTERNALLIB.ru2002-05-131-5/+1
* replace __FUNCTION__ with standardized __func__.alfred2002-05-115-23/+23
* fix build:alfred2002-05-113-21/+23
* New feature: allow origins of all dependencies be recorded into package listsobomax2002-05-053-7/+32
* Handle PLIST_ORIGIN properly.sobomax2002-05-051-0/+4
* Add ability to query installed packages based on origin.sobomax2002-05-042-3/+21
* Fix SCM ID's.obrien2002-04-0110-51/+30
* Make sortdeps() working with dependency lists containing one or no elements.sobomax2002-02-201-1/+4
* Choose more paranoid modes for the temporary directory so the user can'tjkh2001-11-221-1/+1
* Improve recently committed fix for -t bug.sobomax2001-11-151-1/+1
* Make `-t' flag in pkg_*(1) tools actually working.sobomax2001-10-111-1/+2
* - Introduce a notion of `packing list format version'. This allows makingsobomax2001-10-104-13/+104
* WARNS=2 cleanup.sobomax2001-10-1010-94/+92
* Various fixes and improvements:sobomax2001-09-192-10/+87
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-132-39/+2
* fix for pkg_add to symlinked prefix directories that are more than 1 link deep.jon2001-08-021-1/+1
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-023-8/+6
* Cosmetics: kill blank lines at the end of file.sobomax2001-08-021-2/+0
* Usability tweak:sobomax2001-08-021-7/+7
* When there is a file that can't be deleted due to checksum mismatch print namesobomax2001-08-021-2/+1
* The security officer requested this be backed out for discussion.obrien2001-07-281-0/+14
* Remove s_strl*(). I am not sure what was thought they accomplished.obrien2001-07-281-14/+0
* Use reallocf(3) to increase size of malloc'ed buffer instead ofsobomax2001-07-201-7/+4
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+3
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+2
* Use getdtablesize() instead of OPEN_MAX.des2001-06-131-1/+1
* Pass on the verbose option to fetchGetURL().des2001-06-111-3/+4
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-171-8/+18
* Clean up some of the evil string handling in this code, replacekris2001-05-122-0/+16
* - Add which(1)-like functionality into pkg_info;sobomax2001-03-237-13/+83
* When creating a package sort dependencies in such a way that if dependencysobomax2001-03-153-1/+119
* When matching installed packages against glob keep track of which patternssobomax2001-03-141-2/+23
OpenPOWER on IntegriCloud