Age | Commit message (Expand) | Author |
2003-04-05 | sprintf -> snprintf | Thierry Deval |
2003-04-05 | add a size parameter to doabbr(), and convert | Thierry Deval |
2003-04-05 | sprintf -> snprintf | Thierry Deval |
2003-04-05 | strcpy/strcat -> strlcpy/strlcat | Thierry Deval |
2003-04-04 | strcpy -> strlcpy | Thierry Deval |
2003-04-04 | strcat -> strlcat | Hans Insulander |
2003-04-04 | use strlcpy/snprintf; deraadt@ OK | Todd C. Miller |
2003-04-04 | oops | Theo de Raadt |
2003-04-04 | incorrect bounds limit; spotted by ho | Theo de Raadt |
2003-04-04 | more strcpy & sprintf murder; ho ok | Theo de Raadt |
2003-04-04 | change sectok_fmt_fid() to accept a size_t for the pathname length; | Theo de Raadt |
2003-04-03 | exceeds -> exceedes; | Jason McIntyre |
2003-04-03 | Correct off-by-one error in previous commit. millert@ ok. | Hakan Olsson |
2003-04-03 | Use snprintf() and strlcpy() throughout. | Todd C. Miller |
2003-04-03 | str{cat,cpy}/sprintf cleanup. markus@, deraadt@ ok | Hakan Olsson |
2003-04-03 | strcpy -> strlcpy | Hans Insulander |
2003-04-03 | Remove crypt macro, it conflicts with unistd.h | Hans Insulander |
2003-04-03 | rfc -> RFC | Jason McIntyre |
2003-04-02 | Use snprintf instead of sprintf; deraadt@ OK | Todd C. Miller |
2003-04-02 | the obvious simple snprintf changes | Theo de Raadt |
2003-04-02 | use strlcpy; millert ok | Theo de Raadt |
2003-04-02 | Use snprintf instead of a strcpy(), strncat() and strcat() sequence | Todd C. Miller |
2003-04-02 | fifo -> FIFO | Jason McIntyre |
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 |
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 |
2003-03-31 | Rewritten setuserpath() that is much clearer and uses strlcpy() | Todd C. Miller |
2003-03-31 | Remove unused file. OpenBSD uses uthread_info_openbsd.c, instead. | Marco S Hyman |
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 |
2003-03-28 | Ip -> IP; | Jason McIntyre |
2003-03-28 | Bessel functions; | Jason McIntyre |
2003-03-22 | .Nd shouldn't end with a period | David Krause |
2003-03-20 | typos; | Jason McIntyre |
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 |
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 |
2003-03-18 | duplicate words: and and, the the | David Krause |
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 |
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 |