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