Age | Commit message (Expand) | Author |
2010-03-27 | malloc/strlcpy -> strdup. Use consistent idiom. | Kenneth R Westerback |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2010-03-26 | Never call close(nbr->fd) when the neighbor session was fully established, | Claudio Jeker |
2010-03-26 | event_del() the read event when hitting a read error or when closing the | Claudio Jeker |
2010-03-26 | pt_add() is not allowed to fail, caller expects this behaviour. | Claudio Jeker |
2010-03-26 | Be more careful when walking the tree looking for a non-empty element, | Claudio Jeker |
2010-03-25 | Kroute updates from the LDE are per FEC so do the lookup in kroute with | Claudio Jeker |
2010-03-24 | We need to set the rtm_priority when changing a route so that we do not | Claudio Jeker |
2010-03-24 | DSR got broken with the move towards the new pf. | Pierre-Yves Ritschard |
2010-03-24 | options must be sorted. | Joerg Goltermann |
2010-03-23 | fix callback. This one isn't called that often actually. | Marc Espie |
2010-03-22 | Add missing text from license. Originally found in safte(4) in July | Paul de Weerd |
2010-03-22 | clean up the ProgressMeter code, create a specific class if a Term | Marc Espie |
2010-03-22 | Do not leak file descriptor `fd' on error path; from zinovik | Theo de Raadt |
2010-03-20 | if a package already contains an url marker (say, local stuff recreated), | Marc Espie |
2010-03-20 | s/sh/ksh/ | Antoine Jacoutot |
2010-03-08 | res.flags is not only used by the irrfilter so initializing them with | Claudio Jeker |
2010-03-07 | erase to the end of "previous line". Avoid dangling % after displaying 100%. | Marc Espie |
2010-03-06 | ospfd/ospf6d man page cleanup: | Stefan Sperling |
2010-03-06 | match_locations doesn't work on invalid specs, so don't go there | Marc Espie |
2010-03-06 | fix very stupid typo | Marc Espie |
2010-03-06 | don't go up to column 80, until we ask Term::Cap properly for what's going | Marc Espie |
2010-03-06 | consistent error. exit(1) if something bad happened. | Marc Espie |
2010-03-05 | Allow to filter for ext-community attributes. Currently only perfect matches | Claudio Jeker |
2010-03-04 | 6Bone is dead. Use the literal '3ffe::/16' rather than '6bone test | Kenneth R Westerback |
2010-03-03 | Compare against correct flag when printing "network inet6 static" | Claudio Jeker |
2010-03-03 | Replace enum rib_state with enum reconf_action since their doing the same. | Claudio Jeker |
2010-03-03 | tweak mda.c rev. 1.36: eliminate risk of busy waiting for socket | Jacek Masiulaniec |
2010-03-03 | tweak mda.c rev. 1.36: eliminate risk of busy waiting for socket | Jacek Masiulaniec |
2010-03-03 | Must check for NO_LABEL here as well or we print strange label numbers. | Claudio Jeker |
2010-03-03 | Rework the kroute code by stealing some code from ospfd and massaging it | Claudio Jeker |
2010-03-03 | Remove superfluous newline | Claudio Jeker |
2010-03-01 | mda_event() assumed the mbox fp to be a file when it could be a pipe, do | Gilles Chehade |
2010-03-01 | On amd64 and i386, dump the VGA BIOS found at the canonical address 0xc0000 | Mark Kettenis |
2010-03-01 | typo in warning log | Gilles Chehade |
2010-03-01 | slightly terser messages, better use of terminal line | Marc Espie |
2010-03-01 | nitpicking, NULL instead of 0 in lde_imsg_compose_ldpe() call. | Claudio Jeker |
2010-03-01 | Support for redistributing AS-ext LSA (redistribute static/connected). | Claudio Jeker |
2010-03-01 | Implement lsa_find_lsid(), a function that searches the LSDB for a LSA | Claudio Jeker |
2010-03-01 | Add routing calculation code for AS-ext LSA and Inter-Area LSA but the | Claudio Jeker |
2010-02-28 | progress-meter -> progress meter, which is at least consistent with our | Jason McIntyre |
2010-02-28 | the netmask fix I commited a couple days ago lacked the AF_INET6 bits, | Gilles Chehade |
2010-02-28 | ProgressMeter support. | Marc Espie |
2010-02-28 | more useful paths (for dpb) | Marc Espie |
2010-02-28 | build for loongson; ok miod@ jasper@ matthieu@ | Otto Moerbeek |
2010-02-26 | Fix some minor issues. 0 instead of NULL in one comparison. Set the | Claudio Jeker |
2010-02-26 | - fix netmask matching for AF_INET, it was broken in many ways, problem | Gilles Chehade |
2010-02-26 | Swap order of RB tree sorting from type, ls_id, adv_rtr to type, adv_rtr, | Claudio Jeker |
2010-02-25 | One more substitution of label 0 with NO_LABEL. | Michele Marchetto |
2010-02-25 | Whitespaces cleanup. | Michele Marchetto |