summaryrefslogtreecommitdiff
path: root/lib/libc
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-10A -> AnTodd C. Miller
1997-07-10Different sha1 functions (taken from netinet's if_sha1.c) thatTodd 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-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-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-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-30snprintf(3) is not non-portable (it is part of XPG4) it is justTodd C. Miller
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-23Add inet_ntop(3) and inet_pton(3) and the IPv6 address format.Todd C. Miller
1997-06-23Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem)Todd C. Miller
1997-06-22errno can be set to EAGAIN in conjunction with O_SHLOCK/O_EXLOCKTodd C. Miller
1997-06-22Fix a bogon in last changeThorsten Lockert
1997-06-22Use Ns macro and not non-existant Ap macroThorsten Lockert
1997-06-22Make sure we don't get stuck in a loop when trying to clean up stdioThorsten Lockert
1997-06-22Close pipes before dup'ing file descriptors in the child, not after.Thorsten Lockert
1997-06-22fix typo; lukemTheo de Raadt
1997-06-20add ELOOP support; shigio@wafu.netgate.netTheo de Raadt
1997-06-20++minor since added a new functionTodd C. Miller
1997-06-20typecastoramaTheo de Raadt
1997-06-20Add mkdtemp(3)Todd C. Miller
1997-06-19Xr niceTheo de Raadt
1997-06-19mention getsockopt w/ SO_ERROR for non-blocking socketsTheo de Raadt
1997-06-18french fix from matthieuTheo de Raadt
1997-06-18catalogs from netbsdTheo de Raadt
1997-06-17fixed some typos; netbsdNiels Provos