| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add the _af versions to the NAME chunk | deraadt | 1999-12-30 | 1 | -1/+2 |
* | replace NRL get{addr,name}info with KAME get{addr,name}info. | itojun | 1999-12-30 | 3 | -672/+1214 |
* | speed up blowfish by > 20%. | provos | 1999-12-28 | 1 | -28/+32 |
* | more fixes from markus | deraadt | 1999-12-17 | 1 | -4/+4 |
* | nice error return; markus | deraadt | 1999-12-17 | 1 | -1/+2 |
* | oops | deraadt | 1999-12-17 | 1 | -1/+3 |
* | rresvport_af() and bindresvport_af() | deraadt | 1999-12-16 | 4 | -44/+138 |
* | incorrect bounds on strlcpy() | deraadt | 1999-12-16 | 1 | -2/+2 |
* | sync KAME rcsid. | itojun | 1999-12-12 | 1 | -2/+2 |
* | inet6_rthdr_reverse() is not available yet. | itojun | 1999-12-12 | 1 | -1/+4 |
* | prevent bogus reverse query for 1.0.0.0.in-addr.arpa. | itojun | 1999-12-11 | 1 | -7/+5 |
* | fix gethostbyname2(foo, AF_INET6). | itojun | 1999-12-11 | 1 | -1/+9 |
* | add inet6_option_* and inet6_rthdr_*. | itojun | 1999-12-11 | 6 | -2/+1520 |
* | fix BIND820 bug in inet_pton(). it should bark if there's ambiguous | itojun | 1999-12-08 | 1 | -2/+4 |
* | fix DNS; all this is due for squishing in a few days anyways, i suspect; fuji... | deraadt | 1999-12-07 | 1 | -0/+1 |
* | do not assume shell scripts are +x; d | deraadt | 1999-11-23 | 79 | -85/+85 |
* | Add missing MLINKs | millert | 1999-11-17 | 3 | -4/+8 |
* | Clean up memchr slightly to better match coming memrchr | espie | 1999-11-14 | 1 | -4/+4 |
* | Tweaks; millert@ | aaron | 1999-11-10 | 1 | -8/+9 |
* | calloc.c is back | millert | 1999-11-10 | 1 | -1/+1 |
* | calloc() needs to be separate from malloc in case a user wants to have | millert | 1999-11-10 | 2 | -25/+54 |
* | Merge calloc(3) man page into malloc.3; as suggested by millert@ | aaron | 1999-11-09 | 3 | -90/+41 |
* | Move calloc() into malloc.c and only zero out the area if malloc() | millert | 1999-11-09 | 3 | -55/+26 |
* | Install man-page links for strtok_r. | art | 1999-11-09 | 1 | -1/+2 |
* | Document strtok_r. | art | 1999-11-09 | 1 | -8/+19 |
* | Implement strtok_r. | art | 1999-11-09 | 1 | -5/+15 |
* | Make mips compile. -moj | maja | 1999-10-10 | 5 | -27/+7 |
* | use /dev/arandom by default | beck | 1999-10-06 | 1 | -2/+2 |
* | Ack. Sparc and stuff oops - openssl changed the name of this.. | beck | 1999-09-29 | 1 | -4/+4 |
* | openssl 0.9.4 | beck | 1999-09-29 | 3 | -43/+92 |
* | new files for OpenSSL 0.9.4 | beck | 1999-09-29 | 200 | -0/+23231 |
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1750 | -99170/+156628 |
* | crank major for bob | deraadt | 1999-09-28 | 1 | -1/+1 |
* | do not put a bad crypt() in libcrypt, it is in libc | deraadt | 1999-09-28 | 2 | -4/+4 |
* | Set j = i after arc4random key schedule to be more like arc4 stream cipher; | deraadt | 1999-09-28 | 1 | -1/+2 |
* | Correct buffer size. | alex | 1999-09-27 | 1 | -3/+3 |
* | Formatting and grammar. | aaron | 1999-09-27 | 1 | -2/+2 |
* | crank to version 2 for release, in case any dependencies have crept in | deraadt | 1999-09-26 | 2 | -2/+2 |
* | Typo fixes. | alex | 1999-09-23 | 2 | -7/+7 |
* | index/rindex as deprecated synonyms to strchr/strrchr. | espie | 1999-09-21 | 11 | -193/+39 |
* | use writev() where possible | deraadt | 1999-09-16 | 1 | -12/+29 |
* | Supply examples and discuss limitations. | pjanzen | 1999-09-14 | 2 | -7/+120 |
* | use stronger language when pointing people at strtol() | deraadt | 1999-09-13 | 1 | -1/+12 |
* | typo | espie | 1999-09-07 | 1 | -2/+2 |
* | succesful -> successful | aaron | 1999-09-06 | 1 | -2/+2 |
* | Using .Li inside a .Bd -literal block messes up the fonts thereafter; | pjanzen | 1999-09-04 | 1 | -4/+4 |
* | typo | deraadt | 1999-09-03 | 1 | -3/+3 |
* | sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.ar | deraadt | 1999-09-03 | 1 | -2/+2 |
* | Use strtol() and strtoul() instead of atoi(). This allows us to catch | millert | 1999-09-03 | 3 | -16/+29 |
* | add an inner xor to make prediction attacks against the ids harder, due | provos | 1999-08-26 | 1 | -3/+5 |