History log of /freebsd-10-stable/secure/usr.bin/bdes/
Revision Date Author Comments
256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


255760 21-Sep-2013 des

Replace claims that DES is a strong cryptosystem with a warning stating
that it should no longer be considered secure.

Approved by: re (gjb)


242692 07-Nov-2012 kevlo

Fix typo; s/ouput/output


198856 03-Nov-2009 jhb

Fix a couple of comment typos.

MFC after: 1 week


180206 03-Jul-2008 peter

Add $FreeBSD$


176407 19-Feb-2008 ru

getopt(3) returns -1, not EOF.


141651 10-Feb-2005 ru

Sync program's usage() with manpage's SYNOPSIS.


140394 17-Jan-2005 dds

Correctly hide the command arguments.

PR: bin/76374
MFC after: 2 weeks


126178 23-Feb-2004 johan

style.Makefile(5):
Use WARNS?= instead of WARNS=.


115718 02-Jun-2003 markm

Modernise. Use libcrypto instead of libcipher for DES.


112544 24-Mar-2003 charnier

The .Nm utility


111963 07-Mar-2003 mtm

Fix mixed up arguments passed to a locally defined err(int, char *)
function.

Approved by: markm (mentor)
Submitted by: till toenges <tt@mail.isis.de>
PR: bin/48963


81119 03-Aug-2001 bde

Link to libcipher in the usual way. `bdes' depended on a nonexistent
library. This only worked because of the undocmented feature of make(1)
that targets named foo.a are always up to date.

Fixed some style bugs.


71115 16-Jan-2001 ru

man(7) -> mdoc(7).


63248 16-Jul-2000 peter

Add missing $FreeBSD$ to files that are NOT still on vendor a branch.


50479 28-Aug-1999 peter

$Id$ -> $FreeBSD$


46064 25-Apr-1999 kris

Typo in comment.


22990 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


16663 24-Jun-1996 jkh

Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.


13835 02-Feb-1996 mpp

Correct some manual page cross reference errors. E.g. su is a section
one man page, not section eight. This is the first round of such changes
and only fixes man pages in manual section one.


12950 21-Dec-1995 ache

Pick correct library dir whenever obj exists or not


8871 30-May-1995 rgrimes

Remove trailing whitespace.


4485 14-Nov-1994 phk

Make the "distribute" target build the "des" distribution. Make des'ed
init and ed, by pointing to real sources.


3232 30-Sep-1994 pst

!Just! fixing makefile, no code changes Geoff


2695 12-Sep-1994 ache

Add libcipher.a: libcrypt exports only crypt() but not des_setkey()
which is in libcipher.a


2536 07-Sep-1994 pst

Remove static in front of declarations for des_setkey and des_cipher
so that linking against -lcrypt (-ldescrypt) will give us the good
versions instead of the stubs in libc. (These changes need to be
made to the non-US version of libdescrypt too!)

Allow building and support for bdes program.
A bit more work still needs to be done on secure telnet.

Submitted by: pst


1899 07-Aug-1994 wollman

Moved from usr.bin/bdes for export-control.