summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-04-14when libc/shlib_version says you need to crank this one too, DO NOT IGNORETheo de Raadt
2003-04-14standalone/stand alone -> stand-alone;Jason McIntyre
2003-04-14There are two related changes.Artur Grabowski
2003-04-13try to use the X Window System, X11 or XFree86 consistently.Jason McIntyre
2003-04-12Change copyright to a less restrictive ISC-style license to encourageTodd C. Miller
2003-04-12underfined -> undefined;Jason McIntyre
2003-04-11bindresvport() does not automatically select another port if theTodd C. Miller
2003-04-10make the second example valid; ok millert@Jason Peel
2003-04-09makeing local table static saves some bytes; idea from mickey@Markus Friedl
2003-04-08remove printf("bar\n");Markus Friedl
2003-04-08invalid mdoc macrosDavid Krause
2003-04-07Xr to strlcpy and strlcat more; ok millertTheo de Raadt
2003-04-06sprintf->snprintf. deraadt@ suggestions and okHakan Olsson
2003-04-06string handling; ok millertTheo de Raadt
2003-04-05sprintf->snprintfMarc Espie
2003-04-05strlcpyMarc Espie
2003-04-05Trivial sprintf() -> snprintf() changes. ok deraadt@Hakan Olsson
2003-04-05fix typo, bad tdeval; pt out by emmf26@umr.eduPeter Valchev
2003-04-05sprintf -> snprintfThierry Deval
2003-04-05add a size parameter to doabbr(), and convertThierry Deval
2003-04-05sprintf -> snprintfThierry Deval
2003-04-05strcpy/strcat -> strlcpy/strlcatThierry Deval
2003-04-04strcpy -> strlcpyThierry Deval
2003-04-04strcat -> strlcatHans Insulander
2003-04-04use strlcpy/snprintf; deraadt@ OKTodd C. Miller
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
2003-04-03exceeds -> exceedes;Jason McIntyre
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
2003-04-03Remove crypt macro, it conflicts with unistd.hHans Insulander
2003-04-03rfc -> RFCJason McIntyre
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
2003-04-02fifo -> FIFOJason McIntyre
2003-04-02nfs -> NFSJason McIntyre
2003-04-02use strlcpy(); assumes buf is at least ndigit bytes long which is asTodd C. Miller
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
2003-03-31Rewritten setuserpath() that is much clearer and uses strlcpy()Todd C. Miller
2003-03-31Remove unused file. OpenBSD uses uthread_info_openbsd.c, instead.Marco S Hyman
2003-03-30more asprintf; millert okTheo de Raadt
2003-03-30asprintf; millert okTheo de Raadt