Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-15 | Add a missing const | Todd C. Miller | |
1997-07-14 | Remove unused var. | Todd C. Miller | |
1997-07-12 | #include <md5.h> not "md5.h" | Todd C. Miller | |
1997-07-12 | Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3). | Todd C. Miller | |
1997-07-12 | mention usage of SHA1Final with null pointer | Niels Provos | |
1997-07-12 | Minor style points. | Todd C. Miller | |
1997-07-11 | Todd kant spel. | Todd C. Miller | |
1997-07-11 | Install sha1(3) and links. | Todd C. Miller | |
1997-07-11 | #include <sha1.h> not #include "sha1.h" | Todd C. Miller | |
1997-07-11 | Man page for SHA1* | Todd C. Miller | |
1997-07-11 | Remove #if 0'd code | Todd C. Miller | |
1997-07-10 | A -> An | Todd C. Miller | |
1997-07-10 | Use new SHA1* functions. | Todd C. Miller | |
1997-07-10 | Different sha1 functions (taken from netinet's if_sha1.c) that | Todd C. Miller | |
are more consistent with md4/md5 functions. | |||
1997-07-10 | Need err.h for warnx proto. | Todd C. Miller | |
1997-07-09 | avoid close(closed_socket) or close(-1); it looks disgusting in kdump | Theo de Raadt | |
1997-07-09 | Clean up some -Wall flowers. | Todd C. Miller | |
1997-07-09 | #include <netgroup.h> | Todd C. Miller | |
1997-07-09 | Clean up some -Wall complaints. | Todd C. Miller | |
1997-07-09 | Clarify strncat(3) count param. | Todd C. Miller | |
1997-07-08 | Don't tell people to cast NULL to a specific pointer type. | Todd C. Miller | |
1997-07-07 | Define RESOLVSORT so "sortlist" resolver directive works. | Todd C. Miller | |
1997-07-07 | fix make clean/make depend confusion with a cleandir: rule | grr | |
1997-07-06 | if we find an unprintable char, bail totally | Theo de Raadt | |
1997-07-04 | correct some details in the docs | Theo de Raadt | |
1997-07-03 | MD[45]Final(NULL,&ctx) applies padding to context and can still be used with ↵ | Niels Provos | |
M[45]Update afterwards. | |||
1997-07-03 | doc EPERM properly; kleink | Theo de Raadt | |
1997-07-03 | pretty | Theo de Raadt | |
1997-07-03 | buffer overflow on 64-bit archs fixed | Niklas Hallqvist | |
1997-07-02 | Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places) | Todd C. Miller | |
sizeof *pt -> sizeof *px (point to same type of struct but looked wrong). | |||
1997-07-01 | fix that repeating passwords yield same hash + increment minor | Niels Provos | |
1997-07-01 | if no error, dlerror() should return NULL | Theo de Raadt | |
1997-07-01 | typo | dm | |
1997-07-01 | Make -Wall happy. | Todd C. Miller | |
1997-07-01 | Add missing '#' as in #include. | Todd C. Miller | |
1997-07-01 | Include <stdlib.h> for malloc() proto. | Todd C. Miller | |
1997-07-01 | -Wall cleanliness | Todd C. Miller | |
1997-06-30 | alpha bits | Theo de Raadt | |
1997-06-30 | snprintf(3) is not non-portable (it is part of XPG4) it is just | Todd C. Miller | |
not availalble on older systems. | |||
1997-06-29 | Updates from NetBSD (christos@netbsd.org) | Todd C. Miller | |
* Portability fixes: __const -> const BADSIG -> SIG_ERR int flags -> u_int flags #if __STDC__ -> #ifdef __STDC__ * Don't allow CSWTCH to interfere with CSUSP on __SVR4 systems. * Return -1 if the terminal set operation resulted in dumb terminal settings. * Handle properly the case where the last line in the sourced file does not have a trailing '\n'. From Jeffrey C Honig. * editrc -> editline in editline(3) | |||
1997-06-29 | <des.h> | Niels Provos | |
1997-06-29 | des_set_key_schedule -> des_set_key | Niels Provos | |
1997-06-29 | add libdes | Niels Provos | |
1997-06-29 | relocate libdes + update to version 4.01 | Niels Provos | |
1997-06-29 | indent | Theo de Raadt | |
1997-06-29 | surely not long! | Theo de Raadt | |
1997-06-29 | surely not a long | Theo de Raadt | |
1997-06-25 | Fix typos. PR and fix from Felix Schroeter <felix@mamba.pond.sub.org> | Todd C. Miller | |
1997-06-24 | Use OpenBSD tags and not SCCS or RCS Id tags | Thorsten Lockert | |
1997-06-24 | Slight fix. | Jason Downs | |