Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -4/+8 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -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 | ||||
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -1/+0 |
| | |||||
* | The elf build wants to link against libcrypt. | jb | 1998-08-31 | 1 | -2/+2 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -2/+5 |
| | |||||
* | Use err(3). Mdoc'ify man page. | charnier | 1997-07-17 | 2 | -51/+68 |
| | |||||
* | Add -D_SKEY_INTERNAL to pick up non-API functions | ache | 1996-10-17 | 1 | -0/+2 |
| | |||||
* | Fix diagnostic: skey->key, we have key command | ache | 1996-10-17 | 1 | -1/+1 |
| | |||||
* | Fix a bunch of spelling errors in a bunch of man pages. | mpp | 1996-01-30 | 1 | -2/+2 |
| | |||||
* | Close docs/43 manpage for keysu is missing | pst | 1995-10-28 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | Include most of the logdaemon v4.4 S/key changes | pst | 1994-10-19 | 2 | -17/+7 |
| | |||||
* | 1. Removed duplicate include of <stdio.h> | jkh | 1994-06-04 | 1 | -2/+1 |
| | | | | 2. Replaced bogus __ARGS with __P | ||||
* | Move skey.h to /usr/include so other packages will be able to use | guido | 1994-06-02 | 2 | -2/+1 |
| | | | | | libskey. (such as wu-ftp and xdm). Editted skey so it matches the standard /usr/include way. | ||||
* | 1) Added s/key support . | guido | 1994-05-19 | 3 | -0/+280 |
2 Added optional excessive login logging. 3) Added login acces control on a per host/tty base. 4) See skey(1) for skey descriptions and src/usr.bin/login/README for the logging and access control features. -Guido |