Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-19 | Make the code more portable. Add some missing header files and make the use | Claudio Jeker | |
of the queue(3) makros more portable. OK henning@ some time ago. | |||
2004-02-19 | Doh. Copy pasto. The if is always false and bogus. | Claudio Jeker | |
2004-02-19 | takin out the trash | Ted Unangst | |
2004-02-19 | pedro martelletto tells me stroul returns an unsigned long which | Ted Unangst | |
may be bigger than a pid_t | |||
2004-02-18 | Do aspath loop detecion for outgoing messages too, but this time with the | Claudio Jeker | |
remote peer as. OK henning@ | |||
2004-02-18 | Correctly handle parse errors in aspath and prefixes. Also do input aspath | Claudio Jeker | |
loop detection. OK henning@ | |||
2004-02-18 | clean up openssl req; | Jason McIntyre | |
2004-02-18 | sort options and SYNOPSIS; | Jason McIntyre | |
sync usage(); | |||
2004-02-18 | Bring the path attribute parsing on big step closer to the RFC. | Claudio Jeker | |
Check that evry attribut is only allowed once and ensure that the mandatory attributes are present. no objections henning@ | |||
2004-02-18 | Fix a nasty memory leak. OK henning@ | Claudio Jeker | |
2004-02-18 | Check for optional path attributes error. This kills some XXX in the code. | Claudio Jeker | |
OK henning@ | |||
2004-02-18 | strtoul for getting pid. ok and numerous hints from deraadt@ | Ted Unangst | |
also correct errbuf size | |||
2004-02-18 | revoke privs asap; tedu ok | Theo de Raadt | |
2004-02-18 | a pinch of knf | Theo de Raadt | |
2004-02-18 | little cleanup. strlcat. usage. don't call atoi on non-numbers. | Ted Unangst | |
mostly spotted by deraadt@ | |||
2004-02-18 | printing (null) is not so useful. instead print names of missing symbols | Ted Unangst | |
with a useful message. | |||
2004-02-18 | fix thinko in the revents & (POLLIN|POLLOUT) case | Henning Brauer | |
2004-02-17 | improve logging on connection open fail | Henning Brauer | |
2004-02-17 | init wbuf.sock too in init_peer() | Henning Brauer | |
2004-02-17 | little easier | Henning Brauer | |
2004-02-17 | bit better err msgs after buf_close (which can't fail anyway actually) | Henning Brauer | |
2004-02-17 | couple more bits from wiz@netbsd; | Jason McIntyre | |
2004-02-17 | check for EAGAIN after read | Henning Brauer | |
2004-02-17 | tidy this page up a bit; | Jason McIntyre | |
2004-02-17 | malloc checks, strlcpy. based on patch from Vink Joris <nimadeus@pandora.be> | Ted Unangst | |
2004-02-17 | Somehow size needs some time to settle. The direct inline call of attr_error | Claudio Jeker | |
caused troubles on my test machines which manifested in garbage size values. OK henning@ | |||
2004-02-17 | missing bzero() of the iovec | Henning Brauer | |
2004-02-17 | two more returns; open msg counter might have gotten increased too much | Henning Brauer | |
2004-02-17 | On write error return and do not try to make a read. OK henning@ | Claudio Jeker | |
2004-02-17 | Make gcc on sparc happy. OK henning@ | Claudio Jeker | |
2004-02-17 | init len for getsockname and getpeername, found and ok claudio | Henning Brauer | |
2004-02-17 | Make sure that we add the new prefix to the prefix list or bad things will | Claudio Jeker | |
happen. OK henning@ | |||
2004-02-16 | add IPv4/IPv6 transport selection. ok millert@ deraadt@ | Jakob Schlyter | |
2004-02-16 | KNF | Henning Brauer | |
2004-02-16 | add scope_id for v6 to struct bgpd_addr | Henning Brauer | |
ok itojun, grumbling ok claudio | |||
2004-02-16 | Extend imsg API so that messages can be composed on the fly. In the RDE it | Claudio Jeker | |
happens often, that imsg consists of multiple objects. OK henning@ | |||
2004-02-16 | Basic aspath match function needed for filters and the "show rib" bgpctl | Claudio Jeker | |
command. OK henning@ | |||
2004-02-16 | superfluous tabs | Claudio Jeker | |
2004-02-16 | Add basic functions to print aspath in human readable format. OK henning@ | Claudio Jeker | |
2004-02-16 | Make the path attribute handling more RFC conformant. Also move the | Claudio Jeker | |
parser to rde_attr.c where it belongs. Still missing: better aspath loop detection (should be done afterwards) and some basic error checking for optional attributes. OK henning@ | |||
2004-02-16 | catch all vnode types | Ted Unangst | |
2004-02-16 | rough cut of netbsd's pmap process memory map inspector. | Ted Unangst | |
initially from drahn@, renamed to procmap to avoid conflict with unrelated pmap(9). works more or less as advertised, could definitely use some work though. would be really nice if somebody made it use sysctl and not kmem. more or less ok deraadt@ drahn@ | |||
2004-02-16 | freeifaddrs() data from getifaddrs() | Ryan Thomas McBride | |
from Patrick Latifi <pat@eyeo.org> | |||
2004-02-15 | remove extra . I left when putting $self->{destdir} inside... | Marc Espie | |
2004-02-15 | string.h for memset | Jolan Luff | |
2004-02-15 | new arg to disk_unbusy, to record separate read/write statistics. | Ted Unangst | |
looked at by various, testing henning@ mcbride@ dan weeks mostly from netbsd via Pedro Martelletto <pbastos@rdc.puc-rio.br> | |||
2004-02-15 | - Check error condition on config; load exit() on initial startup, simply | Ryan Thomas McBride | |
warn if loading due to SIGHUP. (pointed out by mpf@) - Can't just bcopy the config struct, there are TAILQs. Pass pointers instead. - Initialise the SIGHUP and routing socket handlers after config is loaded. ok henning@ | |||
2004-02-14 | KNF | Hakan Olsson | |
2004-02-14 | Fix DOI select logic, which was broken for IKE vendors that sends non-zero | Hakan Olsson | |
spi_size in their phase 1 proposals, such as some DLink VPN routers. Also replace u_char with u_int8_t. markus@, hshoexer@ ok. | |||
2004-02-14 | KNF | Ryan Thomas McBride | |