Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove one more incorrect section name. Typos. | charnier | 2000-12-10 | 2 | -11/+18 |
| | | | | Add rcsid. fprintf -> warn. | ||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -1/+1 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -12/+9 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | 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 | -4/+7 |
| | |||||
* | Use err(3). Rewrote man page in mdoc format. | charnier | 1997-07-16 | 2 | -56/+46 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Add -D_SKEY_INTERNAL to pick up non-API skey functions | ache | 1996-10-17 | 1 | -0/+2 |
| | |||||
* | Correct some man page xrefs, and some other minor changes to bring some | mpp | 1996-04-08 | 1 | -1/+1 |
| | | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk. | ||||
* | recording cvs-1.6 file death | peter | 1995-12-30 | 2 | -159/+0 |
| | |||||
* | 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 | -16/+7 |
| | |||||
* | Spelling mistakes. | phk | 1994-10-17 | 1 | -4/+4 |
| | | | | Submitted by: Chris Kukulies | ||||
* | Move skey.h to /usr/include so other packages will be able to use | guido | 1994-06-02 | 1 | -1/+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 | 5 | -0/+357 |
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 |