Age | Commit message (Expand) | Author |
2004-03-16 | tcp md5sig requires that local-address is specified as well for now, so | Henning Brauer |
2004-03-16 | delay creating the control socket until after forking, but before chroot | Henning Brauer |
2004-03-15 | use switch instead of if { } else if { } else { } | Henning Brauer |
2004-03-15 | properly check chdir success after chroot() and tweak err msgs a little, | Henning Brauer |
2004-03-12 | *size is a u_int16_t not a pointer so use 0 instead of NULL. | Claudio Jeker |
2004-03-12 | bgpctl has a empty-as keyword so make this actually work. Handle AS_EMPTY | Claudio Jeker |
2004-03-12 | I modified the print format for AS_SET so keep the aspath_strlen() function | Claudio Jeker |
2004-03-12 | print that capabilities stuff | Henning Brauer |
2004-03-12 | tweak err reporting | Henning Brauer |
2004-03-12 | tweak | Henning Brauer |
2004-03-12 | not debugging any more | Henning Brauer |
2004-03-12 | tab at EOL | Claudio Jeker |
2004-03-12 | Update man page to reflect reality. Added filtering section and some new | Claudio Jeker |
2004-03-12 | fix the "wait for child processes to terminate" code, and move it down a bit | Henning Brauer |
2004-03-12 | Rewrite community_match() for loop. yaya henning@ | Claudio Jeker |
2004-03-11 | There is no cnumber token in the parser so don't define a type for it. | Claudio Jeker |
2004-03-11 | yes, the keyword table has to be sorted ;-) | Henning Brauer |
2004-03-11 | KNF | Henning Brauer |
2004-03-11 | Add basic support for communities. Currently it is only possible to filter | Claudio Jeker |
2004-03-11 | Ensure that aspath_snprint() returns a zero terminated string also if the | Claudio Jeker |
2004-03-11 | Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@ | Claudio Jeker |
2004-03-11 | Free unneeded mrt lists in SE and on exit. OK henning@ | Claudio Jeker |
2004-03-11 | fflush(stderr) in vlog if in debug mode, from discussion with and ok claudio | Henning Brauer |
2004-03-11 | Type in Makefile. CLFAGS != CFLAGS and we don't want -Wredundant-decls the | Claudio Jeker |
2004-03-10 | pass a pointer to the network list as well to session_main so we can free() | Henning Brauer |
2004-03-10 | while walking the peer list on shutdown free the peer structs | Henning Brauer |
2004-03-10 | pass a pointer to the filter rule list to session_main() so we can free() | Henning Brauer |
2004-03-10 | when we exit try to write out what is left in the msg buffers for the imsg | Henning Brauer |
2004-03-10 | free peer list on exit, claudio ok | Henning Brauer |
2004-03-10 | remove unused function | Henning Brauer |
2004-03-10 | on shutdown, explicitely clear the knexthop, kroute and kif tables, claudio ok | Henning Brauer |
2004-03-10 | in kif_kr_insert and _remove, don't whine when we do not find an interface | Henning Brauer |
2004-03-10 | remove an ugly hack from the time when we had no RTM_IFANNOUNCE messages: | Henning Brauer |
2004-03-10 | oups | Henning Brauer |
2004-03-10 | implement framework to announce capabilities in the open messages we send. | Henning Brauer |
2004-03-09 | When a new prefix is filtered it is necessary to remove the old prefix. | Claudio Jeker |
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-06 | plug a memory leak in the lexer. | Henning Brauer |
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 |