summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/bdes
Commit message (Collapse)AuthorAgeFilesLines
* Link to libcipher in the usual way. `bdes' depended on a nonexistentbde2001-08-031-10/+2
| | | | | | | 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.
* man(7) -> mdoc(7).ru2001-01-161-140/+173
|
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.peter2000-07-162-0/+6
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Typo in comment.kris1999-04-251-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-3/+3
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Correct some manual page cross reference errors. E.g. su is a sectionmpp1996-02-021-1/+1
| | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one.
* Pick correct library dir whenever obj exists or notache1995-12-211-3/+9
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Make the "distribute" target build the "des" distribution. Make des'edphk1994-11-141-3/+3
| | | | init and ed, by pointing to real sources.
* !Just! fixing makefile, no code changes Geoffpst1994-09-301-3/+3
|
* Add libcipher.a: libcrypt exports only crypt() but not des_setkey()ache1994-09-121-3/+3
| | | | which is in libcipher.a
* Remove static in front of declarations for des_setkey and des_cipherpst1994-09-071-0/+5
| | | | | | | | | | | 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
* Moved from usr.bin/bdes for export-control.wollman1994-08-074-0/+4300
OpenPOWER on IntegriCloud