summaryrefslogtreecommitdiff
path: root/lib/libcrypt
AgeCommit message (Collapse)Author
1998-06-01Need <stdlib.h> for setkey() prototype.kleink
1998-06-01Prototype has moved: add inclusion of <stdlib.h> to the synopsis of setkey().kleink
1998-02-05add LIBRARY section to man pageperry
1998-02-04don't kill 'register' in comments!mikel
1998-02-03remove obsolete register declarationsperry
1998-01-05RCSID Police.perry
1997-11-04specify array sizes in init_perm prototype. One of the array specificationscgd
was "C_block [][]", which isn't valid (or sensible!) C (only the last dimension may be omitted). However, all of the dimensions are known so they might as well be specified.
1997-10-10don't let prototypes disappear if LARGEDATA is definedmikel
1997-10-09rcsid police, deprecate some use of registerlukem
1997-07-02add explicit return types and braces for gcc -Wall, some minor KNFmikel
existing differences between exportable and domestic versions were preserved.
1997-04-18hint that crypt() et. al. are declared in unistd.h; from Jon Buller inmikel
PR lib/3488.
1995-10-12Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSISjtc
section with the actual function declarations. See PR #1589 for details.
1995-02-19Clean up deleted files.mycroft
1995-02-19use the (broken) crypt.c from the 4.4BSD-Lite Foreign distribution, thatcgd
can encrypt passwords but _cannot_ decrypt anything. "real" (i.e. two-way, unbroken) crypt() now lives in /usr/src/domestic.
1994-12-22specify man pages the new way.cgd
1994-12-20type sanitycgd
1994-10-19cast for quiet.cgd
1993-11-08add shlib_version file, with version 0.0cgd
1993-10-07print the warning exactly once per function per program invocation.cgd
1993-10-07always create libcrypt, and link with it where necessary. this willcgd
make life with shared libraries happier. also, get dummy crypt out of libc.
1993-08-02Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft
headers, and a few other insignificant changes.
1993-08-01Add RCS identifiers.mycroft
1993-05-29make makefile do *nothing* for any of the standard cases if crypt.ccgd
doesn't exist.
1993-04-26made libcrypt, so exportable vs. non-exportable packages can becgd
handled easliy.