2014-04-20 |
henning | ether_output: instead of assembling the ethernet header... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
henning | ether_output: instead of using an esrc buffer in which... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
reyk | Reimplement the multi-dimensional arrays that are used... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-20 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-20 |
deraadt | gettimeofday() is portable enough and does not need... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
deraadt | calloc() rather than malloc+memset |
commit | commitdiff | tree | snapshot |
2014-04-20 |
guenther | Fix indentation, adding braces and combining a nested... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
mlarkin | More dead stores removal in subr_hibernate.c |
commit | commitdiff | tree | snapshot |
2014-04-20 |
jsing | KNF. |
commit | commitdiff | tree | snapshot |
2014-04-20 |
jsing | KNF. |
commit | commitdiff | tree | snapshot |
2014-04-20 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-04-20 |
guenther | Chop off more SSLv2 tentacles and start fixing and... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
tedu | return after error instead of plowing ahead. noticed... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
claudio | Cleanup a bit, switch on bcopy to memcpy and move a... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
claudio | When switching rdomains the sadl needs to be removed... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
rpe | Simplify shell pattern. |
commit | commitdiff | tree | snapshot |
2014-04-20 |
reyk | Partially revert the previous: snmp_agentx_ping() didn... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-04-20 |
deraadt | Use calloc(a,b) instead of malloc(a*b) + memset(a*b... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
jmatthew | Update hotplug. Add qle_get_port_name_list, use it... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
deraadt | Undo a calloc() replacement. It lacks the integer... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
henning | move in_cksum_phdr from in.h (under #ifdef _KERNEL... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
henning | nuke in_cksum_addword() |
commit | commitdiff | tree | snapshot |
2014-04-20 |
deraadt | Remove more commentary about recently removed des support |
commit | commitdiff | tree | snapshot |
2014-04-20 |
reyk | Fix a small leak in the error path. |
commit | commitdiff | tree | snapshot |
2014-04-20 |
logan | Add support for SSHFP DNS records for ED25519 key types. |
commit | commitdiff | tree | snapshot |
2014-04-20 |
jsing | KNF. |
commit | commitdiff | tree | snapshot |
2014-04-20 |
tedu | reset imprint to NULL to avoid double free. from mancha... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
djm | add a canonical 6.6 + curve25519 bignum fix fake versio... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
djm | use get/put_u32 to load values rather than *((UINT32... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
dlg | make the status handler more like rdac and emc. the... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
dlg | emc on my cx500 works as well as rdac on all my rebadge... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
naddy | Hardware receive IP checksum offload for IPv4 is no... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
tedu | release buffers fix was lost in merge. put it back. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
tedu | remove hosts.equiv xr |
commit | commitdiff | tree | snapshot |
2014-04-19 |
tedu | delete .xr to hosts.equiv. there's still an unfortunate... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
tedu | stop talking about hosts.equiv |
commit | commitdiff | tree | snapshot |
2014-04-19 |
claudio | COnveret the bcopy() to memcpy() |
commit | commitdiff | tree | snapshot |
2014-04-19 |
rpe | populateusrlocal() is used only once in finish_up(... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
henning | kill checksum offloading in sk. |
commit | commitdiff | tree | snapshot |
2014-04-19 |
claudio | Replace a magic number. |
commit | commitdiff | tree | snapshot |
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 |
next |