Age | Commit message (Expand) | Author |
2004-03-11 | fix bug where custom 450 messages are not displayed, | Bob Beck |
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 | If apm_connect() fails, don't try to pass the bios_apminfo_t structure | Tom Cosgrove |
2004-03-11 | KNF | Henning Brauer |
2004-03-11 | Call db-sync() after each db modification since they aren't all that | Bob Beck |
2004-03-11 | Avoid a panic by checking for apm_code_len == 0. Fixes a problem | Todd C. Miller |
2004-03-11 | Add basic support for communities. Currently it is only possible to filter | Claudio Jeker |
2004-03-11 | Fix a memleak. | Hans-Joerg Hoexer |
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 | missing word; | Xavier Santolaria |
2004-03-11 | Plug another memory leak. OK henning@ | Claudio Jeker |
2004-03-11 | check for malloc failure... | Henning Brauer |
2004-03-11 | Document RB_USERREQ | Tom Cosgrove |
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-11 | ssh, sshd: sync version output, ok djm | Markus Friedl |
2004-03-11 | typos; | Xavier Santolaria |
2004-03-11 | Don't call pf_src_tree_remove_state() on error in pf_insert_state(), | Ryan Thomas McBride |
2004-03-11 | Honour RB_USERREQ in cats boot() | Tom Cosgrove |
2004-03-11 | change the kernel name to "bsd" not "/bsd" else it won't work; | Xavier Santolaria |
2004-03-11 | Fix byte ordering problems with network info read from /etc/gateways | Otto Moerbeek |
2004-03-11 | trim usage; ok deraadt | Markus Friedl |
2004-03-11 | sync | Theo de Raadt |
2004-03-10 | Fix payload handling flaws found by cloder@. Based on initial patch by | Hans-Joerg Hoexer |
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove |
2004-03-10 | Don't permit a negative index. Pointed out by Patrick Latifi. | Ryan Thomas McBride |
2004-03-10 | More checking for a NULL return value from getpass(). otto@ OK | Todd C. Miller |
2004-03-10 | Check getpass() return value for NULL. Closes Pr 3706. | Todd C. Miller |
2004-03-10 | Actually use SRCS+= so that we don't have a wrapped line. | Ryan Thomas McBride |
2004-03-10 | plug 3 memory leaks; 2 from andrushock, 1 by me | Henning Brauer |
2004-03-10 | Plug up memory leak. | Hans-Joerg Hoexer |
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-10 | Reduce some noise on receipt of an invalid spi. | Hans-Joerg Hoexer |