Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-23 | tabify + trailing blanks | kstailey | |
1997-07-23 | tabify + trailing blanks | kstailey | |
1997-07-23 | trailing blanks | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | Don't do a gethostbyname() on "localhost" since we need it to | Todd C. Miller | |
be unmolested when we test whether or not to use a local shell instead of rsh. | |||
1997-07-22 | setpgid 2 | Theo de Raadt | |
1997-07-21 | long stuff; netbsd | Theo de Raadt | |
1997-07-21 | include file with proto | Theo de Raadt | |
1997-07-18 | Converting u_char[] -> u_int[] is easy on little endian machines :-) | Todd C. Miller | |
1997-07-17 | .Xr fix | Theo de Raadt | |
1997-07-17 | fix Xr | Theo de Raadt | |
1997-07-17 | fix Xr | Theo de Raadt | |
1997-07-17 | verf is a ptr | Theo de Raadt | |
1997-07-17 | Use u_int32_t not size_t. | Todd C. Miller | |
1997-07-17 | Typo | Todd C. Miller | |
1997-07-17 | Manpage for RMD*(3) | Todd C. Miller | |
1997-07-17 | More typos. | Todd C. Miller | |
1997-07-17 | Allow passing of a NULL digest to RMD160Final(3). | Todd C. Miller | |
1997-07-17 | Bump minor version due to RMD160 addition. | Todd C. Miller | |
1997-07-17 | mdX(3)-like interface to RIPEMD-160 hash function. Code by | Todd C. Miller | |
Antoon Bosselaers and massaged by me to fit the mdX(3) API. | |||
1997-07-17 | Fix typo | Todd C. Miller | |
1997-07-17 | formatting | Michael Shalayeff | |
1997-07-16 | in rejected(), RPC_MISMATCH is what we are interested in; christos | Theo de Raadt | |
1997-07-16 | fix Xr | Theo de Raadt | |
1997-07-15 | buff overflow | flipk | |
1997-07-15 | Xr repair | Theo de Raadt | |
1997-07-15 | Add a missing const | 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-10 | A -> An | 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-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-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. |