Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add $FreeBSD$ | peter | 2008-07-03 | 1 | -0/+1 |
| | |||||
* | getopt(3) returns -1, not EOF. | ru | 2008-02-19 | 1 | -1/+1 |
| | |||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | Correctly hide the command arguments. | dds | 2005-01-17 | 1 | -15/+2 |
| | | | | | PR: bin/76374 MFC after: 2 weeks | ||||
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
| | | | | Use WARNS?= instead of WARNS=. | ||||
* | Modernise. Use libcrypto instead of libcipher for DES. | markm | 2003-06-02 | 3 | -382/+427 |
| | |||||
* | The .Nm utility | charnier | 2003-03-24 | 1 | -4/+6 |
| | |||||
* | Fix mixed up arguments passed to a locally defined err(int, char *) | mtm | 2003-03-07 | 1 | -4/+4 |
| | | | | | | | | function. Approved by: markm (mentor) Submitted by: till toenges <tt@mail.isis.de> PR: bin/48963 | ||||
* | Link to libcipher in the usual way. `bdes' depended on a nonexistent | bde | 2001-08-03 | 1 | -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). | ru | 2001-01-16 | 1 | -140/+173 |
| | |||||
* | Add missing $FreeBSD$ to files that are NOT still on vendor a branch. | peter | 2000-07-16 | 2 | -0/+6 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Typo in comment. | kris | 1999-04-25 | 1 | -1/+1 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -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 you | jkh | 1996-06-24 | 1 | -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 section | mpp | 1996-02-02 | 1 | -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 not | ache | 1995-12-21 | 1 | -3/+9 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | |||||
* | Make the "distribute" target build the "des" distribution. Make des'ed | phk | 1994-11-14 | 1 | -3/+3 |
| | | | | init and ed, by pointing to real sources. | ||||
* | !Just! fixing makefile, no code changes Geoff | pst | 1994-09-30 | 1 | -3/+3 |
| | |||||
* | Add libcipher.a: libcrypt exports only crypt() but not des_setkey() | ache | 1994-09-12 | 1 | -3/+3 |
| | | | | which is in libcipher.a | ||||
* | Remove static in front of declarations for des_setkey and des_cipher | pst | 1994-09-07 | 1 | -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. | wollman | 1994-08-07 | 4 | -0/+4300 |