Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-02 | fifo -> FIFO | Jason McIntyre | |
ok millert@ | |||
2003-04-02 | nfs -> NFS | Jason McIntyre | |
2003-04-02 | use strlcpy(); assumes buf is at least ndigit bytes long which is as | Todd C. Miller | |
safe as we can get. deraadt@ OK | |||
2003-04-02 | knf | Theo de Raadt | |
2003-04-01 | Throw an error if the username field is empty; noticed by mpech@ | Todd C. Miller | |
2003-03-31 | add a newline at end of file. gcc3 rightfully complains if the file | Bruno Rohee | |
is not newline terminated. From Thorsten Glaser | |||
2003-03-31 | Rewritten setuserpath() that is much clearer and uses strlcpy() | Todd C. Miller | |
for added paranoia. tdeval@ and mpech@ OK | |||
2003-03-31 | Remove unused file. OpenBSD uses uthread_info_openbsd.c, instead. | Marco S Hyman | |
This is easier than fixing the strcpy in the file. | |||
2003-03-30 | more asprintf; millert ok | Theo de Raadt | |
2003-03-30 | asprintf; millert ok | Theo de Raadt | |
2003-03-28 | F_[GS]ETFL deal with file status flags, not descriptor status flags. | Todd C. Miller | |
Closes PR 3172 | |||
2003-03-28 | Ip -> IP; | Jason McIntyre | |
ok miod@ | |||
2003-03-28 | Bessel functions; | Jason McIntyre | |
also little cleanup in math(3); whitespace and new lines; ok jason@ | |||
2003-03-22 | .Nd shouldn't end with a period | David Krause | |
ok jmc@ | |||
2003-03-20 | typos; | Jason McIntyre | |
ok millert@ | |||
2003-03-20 | sprintf -> snprintf; ok millert@, henning@ | Marco S Hyman | |
2003-03-19 | Fix for Klima-Pokorny-Rosa attack on RSA in SSL/TLS, see | Markus Friedl | |
http://marc.theaimsgroup.com/?l=bugtraq&m=104811162730834&w=2 | |||
2003-03-19 | document the number of bytes required for btoa8 | Todd C. Miller | |
2003-03-18 | Use strlcpy() / strlcat() throughout. | Todd C. Miller | |
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@ |