Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-05-09 | Oops, forgot to add remque.c here | millert | 1 | -1/+1 | |
2003-05-08 | move insque(3) and remque(3) from libcompat -> libc; they are now POSIX | millert | 4 | -8/+209 | |
2003-05-08 | move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIX | millert | 3 | -7/+205 | |
2003-05-05 | Add support for command line args in rshprog, e.g. "ssh -C". | millert | 2 | -11/+53 | |
2003-05-03 | typo in STANDARDS (this man page is getnameinfo, not getaddrinfo); | jmc | 1 | -2/+2 | |
from wiz@netbsd | |||||
2003-05-01 | don't cast pointer to integer, use intptr_t stuff off inttypes.h instead | pvalchev | 1 | -2/+3 | |
ok millert | |||||
2003-05-01 | typos; | jmc | 6 | -16/+15 | |
2003-05-01 | typos; | jmc | 2 | -19/+19 | |
ok itojun@ | |||||
2003-05-01 | typos; | jmc | 1 | -4/+4 | |
ok jakob@ | |||||
2003-04-30 | a OCTET -> an OCTET; | jmc | 1 | -2/+2 | |
2003-04-26 | string cleaning; ok tedu | deraadt | 2 | -16/+20 | |
2003-04-26 | managment -> management; | jmc | 1 | -1/+1 | |
ok mickey@ | |||||
2003-04-25 | always widen the imputed netmask if it is narrower than the specified octets. | henning | 1 | -3/+3 | |
fixes a strange behaviour where inet_net_pton would always return 4 (bits) for multicast addresses no matter how many octets were specified. negotiated with Paul Vixie, original author of this function. ok millert@ | |||||
2003-04-25 | - add missing .El macros (7 of them!) | jmc | 1 | -160/+168 | |
- use .Bl not .Bd for lists - whitespace at EOL killed - typos in macros - .El -width shortened Ds -> XXXX | |||||
2003-04-21 | Mention that stroul() et al *do* accept negative numbers, they | millert | 1 | -1/+6 | |
just (effectively) cast to unsigned. ho@ OK | |||||
2003-04-12 | Change copyright to a less restrictive ISC-style license to encourage | millert | 3 | -68/+35 | |
people to bundle this code. | |||||
2003-04-10 | make the second example valid; ok millert@ | jsyn | 1 | -3/+4 | |
2003-04-09 | makeing local table static saves some bytes; idea from mickey@ | markus | 1 | -2/+2 | |
2003-04-08 | remove printf("bar\n"); | markus | 2 | -2/+0 | |
2003-04-07 | Xr to strlcpy and strlcat more; ok millert | deraadt | 5 | -8/+13 | |
2003-04-06 | sprintf->snprintf. deraadt@ suggestions and ok | ho | 14 | -72/+98 | |
2003-04-05 | Trivial sprintf() -> snprintf() changes. ok deraadt@ | ho | 26 | -94/+130 | |
2003-04-05 | sprintf -> snprintf | tdeval | 1 | -6/+12 | |
ok tedu@, hints deraadt@, millert@ | |||||
2003-04-05 | strcpy/strcat -> strlcpy/strlcat | tdeval | 1 | -3/+4 | |
ok tedu@, hints by deraadt@ and millert@ | |||||
2003-04-04 | strcat -> strlcat | hin | 1 | -3/+3 | |
ok deraadt@ tedu@ tdeval@ | |||||
2003-04-04 | oops | deraadt | 1 | -1/+1 | |
2003-04-04 | incorrect bounds limit; spotted by ho | deraadt | 1 | -6/+8 | |
2003-04-04 | more strcpy & sprintf murder; ho ok | deraadt | 11 | -44/+45 | |
2003-04-03 | Correct off-by-one error in previous commit. millert@ ok. | ho | 2 | -4/+6 | |
2003-04-03 | str{cat,cpy}/sprintf cleanup. markus@, deraadt@ ok | ho | 18 | -52/+64 | |
2003-04-03 | Remove crypt macro, it conflicts with unistd.h | hin | 2 | -0/+4 | |
ok markus@ | |||||
2003-04-02 | Use snprintf instead of a strcpy(), strncat() and strcat() sequence | millert | 1 | -5/+4 | |
deraadt@ OK | |||||
2003-04-02 | fifo -> FIFO | jmc | 1 | -2/+2 | |
ok millert@ | |||||
2003-04-02 | use strlcpy(); assumes buf is at least ndigit bytes long which is as | millert | 1 | -4/+7 | |
safe as we can get. deraadt@ OK | |||||
2003-03-22 | missing space between macro argument and comma | david | 1 | -3/+3 | |
ok jmc@ | |||||
2003-03-19 | Fix for Klima-Pokorny-Rosa attack on RSA in SSL/TLS, see | markus | 2 | -26/+24 | |
http://marc.theaimsgroup.com/?l=bugtraq&m=104811162730834&w=2 | |||||
2003-03-18 | duplicate words: and and, the the | david | 1 | -2/+2 | |
ok miod@ jmc@ | |||||
2003-03-17 | If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOST | jason | 1 | -3/+3 | |
is set, return EAI_NONAME like RFC2553 specifies. millert/itojun ok. | |||||
2003-03-17 | update to official patch from openssl.org; ok deraadt@, millert@ | markus | 4 | -52/+56 | |
2003-03-16 | Less strcpy/strcat/sprintf. tdeval@ ok. | ho | 16 | -72/+86 | |
2003-03-15 | Enforce blinding on RSA operations involving private keys. | ho | 4 | -8/+54 | |
From http://www.openssl.org/~geoff, modified to be enabled at all times. | |||||
2003-03-14 | ANSI function headers | millert | 2 | -12/+6 | |
2003-03-13 | a few more strlcy; ok from beck & ho | deraadt | 2 | -6/+6 | |
2003-03-11 | $OpenBSD$ | david | 1 | -0/+1 | |
ok henning@ | |||||
2003-03-09 | .Dd Month day, year | david | 1 | -1/+1 | |
ok jmc@ | |||||
2003-03-07 | signed/unsigned mixup. KAME PR 469 by Olivier Courtay. | itojun | 1 | -2/+3 | |
2003-03-06 | .Xr typos; | jmc | 1 | -2/+2 | |
2003-03-06 | .Xr's; | jmc | 2 | -4/+4 | |
typos in man page section ok deraadt@ | |||||
2003-03-06 | Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons) | kjell | 1 | -4/+2 | |
ok millert | |||||
2003-03-06 | date should be written formally: .Dd Month day, year | david | 2 | -4/+4 | |
ok henning@ jmc@ |