aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg/pkg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the ability to correctly read pkg.conf is exists.Baptiste Daroussin2013-03-051-168/+18
* Do not use deprecated functions from libarchiveBaptiste Daroussin2013-02-201-2/+2
* In case of failure of the pkg boostrap advice the user to either change theBaptiste Daroussin2013-02-141-0/+2
* Remove extraneous space and new-line.Matthew Seaman2012-12-231-2/+2
* Third time's the charm. pkg -N output needs to go to stderr.Matthew Seaman2012-12-231-4/+2
* Switch from 'pkg -n' to 'pkg -N' as the test for pkgn activationMatthew Seaman2012-12-221-2/+2
* In preparation for making 'pkg -n' the one true method of determiningMatthew Seaman2012-12-211-0/+10
* if PACKAGESITE url scheme is not 'file://', always try to revolv SRV records andBaptiste Daroussin2012-12-051-8/+40
* Fix confirmation logic when detecting a ttyBaptiste Daroussin2012-08-241-3/+3
* - change ALWAYS_ASSUME_YES to ASSUME_ALWAYS_YES for consistency with pkg(8)Baptiste Daroussin2012-08-241-3/+5
* Make pkg bootstrap program ask for confirmation before proceeding.Alexander Kabaev2012-07-151-1/+35
* Add missing \n when generating pkg.confBaptiste Daroussin2012-05-211-1/+1
* - close the open file after fetchingBaptiste Daroussin2012-05-011-3/+27
* - Use _PATH_TMP instead of hardcoded /tmpBaptiste Daroussin2012-04-161-95/+99
* - Fix style(9) bugs + inconsistenciesBaptiste Daroussin2012-04-151-32/+29
* Do not do double initialisationBaptiste Daroussin2012-04-151-2/+2
* add usr.sbin/pkg which is a bootstrap tool for pkgng.Baptiste Daroussin2012-04-151-0/+383