Age | Commit message (Expand) | Author |
2013-06-03 | Remove the IMSG_NEIGHBOR_CHANGE message | Claudio Jeker |
2013-06-03 | Fix bug in the fib-update command | Claudio Jeker |
2013-06-03 | Advertise the implicit-null label for routes attached to loopback | Claudio Jeker |
2013-06-03 | Implement support for multiple addresses per interface. | Claudio Jeker |
2013-06-03 | plug a couple of memleaks | Eric Faurot |
2013-06-03 | call SSL_read() again if there is data pending in the SSL buffer. | Eric Faurot |
2013-06-03 | remove bogus id tag | Eric Faurot |
2013-06-03 | lowercase the key when adding an entry to a static table, since the | Eric Faurot |
2013-06-03 | remove dead makefile | Eric Faurot |
2013-06-03 | No need to set backend var here, it's always set before to the same value. | Vadim Zhukov |
2013-06-02 | With HTTP keepalive, relayd only filtered the first request and | Reyk Floeter |
2013-06-02 | move bgplg and slowcgi sockets to /var/www/run | Florian Obser |
2013-06-02 | Kill a pointless reference to <sys/dir.h> | Philip Guenther |
2013-06-01 | Remove (char *) casts as agetstr() returns char *. | Brad Smith |
2013-06-01 | use the standardized names instead of S_IREAD and S_IWRITE | Theo de Raadt |
2013-06-01 | Filter out route messages we don't need and log kernel messages in | Claudio Jeker |
2013-06-01 | zap extra .Pp; | Jason McIntyre |
2013-06-01 | Restart the keepalive timer whenever a LDP PDU is sent. There is no need | Claudio Jeker |
2013-06-01 | Adjust ldpctl to the latest ldpd changes. | Claudio Jeker |
2013-06-01 | The keepalive timeout should be configured on a global basis and not per | Claudio Jeker |
2013-06-01 | Improve error handling on session_read | Claudio Jeker |
2013-06-01 | Drop support for per-interface labelspaces. | Claudio Jeker |
2013-06-01 | Drop support for passive interfaces. | Claudio Jeker |
2013-06-01 | A bit nicer error message. | Claudio Jeker |
2013-06-01 | Don't allow enabling LDP on loopback and carp interfaces. | Claudio Jeker |
2013-06-01 | Use the nbr_stop_[*]timer functions | Claudio Jeker |
2013-06-01 | After sending a keepalive message in the OPENSENT state, we must move to | Claudio Jeker |
2013-06-01 | After returning from accept, we got a TCP connection not a LDP session. | Claudio Jeker |
2013-06-01 | update to nginx-1.4.1 and enable the SPDY module by default | Robert Nagy |
2013-06-01 | Minor cleanup, do not set values to 0 twice. | Claudio Jeker |
2013-06-01 | hook up slowcgi to the tree, including /etc glue and a sample configuration | Christian Weisgerber |
2013-06-01 | Don't set the Message ID for hello messages. | Claudio Jeker |
2013-06-01 | Always advertise the Router-ID as the transport address. | Claudio Jeker |
2013-06-01 | Add support for advertising route information (RFC 4191). | Brad Smith |
2013-05-31 | Unfuck BGP MPLS VPNs that got broken by the last few reload related commits. | Claudio Jeker |
2013-05-31 | unset cte->buf after free, fix double free via tcp_close(). | Sebastian Benoit |
2013-05-31 | also listen on v6 by default; ok matthieu@ deraadt@ | Christian Weisgerber |
2013-05-31 | Remove unused definitions | Claudio Jeker |
2013-05-31 | When the ldpe process calls connect(), it doesn't regain control until | Claudio Jeker |
2013-05-30 | When removing "dump (all|updates)" from bgpd.conf and reloading, tell | Florian Obser |
2013-05-30 | Support SSL inspection, the ability to transparently filter in SSL/TLS | Reyk Floeter |
2013-05-30 | Safari doesn't like HTTP/1.x in the generated error messages (return error), | Reyk Floeter |
2013-05-30 | setsockopt to see messages for interfaces in all routing domains again | Henning Brauer |
2013-05-30 | Tie mkuboot into the builds. | Brandon Mercer |
2013-05-30 | Move mkuboot to the proper location. | Brandon Mercer |
2013-05-30 | Fix bug when starting ldpd with a configured interface in the down state. | Claudio Jeker |
2013-05-30 | Stop trying to send hello messages if the interface is down. | Claudio Jeker |
2013-05-30 | Simplify hello holdtime calculation and stop the timeout timer if the | Claudio Jeker |
2013-05-30 | This might be useful on beagle, too. | Florian Obser |
2013-05-30 | Improve sanity checks on received UDP messages | Claudio Jeker |