summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-07-20Do not reconnect outgoing TCP connections too aggressively. InAlexander Bluhm
2015-07-20Add size and NULL checks in debugutil.cYASUOKA Masahiko
2015-07-20Pass the errcode when disconnecting L2TP call.YASUOKA Masahiko
2015-07-20Remove old route to the tunnel interface when the interface's address isYASUOKA Masahiko
2015-07-20Add missing initializations in privsep.cYASUOKA Masahiko
2015-07-20Do not accept sockets when syslogd reaches the file descriptorAlexander Bluhm
2015-07-20Make bgpd execute the RDE and session engine process instead of just forking.Claudio Jeker
2015-07-20ensure http_path is escaped before using it in Location redirection.Sebastien Marie
2015-07-20tweak the /etc/random.seed interception so it provides a FILE* viaDavid Gwynne
2015-07-19new sentence, new line;Jason McIntyre
2015-07-19Add missing LIST_INIT's.Renato Westphal
2015-07-19Implement md5 authentication support.Renato Westphal
2015-07-19Rework label mapping algorithms to be more in line with the RFC.Renato Westphal
2015-07-19Remove incomplete support for unnecessary modes of operation.Renato Westphal
2015-07-19For incoming TCP message streams autodetect wether the method isAlexander Bluhm
2015-07-19Uninstall associated label bindings when a neighbor is down.Renato Westphal
2015-07-19Rework kroute.c to send only the best routes to lde.Renato Westphal
2015-07-19remove unused compat files, ok florian@Stuart Henderson
2010-04-15NSD v3.2.5Jakob Schlyter
2010-01-15NSD v3.2.4Jakob Schlyter
2015-07-19handle error returns from bufferevent_write()Bret Lambert
2015-07-19knock out "Ns Li" before colons - the Li was being ignored anyway, and iJason McIntyre
2015-07-19Match change to fatal()'s prototype in bgpdPhilip Guenther
2015-07-19For the completeness of HSTS, add the non-standard preload option.Reyk Floeter
2015-07-19clarify how inet|inet6 work in filtersSebastian Benoit
2015-07-19In tcpdump, show 11n HTOP primary and secondary channel numbers for 40MHz BSS,Stefan Sperling
2015-07-19revert previousSebastian Benoit
2015-07-19don't return failure for agentx messages with 0-length payloadsBret Lambert
2015-07-18Make tcpdump show HTOP elements in 11n management frames; ok sthen@Stefan Sperling
2015-07-18give bgpd's fatal() varargs and use it to instrument bgpd fatal()Sebastian Benoit
2015-07-18remove XXX and handle error return from evbuffer_add()Bret Lambert
2015-07-18As libtls previously did not set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER,Alexander Bluhm
2015-07-18libtls has been changed to set SSL_MODE_ENABLE_PARTIAL_WRITE andReyk Floeter
2015-07-18Handle short writes and TLS_{READ,WRITE}_AGAIN around tls_write().Alexander Bluhm
2015-07-18prevent the tls constraint state machine from getting hung on STATE_INVALIDBrent Cook
2015-07-18Add groups before users.Antoine Jacoutot
2015-07-18Add an example about showing wireless frames with tcpdump(8).Stefan Sperling
2015-07-18Fix malformed packets when returning 'no such object/entry' errorsBret Lambert
2015-07-18treat asprintf failure in REQUEST_URI case as a fatal errorBret Lambert
2015-07-18Use better names as examples for snmpv3 users. As explained to blambert@Reyk Floeter
2015-07-18Tag dynamic routes with a D so I do not get confused when seeing dynamicClaudio Jeker
2015-07-18Fix unbounded buffer growth. In the case of a slow client reading large files,Sebastian Benoit
2015-07-18Properly handle carp(4) interfaces in "backup" mode on start-up.Martin Pieuchot
2015-07-18Fix check against NULL which was reverted by accident in r1.56.Matthias Kilian
2015-07-18tweak previous;Jason McIntyre
2015-07-18Allow to change the default media type globally or per-location,Reyk Floeter
2015-07-18Implement HTTP Strict Transport Security (HSTS).Florian Obser
2015-07-18Have tftpd provide a block of random data when clients request the fileRyan Thomas McBride
2015-07-18replace _PATH_DEVNULL with "/dev/null", assume it will not moveBrent Cook
2015-07-18replace bzero with memsetBrent Cook