summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
1997-07-03MD[45]Final(NULL,&ctx) applies padding to context and can still be used with ...Niels Provos
1997-07-03doc EPERM properly; kleinkTheo de Raadt
1997-07-03prettyTheo de Raadt
1997-07-03buffer overflow on 64-bit archs fixedNiklas Hallqvist
1997-07-02Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places)Todd C. Miller
1997-07-01fix that repeating passwords yield same hash + increment minorNiels Provos
1997-07-01if no error, dlerror() should return NULLTheo de Raadt
1997-07-01typodm
1997-07-01Make -Wall happy.Todd C. Miller
1997-07-01Add missing '#' as in #include.Todd C. Miller
1997-07-01Include <stdlib.h> for malloc() proto.Todd C. Miller
1997-07-01-Wall cleanlinessTodd C. Miller
1997-06-30alpha bitsTheo de Raadt
1997-06-30snprintf(3) is not non-portable (it is part of XPG4) it is justTodd C. Miller
1997-06-29Updates from NetBSD (christos@netbsd.org)Todd C. Miller
1997-06-29<des.h>Niels Provos
1997-06-29des_set_key_schedule -> des_set_keyNiels Provos
1997-06-29add libdesNiels Provos
1997-06-29relocate libdes + update to version 4.01Niels Provos
1997-06-29indentTheo de Raadt
1997-06-29surely not long!Theo de Raadt
1997-06-29surely not a longTheo de Raadt
1997-06-25Fix typos. PR and fix from Felix Schroeter <felix@mamba.pond.sub.org>Todd C. Miller
1997-06-24Use OpenBSD tags and not SCCS or RCS Id tagsThorsten Lockert
1997-06-24Slight fix.Jason Downs
1997-06-23buffer overflows which never ever happen; brian@firehouse.netTheo de Raadt
1997-06-23Copyright.Jason Downs