Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-25 | document EINVAL per kern_descr.c:sys_flock() change | Michael Shalayeff | |
1997-07-25 | add man page from netbsd | Michael Shalayeff | |
1997-07-25 | update to reality from netbsd | Michael Shalayeff | |
1997-07-24 | Fix one instance of bad strncpy() usage and some KNF. | Todd C. Miller | |
1997-07-24 | use -fno-omit-frame-pointer; the reason is almost crazy; pr#287 | Theo de Raadt | |
1997-07-24 | does not use read(2) | Theo de Raadt | |
1997-07-24 | copy d_type; giles@nemeton.com.au | Theo de Raadt | |
1997-07-23 | tabify + trailing blanks | kstailey | |
1997-07-23 | tabify + trailing blanks | kstailey | |
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 | 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-23 | Fix skeygetnext() | Todd C. Miller | |
1997-07-23 | _PATH_SKEYKEYS now lives in <paths.h> | Todd C. Miller | |
Add skeygetnext() for iterating over the key file. | |||
1997-07-23 | Mode 0600 /etc/skeykeys | Todd C. Miller | |
1997-07-23 | Increase max hashname length for rmd160. | Todd C. Miller | |
1997-07-22 | setpgid 2 | Theo de Raadt | |
1997-07-22 | permit numbers at start of hostname; leres@ee.lbl.gov | 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 | Add RIPEMD-160 (rmd160) support to OTP (s/key). | 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-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 | |