Age | Commit message (Expand) | Author |
2015-07-20 | Do not reconnect outgoing TCP connections too aggressively. In | Alexander Bluhm |
2015-07-20 | Add size and NULL checks in debugutil.c | YASUOKA Masahiko |
2015-07-20 | Pass the errcode when disconnecting L2TP call. | YASUOKA Masahiko |
2015-07-20 | Remove old route to the tunnel interface when the interface's address is | YASUOKA Masahiko |
2015-07-20 | Add missing initializations in privsep.c | YASUOKA Masahiko |
2015-07-20 | Do not accept sockets when syslogd reaches the file descriptor | Alexander Bluhm |
2015-07-20 | Make bgpd execute the RDE and session engine process instead of just forking. | Claudio Jeker |
2015-07-20 | ensure http_path is escaped before using it in Location redirection. | Sebastien Marie |
2015-07-20 | tweak the /etc/random.seed interception so it provides a FILE* via | David Gwynne |
2015-07-19 | new sentence, new line; | Jason McIntyre |
2015-07-19 | Add missing LIST_INIT's. | Renato Westphal |
2015-07-19 | Implement md5 authentication support. | Renato Westphal |
2015-07-19 | Rework label mapping algorithms to be more in line with the RFC. | Renato Westphal |
2015-07-19 | Remove incomplete support for unnecessary modes of operation. | Renato Westphal |
2015-07-19 | For incoming TCP message streams autodetect wether the method is | Alexander Bluhm |
2015-07-19 | Uninstall associated label bindings when a neighbor is down. | Renato Westphal |
2015-07-19 | Rework kroute.c to send only the best routes to lde. | Renato Westphal |
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 |