summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Undo the bogus gethostname() change from r299709.pfg2016-05-141-1/+1
* Fix some trivial clang/gcc warnings in bsnmptc.cngie2016-05-141-10/+8
* Fold two malloc + memset(.., 0, ..) calls into equivalent calloc callsngie2016-05-141-4/+2
* Staticize global variables only used in bsnmpimport.c to fixngie2016-05-141-9/+9
* timed(8): Use strlcpy() for bounds checking.pfg2016-05-143-9/+14
* timed(8): Use stronger random number generator.pfg2016-05-141-5/+2
* timed(8): use NULL instead of zero for pointers.pfg2016-05-147-48/+48
* Move _bsnmptools_debug extern from bsnmpmap.c to bsnmptools.hngie2016-05-132-2/+1
* Another attempt at resolving CID 1305629. The test of cmd == -1truckman2016-05-131-1/+1
* i2c(8): uninitialized variable (UNINIT).pfg2016-05-131-1/+3
* bhyve: consider the bogus case of a negative bar idx.pfg2016-05-131-2/+2
* bhyve: replace uninitialized variable "offset".pfg2016-05-131-2/+2
* Properly compute the size argument to pass to malloc().truckman2016-05-131-1/+1
* Move a call to cam_freeccb() to avoid a use after free error andtruckman2016-05-131-1/+1
* Revert r299584:truckman2016-05-131-1/+1
* i2c(8): uninitialized variable (UNINIT).pfg2016-05-131-1/+2
* Mark usage() as __dead2 so that Coverity doesn't think that executiontruckman2016-05-131-1/+1
* Avoid indexing an array with a negative value.truckman2016-05-131-1/+1
OpenPOWER on IntegriCloud