summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-08-06Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can reportClaudio Jeker
2004-08-06fix one of the most bizarre bugs in a while...Marc Espie
2004-08-06@lib shared library marker.Marc Espie
2004-08-06Document filename semantics, @sample, @extra.Marc Espie
2004-08-06unneeded switch to main package.Marc Espie
2004-08-06avoid pulling in OpenBSD::md5 and File::Copy if we can.Marc Espie
2004-08-06block-scoped require is way simpler than weird AUTOLOAD hack.Marc Espie
2004-08-06unified headers, switch to smaller copyright notice.Marc Espie
2004-08-06Extradir name.Marc Espie
2004-08-06deinstall DirRm like DirBase.Marc Espie
2004-08-05kill 3 lines of unused codeMarc Espie
2004-08-05refactor classes in PackingElement to share more code.Marc Espie
2004-08-05comapring -> comparing noticed by brad@.Claudio Jeker
2004-08-05The peer_l is not needed in the rde but still allocated, free them andClaudio Jeker
2004-08-05As usual cleanup on exit. OK henning@Claudio Jeker
2004-08-05Get rid of some statistics stuff that is no longer needed but helped in theClaudio Jeker
2004-08-05Cleanup aspath specific functions and api. Mainly switch to a refcnt basedClaudio Jeker
2004-08-05tab at EOLClaudio Jeker
2004-08-05struct prefix has a pointer to the peer so use it everywhere directly insteadClaudio Jeker
2004-08-05rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1Claudio Jeker
2004-08-05we wanna ignore SIGPIPE here just like in the session engine, claudio okHenning Brauer
2004-08-04session_main() and rde_main() return... right, a pid. and a pid is a pid_tHenning Brauer
2004-08-03Cleanup and remove some ENSURE. OK henning@Claudio Jeker
2004-08-03Make mrt dumps mrt compliant. I already fixed one of those but this oneClaudio Jeker
2004-08-03deny hilarious prepends. OK henning@Claudio Jeker
2004-08-03Fix mem-leak on exit. OK henning@Claudio Jeker
2004-08-03Make the code more portable by #ifdef-ing RTF_MPATH. OK henning@Claudio Jeker
2004-08-03forgot mandir. reorder slightly.Marc Espie
2004-08-03Support @sample, tested by fries@.Marc Espie
2004-08-03- kill a rake of unnecessary .Bk/.Ek macrosJason McIntyre
2004-08-03add ifconfig(8) Xr and spacing;Jason McIntyre
2004-08-03make pstat -f show lockingMichael Coulter
2004-08-02Fix a possible mem leak and add a missing yyerror(). OK henning@Claudio Jeker
2004-08-02Forgot to add "anounce default-route" here. OK henning@Claudio Jeker
2004-08-02@man type file for manpages.Marc Espie
2004-08-02Reuse first component of @newdepends, @libdepends to containMarc Espie
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2004-07-31Make UseCanonicalName off correctly grab port info fromBrad Smith
2004-07-30smarten this page up a bit. usage() too.Jason McIntyre
2004-07-30Document "announce default-route" with a lot of help from jmc@Claudio Jeker
2004-07-30setup(n.) -> set up(v.);Jason McIntyre
2004-07-30Add new announce type "default-route" which will only announce the defaultClaudio Jeker
2004-07-29Initalize local varible in rde_update_get_prefix or we may end up with funnyClaudio Jeker
2004-07-29don't wipe lease file on startup, found & solution tested nick@Henning Brauer
2004-07-29keep an ID per server we talk toHenning Brauer
2004-07-29Report DPD notifications. Cleanup. markus@ ok.Hakan Olsson
2004-07-28Prefer the path with the lowest multi-exit discriminator (MED) not the biggest.Claudio Jeker
2004-07-28allow "set metric" as synonym for "set med", from discussion with & ok claudioHenning Brauer
2004-07-28prevent unresolvable hostnames in "listen on" statementsHenning Brauer
2004-07-28when a dns lookup fails at parse time, do not abort but try againHenning Brauer