summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-04-21Now that we properly negotiate the session params we can enable sendingClaudio Jeker
2014-04-21th_code is in network byte orderDavid Gwynne
2014-04-20tweak previous;Jason McIntyre
2014-04-20Prevent lpd(8) from looking into hosts.equiv.Antoine Jacoutot
2014-04-20Add iscsictl bits to show the vscsi stats.Claudio Jeker
2014-04-20Introduce some basic stats for the vscsi layer. Just counting the commandsClaudio Jeker
2014-04-20After doing all of the loging dance to get the target's params it makesClaudio Jeker
2014-04-20Use only one style for "return foo;"Claudio Jeker
2014-04-20Add a few more overflow checks for strlc* functions in parse.yReyk Floeter
2014-04-20clarify a bit about hosts.lpdTed Unangst
2014-04-20Move session params initialization to when we start a session and notClaudio Jeker
2014-04-20Fix conn_gen_kvp and its caller to fill the kvp array properly (includingClaudio Jeker
2014-04-20Check another strlcpy overflow that is very unlikely to happen.Reyk Floeter
2014-04-20Check for strlcpy overflow when expanding the HTTP input value.Reyk Floeter
2014-04-20Check strlcpy of the script path names for overflow and use the size of theReyk Floeter
2014-04-20Just to be pedantic, fail if strlcpy managed to overflow the socket path.Reyk Floeter
2014-04-20Reimplement the multi-dimensional arrays that are used to set up theReyk Floeter
2014-04-20Cleanup a bit, switch on bcopy to memcpy and move a function a bit upClaudio Jeker
2014-04-20Partially revert the previous: snmp_agentx_ping() didn't leak the pduReyk Floeter
2014-04-20Fix a small leak in the error path.Reyk Floeter
2014-04-19remove hosts.equiv xrTed Unangst
2014-04-19COnveret the bcopy() to memcpy()Claudio Jeker
2014-04-19Replace a magic number.Claudio Jeker
2014-04-19these snprintf() calls can't possibly truncate because they copy data fromGilles Chehade
2014-04-19(void) cast snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf() call used to craft fatalx() message from withinGilles Chehade
2014-04-19(void) cast snprintf calls that cannot truncate or for which earlier checksGilles Chehade
2014-04-19(void) cast snprintf() calls that cannot truncate (and would be harmlessGilles Chehade
2014-04-19remove dead code ... in code that's not plugged in yet ;-)Gilles Chehade
2014-04-19(void) cast snprintf that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf calls that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf call that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf() calls that cannot truncateGilles Chehade
2014-04-19replace warnx messageGilles Chehade
2014-04-19add missing strlcpy() check in create_filter_chain() that would cause smtpdGilles Chehade
2014-04-19add missing strlcpy() checks in create_filter() that would cause smtpd toGilles Chehade
2014-04-19add missing strlcpy() check in is_if_in_group() to detect and warn aboutGilles Chehade
2014-04-19add missing strlcpy() check when parsing "backup hostname" in smtpd.conf,Gilles Chehade
2014-04-19(void) cast strlcpy() calls that cannot truncateGilles Chehade
2014-04-19certs are looked up by hostname, the size of the buffer should use theGilles Chehade
2014-04-19knfGilles Chehade
2014-04-19add a missing strlcpy() check in MAIL FROM's DSN parameters parsing, theGilles Chehade
2014-04-19(void) cast strlcpy() calls that cannot truncate (copies between buffers ofGilles Chehade
2014-04-19(void) cast a strlcpy() that cannot truncate because lka.c ensures theGilles Chehade
2014-04-19(void) cast strlcpy() that cannot truncate, dns.c ensures the reply willGilles Chehade
2014-04-19(void) cast strlcpy() calls that cannot truncate or where the source dataGilles Chehade
2014-04-19(void) cast a snprintf() call that cannot truncateGilles Chehade
2014-04-19Try to be clear why struct mrt_config nodes are allocated andClaudio Jeker
2014-04-19(void) cast strlcpy() call that uses truncation as part of its parsingGilles Chehade
2014-04-19(void) cast a strlcpy that cannot truncateGilles Chehade