aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
Commit message (Expand)AuthorAgeFilesLines
* Backout 1.14, it seems to be causing problems with libxml buildBosko Milekic2003-08-041-1/+1
* Use strncmp() and not strcmp() here to properly matchBosko Milekic2003-08-011-1/+1
* pkg_create incorrectly does not add trailing '\n' when it receivesMario Sergio Fujikawa Ferreira2003-05-262-1/+23
* * Add explicit conflict-checking to the package tools. Packages canKris Kennaway2003-04-172-3/+9
* Revert url.c:1.2: there was a race condition between when I producedRobert Watson2003-04-171-1/+1
* Don't pass NULL in as a flags argument to libfetch's fetchGetURL()Robert Watson2003-03-271-1/+1
* Prevent buffer overflow in format_cmd() by properly tracking maximumJordan K. Hubbard2003-01-063-15/+23
* Assume that packages passed on stdin are in bzip2 format, not gzip.Bruce A. Mah2002-11-141-1/+2
* Clean up a little. Don't need to include fetch.h any more, and I can'tDavid E. O'Brien2002-11-061-7/+0
* Break fileGetURL() out into its own file so that pkg_install/lib consumersDavid E. O'Brien2002-11-063-113/+145
* Whitespace cleanupDag-Erling Smørgrav2002-10-291-5/+5
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-211-2/+2
* Sigh, finally activate pkgwrap.c.Maxim Sobolev2002-09-091-1/+1
* Introduce notion of the package tools revision and allow to wrap all toolsMaxim Sobolev2002-09-092-0/+99
* Don't treat unknown commands as fatal errors: they are probably justKris Kennaway2002-08-311-2/+3
* Grrr.... mumble.... a linger gzip'ism still existed.David E. O'Brien2002-08-261-1/+1
* Find remaining hardcoded gzip bits and change to bzip2 bits.David E. O'Brien2002-08-251-5/+8
* Preserve suid/gid permissions when extracting packages remotellyMario Sergio Fujikawa Ferreira2002-08-241-1/+1
* Ensure that origin field in the packing list structure is initialised. ThisMaxim Sobolev2002-08-121-0/+1
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-6/+6
* Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.Akinori MUSHA2002-08-041-1/+1
* C replacement for the Perl5 code.Mark Murray2002-06-242-7/+134
* Eliminate free'ing already freed chunks.Maxim Sobolev2002-05-221-2/+3
* - Make use of DEPOROGINs (if there are any) when installing package;Maxim Sobolev2002-05-143-24/+139
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-131-5/+1
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-115-23/+23
* fix build:Alfred Perlstein2002-05-113-21/+23
* New feature: allow origins of all dependencies be recorded into package listMaxim Sobolev2002-05-053-7/+32
* Handle PLIST_ORIGIN properly.Maxim Sobolev2002-05-051-0/+4
* Add ability to query installed packages based on origin.Maxim Sobolev2002-05-042-3/+21
* Fix SCM ID's.David E. O'Brien2002-04-0110-51/+30
* Make sortdeps() working with dependency lists containing one or no elements.Maxim Sobolev2002-02-201-1/+4
* Choose more paranoid modes for the temporary directory so the user can'tJordan K. Hubbard2001-11-221-1/+1
* Improve recently committed fix for -t bug.Maxim Sobolev2001-11-151-1/+1
* Make `-t' flag in pkg_*(1) tools actually working.Maxim Sobolev2001-10-111-1/+2
* - Introduce a notion of `packing list format version'. This allows makingMaxim Sobolev2001-10-104-13/+104
* WARNS=2 cleanup.Maxim Sobolev2001-10-1010-94/+92
* Various fixes and improvements:Maxim Sobolev2001-09-192-10/+87
* Reduce private "lesser known" function redirection to improve clarity.David E. O'Brien2001-08-132-39/+2
* fix for pkg_add to symlinked prefix directories that are more than 1 link deep.Jonathan Chen2001-08-021-1/+1
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...Maxim Sobolev2001-08-023-8/+6
* Cosmetics: kill blank lines at the end of file.Maxim Sobolev2001-08-021-2/+0
* Usability tweak:Maxim Sobolev2001-08-021-7/+7
* When there is a file that can't be deleted due to checksum mismatch print nameMaxim Sobolev2001-08-021-2/+1
* The security officer requested this be backed out for discussion.David E. O'Brien2001-07-281-0/+14
* Remove s_strl*(). I am not sure what was thought they accomplished.David E. O'Brien2001-07-281-14/+0
* Use reallocf(3) to increase size of malloc'ed buffer instead ofMaxim Sobolev2001-07-201-7/+4
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+3
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+2
* Use getdtablesize() instead of OPEN_MAX.Dag-Erling Smørgrav2001-06-131-1/+1