summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
1997-07-12mention usage of SHA1Final with null pointerNiels Provos
1997-07-12Minor style points.Todd C. Miller
1997-07-11Todd kant spel.Todd C. Miller
1997-07-11Install sha1(3) and links.Todd C. Miller
1997-07-11#include <sha1.h> not #include "sha1.h"Todd C. Miller
1997-07-11Man page for SHA1*Todd C. Miller
1997-07-11Remove #if 0'd codeTodd C. Miller
1997-07-10A -> AnTodd C. Miller
1997-07-10Use new SHA1* functions.Todd C. Miller
1997-07-10Different sha1 functions (taken from netinet's if_sha1.c) thatTodd C. Miller
1997-07-10Need err.h for warnx proto.Todd C. Miller
1997-07-09avoid close(closed_socket) or close(-1); it looks disgusting in kdumpTheo de Raadt
1997-07-09Clean up some -Wall flowers.Todd C. Miller
1997-07-09#include <netgroup.h>Todd C. Miller
1997-07-09Clean up some -Wall complaints.Todd C. Miller
1997-07-09Clarify strncat(3) count param.Todd C. Miller
1997-07-08Don't tell people to cast NULL to a specific pointer type.Todd C. Miller
1997-07-07Define RESOLVSORT so "sortlist" resolver directive works.Todd C. Miller
1997-07-07fix make clean/make depend confusion with a cleandir: rulegrr
1997-07-06if we find an unprintable char, bail totallyTheo de Raadt
1997-07-04correct some details in the docsTheo de Raadt