summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1997-07-25document EINVAL per kern_descr.c:sys_flock() changeMichael Shalayeff
1997-07-25add man page from netbsdMichael Shalayeff
1997-07-25update to reality from netbsdMichael Shalayeff
1997-07-24Fix one instance of bad strncpy() usage and some KNF.Todd C. Miller
1997-07-24use -fno-omit-frame-pointer; the reason is almost crazy; pr#287Theo de Raadt
1997-07-24does not use read(2)Theo de Raadt
1997-07-24copy d_type; giles@nemeton.com.auTheo de Raadt
1997-07-23tabify + trailing blankskstailey
1997-07-23tabify + trailing blankskstailey
1997-07-23tabify + trailing blankskstailey
1997-07-23tabify + trailing blankskstailey
1997-07-23trailing blankskstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23Don't do a gethostbyname() on "localhost" since we need it toTodd C. Miller
1997-07-23Fix skeygetnext()Todd C. Miller
1997-07-23_PATH_SKEYKEYS now lives in <paths.h>Todd C. Miller
1997-07-23Mode 0600 /etc/skeykeysTodd C. Miller
1997-07-23Increase max hashname length for rmd160.Todd C. Miller
1997-07-22setpgid 2Theo de Raadt
1997-07-22permit numbers at start of hostname; leres@ee.lbl.govTheo de Raadt
1997-07-21long stuff; netbsdTheo de Raadt
1997-07-21include file with protoTheo de Raadt
1997-07-18Converting u_char[] -> u_int[] is easy on little endian machines :-)Todd C. Miller
1997-07-17.Xr fixTheo de Raadt
1997-07-17fix XrTheo de Raadt
1997-07-17fix XrTheo de Raadt
1997-07-17verf is a ptrTheo de Raadt
1997-07-17Use u_int32_t not size_t.Todd C. Miller
1997-07-17TypoTodd C. Miller
1997-07-17Manpage for RMD*(3)Todd C. Miller
1997-07-17More typos.Todd C. Miller
1997-07-17Allow passing of a NULL digest to RMD160Final(3).Todd C. Miller
1997-07-17Add RIPEMD-160 (rmd160) support to OTP (s/key).Todd C. Miller
1997-07-17Bump minor version due to RMD160 addition.Todd C. Miller
1997-07-17mdX(3)-like interface to RIPEMD-160 hash function. Code byTodd C. Miller
1997-07-17Fix typoTodd C. Miller
1997-07-17formattingMichael Shalayeff
1997-07-16in rejected(), RPC_MISMATCH is what we are interested in; christosTheo de Raadt
1997-07-16fix XrTheo de Raadt
1997-07-15buff overflowflipk
1997-07-15Xr repairTheo de Raadt
1997-07-15Add a missing constTodd C. Miller
1997-07-14Remove unused var.Todd C. Miller
1997-07-12#include <md5.h> not "md5.h"Todd C. Miller
1997-07-12Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).Todd C. Miller