aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/sign
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix the logic bug and static linkage.Ruslan Ermilov2007-04-132-3/+3
* MFC: sign.c: 1.5, x509.c: 1.5Kirill Ponomarev2006-05-142-10/+16
* Expand *n't contractions.Ruslan Ermilov2005-02-131-3/+3
* Sort sections.Ruslan Ermilov2005-01-181-35/+35
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+2
* Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.Ruslan Ermilov2004-08-121-1/+1
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-296-7/+4
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-292-10/+21
* - Properly build both crypto and non-crypto versions of theRuslan Ermilov2004-01-171-0/+1
* The .Xr utilityPhilippe Charnier2003-06-081-1/+2
* Initialize sign to NULL so that we don't attempt to free() it in caseMike Heffner2003-02-201-0/+1
* even the default case in a switch requires some action (add break;)Bill Fumerola2003-02-031-1/+2
* No need for the OPENSSL_NO_KRB5 switch anymore.Mark Murray2003-01-311-1/+0
* iAdjust for OpenSSL 0.9.7.Mark Murray2003-01-281-0/+1
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-111-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-201-5/+10
* Fix SCM ID's.David E. O'Brien2002-04-0110-10/+32
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* Style policy: reformat multiline comments to conform to style(9).Maxim Sobolev2001-05-175-20/+28
* Fixed a missing library in DPADD.Bruce Evans2001-05-121-4/+5
* Change check_sign to proper "pkg_sign" reference.Jordan K. Hubbard2001-03-081-2/+2
* mdoc(7) police: misc markup fixes.Ruslan Ermilov2001-03-051-23/+40
* Add package signing utilities; somebody might actually want them.Wes Peters2001-02-0617-0/+2514