summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-06-01A bit nicer error message.Claudio Jeker
2013-06-01Don't allow enabling LDP on loopback and carp interfaces.Claudio Jeker
2013-06-01Use the nbr_stop_[*]timer functionsClaudio Jeker
2013-06-01After sending a keepalive message in the OPENSENT state, we must move toClaudio Jeker
2013-06-01After returning from accept, we got a TCP connection not a LDP session.Claudio Jeker
2013-06-01update to nginx-1.4.1 and enable the SPDY module by defaultRobert Nagy
2013-06-01Minor cleanup, do not set values to 0 twice.Claudio Jeker
2013-06-01hook up slowcgi to the tree, including /etc glue and a sample configurationChristian Weisgerber
2013-06-01Don't set the Message ID for hello messages.Claudio Jeker
2013-06-01Always advertise the Router-ID as the transport address.Claudio Jeker
2013-06-01Add support for advertising route information (RFC 4191).Brad Smith
2013-05-31Unfuck BGP MPLS VPNs that got broken by the last few reload related commits.Claudio Jeker
2013-05-31unset cte->buf after free, fix double free via tcp_close().Sebastian Benoit
2013-05-31also listen on v6 by default; ok matthieu@ deraadt@Christian Weisgerber
2013-05-31Remove unused definitionsClaudio Jeker
2013-05-31When the ldpe process calls connect(), it doesn't regain control untilClaudio Jeker
2013-05-30When removing "dump (all|updates)" from bgpd.conf and reloading, tellFlorian Obser
2013-05-30Support SSL inspection, the ability to transparently filter in SSL/TLSReyk Floeter
2013-05-30Safari doesn't like HTTP/1.x in the generated error messages (return error),Reyk Floeter
2013-05-30setsockopt to see messages for interfaces in all routing domains againHenning Brauer
2013-05-30Tie mkuboot into the builds.Brandon Mercer
2013-05-30Move mkuboot to the proper location.Brandon Mercer
2013-05-30Fix bug when starting ldpd with a configured interface in the down state.Claudio Jeker
2013-05-30Stop trying to send hello messages if the interface is down.Claudio Jeker
2013-05-30Simplify hello holdtime calculation and stop the timeout timer if theClaudio Jeker
2013-05-30This might be useful on beagle, too.Florian Obser
2013-05-30Improve sanity checks on received UDP messagesClaudio Jeker
2013-05-30Do not use a carp address as ldp router id because it is not unique.Claudio Jeker
2013-05-30Add partial support to bgpd for the ttl hack with ipv6. This sends the correctStuart Henderson
2013-05-29I had misgivings about that one, I was right. Missed an obvious testcases,Marc Espie
2013-05-29allow installpath to use +=, requested by quite a few people,Marc Espie
2013-05-27No need to build asr files anymore.Eric Faurot
2013-05-27undo previous: apparently "on the order of" is legitimateJason McIntyre
2013-05-26add B: to the list of options actually handled.Marc Espie
2013-05-24tweak the "deliver to lmtp" text, and zap an extraneous space;Jason McIntyre
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-05-24*in* the order of, not *on* the order of;Jason McIntyre
2013-05-24the -a option probes multiple ifs now, not exits with error;Jason McIntyre
2013-05-23tweaks; ok florianJason McIntyre
2013-05-23off by one, from Henri Kemppainen <duclare-at-guu.fi>, thanks!Florian Obser
2013-05-23Fix pasto where 'c' instead of 'clients' is checked for NULL and add missingJasper Lievisse Adriaanse
2013-05-23Put slowcgi(8) a FastCGI to CGI wrapper in to work on it in tree.Florian Obser
2013-05-23.Xr mpe and ldpd for interested parties. ok deraadtTed Unangst
2013-05-22Set the correct route priority in send_rt6msg, as done for send_rtmsg.Stuart Henderson
2013-05-22whitespace nitsStuart Henderson
2013-05-20D'oh, add missing break in prefix_writebuf(). Another find by blambert@Claudio Jeker
2013-05-20Call pt_getaddr() a bit earlier so that addr.aid is available when firstClaudio Jeker
2013-05-19add some messages when entering suspend as wellTed Unangst
2013-05-18gabage->garbage in log string;Jason McIntyre
2013-05-16poll(2) might have slept for an arbitrary amount of time. We shouldGerhard Roth