aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/file.c
Commit message (Expand)AuthorAgeFilesLines
* sync the pkg_install tools with -CURRENT:Oliver Eikemeier2004-08-111-134/+23
* MFC: avoid potential buffer overflow in format_cmd().Dag-Erling Smørgrav2004-01-271-13/+21
* Revert to gzip as the default compression scheme used by theBruce A. Mah2002-09-251-6/+3
* MFC: convert our compression method to bzip2 from gzip.David E. O'Brien2002-08-311-6/+10
* MFC from rev 1.57: Preserve suid/gid permissions when extractingMario Sergio Fujikawa Ferreira2002-08-241-1/+1
* MFC: don't use the GCC'ism __FUNCTION__, but rather than ISO __func__'ism.David E. O'Brien2002-08-201-14/+13
* MFC: Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.Akinori MUSHA2002-08-051-1/+1
* MFC: WANSify.Maxim Sobolev2001-10-231-29/+28
* MFC: close descriptors in child; verbose mode.Dag-Erling Smørgrav2001-06-181-3/+4
* MFC: Sync up with HEAD, modulo update/*, version/*, sign/* and r1.38Maxim Sobolev2001-05-171-8/+18
* MFC: add ability to handle bzip2-compressed packages.Maxim Sobolev2001-02-051-18/+24
* MFC: fix interaction with libfetch and tar.Dag-Erling Smørgrav2000-11-011-17/+39
* MFC: more informative errx() messages, use ISO string functions.Jordan K. Hubbard2000-10-231-11/+11
* MFC: proper parsing of package names, spelling fixes, updatesJordan K. Hubbard2000-09-201-4/+21
* MFC: Use libfetchDag-Erling Smørgrav2000-07-161-107/+27
* MFC rev 1.41: Fix post-creation cleanup bug.Sheldon 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
* Use new ftpGetURL interface, as result, report FTP errorAndrey A. Chernov1996-11-141-4/+7
* Fix PR#1557 - chained package dependencies using URLs didn't work.Jordan K. Hubbard1996-10-141-2/+3
* Put verbosity in the right place.Jordan K. Hubbard1996-08-011-3/+3
* Make pkg_install understand and use libftpio instead of its ownJordan K. Hubbard1996-06-201-41/+22
* Fix a couple of miscellaneous bugs and make pkg_add also support readingJordan K. Hubbard1996-03-121-7/+11
* Initialize the argument list in the unpack() routine to zero.Mike Pritchard1996-02-191-1/+2
* Bring my pkg_install improvements forward from 2.1.Jordan K. Hubbard1995-11-121-44/+35
* Fix the `pkg_add relative to .' bug. Thank you, Ville!Jordan K. Hubbard1995-10-311-2/+2
* Bring forward my changes from 2.1Jordan K. Hubbard1995-10-251-31/+103
* Round this out. Now seems to transfer packages properly over ftpJordan K. Hubbard1995-08-011-14/+18
* Argh! I hate my life! I can't seem to do anything right here today.Jordan K. Hubbard1995-08-011-2/+2
* Change the environment variable this looks for from FTP_PASSIVE toJordan K. Hubbard1995-07-301-3/+2
* Totally eliminate the dependency on libftp (which will be removed from theJordan K. Hubbard1995-07-301-50/+36
* You can run pkg_info everywhere expect /var/db/pkg directory :-)Andrey A. Chernov1995-07-301-3/+12
* Use lstat() instead of access() for checking file existence. It worksSatoshi Asami1995-06-241-2/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Fix a long-standing bug that broke pkg_info utterly and probably madeJordan K. Hubbard1995-05-101-8/+7
* Add code for dealing with URLs.Jordan K. Hubbard1995-04-261-8/+200
* Export the min_free() function.Jordan K. Hubbard1995-04-221-2/+15