2014-04-19 |
tedu | remove some really old rsh references |
commit | commitdiff | tree | snapshot |
2014-04-19 |
tedu | change some rsh references to ssh. poke by jmc |
commit | commitdiff | tree | snapshot |
2014-04-19 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | these snprintf() calls can't possibly truncate because... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast snprintf() that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast snprintf() call used to craft fatalx()... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast snprintf calls that cannot truncate or... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
tedu | another attempt at fixing stale x509 data. since we... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast snprintf() calls that cannot truncate ... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | remove dead code ... in code that's not plugged in... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast snprintf that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast snprintf calls that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast snprintf call that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast snprintf() calls that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | replace warnx message |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | add missing strlcpy() check in create_filter_chain... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | add missing strlcpy() checks in create_filter() that... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | add missing strlcpy() check in is_if_in_group() to... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | add missing strlcpy() check when parsing "backup hostna... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcpy() calls that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | knf |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | add a missing strlcpy() check in MAIL FROM's DSN parame... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcpy() calls that cannot truncate (copie... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | certs are looked up by hostname, the size of the buffer... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast a strlcpy() that cannot truncate because... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
rpe | Simplify things by using the return code of ask_yn... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcpy() that cannot truncate, dns.c ensur... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | stop "advertising" disabling pmtud and window size... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
jmc | need to escape %U, since it is used in Re/Rs blocks; |
commit | commitdiff | tree | snapshot |
2014-04-19 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-04-19 |
jmc | zap trailing whitespace; |
commit | commitdiff | tree | snapshot |
2014-04-19 |
deraadt | remove the openssl_fdset wrapper, and a variety of... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcpy() calls that cannot truncate or... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
jsing | KNF. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
deraadt | Remove a gethostbyname() cache layer. The internet... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
deraadt | ReadFile() and GetStdHandle() are not very POSIX. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast a snprintf() call that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
logan | Add missing description for IPv6 mtudisctimeout sysctl and |
commit | commitdiff | tree | snapshot |
2014-04-19 |
mlarkin | Dead stores in subr_hibernate.c |
commit | commitdiff | tree | snapshot |
2014-04-19 |
deraadt | truncation check some snprintf calls (over-cautiously... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
tedu | can't actually do this. cause unknown. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | bye bye |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | use "!received-on any" to absolutely ensure that we... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | disgusting altq compat hack goes away |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | altq includes are gone |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | stop installing altq includes |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | now that if_snd is a proper ifqueue, this cast dies |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | ifnet's if_snd becomes a regular ifqueue instead of... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | minus altq tentacles, plus missing IF_DROP here as... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
claudio | Try to be clear why struct mrt_config nodes are allocat... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
beck | Fix some serious pointer-arithmatic-magic-number-unchec... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
jsing | KNF. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-04-19 |
deraadt | Repair some indent to be more KNF, and break instead... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
tedu | one small tweak to avoid ever going off the end of... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
tedu | improved checking for invalid hashes. from solar designer |
commit | commitdiff | tree | snapshot |
2014-04-19 |
tedu | Once great men lived here... giants... gods... once... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
tedu | the valkyries have come for rsh as well |
commit | commitdiff | tree | snapshot |
2014-04-19 |
tedu | Delete futile calls to RAND_seed. ok djm |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | sigh, another driver fiddling with altq outside #ifdef... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | kill altq bits here as well |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcpy() call that uses truncation as... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast a strlcpy that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcpy/strlcat/snprintf calls that cannot... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | remove altq bits here, too |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcpy() calls that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcat() and snprintf() that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcpy() calls that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast a snprintf() call that can't possibly trunc... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
florian | Fix display of destination IP when host is an IP address. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast snprintf calls that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast a strlcpy() that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (cast) void two strlcpy() and a snprintf() that cannot... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcpy/strlcat/snprintf calls that cannot... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
deraadt | kill a stray \ |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcpy/strlcat/snprintf that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcpy() and snprintf() that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast snprintf() and strlcat() calls that cannot... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcpy() / strlcat() / snprintf() that... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
guenther | Lacking a proof that--for this implementation--exposure... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast some strlcat() calls that cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
deraadt | Remove hacky workaround for Cray T3E. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
deraadt | oops, typo got into change |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | add missing checks to strlcpy() when copying envelope... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | shrink pf by 445 lines. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | when receiving mail for user+tag@ and maildir is setup... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcat(), they can't truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | unchecked strlcat() call in expand_to_text() may cause... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
logan | Add missing man page descriptions for the following... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
deraadt | malloc + strlcpy -> strdup |
commit | commitdiff | tree | snapshot |
2014-04-19 |
gilles | (void) cast strlcpy(), it cannot truncate |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | remove the altq enable/attach and disable/detach bits |
commit | commitdiff | tree | snapshot |
next |