aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg/pkg.c
Commit message (Expand)AuthorAgeFilesLines
* pkg: allow multiple add arguments againKyle Evans2021-08-261-4/+50
* pkg(7): replace usage of sbuf(9) with open_memstream(3)Baptiste Daroussin2021-05-051-32/+35
* pkg(7): when bootstrapping first search for pkg.pkg file then pkg.txzBaptiste Daroussin2021-05-051-14/+29
* pkg(7): address minor nits (mostly clang-analyze complaints)Kyle Evans2021-02-201-3/+0
* pkg(7): add an -r reponame option for bootstrap and addKyle Evans2021-02-201-3/+44
* pkg(7): rework the arguments handlingBaptiste Daroussin2021-01-061-37/+80
* Make use of the getlocalbase() function for run-time adjustment of theStefan Eßer2020-11-181-3/+2
* Revert the whole getlocalbase() set of changes while a different design isScott Long2020-11-151-7/+2
* Fix the previous revision, it suffered from an incomplete change to theScott Long2020-11-151-2/+2
* Replace hardcoded references to _PATH_LOCALBASE with calls to getlocalbase.3Scott Long2020-11-141-2/+7
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-271-1/+1
* pkg-bootstrap: complain on improper `pkg bootstrap` usageKyle Evans2020-07-221-1/+9
* pkg: Provide a friendlier message when bootstrap fails due to address resolutionTom Jones2020-06-231-4/+9
* pkg: accept -y and --yes from argumentsBaptiste Daroussin2018-04-131-0/+10
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Flush stdout before yes/no confirmations, to force questionPoul-Henning Kamp2017-05-031-0/+1
* Remove usage of _WITH_GETLINE from usr.sbinBaptiste Daroussin2016-07-301-1/+0
* Remove extra debug that crept inBaptiste Daroussin2015-09-081-3/+3
* Implement pubkey support for the bootstrapBaptiste Daroussin2015-09-081-34/+169
* Fix indentation, no functional changesBaptiste Daroussin2015-09-081-6/+6
* Issue warning and refuse to proceed further if the configuredXin LI2015-08-191-2/+14
* Allow fetching pkg(8) even if servers/proxies are not passing Content-lengthBaptiste Daroussin2015-04-031-13/+6
* Test the return of fetchParseURL(3)Baptiste Daroussin2015-02-041-1/+5
* Plug resources leakBaptiste Daroussin2015-02-041-4/+10
* When we fail to extract the pkg binaries (for example, / is read-only),Gavin Atkinson2014-07-161-1/+2
* Import libucl 0.4.0Baptiste Daroussin2014-04-221-2/+2
* Remove a useless newline, warnx already appends a newlineBaptiste Daroussin2014-02-231-1/+1
* Update my copyrightBaptiste Daroussin2014-02-231-1/+1
* Switch pkg(7) from libyaml to libuclBaptiste Daroussin2014-02-231-41/+28
* Fix yet another typoBaptiste Daroussin2013-12-231-1/+1
* Fix typosBaptiste Daroussin2013-12-231-4/+4
* Do not print a question in non-interractive mode but explain why boostrappingBaptiste Daroussin2013-12-231-2/+9
* Do not create pkg.conf, as it is not necessary anymore and packagesite is dep...Baptiste Daroussin2013-11-251-24/+0
* argc is now usedBaptiste Daroussin2013-11-161-1/+1
* Remove useless checks for NULL pointer before free(3)Bryan Drewery2013-11-111-8/+4
* Do not use just freed memory.Gleb Smirnoff2013-11-111-2/+2
* Remove condition which can never be true as the previous loopBryan Drewery2013-11-051-3/+0
* Add -f support to 'pkg bootstrap' and 'pkg add' to force installationBryan Drewery2013-11-011-19/+45
* Add a 'pkg bootstrap' command which will bootstrap pkg(8) withoutBryan Drewery2013-10-301-0/+9
* Fix build with GCC.Bryan Drewery2013-10-261-1/+2
* Add support to check the signature of a local pkg.txz file beingBryan Drewery2013-10-261-12/+47
* Tell which fingerprint pkg is being validated against.Bryan Drewery2013-10-261-14/+29
* Support checking signature for pkg bootstrap.Bryan Drewery2013-10-261-43/+588
* Be verbose and tell where pkg(8) is being bootstrapped from.Bryan Drewery2013-10-261-1/+2
* Wrap long linesBryan Drewery2013-10-261-2/+4
* Add support for using "pkg+http://" for the PACKAGESITE.Bryan Drewery2013-10-241-0/+7
* Allow to bootstrap by doing pkg add ./a/path/to/a/pkg_package.txzBaptiste Daroussin2013-10-231-0/+16
* Improve SRV records support for the pkg(8) bootstrap:Baptiste Daroussin2013-10-231-1/+3
* Improve bootstrapping messageGavin Atkinson2013-10-191-1/+1
* Fix bootstrapping pkgng by not appending "/latest/" to PACKAGESITE.Baptiste Daroussin2013-03-081-1/+1