Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-18 | spelling typos/errors | David Krause | |
ok miod@ jmc@ | |||
2003-03-18 | duplicate words: and and, the the | David Krause | |
ok miod@ jmc@ | |||
2003-03-18 | make rcsid const to pass gcc -Wall | Todd C. Miller | |
2003-03-18 | mention namelen in DESCRIPTION | Todd C. Miller | |
2003-03-18 | Do not capitalize "Indicates" as it does not start the sentence | Todd C. Miller | |
2003-03-17 | If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOST | Jason Wright | |
is set, return EAI_NONAME like RFC2553 specifies. millert/itojun ok. | |||
2003-03-17 | Deal with snprintf returning -1 | Todd C. Miller | |
2003-03-17 | Use snprintf() and strlcpy() in the generated lib_keyname.c | Todd C. Miller | |
2003-03-17 | update to official patch from openssl.org; ok deraadt@, millert@ | Markus Friedl | |
2003-03-17 | use snprintf throughout | Todd C. Miller | |
2003-03-17 | Use snprintf/vsnprintf; partly from krw@ | Todd C. Miller | |
2003-03-17 | some small typos; | Jason McIntyre | |
2003-03-16 | Less strcpy/strcat/sprintf. tdeval@ ok. | Hakan Olsson | |
2003-03-16 | more avoidance of snprintf, strcpy, and strcat; millert ok | Theo de Raadt | |
2003-03-15 | Enforce blinding on RSA operations involving private keys. | Hakan Olsson | |
From http://www.openssl.org/~geoff, modified to be enabled at all times. | |||
2003-03-14 | RSA blinding on private keys. angelos@ ok. | Hakan Olsson | |
2003-03-14 | ANSI function headers | Todd C. Miller | |
2003-03-14 | document that the i386* functions have to be compiled with -li386; | Jason McIntyre | |
from er, Charlie Root; Fixes PR 3114; ok tholo@ | |||
2003-03-14 | document that sigwait() needs to be linked with -pthread; | Jason McIntyre | |
from Mike Neuman; closes PR 3030 ok marc@ | |||
2003-03-13 | a few more strlcy; ok from beck & ho | Theo de Raadt | |
2003-03-11 | files with dead .Xr's; | Jason McIntyre | |
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@ | |||
2003-03-10 | add some notes about nosuid mounted file systems. suggested by deraadt@ | Ted Unangst | |
ok deraadt@ millert@ | |||
2003-03-10 | duplicate words and spelling fixes in comments | David Krause | |
ok miod@ | |||
2003-03-07 | signed/unsigned mixup. KAME PR 469 by Olivier Courtay. | Jun-ichiro itojun Hagino | |
2003-03-07 | spelling errors/typos | David Krause | |
ok jmc@ | |||
2003-03-06 | no GNU allowed here | Theo de Raadt | |
2003-03-06 | remove garbage | Theo de Raadt | |
2003-03-06 | .Xr typos; | Jason McIntyre | |
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
2003-03-06 | .Xr typos; | Jason McIntyre | |
ok deraadt@ | |||
2003-03-06 | .Xr's; | Jason McIntyre | |
typos in man page section ok deraadt@ | |||
2003-03-06 | Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons) | Kjell Wooding | |
ok millert | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-03-05 | jmc wrote a combination man page that covers all openssl(1) functionality, | Theo de Raadt | |
based on the pod files from openssl. This may need by-hand updating once in a while, but at least now people can read a real man page instead of the mess that the openssl team provides us with. | |||
2003-03-04 | missing #include in SYNOPSIS, found by Daniel Lucq | Henning Brauer | |
ok millert@ | |||
2003-03-04 | strlcpy, check retval from sprintf | Jun-ichiro itojun Hagino | |
2003-03-04 | s/strncpy/strlcpy/ | Jun-ichiro itojun Hagino | |
2003-03-03 | in the handler, block signals handlers as soon as possible; ok miod millert | Theo de Raadt | |
2003-03-01 | Use mdoc strings for !=, +-, >= and <= | Todd C. Miller | |
2003-03-01 | Provide real ieee fp*() functions; from NetBSD. | Miod Vallat | |
ok millert@ | |||
2003-02-28 | typos; | Jason McIntyre | |
reboot(2), sigaction(2): help and ok millert@ | |||
2003-02-28 | Use int32_t, not long since this deals with 32bit quantities. | Todd C. Miller | |
Inspired by a change in NetBSD and reported by Jan Johansson. | |||
2003-02-28 | .Xr the right pages | Jason Wright | |
2003-02-28 | No need to waffle this much... s/roughly like/roughly | Jason Wright | |
2003-02-28 | mention single precision versions | Jason Wright | |
2003-02-28 | Convert to mdoc and make some very minor updates. Someone with libm clues | Todd C. Miller | |
could do a lot of good here. | |||
2003-02-28 | copy basename of argv[0] to bss for __progname, so that large stack smash | Theo de Raadt | |
does not make propolice reporting ineffective; millert miod ok | |||
2003-02-28 | DSAparams_print_pf() -> DSAparams_print_fp() | Cedric Berger | |
ok deraadt@ | |||
2003-02-27 | missed in the math man page cleanup | Jason Wright | |
2003-02-27 | Check snprintf() return value for truncation; deraadt@ OK | Todd C. Miller | |