Age | Commit message (Expand) | Author |
2004-03-10 | spacing | Theo de Raadt |
2004-03-10 | Plug memory leak on SIGHUP. From Patrick Latifi. | Ryan Thomas McBride |
2004-03-09 | type, Marek Blaszkowski | Ted Unangst |
2004-03-09 | Clarify -unencrypted. Closes PR 3705. | Tom Cosgrove |
2004-03-09 | When a new prefix is filtered it is necessary to remove the old prefix. | Claudio Jeker |
2004-03-09 | Be more clear about where the source file is coming from and what will | Otto Moerbeek |
2004-03-08 | Slightly optimize and make both routines one instruction shorter. | Miod Vallat |
2004-03-08 | mem leaks in error pathes, mostly from Patrick Latifi | Henning Brauer |
2004-03-08 | typo in format strin (ugh!) and few missing free()s, partitially from | Henning Brauer |
2004-03-07 | A few useful features: | Marc Espie |
2004-03-07 | plug 18 memory leaks, ryan ok | Henning Brauer |
2004-03-07 | Document -v in ifstated.8 and usage() and use __progname in usage(). | Ryan Thomas McBride |
2004-03-07 | Don't try to dereference null configuration. | Ryan Thomas McBride |
2004-03-06 | pull a fix from bgpd: | Henning Brauer |
2004-03-06 | plug a memory leak in the lexer. | Henning Brauer |
2004-03-06 | cleanup, mostly signal handling | Otto Moerbeek |
2004-03-05 | Plug some memory leaks in rde. Based on a patch by Patrick Latifi. | Claudio Jeker |
2004-03-05 | plug a couple of memory leaks, Patrick Latifi | Henning Brauer |
2004-03-05 | huch, remove a debug message | Henning Brauer |
2004-03-05 | new error code "unsupported capability" from RFC 3392 | Henning Brauer |
2004-03-05 | add a parser for the capability announcements using the OPEN message as per | Henning Brauer |
2004-03-05 | improve logging when we are unhappy with an OPEN message, claudio ok | Henning Brauer |
2004-03-05 | let parse_open() call change_state() on error itself, so that after sending | Henning Brauer |
2004-03-05 | implement a parser for the optional attributes in OPEN messages and properly | Henning Brauer |
2004-03-05 | when a session that had a tcp connection established is pushed back to IDLE, | Henning Brauer |
2004-03-04 | no ; after RB_PROTOTYPE / RB_GENERATE | Henning Brauer |
2004-03-03 | plug a couple of little memory leaks in error paths that we hopefully never | Henning Brauer |
2004-03-03 | missing freeaddrinfo() | Henning Brauer |
2004-03-02 | A wrong comment is worth a thousand bugs... | Miod Vallat |
2004-03-02 | KNF | Henning Brauer |
2004-03-02 | flesh out the address and prefix parsing, include v6 code, but reject v6 | Henning Brauer |
2004-03-02 | show rib A.B.C.D and show rib A.B.C.D/N [all] support. Now the most important | Claudio Jeker |
2004-03-02 | Framework for rib lookups by prefix. OK henning@ | Claudio Jeker |
2004-03-02 | Use ntohl() to compare in_addr_t so the tree is nicely sorted. | Claudio Jeker |
2004-03-02 | Arla lwp support for m88k systems. Slightly abuses the framework to | Miod Vallat |
2004-03-02 | avoid memleak if parse_string() fails, Patrick Latifi <pat@eyeo.org> | Henning Brauer |
2004-03-02 | here as well: when our interface vanishes, exit | Henning Brauer |
2004-03-01 | spelling | Theo de Raadt |
2004-03-01 | don't print empty descr | Henning Brauer |
2004-03-01 | make sure AS doesn't exceed upper bound, issue pointed out by | Henning Brauer |
2004-03-01 | paranoia and cleanup, document output format | Bob Beck |
2004-03-01 | KNF | Henning Brauer |
2004-03-01 | Arrrg. Not my day. Sync printconfig with parser here too. | Claudio Jeker |
2004-03-01 | Forgotten in the last commit. Sync printconfig and parser. | Claudio Jeker |
2004-03-01 | Sync printconfig.c with parse.y. OK henning@ | Claudio Jeker |
2004-03-01 | Make it possible to diable the decision process. This is a feature only useful | Claudio Jeker |
2004-02-29 | plug memory leak: when a control connection is closed we need to clear | Henning Brauer |
2004-02-29 | of course the control socket needs to be nonblocking as well, i could have | Henning Brauer |
2004-02-29 | Make sure that the fib output is nicely sorted. Use ntohl to compare | Claudio Jeker |
2004-02-27 | unbreak | Bjorn Sandell |