summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-04-21Print bytes read and written in human readable form, like:Claudio Jeker
2014-04-21Copy the updated proc.c from relayd to use the same file. AdjustReyk Floeter
2014-04-21Bind to localAddr if specified and add some XXX comments about stuffClaudio Jeker
2014-04-21Document show summaryClaudio Jeker
2014-04-21Print the target and initiator name in show command.Claudio Jeker
2014-04-21Start passing the initiator and target name in the show command.Claudio Jeker
2014-04-21Cope with the iscsid changes. Makes the msg handling a lot easier.Claudio Jeker
2014-04-21Redo most of the control message handling. Switch it back to useClaudio Jeker
2014-04-21Add a few missing free's in the grammar.Reyk Floeter
2014-04-21It does not make sense to specify a port for the initiatoraddr.Claudio Jeker
2014-04-21Use RSA_set_ex_data()/RSA_get_ex_data() directly instead ofReyk Floeter
2014-04-21The OpenSSL engine passes a "const u_char *" to the callback butReyk Floeter
2014-04-21The OpenSSL engine passes a "const u_char *" to the callback butReyk Floeter
2014-04-21Revert 1.101 as it breaks source port selection. This needs moreFlorian Obser
2014-04-21Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer aboveClaudio Jeker
2014-04-21It is possible that we can't burst all of the data in the immediate dataClaudio Jeker
2014-04-21add support for reading/writing long paths and linkpaths as extendedMarc Espie
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