Age | Commit message (Expand) | Author |
2014-04-19 | (void) cast strlcpy() calls that cannot truncate or where the source data | Gilles Chehade |
2014-04-19 | (void) cast a snprintf() call that cannot truncate | Gilles Chehade |
2014-04-19 | Try to be clear why struct mrt_config nodes are allocated and | Claudio Jeker |
2014-04-19 | (void) cast strlcpy() call that uses truncation as part of its parsing | Gilles Chehade |
2014-04-19 | (void) cast a strlcpy that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast strlcpy/strlcat/snprintf calls that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast strlcpy() calls that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast strlcat() and snprintf() that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast strlcpy() calls that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast a snprintf() call that can't possibly truncate unless we | Gilles Chehade |
2014-04-19 | Fix display of destination IP when host is an IP address. | Florian Obser |
2014-04-19 | (void) cast snprintf calls that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast a strlcpy() that cannot truncate | Gilles Chehade |
2014-04-19 | (cast) void two strlcpy() and a snprintf() that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast strlcpy/strlcat/snprintf calls that cannot truncate (and would | Gilles Chehade |
2014-04-19 | (void) cast strlcpy/strlcat/snprintf that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast strlcpy() and snprintf() that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast snprintf() and strlcat() calls that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast strlcpy() / strlcat() / snprintf() that cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast some strlcat() calls that cannot truncate | Gilles Chehade |
2014-04-19 | add missing checks to strlcpy() when copying envelope "destination" buffer | Gilles Chehade |
2014-04-19 | when receiving mail for user+tag@ and maildir is setup, we create a .tag | Gilles Chehade |
2014-04-19 | (void) cast strlcat(), they can't truncate | Gilles Chehade |
2014-04-19 | unchecked strlcat() call in expand_to_text() may cause aliases expansion to | Gilles Chehade |
2014-04-19 | (void) cast strlcpy(), it cannot truncate | Gilles Chehade |
2014-04-19 | (void) cast this strlcpy(), it cannot truncate | Gilles Chehade |
2014-04-19 | these strlcpy can't truncate, the copy is from a buffer to a buffer of same | Gilles Chehade |
2014-04-19 | cast (void) this strlcpy(), it can't fail copying a small constant string | Gilles Chehade |
2014-04-19 | when copying socket path, check that we didnt truncate it which would cause | Gilles Chehade |
2014-04-19 | it's ok for strlcpy to fail here though it can't, cast void | Gilles Chehade |
2014-04-18 | remove references to rshd; | Jason McIntyre |
2014-04-18 | round up some enemy sympathizers found calling RAND_seed(). | Ted Unangst |
2014-04-18 | raise file limit to something more web scale, but lower connections so | Ted Unangst |
2014-04-18 | no app_rand.c | Ted Unangst |
2014-04-18 | Wrap long lines. | Florian Obser |
2014-04-18 | Move ident / perturb initialisation up, this is AF independent. | Florian Obser |
2014-04-18 | sync to traceroute6: use getnameinfo for destination ip | Florian Obser |
2014-04-18 | Declare socklen_t len in main, it's used in two places, no need | Florian Obser |
2014-04-18 | Replace fprintf(stderr, ..); exit() with errx() and fprintf(stderr, ...) | Florian Obser |
2014-04-18 | Drop rh0 support (-g), it doesn't work anyway. | Florian Obser |
2014-04-18 | Use getaddrinfo to resolve destination. I kept the inet_aton so the | Florian Obser |
2014-04-18 | We do have SO_SNDBUF. | Florian Obser |
2014-04-18 | We do have SO_SNDBUF and IP_HDRINCL. | Florian Obser |
2014-04-18 | replace perror(3) with err(3)/warn(3) | Florian Obser |
2014-04-18 | Structure wait_for_reply() loop like traceroute, thereby moving the | Florian Obser |
2014-04-18 | move cast from packet to ip up to avoid casts in print() | Florian Obser |
2014-04-18 | move ICMP6 code parsing to function | Florian Obser |
2014-04-18 | move ICMP code parsing to function | Florian Obser |
2014-04-18 | sync to traceroute: | Florian Obser |
2014-04-18 | If -s is not given do a dummy connect to get outgoing ip, | Florian Obser |