summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg/pkg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove extra debug that crept inbapt2015-09-081-3/+3
* Implement pubkey support for the bootstrapbapt2015-09-081-34/+169
* Fix indentation, no functional changesbapt2015-09-081-6/+6
* Issue warning and refuse to proceed further if the configureddelphij2015-08-191-2/+14
* Allow fetching pkg(8) even if servers/proxies are not passing Content-lengthbapt2015-04-031-13/+6
* Test the return of fetchParseURL(3)bapt2015-02-041-1/+5
* Plug resources leakbapt2015-02-041-4/+10
* When we fail to extract the pkg binaries (for example, / is read-only),gavin2014-07-161-1/+2
* Import libucl 0.4.0bapt2014-04-221-2/+2
* Remove a useless newline, warnx already appends a newlinebapt2014-02-231-1/+1
* Update my copyrightbapt2014-02-231-1/+1
* Switch pkg(7) from libyaml to libuclbapt2014-02-231-41/+28
* Fix yet another typobapt2013-12-231-1/+1
* Fix typosbapt2013-12-231-4/+4
* Do not print a question in non-interractive mode but explain why boostrappingbapt2013-12-231-2/+9
* Do not create pkg.conf, as it is not necessary anymore and packagesite is dep...bapt2013-11-251-24/+0
* argc is now usedbapt2013-11-161-1/+1
* Remove useless checks for NULL pointer before free(3)bdrewery2013-11-111-8/+4
* Do not use just freed memory.glebius2013-11-111-2/+2
* Remove condition which can never be true as the previous loopbdrewery2013-11-051-3/+0
* Add -f support to 'pkg bootstrap' and 'pkg add' to force installationbdrewery2013-11-011-19/+45
* Add a 'pkg bootstrap' command which will bootstrap pkg(8) withoutbdrewery2013-10-301-0/+9
* Fix build with GCC.bdrewery2013-10-261-1/+2
* Add support to check the signature of a local pkg.txz file beingbdrewery2013-10-261-12/+47
* Tell which fingerprint pkg is being validated against.bdrewery2013-10-261-14/+29
* Support checking signature for pkg bootstrap.bdrewery2013-10-261-43/+588
* Be verbose and tell where pkg(8) is being bootstrapped from.bdrewery2013-10-261-1/+2
* Wrap long linesbdrewery2013-10-261-2/+4
* Add support for using "pkg+http://" for the PACKAGESITE.bdrewery2013-10-241-0/+7
* Allow to bootstrap by doing pkg add ./a/path/to/a/pkg_package.txzbapt2013-10-231-0/+16
* Improve SRV records support for the pkg(8) bootstrap:bapt2013-10-231-1/+3
* Improve bootstrapping messagegavin2013-10-191-1/+1
* Fix bootstrapping pkgng by not appending "/latest/" to PACKAGESITE.bapt2013-03-081-1/+1
* Add the ability to correctly read pkg.conf is exists.bapt2013-03-051-168/+18
* Do not use deprecated functions from libarchivebapt2013-02-201-2/+2
* In case of failure of the pkg boostrap advice the user to either change thebapt2013-02-141-0/+2
* Remove extraneous space and new-line.matthew2012-12-231-2/+2
* Third time's the charm. pkg -N output needs to go to stderr.matthew2012-12-231-4/+2
* Switch from 'pkg -n' to 'pkg -N' as the test for pkgn activationmatthew2012-12-221-2/+2
* In preparation for making 'pkg -n' the one true method of determiningmatthew2012-12-211-0/+10
* if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records andbapt2012-12-051-8/+40
* Fix confirmation logic when detecting a ttybapt2012-08-241-3/+3
* - change ALWAYS_ASSUME_YES to ASSUME_ALWAYS_YES for consistency with pkg(8)bapt2012-08-241-3/+5
* Make pkg bootstrap program ask for confirmation before proceeding.kan2012-07-151-1/+35
* Add missing \n when generating pkg.confbapt2012-05-211-1/+1
* - close the open file after fetchingbapt2012-05-011-3/+27
* - Use _PATH_TMP instead of hardcoded /tmpbapt2012-04-161-95/+99
* - Fix style(9) bugs + inconsistenciesbapt2012-04-151-32/+29
* Do not do double initialisationbapt2012-04-151-2/+2
* add usr.sbin/pkg which is a bootstrap tool for pkgng.bapt2012-04-151-0/+383
OpenPOWER on IntegriCloud