Age | Commit message (Expand) | Author |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2015-12-05 | Pledge ospfd SE ("stdio inet mcast") and RDE ("stdio") move some code | Claudio Jeker |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-02 | Add gcc format attributes to parse.y for ospf{6,}d. | Doug Hogan |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-03-06 | sync yyerror() with version in bgpd so that it logs to syslog when daemonized. | Stuart Henderson |
2010-12-13 | Do not use a carp address as ospf router id because it is not unique. | Alexander Bluhm |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-03-24 | options must be sorted. | Joerg Goltermann |
2010-02-16 | implement support for fast hello packets. | David Gwynne |
2010-02-16 | allow spf-delay and spf-holdtime to be specified in msec so ospfd can | David Gwynne |
2009-11-25 | add support for include | David Gwynne |
2009-06-05 | Preliminary rdomain support, all hacked up by reyk@ | Claudio Jeker |
2009-03-31 | Fixed memory leaks which would occur if the second of two memory | Tobias Stoeckmann |
2009-01-26 | First convert IP addresses to host-byte-order before checking which one is | Claudio Jeker |
2009-01-07 | Full stub area support. This allows ABRs to announce a default network | Claudio Jeker |
2008-11-24 | Initial support for stub areas. The bit still missing is the redistribution | Claudio Jeker |
2008-10-17 | bring in the findeol() fix from pfctl. list of affected parsers by sthen | Henning Brauer |
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2008-02-22 | remove comma from type list, add missing semicolon for consistency | Simon Bertrang |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-10-20 | forgot about ospfd in last commit. | Pierre-Yves Ritschard |
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-10-11 | Bye bye global ospf options. OSPF options are per area (at least the one | Claudio Jeker |
2007-10-01 | fix alot of whitespace problems... | Esben Norby |
2007-09-12 | Another parser.y that switches to parse numbers directly in the lexer. | Claudio Jeker |
2007-07-11 | make the demote count argument optional as advertised in the man page. | Pierre-Yves Ritschard |
2007-06-19 | add support for mapping route labels to AS-external route tags. | Reyk Floeter |
2007-05-29 | Demote support for ospfd. It is possible to specify a demote group on | Claudio Jeker |
2007-03-28 | Remove unused variable found by lint. | Claudio Jeker |
2007-03-22 | Somehow I forgot how to correctly sort in alphabetical order. | Claudio Jeker |
2007-03-21 | Add support for RFC 3137: OSPF Stub Router Advertisement | Claudio Jeker |
2007-03-16 | Make sure that the metric on redistributed prefixes is always != 0. | Claudio Jeker |
2007-02-01 | whitespace cleanup, no binary change. | Claudio Jeker |
2007-01-14 | typo | Michele Marchetto |
2007-01-11 | Join two lines. | Claudio Jeker |
2006-12-21 | Unbreak redistribute default and make it possible to specify a metric for | Claudio Jeker |
2006-12-07 | Make it possible to set the metric and LSA type for redistributed routes. | Claudio Jeker |
2006-11-17 | Support for multiple networks on one interface. Until now only the main | Claudio Jeker |
2006-10-29 | Allow braces to fit on a single line if only one or no argument is used. | Claudio Jeker |
2006-10-25 | Remove a parser debug functionality that was never used in ospfd. | Claudio Jeker |
2006-10-25 | Use strtonum(3) instead of the hand made atoul. This solves an issue with | Claudio Jeker |
2006-05-31 | Support for "[no] redistribute 10.6/16", all routes that match into this | Claudio Jeker |
2006-05-31 | More redistribute fun. Add a possibility to deny redistribution of specified | Claudio Jeker |
2006-05-31 | Plug memory leak; ok claudio@ | Patrick Latifi |