summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2006-03-22Remove four unused functions: ap_sync_scoreboard_image, reopen_scoreboard,Ray Lai
2006-03-22Add additional limit check to ensure that we do not overflow pp->prefixClaudio Jeker
2006-03-22Detailed RIB output including communities. Detailed output is enabled viaClaudio Jeker
2006-03-22Add a new SHOW imsg to send optional attributes to bgpctl. This can be usedClaudio Jeker
2006-03-22Rework signal handling the idiomatic libevent way. From ospfd.Camiel Dobbelaar
2006-03-22Change fmt_peer() so that it can be used by the upcomming detailed RIB output.Claudio Jeker
2006-03-21fix endless loop in case of error in archive header.Marc Espie
2006-03-21Kill debug message that floods the log if ospfctl is killed while dumpingClaudio Jeker
2006-03-21Invalidating the full RIB and then only recalculating part of it is notClaudio Jeker
2006-03-20add two missing function declarationsDavid Hill
2006-03-19Partial revert of previous changes, nasty regexps not greedy the way they sho...Marc Espie
2006-03-18do not leak on re-insert; ok pvalchevTheo de Raadt
2006-03-18add missing function declarationDavid Hill
2006-03-17FILE * leakTheo de Raadt
2006-03-17Nuke unused variable.David Hill
2006-03-17un-special case old constructs: make them inherit from the same class,Marc Espie
2006-03-17Add BUGS section documenting included files should start with aOtto Moerbeek
2006-03-16KNF. No binary change.Claudio Jeker
2006-03-16Make ifstated handle config reloads after a parse error. Fixes PR5051Ryan Thomas McBride
2006-03-16Error out of ifstate.conf parsing instead of dumping core in operationRyan Thomas McBride
2006-03-16Kill useless arguments to libevent *_set() functions.Ryan Thomas McBride
2006-03-15consistently use power *states* and performance *modes*Nikolay Sturm
2006-03-15In nexthop_compare() if the two passed pointers point to the same objectClaudio Jeker
2006-03-15There is no need to check iface != NULL. These parser rules are only allowedClaudio Jeker
2006-03-15Looks like auth-type simple was busted since a long time. We bcmp() aClaudio Jeker
2006-03-15Sync usage with man page (sort arguments).Claudio Jeker
2006-03-15Document new -s path option to select an alternate path for the main controlClaudio Jeker
2006-03-15Allow the control socket to be changed on the command line. Useful if youClaudio Jeker
2006-03-15Fix a memory leak when communities are set or deleted. This seems to fixClaudio Jeker
2006-03-15Add missing function declarationsDavid Hill
2006-03-14#ifdef DEBUG not #if DEBUGTheo de Raadt
2006-03-14install these on amd64Nikolay Sturm
2006-03-14fix sentence to make sense.Bob Beck
2006-03-14fix incorrect sizeof(), spotted by ckuetheBob Beck
2006-03-14Some more usage of const and correct fmt string for a size_t.Moritz Jodeit
2006-03-14Kill unneeded util.h include.Claudio Jeker
2006-03-13tiny bit of delinting; ok krw@Otto Moerbeek
2006-03-13delint; from David HillOtto Moerbeek
2006-03-13Simplify error() and warning() a bit. From Alexey Dobriyan.Moritz Jodeit
2006-03-13Fix for PR 5052. Be more careful about the announced networks we accept.Claudio Jeker
2006-03-13cleanup from dhillTheo de Raadt
2006-03-13clean-up some name handling:Marc Espie
2006-03-13repair pkg_add -Marc Espie
2006-03-13The return value of the start/stop timer functions is almost never checked.Claudio Jeker
2006-03-12missing close(); dhill@mindcry.orgTheo de Raadt
2006-03-12more getopt() EOF crud; adobriyan@gmailTheo de Raadt
2006-03-10print IAPP messages for the old IAPP port 2313.Reyk Floeter
2006-03-10add whitespaceReyk Floeter
2006-03-10some IAPP implementations still use the pre-standard port 2313 in broadcastReyk Floeter
2006-03-10Avoid printing the whole file in the error message on missing trailing "Otto Moerbeek