Age | Commit message (Expand) | Author |
2004-03-15 | add a default: case to the switch (sensor type) in the config file parser | Henning Brauer |
2004-03-15 | Plug memory leak caused by errant semi-colon. Already submitted and committed | Aaron Campbell |
2004-03-15 | properly check chdir success after chroot() and tweak err msgs a little, | Henning Brauer |
2004-03-15 | correct .Pa for ppp.conf.sample; | Jason McIntyre |
2004-03-15 | more accurate msg, pr3713 from Andre Lucas | Ted Unangst |
2004-03-15 | iffy syntax; ok deraadt@ | Damien Miller |
2004-03-15 | zero struct sockaddr_un before use, from andrushock AT korovino.net; ok deraadt@ | Damien Miller |
2004-03-14 | Check return code of chdir() after chroot(); noted by Joris Vink, slight mod | Otto Moerbeek |
2004-03-13 | - typos | Jason McIntyre |
2004-03-12 | fix SEE ALSO; | Jason McIntyre |
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 | Privilege seperation for named. Allows named to handle address/interface | Can Erkin Acar |
2004-03-12 | tab at EOL | Claudio Jeker |
2004-03-12 | Document "show rib" interface. OK jmc@ henning@ | 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-12 | Check payload size more carefully when printing ike messages. Identified by | Hans-Joerg Hoexer |
2004-03-11 | There is no cnumber token in the parser so don't define a type for it. | Claudio Jeker |
2004-03-11 | Plugging memory leaks is OK but don't break intended behaviour. So this time | Claudio Jeker |
2004-03-11 | repair pkg_add -, by making sure `-' is a special object. | Marc Espie |
2004-03-11 | fix leak, found by Patrick Latifi <pat@eyeo.org> | Bob Beck |
2004-03-11 | open O_RDONLY when listing | Bob Beck |
2004-03-11 | Remove sync() calls that immediately precede databse close(). Since | Todd C. Miller |
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 | Use aspath_asprint() instead of this malloc, aspath_snprint() mess. OK henning@ | Claudio Jeker |
2004-03-11 | Ensure that aspath_snprint() returns a zero terminated string also if the | Claudio Jeker |
2004-03-11 | typo | Henning Brauer |
2004-03-11 | Plug another memory leak. OK henning@ | Claudio Jeker |
2004-03-11 | check for malloc failure... | Henning Brauer |
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 |