aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/newkey/newkey.8
Commit message (Collapse)AuthorAgeFilesLines
* Remove publickey(5) stuffEmmanuel Vadot2025-01-221-66/+0
| | | | | | | | This uses DES and it's likely that nobody uses that in 2025. If somebody uses this we help them by deprecating and removing this. Reviewed by: bapt, emaste Differential Revision: https://reviews.freebsd.org/D30683
* Deprecate publickey(5) stuffEmmanuel Vadot2025-01-221-0/+5
| | | | | | | | This uses DES and it's likely that nobody uses that in 2025. If somebody uses this we help them by deprecating and removing this. Reviewed by: bapt, emaste Differential Revision: https://reviews.freebsd.org/D30682
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Add deprecation notices to publickey(5) toolsEd Maste2023-09-201-0/+4
| | | | | | | Reviewed by: imp, manu MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D40144
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\.\\"\s*\$FreeBSD\$$\n/
* mdoc cleanupUlrich Spörlein2010-06-021-4/+4
| | | | | | | | | | Garbage collect unused sections, macros and arguments. Fix prologue and remove empty lines. Found by: mdocml Notes: svn path=/head/; revision=208732
* The .Nm utilityPhilippe Charnier2002-07-141-4/+6
| | | | Notes: svn path=/head/; revision=99970
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68963
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Add usage(), use err(3).Philippe Charnier1997-07-291-33/+32
| | | | | | | Rewrote man page in mdoc format. Notes: svn path=/head/; revision=27754
* Import newkey.Bill Paul1997-05-281-0/+57
This is the program used to generate new Secure RPC public and secret key pairs. Notes: svn path=/cvs2svn/branches/WPAUL/dist/; revision=26238