summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib
Commit message (Expand)AuthorAgeFilesLines
* When invoking tar, make sure the mode option (-x) is first.kientzle2004-04-081-7/+6
* Fix a case of undefined behavior due to overlapping buf objects inschweikh2003-12-231-2/+3
* Backout 1.14, it seems to be causing problems with libxml buildbmilekic2003-08-041-1/+1
* Use strncmp() and not strcmp() here to properly matchbmilekic2003-08-011-1/+1
* pkg_create incorrectly does not add trailing '\n' when it receiveslioux2003-05-262-1/+23
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-172-3/+9
* Revert url.c:1.2: there was a race condition between when I producedrwatson2003-04-171-1/+1
* Don't pass NULL in as a flags argument to libfetch's fetchGetURL()rwatson2003-03-271-1/+1
* 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
OpenPOWER on IntegriCloud