summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-02-25use __progname instead of hardcoding bgpd for log_initHenning Brauer
2004-02-25Announce local networks to IBGP neighbors. OK henning@Claudio Jeker
2004-02-25Add -B support to pkg_delete.Marc Espie
2004-02-25Man page update for the mrt dump changes. OK henning@ jmc@Claudio Jeker
2004-02-25Rewrite some parts of the mrt dump handling. It is no longer possible toClaudio Jeker
2004-02-25kill "updates" keyword and use a ordinary string + strcmp at the one placeHenning Brauer
2004-02-25sort options and some tweaks for openssl rsa/rsautl;Jason McIntyre
2004-02-25oops. one more -w removal from sysctl, which i missed;Jason McIntyre
2004-02-25remove -w option to sysctl;Jason McIntyre
2004-02-24use calloc istead of malloc, setting sinaddr and bzero'ing it over laterHenning Brauer
2004-02-24correctly check send_packet()s return valHenning Brauer
2004-02-24fix usage(); extracted from a mail by Ward Wouts <ward@wizeazz.nl>Henning Brauer
2004-02-24remove reference to -x bit;Jason McIntyre
2004-02-24spacesClaudio Jeker
2004-02-24Enhance filters. prefixlen knows now 8-24 and 8><24. It is possible to useClaudio Jeker
2004-02-24It is possible that a queued path attribute has no nlri prefix. Ignore andClaudio Jeker
2004-02-24print # of queued outgoing messages in show summary view, claudio okHenning Brauer
2004-02-23document that this even more off-limits than the rest of theMarc Espie
2004-02-23bogus leftover SRCS lineTed Unangst
2004-02-23remove security considerations section. this has been fixed.Ted Unangst
2004-02-23supposed to use cflags, oopsTed Unangst
2004-02-23WallTed Unangst
2004-02-23make sure we don't backwards before bufferTed Unangst
2004-02-23buffer len paranoiaTed Unangst
2004-02-23procmap seems to work well enough now. ok deraadt@Ted Unangst
2004-02-23if the heap is non-exec, it makes it hard to find by looking for an execTed Unangst
2004-02-23I was hunting this bug for quite some time. Don't use a value you need laterClaudio Jeker
2004-02-23While searching a different bug found those two gems. The ntohs is obviousClaudio Jeker
2004-02-23unknown is less ugly than ??, and not a trigraph. requested by deraadtTed Unangst
2004-02-23no peeking at kernel or other processes for normal users. ok deraadt@Ted Unangst
2004-02-21distinguish between unreadable directories and non packages.Marc Espie
2004-02-21keep O_NONBLOCK after teh tcp sessions are established, claudio okHenning Brauer
2004-02-20Print ifname in PFSYNC_ACT_CLR message if present.Ryan Thomas McBride
2004-02-20PKG_DESTDIR / -B support in pkg_add.Marc Espie
2004-02-20move wildcard rewriting down. Allows flavors in package-specs toMarc Espie
2004-02-20ypbin creates /var/yp/binding/<domainname>.<version> and /var/run/ypbind.lockHenning Brauer
2004-02-19typo; jjy2+@pitt.eduTheo de Raadt
2004-02-19Add support for basic filters. Nothing optimized and it has some issues butClaudio Jeker
2004-02-19Make the code more portable. Add some missing header files and make the useClaudio Jeker
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
2004-02-18Do aspath loop detecion for outgoing messages too, but this time with theClaudio Jeker
2004-02-18Correctly handle parse errors in aspath and prefixes. Also do input aspathClaudio Jeker
2004-02-18clean up openssl req;Jason McIntyre
2004-02-18sort options and SYNOPSIS;Jason McIntyre
2004-02-18Bring the path attribute parsing on big step closer to the RFC.Claudio Jeker
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
2004-02-18strtoul for getting pid. ok and numerous hints from deraadt@Ted Unangst