summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2004-02-19Make the code more portable. Add some missing header files and make the useClaudio Jeker
of the queue(3) makros more portable. OK henning@ some time ago.
2004-02-19Doh. Copy pasto. The if is always false and bogus.Claudio Jeker
2004-02-19takin out the trashTed Unangst
2004-02-19pedro martelletto tells me stroul returns an unsigned long whichTed Unangst
may be bigger than a pid_t
2004-02-18Do aspath loop detecion for outgoing messages too, but this time with theClaudio Jeker
remote peer as. OK henning@
2004-02-18Correctly handle parse errors in aspath and prefixes. Also do input aspathClaudio Jeker
loop detection. OK henning@
2004-02-18clean up openssl req;Jason McIntyre
2004-02-18sort options and SYNOPSIS;Jason McIntyre
sync usage();
2004-02-18Bring 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-18Fix a nasty memory leak. OK henning@Claudio Jeker
2004-02-18Check for optional path attributes error. This kills some XXX in the code.Claudio Jeker
OK henning@
2004-02-18strtoul for getting pid. ok and numerous hints from deraadt@Ted Unangst
also correct errbuf size
2004-02-18revoke privs asap; tedu okTheo de Raadt
2004-02-18a pinch of knfTheo de Raadt
2004-02-18little cleanup. strlcat. usage. don't call atoi on non-numbers.Ted Unangst
mostly spotted by deraadt@
2004-02-18printing (null) is not so useful. instead print names of missing symbolsTed Unangst
with a useful message.
2004-02-18fix thinko in the revents & (POLLIN|POLLOUT) caseHenning Brauer
2004-02-17improve logging on connection open failHenning Brauer
2004-02-17init wbuf.sock too in init_peer()Henning Brauer
2004-02-17little easierHenning Brauer
2004-02-17bit better err msgs after buf_close (which can't fail anyway actually)Henning Brauer
2004-02-17couple more bits from wiz@netbsd;Jason McIntyre
2004-02-17check for EAGAIN after readHenning Brauer
2004-02-17tidy this page up a bit;Jason McIntyre
2004-02-17malloc checks, strlcpy. based on patch from Vink Joris <nimadeus@pandora.be>Ted Unangst
2004-02-17Somehow size needs some time to settle. The direct inline call of attr_errorClaudio Jeker
caused troubles on my test machines which manifested in garbage size values. OK henning@
2004-02-17missing bzero() of the iovecHenning Brauer
2004-02-17two more returns; open msg counter might have gotten increased too muchHenning Brauer
2004-02-17On write error return and do not try to make a read. OK henning@Claudio Jeker
2004-02-17Make gcc on sparc happy. OK henning@Claudio Jeker
2004-02-17init len for getsockname and getpeername, found and ok claudioHenning Brauer
2004-02-17Make sure that we add the new prefix to the prefix list or bad things willClaudio Jeker
happen. OK henning@
2004-02-16add IPv4/IPv6 transport selection. ok millert@ deraadt@Jakob Schlyter
2004-02-16KNFHenning Brauer
2004-02-16add scope_id for v6 to struct bgpd_addrHenning Brauer
ok itojun, grumbling ok claudio
2004-02-16Extend imsg API so that messages can be composed on the fly. In the RDE itClaudio Jeker
happens often, that imsg consists of multiple objects. OK henning@
2004-02-16Basic aspath match function needed for filters and the "show rib" bgpctlClaudio Jeker
command. OK henning@
2004-02-16superfluous tabsClaudio Jeker
2004-02-16Add basic functions to print aspath in human readable format. OK henning@Claudio Jeker
2004-02-16Make the path attribute handling more RFC conformant. Also move theClaudio 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-16catch all vnode typesTed Unangst
2004-02-16rough 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-16freeifaddrs() data from getifaddrs()Ryan Thomas McBride
from Patrick Latifi <pat@eyeo.org>
2004-02-15remove extra . I left when putting $self->{destdir} inside...Marc Espie
2004-02-15string.h for memsetJolan Luff
2004-02-15new 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, simplyRyan 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-14KNFHakan Olsson
2004-02-14Fix DOI select logic, which was broken for IKE vendors that sends non-zeroHakan 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-14KNFRyan Thomas McBride