Age | Commit message (Expand) | Author |
2010-04-15 | Log recieved notifications in a human understanable way. Makes debugging | Claudio Jeker |
2010-04-15 | Cleanup the interface FSM by removing most of the ospfd specific states | Claudio Jeker |
2010-04-15 | session_shutdown() issues a NBR_EVT_CLOSE_SESSION and therefore a | Claudio Jeker |
2010-04-15 | Fix fd leak in error case. | Claudio Jeker |
2010-04-15 | Instead of having three ways of setting fds non-blocking use | Claudio Jeker |
2010-04-15 | struct ldp_hdr has probably the worst possible layout (ending with a single | Claudio Jeker |
2010-04-15 | Even though label withdraw, release, and abort requests are not fully | Claudio Jeker |
2010-04-15 | add SENSOR_HUMIDITY to sensor framework to handle humidity values | Yojiro Uo |
2010-04-13 | Use a more appropriate wording in ldpctl show lib and lfib outputs. | Michele Marchetto |
2010-04-13 | When a prefix has a implicit null label associated, force pop operation. | Michele Marchetto |
2010-04-13 | Sync with last bgpd commit, there are no AF_INET and AF_INET6 specific | Claudio Jeker |
2010-04-13 | Instead of passing AF specific struct kroutes over imsgs use a struct | Claudio Jeker |
2010-04-11 | Increase limit on the length of "user" in user@domain.com to a value | Jacek Masiulaniec |
2010-04-10 | Fix bug in GMT calculation for systems without tm_gmtoff. | Todd C. Miller |
2010-04-10 | finding dep in old names like this actually means we are replacing with | Marc Espie |
2010-04-10 | avoid some loops. | Marc Espie |
2010-04-10 | work around a limitation of tracker/updateset: hints are tagged as to_update. | Marc Espie |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2010-04-07 | Call nexthop_delete() a bit later in nexthop_update(). The nh->state needs | Claudio Jeker |
2010-04-06 | Add support for decoding MLDv2 initially from tcpdump.org via FreeBSD, | Jonathan Gray |
2010-04-06 | Switch to a more address family independent nexthop imsg. Instead of passing | Claudio Jeker |
2010-04-05 | Another incorrect comment introduction. \." != .\" | Theo de Raadt |
2010-04-05 | new keyword, @ask-update, to be used *very* sparingly (so far, only useful | Marc Espie |
2010-04-05 | auto-format manpages with /usr/local/bin/groff if -DUSE_GROFF=1 | Marc Espie |
2010-04-05 | add an extra "mandoc" category that behaves exactly like man for now (to | Marc Espie |
2010-04-05 | clean-up validate_plists a bit, so that it starts with a clean state. | Marc Espie |
2010-04-02 | The rtm_errno check which was moved in the last commit should only | Stuart Henderson |
2010-04-02 | plug memory leaks on error paths | zinovik |
2010-04-02 | Read description string length before reading description. From | Chris Kuethe |
2010-04-02 | In automatic mode if the battery is absent go to 100% | Theo de Raadt |
2010-04-01 | fix fatal calls, that they will report function names from which they are | zinovik |
2010-04-01 | WARNINGS -> CAVEATS, and a little neccessary cleanup; | Jason McIntyre |
2010-04-01 | Track blackhole and reject flags since the MIB knows about them. | Claudio Jeker |
2010-04-01 | Minor cleanup figured out while syncing kroute with snmpd's. | Claudio Jeker |
2010-04-01 | After syncing kroute with bgpd sync now against ospfd's so that this code | Claudio Jeker |
2010-03-31 | make ProxyPass exclude directives only exclude on match, instead of always | Alexander Hall |
2010-03-31 | network static and network connected have been superseded by network inet | Claudio Jeker |
2010-03-31 | Track interface addresses in a AF independent way. This is needed to support | Claudio Jeker |
2010-03-30 | revert revision 1.53. | Owain Ainsworth |
2010-03-30 | After snprintf(3) call `dir' is no longer used so free it also on normal | zinovik |
2010-03-30 | Hmpf, aid2af() leftover from the time I did the transition that should not | Claudio Jeker |
2010-03-30 | Log non-informational messages at LOG_WARNING priority instead of LOG_INFO. | Jacek Masiulaniec |
2010-03-29 | Initialize 'flags' field of tree_cache stack variables to 0. Paranoia. | Kenneth R Westerback |
2010-03-29 | Always put server id in NAK's to requests. Some router/switches | Kenneth R Westerback |
2010-03-29 | Sync kroute.c code with bgpd so that snmpd is able to track INET6 addrs as | Claudio Jeker |
2010-03-29 | I'm going to need community_ext_conv() outside of rde_attr.c soon, so move | Claudio Jeker |
2010-03-29 | Since we always reload the config now there is no need to allocate the | Claudio Jeker |
2010-03-29 | We always allocate rib ids dynamicaly so there is no need for allowing | Claudio Jeker |
2010-03-29 | Implement a log_rd() function to print the route destinguisher in a nice | Claudio Jeker |
2010-03-27 | malloc/strlcpy -> strdup. Use consistent idiom. | Kenneth R Westerback |