agc
|
eb7c1594f1
|
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
2003-08-07 16:42:00 +00:00 |
wiz
|
472351e13d
|
Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
|
2003-04-16 13:34:34 +00:00 |
wiz
|
4f92a4853d
|
New sentence, new line. From Robert Elz.
|
2002-10-01 19:38:46 +00:00 |
itojun
|
c89c003ed2
|
support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf.
from openbsd
|
2002-05-24 04:02:47 +00:00 |
wiz
|
0a2f7411a3
|
Change Nd argument to 'password encryption', since it does not only provide
DES support. Noted by Jeremy C. Reed.
|
2002-04-17 18:17:58 +00:00 |
wiz
|
a6876a2a4e
|
Punctuation nits.
|
2002-02-20 11:56:13 +00:00 |
ross
|
814f296b77
|
Generate <>& symbolically.
|
2002-02-07 07:00:09 +00:00 |
wiz
|
854cba8fda
|
Whitespace nits, drop unnecessary .Pps.
|
2002-01-15 02:40:05 +00:00 |
ad
|
04e2145813
|
Take a stab at documenting non-DES password encryption.
|
2000-08-03 08:30:43 +00:00 |
thorpej
|
9323d93234
|
Enable decryption in crypt(), from cryptosrc-intl, and lift the updated
manual page (which describes decryption) from cryptosrc-us.
|
2000-06-16 16:27:32 +00:00 |
simonb
|
1528b77539
|
More trailing white space.
|
1999-07-02 15:14:07 +00:00 |
kleink
|
fa992e178b
|
Prototype has moved: add inclusion of <stdlib.h> to the synopsis of setkey().
|
1998-06-01 20:24:46 +00:00 |
perry
|
312aca536f
|
add LIBRARY section to man page
|
1998-02-05 18:45:17 +00:00 |
mikel
|
a353b3aa7b
|
hint that crypt() et. al. are declared in unistd.h; from Jon Buller in
PR lib/3488.
|
1997-04-18 06:32:16 +00:00 |
jtc
|
b5d1933995
|
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
section with the actual function declarations. See PR #1589 for details.
|
1995-10-12 15:40:27 +00:00 |
cgd
|
4902ac3dcf
|
use the (broken) crypt.c from the 4.4BSD-Lite Foreign distribution, that
can encrypt passwords but _cannot_ decrypt anything. "real" (i.e. two-way,
unbroken) crypt() now lives in /usr/src/domestic.
|
1995-02-19 12:18:56 +00:00 |
cgd
|
eb29ed3995
|
always create libcrypt, and link with it where necessary. this will
make life with shared libraries happier. also, get dummy crypt out
of libc.
|
1993-10-07 01:36:21 +00:00 |