Age | Commit message (Expand) | Author |
---|---|---|
2007-05-01 | use strtonum; ok millert@ | Jason Dixon |
2006-01-23 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller |
2006-01-17 | Fix malloc calculation to avoid memory bounds error. deraadt@ ok | Aaron Campbell |
2005-11-12 | more asprintf; ok dhill@mindcry.org | Theo de Raadt |
2003-06-09 | Protect all get_line calls against null pointers. | Marc Espie |
2003-03-13 | my style: length is size_t, not int. | Marc Espie |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2002-12-14 | handle multiline replies from the server. | Marc Espie |
2002-04-18 | Reuse cddb code to support FreeBSD new cdid command. | Marc Espie |
2002-04-18 | remove extra spaces, fix rcsid (noticed by millert) | Marc Espie |
2002-04-18 | KNF | Theo de Raadt |
2002-04-18 | Add cddb support. | Marc Espie |