summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/file.c
Commit message (Expand)AuthorAgeFilesLines
* Fix symlink-to-a-dir handling in pkg_delete.sobomax2000-09-181-4/+21
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-271-107/+27
* Do not preserve UIDs, permissions nor flags of package system files insheldonh2000-03-151-2/+2
* 1. If checking for directory-ness, check "dir" and "dir/" to catchjkh2000-02-191-0/+2
* Use lstat(2) rather than stat(2) in isdir(), so that a symlink to aobrien2000-02-081-1/+1
* Deal with package filenames which contain spaces.jkh2000-01-041-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Revive the PKG_ADD_BASE stuff a bit.jkh1999-05-121-1/+2
* Fix support for uncompressed (".tar") package types. It's not completelyasami1998-12-051-3/+3
* Revert 1.33; lstat() is indeed the wrong thing to do here. I'lljkh1998-10-141-2/+2
* Use lstat() rather than stat in determining whether a file exists,jkh1998-10-091-2/+2
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-111-21/+38
* o Set paths internally for pkg_add for tools we might want to invoke.jkh1998-09-081-5/+5
* - do string-magic on the right variable when tryingjkh1997-10-181-3/+4
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-14/+18
* Change the naming conventions for preserve'd files and also documentjkh1997-07-011-5/+39
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use new ftpGetURL interface, as result, report FTP errorache1996-11-141-4/+7
* Fix PR#1557 - chained package dependencies using URLs didn't work.jkh1996-10-141-2/+3
* Put verbosity in the right place.jkh1996-08-011-3/+3
* Make pkg_install understand and use libftpio instead of its ownjkh1996-06-201-41/+22
* Fix a couple of miscellaneous bugs and make pkg_add also support readingjkh1996-03-121-7/+11
* Initialize the argument list in the unpack() routine to zero.mpp1996-02-191-1/+2
* Bring my pkg_install improvements forward from 2.1.jkh1995-11-121-44/+35
* Fix the `pkg_add relative to .' bug. Thank you, Ville!jkh1995-10-311-2/+2
* Bring forward my changes from 2.1jkh1995-10-251-32/+104
* Round this out. Now seems to transfer packages properly over ftpjkh1995-08-011-14/+18
* Argh! I hate my life! I can't seem to do anything right here today.jkh1995-08-011-2/+2
* Change the environment variable this looks for from FTP_PASSIVE tojkh1995-07-301-3/+2
* Totally eliminate the dependency on libftp (which will be removed from thejkh1995-07-301-50/+36
* You can run pkg_info everywhere expect /var/db/pkg directory :-)ache1995-07-301-3/+12
* Use lstat() instead of access() for checking file existence. It worksasami1995-06-241-2/+3
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Fix a long-standing bug that broke pkg_info utterly and probably madejkh1995-05-101-8/+7
* Add code for dealing with URLs.jkh1995-04-261-8/+200
* Export the min_free() function.jkh1995-04-221-2/+15
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-061-5/+17
* Added code for doing % sequence expansion, added new @unexec command.jkh1993-09-181-1/+60
* Fixed bug in copying script files from absolute locationsjkh1993-09-061-2/+8
* Made staging area configurable rather than assuming /tmp (-t)jkh1993-09-051-0/+3
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-09-031-1/+1
* The release version of my package install suite. Please see man pagesjkh1993-08-261-0/+164
OpenPOWER on IntegriCloud