summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-19one small tweak to avoid ever going off the end of a string.Ted Unangst
2014-04-19improved checking for invalid hashes. from solar designerTed Unangst
2014-04-19Once great men lived here... giants... gods... once, but long ago.Ted Unangst
2014-04-19the valkyries have come for rsh as wellTed Unangst
2014-04-19Delete futile calls to RAND_seed. ok djmTed Unangst
2014-04-19sigh, another driver fiddling with altq outside #ifdef ALTQHenning Brauer
2014-04-19kill altq bits here as wellHenning Brauer
2014-04-19(void) cast strlcpy() call that uses truncation as part of its parsingGilles Chehade
2014-04-19More KNF.Joel Sing
2014-04-19(void) cast a strlcpy that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy/strlcat/snprintf calls that cannot truncateGilles Chehade
2014-04-19remove altq bits here, tooHenning Brauer
2014-04-19(void) cast strlcpy() calls that cannot truncateGilles Chehade
2014-04-19(void) cast strlcat() and snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy() calls that cannot truncateGilles Chehade
2014-04-19(void) cast a snprintf() call that can't possibly truncate unless weGilles Chehade
2014-04-19Fix display of destination IP when host is an IP address.Florian Obser
2014-04-19(void) cast snprintf calls that cannot truncateGilles Chehade
2014-04-19(void) cast a strlcpy() that cannot truncateGilles Chehade
2014-04-19(cast) void two strlcpy() and a snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy/strlcat/snprintf calls that cannot truncate (and wouldGilles Chehade
2014-04-19kill a stray \Theo de Raadt
2014-04-19(void) cast strlcpy/strlcat/snprintf that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy() and snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf() and strlcat() calls that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy() / strlcat() / snprintf() that cannot truncateGilles Chehade
2014-04-19Lacking a proof that--for this implementation--exposure of MontgomeryPhilip Guenther
2014-04-19More KNF.Joel Sing
2014-04-19(void) cast some strlcat() calls that cannot truncateGilles Chehade
2014-04-19Remove hacky workaround for Cray T3E.Theo de Raadt
2014-04-19More KNF.Joel Sing
2014-04-19oops, typo got into changeTheo de Raadt
2014-04-19add missing checks to strlcpy() when copying envelope "destination" bufferGilles Chehade
2014-04-19shrink pf by 445 lines.Henning Brauer
2014-04-19when receiving mail for user+tag@ and maildir is setup, we create a .tagGilles Chehade
2014-04-19More KNF.Joel Sing
2014-04-19(void) cast strlcat(), they can't truncateGilles Chehade
2014-04-19unchecked strlcat() call in expand_to_text() may cause aliases expansion toGilles Chehade
2014-04-19Add missing man page descriptions for the following IPv6 sysctls:logan
2014-04-19malloc + strlcpy -> strdupTheo de Raadt
2014-04-19(void) cast strlcpy(), it cannot truncateGilles Chehade
2014-04-19remove the altq enable/attach and disable/detach bitsHenning Brauer
2014-04-19bye bye altq bitsHenning Brauer
2014-04-19(void) cast this strlcpy(), it cannot truncateGilles Chehade
2014-04-19another questionable "optimization": de used tulip_ifstart_one insteadHenning Brauer
2014-04-19unifdef ENOTDIR, everyone has itTheo de Raadt
2014-04-19remove very questionable altq "optimization" - claudio and I can'tHenning Brauer
2014-04-19all I wanted to do is removing the altq special casing, but then it turnedHenning Brauer
2014-04-19remove altq special casing.Henning Brauer
2014-04-19Don't panic if we're trying to disestablish an MSI but the hardware is gone.Mark Kettenis