Age | Commit message (Expand) | Author |
2010-05-10 | zap trailing whitespace; | Jason McIntyre |
2010-05-10 | whitespace fixes | Marc Espie |
2010-05-10 | document that INSTALL/DEINSTALL scripts are dead. | Marc Espie |
2010-05-10 | typo | Marc Espie |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2010-05-09 | in recent change, an assignation was removed which would cause a bogus | Gilles Chehade |
2010-05-07 | When failing to form an adjacency, log the interface name as well | Stuart Henderson |
2010-05-06 | don't clobber CFLAGS; ok gilles@ | Christian Weisgerber |
2010-05-06 | Use YPMAXRECORD instead of _PW_NAME_LEN here too. | Antoine Jacoutot |
2010-05-05 | Unconditionally set HAVE_ISINF and HAVE_ISNAN in the generated | Mark Kettenis |
2010-05-04 | Assuming that a prefixlen 32 is a host route is not clever when IPv6 comes | Claudio Jeker |
2010-05-04 | Add some documentation about the last change (nexthop verification and | Claudio Jeker |
2010-05-03 | Adjustments for multiple kroute table support. This adds a few new command | Claudio Jeker |
2010-05-03 | Make it possible to load multiple routing tables at the same time and use | Claudio Jeker |
2010-05-02 | Initialise the port in nslookup.c correctly. It was initialised | Stefan Sperling |
2010-05-01 | remove an uneeded extern which upsets gcc4, matches changes made | Jonathan Gray |
2010-05-01 | As suggested by miod, rename dynroot_enable so we don't conflict with | Jonathan Gray |
2010-05-01 | split up a multiple assignment so we aren't casting an lvalue. | Jonathan Gray |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-04-30 | shuffle some things around to deal with incomplete types | Jonathan Gray |
2010-04-29 | Remove some more ospfd-ism from the interface code. This time remove | Claudio Jeker |
2010-04-28 | Allow neighbor-as in AS filter statements like: | Claudio Jeker |
2010-04-28 | - plug memleak (in #if 0'd code) | Jasper Lievisse Adriaanse |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-27 | Correct sensor logic so we don't get stuck in a loop. | Jonathan Gray |
2010-04-27 | Dumb mistake done twice. First in ospfd then synced to snmpd. rtm_errno | Claudio Jeker |
2010-04-27 | sort the map types; | Jason McIntyre |
2010-04-27 | this commit enables "plain" as a backend for maps (that means aliases, | Gilles Chehade |
2010-04-27 | initial work at fixing aliases support: | Gilles Chehade |
2010-04-26 | Add some { } for better readability and to make the code look like the | Claudio Jeker |
2010-04-26 | Fix some memory leaks on config reload failure and move one particular | Claudio Jeker |
2010-04-24 | fix format string | Charles Longeau |
2010-04-24 | pieces required for resolve-lib (reuse code for consistency) | Marc Espie |
2010-04-24 | more tweaks so that it can be extended and used during ports builds | Marc Espie |
2010-04-24 | Fix breakage of dig's -p option introduced when support for | Stefan Sperling |
2010-04-24 | refactor LibSpec to be able to reuse it for library matches during build: | Marc Espie |
2010-04-24 | + pkg_add, for dpb | Marc Espie |
2010-04-24 | simplify using //= | Marc Espie |
2010-04-22 | - sort the keyword list | Jason McIntyre |
2010-04-22 | Fix a case of runner trying to send imsg directly to smtp process instead | Jacek Masiulaniec |
2010-04-22 | - kill the runner_imsg_compose wrapper to reduce indirection | Jacek Masiulaniec |
2010-04-22 | Including bgpd.h in mrt.h is dumb. | Claudio Jeker |
2010-04-22 | Depending on capa.neg.as4byte (bgp session is using 4-byte AS number | Claudio Jeker |
2010-04-22 | Correct the BGP4MP subtypes according to draft-ietf-grow-mrt-11. | Claudio Jeker |
2010-04-21 | introduce first map parser for maps of kind K_SECRETS ! | Gilles Chehade |
2010-04-21 | when creating a map, make sure we do not store a key/val separator at the | Gilles Chehade |
2010-04-21 | map.c is growing big, split it into three different files: | Gilles Chehade |
2010-04-21 | my evbuffer_readln_crlf() hack can be killed now that nicm@ has brought us | Gilles Chehade |
2010-04-21 | change prototypes for map_*_get() functions, we need the get-er function | Gilles Chehade |
2010-04-21 | map_lookup() takes an additionnal parameter of type enum map_kind which | Gilles Chehade |