summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2013-06-01Don't set the Message ID for hello messages.Claudio Jeker
The Message ID field is used by notification messages to identify a given message. This is the behavior adopted by Cisco IOS. Diff from Renato Westphal
2013-06-01Always advertise the Router-ID as the transport address.Claudio Jeker
RFC 5036 - Section 2.5.2 says: An LSR MUST advertise the same transport address in all Hellos that advertise the same label space... To satisfy this condition, always advertise the Router-ID as the transport address by using the "IPv4 Transport Address" TLV in the generated Hello messages. From Renato Westphal
2013-06-01Add support for advertising route information (RFC 4191).Brad Smith
From FreeBSD via UMEZAWA Takeshi ok bluhm@
2013-05-31Unfuck BGP MPLS VPNs that got broken by the last few reload related commits.Claudio Jeker
OK henning@
2013-05-31unset cte->buf after free, fix double free via tcp_close().Sebastian Benoit
ok reyk@
2013-05-31also listen on v6 by default; ok matthieu@ deraadt@Christian Weisgerber
2013-05-31Remove unused definitionsClaudio Jeker
Diff from Renato Westphal [renatowestphal at gmail.com]
2013-05-31When the ldpe process calls connect(), it doesn't regain control untilClaudio Jeker
either the connection is made or an error occurs. The time the process is blocked can be significantly large to the point of other LDP sessions being torn down because of their holdtime. Besides that, the ldpctl program gets unresponsive if the ldpe process is blocked. Fix these issues by using a non-blocking connect. Diff from Renato Westphal [renatowestphal at gmail.com]
2013-05-30When removing "dump (all|updates)" from bgpd.conf and reloading, tellFlorian Obser
the session engine to actually stop logging. Found the hard way by benno@. with & ok benno@ input & ok claudio@
2013-05-30Support SSL inspection, the ability to transparently filter in SSL/TLSReyk Floeter
connections (eg. HTTPS) by using a local CA that is accepted by the clients. See the "SSL RELAYS" and "EXAMPLES" sections in the relayd.conf(5) manpage for more details. ok benno@, manpage bits jmc@
2013-05-30Safari doesn't like HTTP/1.x in the generated error messages (return error),Reyk Floeter
so change it to HTTP/1.0. This also makes it RFC-compliant which only allows digits in the version number. ok bluhm@
2013-05-30setsockopt to see messages for interfaces in all routing domains againHenning Brauer
instead of just the primary one. problem reported along with the right idea on how to fix it by Sean Gallagher (sean at teletech.com.au), actual fix by yours truly. Thanks Sean! ok ryan claudio
2013-05-30Tie mkuboot into the builds.Brandon Mercer
OK jasper@ get it in deraadt@
2013-05-30Move mkuboot to the proper location.Brandon Mercer
OK jasper@ get it in deraadt@
2013-05-30Fix bug when starting ldpd with a configured interface in the down state.Claudio Jeker
If a given interface is down at startup, don't promote it to the ACTIVE state. Diff from Renato Westphal [renatowestphal at gmail.com]
2013-05-30Stop trying to send hello messages if the interface is down.Claudio Jeker
Diff from Renato Westphal [renatowestphal at gmail.com]
2013-05-30Simplify hello holdtime calculation and stop the timeout timer if theClaudio Jeker
holdtime is "infinite". Diff from Renato Westphal [renatowestphal at gmail.com]
2013-05-30This might be useful on beagle, too.Florian Obser
OK patrick@, jasper@, bmercer@
2013-05-30Improve sanity checks on received UDP messagesClaudio Jeker
The actual meaning of the "PDU Length" field is the total length of the LDP PDU, excluding the "Version" and "PDU Length" fields (as per RFC 5036, section 3.1). Diff from Renato Westphal [renatowestphal at gmail.com]
2013-05-30Do not use a carp address as ldp router id because it is not unique.Claudio Jeker
Pulled from ospfd. Diff from Renato Westphal [renatowestphal at gmail.com]
2013-05-30Add partial support to bgpd for the ttl hack with ipv6. This sends the correctStuart Henderson
ttl on outgoing packets so peer sessions can come up correctly if both sides use ttl-security, but the kernel side is not yet implemented so incoming packets aren't verified (note added to manual for this). ok henning@
2013-05-29I had misgivings about that one, I was right. Missed an obvious testcases,Marc Espie
and my crash bunnies ARE a bunch of unreliable nitwits. thanks kili@
2013-05-29allow installpath to use +=, requested by quite a few people,Marc Espie
but did require testing.
2013-05-27No need to build asr files anymore.Eric Faurot
ok gilles@
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
ok gilles@
2013-05-24*in* the order of, not *on* the order of;Jason McIntyre
thanks sthen for verifying that it is approx 10s, not exactly
2013-05-24the -a option probes multiple ifs now, not exits with error;Jason McIntyre
based on mark johnston's -r250939 commit to freebsd ok sthen benno
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
free for the fcgi_response. ok florian@
2013-05-23Put slowcgi(8) a FastCGI to CGI wrapper in to work on it in tree.Florian Obser
Not hooked up to the build yet. OK sthen@, deraadt@ agrees
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
Fixes v6 routes being added to the kernel as RTP_DEFAULT. ok florian@ benno@
2013-05-22whitespace nitsStuart Henderson
2013-05-20D'oh, add missing break in prefix_writebuf(). Another find by blambert@Claudio Jeker
who is to shy to commit these by himself.
2013-05-20Call pt_getaddr() a bit earlier so that addr.aid is available when firstClaudio Jeker
accessed. Found by magic clang skill of blambert@
2013-05-19add some messages when entering suspend as wellTed Unangst
2013-05-18gabage->garbage in log string;Jason McIntyre
from Henning Petersen, netbsd pr 47823
2013-05-16poll(2) might have slept for an arbitrary amount of time. We shouldGerhard Roth
update 'cur_time' after poll(2) returns. ok otto
2013-05-15If execing an /etc/apm/* program fails, log the failure and error message.Philip Guenther
ok tedu@ kettenis@
2013-05-15update to 1.2.9; several bugfixes and security fix for CVE-2013-2070Robert Nagy
2013-05-14Don't bother printing vm_swrss of a process, the current uvm accountingMiod Vallat
logic never sets this value.
2013-05-13specialfiles ARE file while destated, so they set lastfile, which isMarc Espie
useful for size and digest. BUT samples should never alias specialfiles, so error out right away.
2013-05-11change mrt rib dump ReopenTimerInterval from time_t to int. IntervallsSebastian Benoit
don't need to scale to 64 bits in this universe. ok claudio@ & florian@
2013-05-09Simplify code, no binary change.Claudio Jeker
2013-05-08fix previous;Jason McIntyre
2013-05-08To enable smtpd you should comment a crontab entry tooGiovanni Bechis
ok gilles@