summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/sign
Commit message (Collapse)AuthorAgeFilesLines
* Expand *n't contractions.ru2005-02-131-3/+3
|
* Sort sections.ru2005-01-181-35/+35
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+2
|
* Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.ru2004-08-121-1/+1
|
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+0
| | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
|
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-296-7/+4
| | | | | | | | | | | | | | | | | | enable the use as a port on older systems - use absolute paths in all calls to external programs, to account for strange PATH settings - use INDEX or INDEX-5 depending on FreeBSD version, to enable the use on FreeBSD 4.x as a port. - conditionalize all 4.x/5.x differences on __FreeBSD_version, so that the pkg_install tools can be kept in sync on 4.x and 5.x - Bump PKG_INSTALL_VERSION Reviewed by: portmgr (bento run) MFC after: 4 weeks
* - pkg_info: flag -r: (show packages this packages depends on (documentation ↵eik2004-06-292-10/+21
| | | | | | | | | | | | | | | | change)) - pkg_info: new flag -j (show the requirements script) - pkg_info: fix verbose output when used on packages - better handling of corrupt entries in /var/db/pkg - differ between corrupt entires and packages not installed - various small fixes PR: 56989, 57016, 57029, 26468
* - Properly build both crypto and non-crypto versions of theru2004-01-171-0/+1
| | | | | | | package management tools. - Drop redundant dependency of pkg_create(1) and pkg_delete(1) on crypto libraries now that they do not link with libfetch.
* The .Xr utilitycharnier2003-06-081-1/+2
|
* Initialize sign to NULL so that we don't attempt to free() it in casemikeh2003-02-201-0/+1
| | | | | | of failure. MFC after: 1 week
* even the default case in a switch requires some action (add break;)billf2003-02-031-1/+2
| | | | | EVP_sha1() returns a const EVP_MD *, so reflect that in the variable we store its return value in.
* No need for the OPENSSL_NO_KRB5 switch anymore.markm2003-01-311-1/+0
| | | | Fixed by: nectar
* iAdjust for OpenSSL 0.9.7.markm2003-01-281-0/+1
|
* replace __FUNCTION__ with standardized __func__.alfred2002-05-111-1/+1
| | | | Requested by: jhb
* Use `The .Nm utility'charnier2002-04-201-5/+10
|
* Fix SCM ID's.obrien2002-04-0110-10/+32
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+2
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-175-20/+28
|
* Fixed a missing library in DPADD.bde2001-05-121-4/+5
| | | | Fixed some style bugs.
* Change check_sign to proper "pkg_sign" reference.jkh2001-03-081-2/+2
| | | | Noted by: Andrew Hesford <ajh3@chmod.ath.cx>
* mdoc(7) police: misc markup fixes.ru2001-03-051-23/+40
|
* Add package signing utilities; somebody might actually want them.wes2001-02-0617-0/+2514
These are not enabled in the pkg_install Makefile as of yet; adding the "sign" directory to the SUBDIR list will enable building of sign. Submitted by: Wes Peters Obtained from: Original framework from OpenBSD 2.7, X.509 bits from DoBox.
OpenPOWER on IntegriCloud