Age | Commit message (Expand) | Author |
2015-07-19 | remove unused compat files, ok florian@ | Stuart Henderson |
2010-04-15 | NSD v3.2.5 | Jakob Schlyter |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2015-07-19 | handle error returns from bufferevent_write() | Bret Lambert |
2015-07-19 | knock out "Ns Li" before colons - the Li was being ignored anyway, and i | Jason McIntyre |
2015-07-19 | Match change to fatal()'s prototype in bgpd | Philip Guenther |
2015-07-19 | For the completeness of HSTS, add the non-standard preload option. | Reyk Floeter |
2015-07-19 | clarify how inet|inet6 work in filters | Sebastian Benoit |
2015-07-19 | In tcpdump, show 11n HTOP primary and secondary channel numbers for 40MHz BSS, | Stefan Sperling |
2015-07-19 | revert previous | Sebastian Benoit |
2015-07-19 | don't return failure for agentx messages with 0-length payloads | Bret Lambert |
2015-07-18 | Make tcpdump show HTOP elements in 11n management frames; ok sthen@ | Stefan Sperling |
2015-07-18 | give bgpd's fatal() varargs and use it to instrument bgpd fatal() | Sebastian Benoit |
2015-07-18 | remove XXX and handle error return from evbuffer_add() | Bret Lambert |
2015-07-18 | As libtls previously did not set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER, | Alexander Bluhm |
2015-07-18 | libtls has been changed to set SSL_MODE_ENABLE_PARTIAL_WRITE and | Reyk Floeter |
2015-07-18 | Handle short writes and TLS_{READ,WRITE}_AGAIN around tls_write(). | Alexander Bluhm |
2015-07-18 | prevent the tls constraint state machine from getting hung on STATE_INVALID | Brent Cook |
2015-07-18 | Add groups before users. | Antoine Jacoutot |
2015-07-18 | Add an example about showing wireless frames with tcpdump(8). | Stefan Sperling |
2015-07-18 | Fix malformed packets when returning 'no such object/entry' errors | Bret Lambert |
2015-07-18 | treat asprintf failure in REQUEST_URI case as a fatal error | Bret Lambert |
2015-07-18 | Use better names as examples for snmpv3 users. As explained to blambert@ | Reyk Floeter |
2015-07-18 | Tag dynamic routes with a D so I do not get confused when seeing dynamic | Claudio Jeker |
2015-07-18 | Fix unbounded buffer growth. In the case of a slow client reading large files, | Sebastian Benoit |
2015-07-18 | Properly handle carp(4) interfaces in "backup" mode on start-up. | Martin Pieuchot |
2015-07-18 | Fix check against NULL which was reverted by accident in r1.56. | Matthias Kilian |
2015-07-18 | tweak previous; | Jason McIntyre |
2015-07-18 | Allow to change the default media type globally or per-location, | Reyk Floeter |
2015-07-18 | Implement HTTP Strict Transport Security (HSTS). | Florian Obser |
2015-07-18 | Have tftpd provide a block of random data when clients request the file | Ryan Thomas McBride |
2015-07-18 | replace _PATH_DEVNULL with "/dev/null", assume it will not move | Brent Cook |
2015-07-18 | replace bzero with memset | Brent Cook |
2015-07-18 | Better track connected routes similar to bgpd/ospfd. | Claudio Jeker |
2015-07-17 | Adjust server_file_modified_since() to our style. Please keep httpd clean. | Reyk Floeter |
2015-07-17 | Filter routes based on RTF_LLINFO and RTF_BROADCAST flags and use RTF_CONNECTED | Claudio Jeker |
2015-07-17 | According to RFC 3875 PATH_INFO should either contain a full path or | Reyk Floeter |
2015-07-17 | Like bgpd and ospfd filter routes by RTF_LLINFO and RTF_BROADCAST and use | Claudio Jeker |
2015-07-17 | Similar to bgpd and ospfd skip broadcast (should not happen) and llinfo | Claudio Jeker |
2015-07-17 | Do similar handling of connected routes and filtering of llinfo and broadcast. | Claudio Jeker |
2015-07-17 | Only filter RTF_LLINFO or RTF_BROADCAST routes out but not RTF_LOCAL ones | Claudio Jeker |
2015-07-17 | Make tcpdump decode the country element in 802.11 mgmt frames. | Stefan Sperling |
2015-07-17 | return 0 when using "getall" | Antoine Jacoutot |
2015-07-17 | Make tcpdump display BSS load information contained in 802.11 mgmt frames. | Stefan Sperling |
2015-07-17 | merge conflicts | Stuart Henderson |
2015-07-17 | update to NSD 4.1.3, ok florian@, also tested by brad | Stuart Henderson |
2015-07-16 | add missing ELEM_CHECK for csa printing, spotted by / ok stsp@ | Stuart Henderson |
2015-07-16 | When incrementing msg, decrement msglen. Otherwise too much data | Alexander Bluhm |
2015-07-16 | Consistency | Antoine Jacoutot |
2015-07-16 | The return type of memset(3) is void. No need for a cast. | Florian Obser |