summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Adjust a couple of error cases in camdd(8).ken2016-05-191-3/+6
* When iscsid(8) is running in ICL proxy mode, don't try to send Logout PDUs.trasz2016-05-191-0/+12
* Fix error message.trasz2016-05-191-2/+2
* Add support for managing Shingled Magnetic Recording (SMR) drives.ken2016-05-195-2/+886
* Initialize date of rootNode.sjg2016-05-181-0/+3
* Revert r299830, it has couple of fatal errors.glebius2016-05-181-0/+1
* makefs(8): Clarify the comment concerning seeding.pfg2016-05-181-1/+4
* makefs(1): use all the random(3) range.pfg2016-05-171-1/+2
* makefs(8): use NULL instead of zero for pointers.pfg2016-05-171-5/+5
* Don't repeat the the word 'the'eadler2016-05-172-2/+2
* Add initial support for negotiating iSER parameters to iscsid(8). Sometrasz2016-05-171-2/+42
* When clearing rtmsg, pass &rtmsg to bzero() instead of the address oftruckman2016-05-171-1/+1
* Don't walk off the end of the array when proto isn't explicitlytruckman2016-05-161-7/+7
* Set ai2 to NULL in in find_host() before the loop and after callingtruckman2016-05-161-5/+7
* Actually use the loop interation limit so carefully computed on thetruckman2016-05-161-1/+1
* Fix an off by one error to avoid overflowing rp[].truckman2016-05-161-1/+1
* NULL releasedfl after calling deallocate_file_lock() which frees ittruckman2016-05-161-0/+1
* pdu_delete(request) frees request, so move the call aftertruckman2016-05-161-1/+1
* Don't free fnamebuf before we calling cfgfile_add(). This changes atruckman2016-05-161-2/+3
* Simplify overengineered and buggy code that looked like as if it didaraujo2016-05-161-29/+18
* When a group contains a non-existent user, make the warningaraujo2016-05-161-3/+2
* Use NULL instead of 0 for pointers.araujo2016-05-161-1/+1
* Use strlcpy() instead of strncpy() when copying ifname to ensuretruckman2016-05-151-1/+1
* Use strlcpy() instead of strncpy() when copying ifname to ensuretruckman2016-05-151-4/+4
* Use strlcpy() instead of strncpy() when copying ifname to ensuretruckman2016-05-152-3/+3
* Use strlcpy() instead of strncpy() when copying ifname to ensuretruckman2016-05-151-1/+1
* Remove NO_WERROR and add WARNS?= 6ngie2016-05-151-1/+2
* Remove NO_WERROR.clang from this Makefilengie2016-05-151-2/+0
* Replace malloc + memset(.., 0, ..) with calloc callsngie2016-05-151-5/+2
* Use strdup instead of malloc + strlcpyngie2016-05-151-4/+3
* Correct function names that failed in error messagesngie2016-05-152-4/+4
* Replace QUADFMT with %ju and QUADXFMT with %jx and cast values with uintmax_tngie2016-05-151-1/+1
* Bump WARNS to 6ngie2016-05-151-0/+2
* Fix up r299769ngie2016-05-151-4/+2
* Replace malloc + memset(.., 0, ..) with calloc callsngie2016-05-151-5/+2
* Fix up both r299764 and r299770ngie2016-05-151-2/+1
* Convert tok from enum tok to int32_t in function callsngie2016-05-141-10/+9
* Use a consistent errno save/restore pattern before running strtoulngie2016-05-141-4/+17
* Do minimal work necessary to cure a -Wunused-but-set-variable warning from gccngie2016-05-141-4/+4
* Fix up r299764ngie2016-05-141-1/+1
* Use the size of the destination buffer instead of the malloc size, repeated, ...ngie2016-05-141-2/+2
* Mute sign compare warning by casting rc to u_int to match nbindings' typengie2016-05-141-1/+1
* Fix logically dead code pointed out by clang/Coverityngie2016-05-141-3/+3
* Fix theoretical buffer overflow issues in snmp_oid2asn_oidngie2016-05-141-2/+1
* Use the size of the destination buffer, not the source buffer.ngie2016-05-141-1/+1
* Mute -Wstrlcpy-strlcat-size warning by using nitems with the size of the bufferngie2016-05-141-1/+1
* Mark snmptoolctx unused in parse_authentication(..), parse_privacy(..),ngie2016-05-141-4/+4
* parse_ascii: make count size_t to mute a -Wsign-compare issuengie2016-05-141-1/+2
* Sort variables in parse_ascii(..) per style(9)ngie2016-05-141-2/+2
* Use calloc instead of memset(.., 0, ..) + mallocngie2016-05-141-5/+2
OpenPOWER on IntegriCloud