Age | Commit message (Expand) | Author |
---|---|---|
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-04-12 | Change copyright to a less restrictive ISC-style license to encourage | Todd C. Miller |
2003-03-14 | ANSI function headers | Todd C. Miller |
2001-05-13 | type of function on seperate line | Theo de Raadt |
2001-05-07 | Back out last change, it is intended behavior and update the block | Todd C. Miller |
2001-05-07 | strlcat() should return strlen(dst) + strlen(src) when size parameter | Todd C. Miller |
2001-01-13 | Sync function comment with man page; fanf@covalent.net | Todd C. Miller |
2001-01-12 | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' | Todd C. Miller |
2000-11-24 | comment fix; strlcat returns strlen(initial dst) + strlen(src). | Jun-ichiro itojun Hagino |
1999-06-17 | When finding the end of dst, never traverse more than siz bytes. This | Todd C. Miller |
1998-07-01 | add strlcpy/strlcat, safe and sensible string copy/append | Todd C. Miller |