aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/file.c
Commit message (Expand)AuthorAgeFilesLines
* After around 20 years of duty it is time for pkg_install to retireBaptiste Daroussin2013-10-311-436/+0
* Let pkg_add use the ENV variable PACKAGESUFFIX. ThisJosh Paetzel2012-05-301-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-171-0/+436
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-231-436/+0
* Various fixes.Florent Thoumie2010-04-011-11/+20
* Remove support for RELENG_4 (__FreeBSD_version < 500039).Florent Thoumie2008-06-161-4/+0
* Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-281-1/+1
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-291-8/+11
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-291-2/+4
* When invoking tar, make sure the mode option (-x) is first.Tim Kientzle2004-04-081-7/+6
* Prevent buffer overflow in format_cmd() by properly tracking maximumJordan K. Hubbard2003-01-061-13/+21
* 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-061-112/+0
* Whitespace cleanupDag-Erling Smørgrav2002-10-291-5/+5
* 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
* Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.Akinori MUSHA2002-08-041-1/+1
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-111-9/+9
* fix build:Alfred Perlstein2002-05-111-9/+10
* Fix SCM ID's.David E. O'Brien2002-04-011-5/+3
* WARNS=2 cleanup.Maxim Sobolev2001-10-101-29/+28
* fix for pkg_add to symlinked prefix directories that are more than 1 link deep.Jonathan Chen2001-08-021-1/+1
* 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
* Pass on the verbose option to fetchGetURL().Dag-Erling Smørgrav2001-06-111-3/+4
* Style policy: reformat multiline comments to conform to style(9).Maxim Sobolev2001-05-171-8/+18
* - Add ability to handle bzip2-compressed packages;Maxim Sobolev2001-01-221-18/+24
* Insetad of using fileno(ftp) as stdin for tar, use a pipe and have theDag-Erling Smørgrav2000-10-291-17/+39
* Cause fatal error messages to be a little more helpful to the programmerJordan K. Hubbard2000-10-221-11/+11
* Fix symlink-to-a-dir handling in pkg_delete.Maxim Sobolev2000-09-181-4/+21
* Use libfetch instead of libftpio. This adds support for http and IPv6.Dag-Erling Smørgrav2000-06-271-107/+27
* Do not preserve UIDs, permissions nor flags of package system files inSheldon Hearn2000-03-151-2/+2
* 1. If checking for directory-ness, check "dir" and "dir/" to catchJordan K. Hubbard2000-02-191-0/+2
* Use lstat(2) rather than stat(2) in isdir(), so that a symlink to aDavid E. O'Brien2000-02-081-1/+1
* Deal with package filenames which contain spaces.Jordan K. Hubbard2000-01-041-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Revive the PKG_ADD_BASE stuff a bit.Jordan K. Hubbard1999-05-121-1/+2
* Fix support for uncompressed (".tar") package types. It's not completelySatoshi Asami1998-12-051-3/+3
* Revert 1.33; lstat() is indeed the wrong thing to do here. I'llJordan K. Hubbard1998-10-141-2/+2
* Use lstat() rather than stat in determining whether a file exists,Jordan K. Hubbard1998-10-091-2/+2
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-111-21/+38
* o Set paths internally for pkg_add for tools we might want to invoke.Jordan K. Hubbard1998-09-081-5/+5
* - do string-magic on the right variable when tryingJordan K. Hubbard1997-10-181-3/+4
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-14/+18
* Change the naming conventions for preserve'd files and also documentJordan K. Hubbard1997-07-011-5/+39
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1