ru
aa715558f4
- Properly build both crypto and non-crypto versions of the
...
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.
2004-01-17 13:41:16 +00:00
charnier
9f740d6ffa
The .Xr utility
2003-06-08 14:06:45 +00:00
mikeh
0c3902beda
Initialize sign to NULL so that we don't attempt to free() it in case
...
of failure.
MFC after: 1 week
2003-02-20 20:13:07 +00:00
billf
cce37e9136
even the default case in a switch requires some action (add break;)
...
EVP_sha1() returns a const EVP_MD *, so reflect that in the variable
we store its return value in.
2003-02-03 22:47:03 +00:00
markm
21f0f28e47
No need for the OPENSSL_NO_KRB5 switch anymore.
...
Fixed by: nectar
2003-01-31 23:26:55 +00:00
markm
2fd2d84bc3
iAdjust for OpenSSL 0.9.7.
2003-01-28 23:08:41 +00:00
alfred
c94931edf3
replace __FUNCTION__ with standardized __func__.
...
Requested by: jhb
2002-05-11 04:17:55 +00:00
charnier
fdbc3fd42a
Use `The .Nm utility'
2002-04-20 12:27:18 +00:00
obrien
9b7ede4f37
Fix SCM ID's.
2002-04-01 09:39:07 +00:00
obrien
9c97c8f02d
Perform a major cleanup of the usr.sbin Makefiles.
...
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.
2001-07-20 06:20:32 +00:00
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
sobomax
d5e6fbaada
Style policy: reformat multiline comments to conform to style(9).
2001-05-17 10:12:45 +00:00
bde
c09ee0c616
Fixed a missing library in DPADD.
...
Fixed some style bugs.
2001-05-12 14:37:53 +00:00
jkh
f34104936c
Change check_sign to proper "pkg_sign" reference.
...
Noted by: Andrew Hesford <ajh3@chmod.ath.cx>
2001-03-08 02:26:33 +00:00
ru
87e2157eb3
mdoc(7) police: misc markup fixes.
2001-03-05 14:09:45 +00:00
wes
7f8fcc0b1f
Add package signing utilities; somebody might actually want them.
...
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.
2001-02-06 06:46:42 +00:00