summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2014-04-19(void) cast strlcpy/strlcat/snprintf calls that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy() calls that cannot truncateGilles Chehade
2014-04-19(void) cast strlcat() and snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy() calls that cannot truncateGilles Chehade
2014-04-19(void) cast a snprintf() call that can't possibly truncate unless weGilles Chehade
2014-04-19Fix display of destination IP when host is an IP address.Florian Obser
2014-04-19(void) cast snprintf calls that cannot truncateGilles Chehade
2014-04-19(void) cast a strlcpy() that cannot truncateGilles Chehade
2014-04-19(cast) void two strlcpy() and a snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy/strlcat/snprintf calls that cannot truncate (and wouldGilles Chehade
2014-04-19(void) cast strlcpy/strlcat/snprintf that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy() and snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast snprintf() and strlcat() calls that cannot truncateGilles Chehade
2014-04-19(void) cast strlcpy() / strlcat() / snprintf() that cannot truncateGilles Chehade
2014-04-19(void) cast some strlcat() calls that cannot truncateGilles Chehade
2014-04-19add missing checks to strlcpy() when copying envelope "destination" bufferGilles Chehade
2014-04-19when receiving mail for user+tag@ and maildir is setup, we create a .tagGilles Chehade
2014-04-19(void) cast strlcat(), they can't truncateGilles Chehade
2014-04-19unchecked strlcat() call in expand_to_text() may cause aliases expansion toGilles Chehade
2014-04-19(void) cast strlcpy(), it cannot truncateGilles Chehade
2014-04-19(void) cast this strlcpy(), it cannot truncateGilles Chehade
2014-04-19these strlcpy can't truncate, the copy is from a buffer to a buffer of sameGilles Chehade
2014-04-19cast (void) this strlcpy(), it can't fail copying a small constant stringGilles Chehade
2014-04-19when copying socket path, check that we didnt truncate it which would causeGilles Chehade
2014-04-19it's ok for strlcpy to fail here though it can't, cast voidGilles Chehade
2014-04-18remove references to rshd;Jason McIntyre
2014-04-18round up some enemy sympathizers found calling RAND_seed().Ted Unangst
2014-04-18raise file limit to something more web scale, but lower connections soTed Unangst
2014-04-18no app_rand.cTed Unangst
2014-04-18Wrap long lines.Florian Obser
2014-04-18Move ident / perturb initialisation up, this is AF independent.Florian Obser
2014-04-18sync to traceroute6: use getnameinfo for destination ipFlorian Obser
2014-04-18Declare socklen_t len in main, it's used in two places, no needFlorian Obser
2014-04-18Replace fprintf(stderr, ..); exit() with errx() and fprintf(stderr, ...)Florian Obser
2014-04-18Drop rh0 support (-g), it doesn't work anyway.Florian Obser
2014-04-18Use getaddrinfo to resolve destination. I kept the inet_aton so theFlorian Obser
2014-04-18We do have SO_SNDBUF.Florian Obser
2014-04-18We do have SO_SNDBUF and IP_HDRINCL.Florian Obser
2014-04-18replace perror(3) with err(3)/warn(3)Florian Obser
2014-04-18Structure wait_for_reply() loop like traceroute, thereby moving theFlorian Obser
2014-04-18move cast from packet to ip up to avoid casts in print()Florian Obser
2014-04-18move ICMP6 code parsing to functionFlorian Obser
2014-04-18move ICMP code parsing to functionFlorian Obser
2014-04-18sync to traceroute:Florian Obser
2014-04-18If -s is not given do a dummy connect to get outgoing ip,Florian Obser