Age | Commit message (Expand) | Author |
2008-12-17 | sort; | Jason McIntyre |
2008-12-17 | Add support for demotion counter. | Michele Marchetto |
2008-11-23 | Fix two error messages. | Michele Marchetto |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer |
2008-08-05 | Do not advertise the default route with wrong metric of 0. Set it to 1 | Claudio Jeker |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard |
2008-05-09 | prio RTP_RIP for inserted routes | Henning Brauer |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | Repair more msg_controllen dealing with structures or arrays of | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2008-02-27 | Unbreak parser by initializing topfile correctly. | Marco Pfatschbacher |
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2008-01-31 | use a hyphen for "interface-specific" as a compound term. this is | Jason McIntyre |
2008-01-31 | do not leak confd on malloc failure in control_accept() | Henning Brauer |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-10-24 | Make the packet buffer u_int8_t * everywhere. This is binary data and not | Claudio Jeker |
2007-10-24 | The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping | Claudio Jeker |
2007-10-24 | An u_int8_t is enough as prefixlen. Another lint warning gone. | Claudio Jeker |
2007-10-24 | Document -D. Stolen from bgpd.8 | Claudio Jeker |
2007-10-24 | Add the 5 needed lines to support -D makro=value option. Another surprising | Claudio Jeker |
2007-10-24 | Use an ssize_t instead of int like in all other imsg handlers. Hint by lint | Claudio Jeker |
2007-10-24 | The index should be unsigned int -- another lint finding | Claudio Jeker |
2007-10-24 | ctl_rt flags should be u_int16_t -- noticed by lint | Claudio Jeker |
2007-10-24 | Garbage collect unused stuff found by lint. | Claudio Jeker |
2007-10-24 | Sync a bit more with ospfd. Do not fatal if one of the pipes is closed, | Claudio Jeker |
2007-10-24 | Don't use inet_ntoa() twice in a printf like function. So instead of | Claudio Jeker |
2007-10-20 | Sync parse.y with recent enhancements in hoststated. | Pierre-Yves Ritschard |
2007-10-18 | spacing | Theo de Raadt |
2007-10-18 | Massive cleanup in the authentication code. the simple auth_key and the crypt | Claudio Jeker |
2007-10-18 | Add missing bits for auth crypt and cleanup a bit. OK deraadt@ | Claudio Jeker |
2007-10-17 | wrong type for digest; ok claudio | Theo de Raadt |
2007-10-17 | Add missing RTM_VERSION checks. | Claudio Jeker |
2007-10-17 | Remove redundant code. | Claudio Jeker |
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher |
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt |
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt |
2007-09-11 | macro argument unused, using local instead; spotted by mpf | Theo de Raadt |
2007-09-11 | extend lex to spot numbers in the stream, without impacting the parsing | Theo de Raadt |
2007-09-11 | More baudrate fixes. Again don't forget to initialize the iface->baudrate. | Claudio Jeker |
2007-09-11 | baudrate, two non-obvious ones marked for michele | Henning Brauer |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-27 | Modified manpage to reflect claudio's changes about 224.0.0.9 route. | Michele Marchetto |
2007-04-27 | Ripd needs a valid route for 224.0.0.9 to work. Instead of forcing users to | Claudio Jeker |
2007-04-19 | Use vectorized writes to send routing messages into the kernel instead of | Claudio Jeker |
2007-04-09 | Improve the handling of "counting to infinity" mechanism and add an heuristic | Michele Marchetto |
2007-03-31 | Some code cleanups. Added one lint command, removed one unused function and | Michele Marchetto |
2007-03-27 | Remove unused parameter in nbr_new | Michele Marchetto |
2007-03-19 | Doh! If we support "redistribute rtlabel" we should actually track the | Claudio Jeker |