summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-04-04oopsTheo de Raadt
2003-04-04incorrect bounds limit; spotted by hoTheo de Raadt
2003-04-04more strcpy & sprintf murder; ho okTheo de Raadt
2003-04-04change sectok_fmt_fid() to accept a size_t for the pathname length;Theo de Raadt
must crank major, and update utils that use it
2003-04-03exceeds -> exceedes;Jason McIntyre
from Pedro Bastos (thanks)
2003-04-03Correct off-by-one error in previous commit. millert@ ok.Hakan Olsson
2003-04-03Use snprintf() and strlcpy() throughout.Todd C. Miller
2003-04-03str{cat,cpy}/sprintf cleanup. markus@, deraadt@ okHakan Olsson
2003-04-03strcpy -> strlcpyHans Insulander
ok millert@
2003-04-03Remove crypt macro, it conflicts with unistd.hHans Insulander
ok markus@
2003-04-03rfc -> RFCJason McIntyre
implenented -> implemented
2003-04-02Use snprintf instead of sprintf; deraadt@ OKTodd C. Miller
2003-04-02the obvious simple snprintf changesTheo de Raadt
2003-04-02use strlcpy; millert okTheo de Raadt
2003-04-02Use snprintf instead of a strcpy(), strncat() and strcat() sequenceTodd C. Miller
deraadt@ OK
2003-04-02fifo -> FIFOJason McIntyre
ok millert@
2003-04-02nfs -> NFSJason McIntyre
2003-04-02use strlcpy(); assumes buf is at least ndigit bytes long which is asTodd C. Miller
safe as we can get. deraadt@ OK
2003-04-02knfTheo de Raadt
2003-04-01Throw an error if the username field is empty; noticed by mpech@Todd C. Miller
2003-03-31add a newline at end of file. gcc3 rightfully complains if the fileBruno Rohee
is not newline terminated. From Thorsten Glaser
2003-03-31Rewritten setuserpath() that is much clearer and uses strlcpy()Todd C. Miller
for added paranoia. tdeval@ and mpech@ OK
2003-03-31Remove unused file. OpenBSD uses uthread_info_openbsd.c, instead.Marco S Hyman
This is easier than fixing the strcpy in the file.
2003-03-30more asprintf; millert okTheo de Raadt
2003-03-30asprintf; millert okTheo de Raadt
2003-03-28F_[GS]ETFL deal with file status flags, not descriptor status flags.Todd C. Miller
Closes PR 3172
2003-03-28Ip -> IP;Jason McIntyre
ok miod@
2003-03-28Bessel functions;Jason McIntyre
also little cleanup in math(3); whitespace and new lines; ok jason@
2003-03-22.Nd shouldn't end with a periodDavid Krause
ok jmc@
2003-03-20typos;Jason McIntyre
ok millert@
2003-03-20sprintf -> snprintf; ok millert@, henning@Marco S Hyman
2003-03-19Fix for Klima-Pokorny-Rosa attack on RSA in SSL/TLS, seeMarkus Friedl
http://marc.theaimsgroup.com/?l=bugtraq&m=104811162730834&w=2
2003-03-19document the number of bytes required for btoa8Todd C. Miller
2003-03-18Use strlcpy() / strlcat() throughout.Todd C. Miller
2003-03-18spelling typos/errorsDavid Krause
ok miod@ jmc@
2003-03-18duplicate words: and and, the theDavid Krause
ok miod@ jmc@
2003-03-18make rcsid const to pass gcc -WallTodd C. Miller
2003-03-18mention namelen in DESCRIPTIONTodd C. Miller
2003-03-18Do not capitalize "Indicates" as it does not start the sentenceTodd C. Miller
2003-03-17If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOSTJason Wright
is set, return EAI_NONAME like RFC2553 specifies. millert/itojun ok.
2003-03-17Deal with snprintf returning -1Todd C. Miller
2003-03-17Use snprintf() and strlcpy() in the generated lib_keyname.cTodd C. Miller
2003-03-17update to official patch from openssl.org; ok deraadt@, millert@Markus Friedl
2003-03-17use snprintf throughoutTodd C. Miller
2003-03-17Use snprintf/vsnprintf; partly from krw@Todd C. Miller
2003-03-17some small typos;Jason McIntyre
2003-03-16Less strcpy/strcat/sprintf. tdeval@ ok.Hakan Olsson
2003-03-16more avoidance of snprintf, strcpy, and strcat; millert okTheo de Raadt
2003-03-15Enforce blinding on RSA operations involving private keys.Hakan Olsson
From http://www.openssl.org/~geoff, modified to be enabled at all times.
2003-03-14RSA blinding on private keys. angelos@ ok.Hakan Olsson