aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/bdes
Commit message (Collapse)AuthorAgeFilesLines
* Link to libcipher in the usual way. `bdes' depended on a nonexistentBruce Evans2001-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. Notes: svn path=/head/; revision=81119
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-161-140/+173
| | | | Notes: svn path=/head/; revision=71115
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.Peter Wemm2000-07-162-0/+6
| | | | Notes: svn path=/head/; revision=63248
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Typo in comment.Kris Kennaway1999-04-251-1/+1
| | | | Notes: svn path=/head/; revision=46064
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-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. Notes: svn path=/head/; revision=16663
* Correct some manual page cross reference errors. E.g. su is a sectionMike Pritchard1996-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. Notes: svn path=/head/; revision=13835
* Pick correct library dir whenever obj exists or notAndrey A. Chernov1995-12-211-3/+9
| | | | Notes: svn path=/head/; revision=12950
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8871
* Make the "distribute" target build the "des" distribution. Make des'edPoul-Henning Kamp1994-11-141-3/+3
| | | | | | | init and ed, by pointing to real sources. Notes: svn path=/head/; revision=4485
* !Just! fixing makefile, no code changes GeoffPaul Traina1994-09-301-3/+3
| | | | Notes: svn path=/head/; revision=3232
* Add libcipher.a: libcrypt exports only crypt() but not des_setkey()Andrey A. Chernov1994-09-121-3/+3
| | | | | | | which is in libcipher.a Notes: svn path=/head/; revision=2695
* Remove static in front of declarations for des_setkey and des_cipherPaul Traina1994-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 Notes: svn path=/head/; revision=2536
* Moved from usr.bin/bdes for export-control.Garrett Wollman1994-08-074-0/+4300
Notes: svn path=/head/; revision=1899