Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | this occurs by mixing up ::1 as IPv6 auto-tunnel address like ::10.1.1.1. | |||||
* | fix gethostbyname2(foo, AF_INET6). | itojun | 1999-12-11 | 1 | -1/+9 | |
| | | | | | on /etc/hosts lookup, file static variable "hosts" was damaged and prevented lookup of IPv6 hostnames. | |||||
* | add inet6_option_* and inet6_rthdr_*. | itojun | 1999-12-11 | 6 | -2/+1520 | |
| | | | | increase shlib minor. | |||||
* | fix BIND820 bug in inet_pton(). it should bark if there's ambiguous | itojun | 1999-12-08 | 1 | -2/+4 | |
| | | | | text after IPv6 address string, like "0:1:2:3:4:5:6:7:8". | |||||
* | fix DNS; all this is due for squishing in a few days anyways, i suspect; ↵ | deraadt | 1999-12-07 | 1 | -0/+1 | |
| | | | | fujiwara@rcac.tdi.co.jp | |||||
* | 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 | |
| | | | | (K&R-style type promotions are evil), | |||||
* | 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 | |
| | | | | their own malloc() implementation. | |||||
* | 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 | |
| | | | | | | didn't do so for us. By default, malloc() zeros out the space it allocates but the programmer cannot rely on this as it is implementation- specific (and configurable via /etc/malloc.conf) | |||||
* | 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 | |
| | | | | from conversations between various people | |||||
* | 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 | |
| | | | | .Li ... -> \&... | |||||
* | 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 | |
| | | | | errors reasonably and deal correctly with unsigned quantities. | |||||
* | add an inner xor to make prediction attacks against the ids harder, due | provos | 1999-08-26 | 1 | -3/+5 | |
| | | | | to an attack pointed out by David Wagner. | |||||
* | better english; deraadt@/millert@ | aaron | 1999-07-20 | 2 | -6/+6 | |
| | ||||||
* | - remove all trailing whitespace | aaron | 1999-07-09 | 3 | -33/+33 | |
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||||
* | use SIOCGIFCONF much more carefully | deraadt | 1999-07-08 | 3 | -42/+102 | |
| | ||||||
* | use .Li to refer to data types | aaron | 1999-07-05 | 1 | -2/+3 | |
| | ||||||
* | repairs; better English, formatting, etc. | aaron | 1999-07-05 | 18 | -266/+299 | |
| |