summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2014-01-05don't whine about octal numbers > 2^32. They're not portable, butMarc Espie
2014-01-05document -DFW_UPDATE/@option firmwareMarc Espie
2014-01-05have -DFW_UPDATE set @option firmware on downloaded firmwares.Marc Espie
2014-01-04recognize @option firmwareMarc Espie
2014-01-04more forbidden elementsMarc Espie
2014-01-04oops, it's global to the set, no need to do it several timesMarc Espie
2014-01-04mark @vendor as old keyword so that transitory packages can be handledMarc Espie
2014-01-04vendor->signerMarc Espie
2014-01-03synch with signify usageMarc Espie
2014-01-03PATH is now fixedMarc Espie
2014-01-03remove trailing whitespace and unneccessary macros from previous;Jason McIntyre
2014-01-03make sure elements are not set manually, namely forbidMarc Espie
2014-01-03explain why digital-sig must be uniqueMarc Espie
2014-01-03finish moving annotations aroundMarc Espie
2014-01-03start moving internal annotations' description into package(5) proper,Marc Espie
2014-01-02simplify handling of special files some more, that stuff has fixed namesMarc Espie
2014-01-02make the special file creation more explicit, so that the order actuallyMarc Espie
2014-01-02Someone accidentally the verb (Henri Kemppainen)Marc Espie
2014-01-02be more explicit in why we don't write DESCMarc Espie
2014-01-02zap PKG_PREFIX (undocumented and unused, now)Marc Espie
2014-01-02Document new options related to signaturesMarc Espie
2014-01-02adapt to signify changesMarc Espie
2013-12-31... and rename this tooMarc Espie
2013-12-31signify supportMarc Espie
2013-12-30@vendor annotationMarc Espie
2013-12-30use replacing method (and not var)Marc Espie
2013-12-30explicitly fix the PATH to something sensibleMarc Espie
2013-12-29fix sign-while-creating modeMarc Espie
2013-12-25fix autoloading of quirks: don't try to run quirks while processing theMarc Espie
2013-12-25sign package thru a signer object, instead of hardcoding signature parametersMarc Espie
2013-12-25move the choice of signature type for checking into one single placeMarc Espie
2013-12-25a bit more scaffolding for running quirks. In particular, once quirksMarc Espie
2013-12-23Cope with the change in ftp(1) warning messages since last commit.Jeremie Courreges-Anglas
2013-12-23move ntogo code, so it can be used while copying packages in pkg_create.Marc Espie
2013-12-23get rid of "copy_long", we don't really need to recheck names while copyingMarc Espie
2013-12-23simpler logic: if one package is signed, check all digestsMarc Espie
2013-12-23real fix: turns out visit_with_* are transparent, e.g., pass all theirMarc Espie
2013-12-23and I fucked up that one too...Marc Espie
2013-12-23interface bug: visit_with_size has a state parameter.Marc Espie
2013-12-08Force LC_ALL to 'C' before exec'ing ftp or gzip -d. pkg_add expectsJeremie Courreges-Anglas
2013-12-08also cover initial installations (which means we do try to installMarc Espie
2013-12-08make use of the new "quirks" interfaceMarc Espie
2013-10-15If the fake target of a port installed an empty (0-byte) file as aIngo Schwarze
2013-09-24missing numberMarc Espie
2013-09-11pkglocatedb should be installable even if nothing is there...Marc Espie
2013-07-08Swap the program name and it's exit code so the output makes sense again.Jasper Lievisse Adriaanse
2013-07-05zap; it's pointless and badly outdated.Jasper Lievisse Adriaanse
2013-05-29I had misgivings about that one, I was right. Missed an obvious testcases,Marc Espie
2013-05-29allow installpath to use +=, requested by quite a few people,Marc Espie
2013-05-26add B: to the list of options actually handled.Marc Espie