Age | Commit message (Expand) | Author |
2009-06-07 | sync usage(); | Jason McIntyre |
2009-06-07 | Change the way fds passed over a socket are retreived on the receiving side. | Eric Faurot |
2009-06-07 | Make the imsg protocol network-safe. | Eric Faurot |
2009-06-07 | Initial documentation for the new stuff | Claudio Jeker |
2009-06-07 | First attempt at reload support for RIBs. There is some magic that I do | Claudio Jeker |
2009-06-06 | change the imsg header fields a bit to prepare for upcoming changes. | Eric Faurot |
2009-06-06 | Reorder IMSG types to put the "exported" ones further down so they do not | Claudio Jeker |
2009-06-06 | Fix bgpctl show rib prefix/len command. Problem reported by Insan Praja. | Claudio Jeker |
2009-06-06 | If ntpd decides the clock has become unsynced, reset the number of saved | Chris Kuethe |
2009-06-06 | Turns up the polling rate of sensors and makes ntpd calculate frequency | Chris Kuethe |
2009-06-06 | this one missed the last batch. | Pierre-Yves Ritschard |
2009-06-06 | Get ready for including imsg.h from a lib, when it comes along. | Pierre-Yves Ritschard |
2009-06-06 | make ntpd imsg-in-a-lib ready as well. extensive testing done, no | Pierre-Yves Ritschard |
2009-06-06 | fix direct pkgpath case | Marc Espie |
2009-06-06 | quick path for pkg cfl: check whether the new package conflicts with | Marc Espie |
2009-06-06 | my $_, except for the server code, which could still run on older perl | Marc Espie |
2009-06-06 | make ospf6ctl/ospf6d imsg-in-a-lib ready too. | Eric Faurot |
2009-06-06 | shuffle code around to achieve 0 length diff nirvana between all the | Pierre-Yves Ritschard |
2009-06-06 | forgot to cvs add the file | Pierre-Yves Ritschard |
2009-06-06 | make ripctl/ripd imsg-in-a-lib ready too. | Eric Faurot |
2009-06-06 | make ldpd imsg-in-a-lib ready too. | Pierre-Yves Ritschard |
2009-06-06 | make dvmrpd imsg-in-a-lib ready as well. | Pierre-Yves Ritschard |
2009-06-06 | sync ospfctl/ospfd with the common imsg code, making it lib ready as well. | Eric Faurot |
2009-06-06 | sync bgpd/bgpctl with the common imsg code, making it lib ready as well. | Eric Faurot |
2009-06-06 | Document show rib table foo | Claudio Jeker |
2009-06-06 | bgpctl part of allowing alternate RIBs to be shown. Had to use the | Claudio Jeker |
2009-06-06 | Make it possible to select the RIB that a show command should show. | Claudio Jeker |
2009-06-06 | sync snmpd with the common imsg code, making it lib ready as well. | Pierre-Yves Ritschard |
2009-06-06 | allocate the correct amount of memory | Eric Faurot |
2009-06-06 | remove unnecessary and scary pid check in imsg_init. | Pierre-Yves Ritschard |
2009-06-06 | Sync with relayd: | Eric Faurot |
2009-06-06 | Sync with relayd: | Pierre-Yves Ritschard |
2009-06-06 | if smtpctl is run in unsupported mode, exit with a warning instead of | Jacek Masiulaniec |
2009-06-06 | Some preliminary filter magic to support multiple RIBs on the filters. | Claudio Jeker |
2009-06-06 | Only the main Loc-RIB should update the FIB for now. So introduce a | Claudio Jeker |
2009-06-06 | Only generate updates for peers that are member of the RIB that update is | Claudio Jeker |
2009-06-06 | Minor cleanup. | Claudio Jeker |
2009-06-05 | didn't we just say we remove libevent from the imsg framework? | Eric Faurot |
2009-06-05 | 4 handed diff with eric: | Pierre-Yves Ritschard |
2009-06-05 | if path in "deliver to maildir path" is omitted, use ~/Maildir by | Jacek Masiulaniec |
2009-06-05 | correct a format string type | Theo de Raadt |
2009-06-05 | init rtm_hdrlen | Chris Cappuccio |
2009-06-05 | rtm->rtm_hdrlen conversion | Chris Cappuccio |
2009-06-05 | Correctly send notification messages when errors occur. | Michele Marchetto |
2009-06-05 | Remove unneeded function that prepends mail with "From " marker. | Jacek Masiulaniec |
2009-06-05 | forgot to commit the ospfctl bits, this unbreaks the tree. | Pierre-Yves Ritschard |
2009-06-05 | bring buf_write here as well. | Pierre-Yves Ritschard |
2009-06-05 | bring buf_write which is going to be needed for bgpd. | Pierre-Yves Ritschard |
2009-06-05 | Don't call the main RIB DEFAULT but Loc-RIB. Makes more sense. | Claudio Jeker |
2009-06-05 | make smtpd's imsg lib ready, just like relayd and ospfd. | Pierre-Yves Ritschard |