summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-04-06Switch to a more address family independent nexthop imsg. Instead of passingClaudio Jeker
2010-04-05Another incorrect comment introduction. \." != .\"Theo de Raadt
2010-04-05new keyword, @ask-update, to be used *very* sparingly (so far, only usefulMarc Espie
2010-04-05auto-format manpages with /usr/local/bin/groff if -DUSE_GROFF=1Marc Espie
2010-04-05add an extra "mandoc" category that behaves exactly like man for now (toMarc Espie
2010-04-05clean-up validate_plists a bit, so that it starts with a clean state.Marc Espie
2010-04-02The rtm_errno check which was moved in the last commit should onlyStuart Henderson
2010-04-02plug memory leaks on error pathszinovik
2010-04-02Read description string length before reading description. FromChris Kuethe
2010-04-02In automatic mode if the battery is absent go to 100%Theo de Raadt
2010-04-01fix fatal calls, that they will report function names from which they arezinovik
2010-04-01WARNINGS -> CAVEATS, and a little neccessary cleanup;Jason McIntyre
2010-04-01Track blackhole and reject flags since the MIB knows about them.Claudio Jeker
2010-04-01Minor cleanup figured out while syncing kroute with snmpd's.Claudio Jeker
2010-04-01After syncing kroute with bgpd sync now against ospfd's so that this codeClaudio Jeker
2010-03-31make ProxyPass exclude directives only exclude on match, instead of alwaysAlexander Hall
2010-03-31network static and network connected have been superseded by network inetClaudio Jeker
2010-03-31Track interface addresses in a AF independent way. This is needed to supportClaudio Jeker
2010-03-30revert revision 1.53.Owain Ainsworth
2010-03-30After snprintf(3) call `dir' is no longer used so free it also on normalzinovik
2010-03-30Hmpf, aid2af() leftover from the time I did the transition that should notClaudio Jeker
2010-03-30Log non-informational messages at LOG_WARNING priority instead of LOG_INFO.Jacek Masiulaniec
2010-03-29Initialize 'flags' field of tree_cache stack variables to 0. Paranoia.Kenneth R Westerback
2010-03-29Always put server id in NAK's to requests. Some router/switchesKenneth R Westerback
2010-03-29Sync kroute.c code with bgpd so that snmpd is able to track INET6 addrs asClaudio Jeker
2010-03-29I'm going to need community_ext_conv() outside of rde_attr.c soon, so moveClaudio Jeker
2010-03-29Since we always reload the config now there is no need to allocate theClaudio Jeker
2010-03-29We always allocate rib ids dynamicaly so there is no need for allowingClaudio Jeker
2010-03-29Implement a log_rd() function to print the route destinguisher in a niceClaudio Jeker
2010-03-27malloc/strlcpy -> strdup. Use consistent idiom.Kenneth R Westerback
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-03-26Never call close(nbr->fd) when the neighbor session was fully established,Claudio Jeker
2010-03-26event_del() the read event when hitting a read error or when closing theClaudio Jeker
2010-03-26pt_add() is not allowed to fail, caller expects this behaviour.Claudio Jeker
2010-03-26Be more careful when walking the tree looking for a non-empty element,Claudio Jeker
2010-03-25Kroute updates from the LDE are per FEC so do the lookup in kroute withClaudio Jeker
2010-03-24We need to set the rtm_priority when changing a route so that we do notClaudio Jeker
2010-03-24DSR got broken with the move towards the new pf.Pierre-Yves Ritschard
2010-03-24options must be sorted.Joerg Goltermann
2010-03-23fix callback. This one isn't called that often actually.Marc Espie
2010-03-22Add missing text from license. Originally found in safte(4) in JulyPaul de Weerd
2010-03-22clean up the ProgressMeter code, create a specific class if a TermMarc Espie
2010-03-22Do not leak file descriptor `fd' on error path; from zinovikTheo de Raadt
2010-03-20if a package already contains an url marker (say, local stuff recreated),Marc Espie
2010-03-20s/sh/ksh/Antoine Jacoutot
2010-03-08res.flags is not only used by the irrfilter so initializing them withClaudio Jeker
2010-03-07erase to the end of "previous line". Avoid dangling % after displaying 100%.Marc Espie
2010-03-06ospfd/ospf6d man page cleanup:Stefan Sperling
2010-03-06match_locations doesn't work on invalid specs, so don't go thereMarc Espie
2010-03-06fix very stupid typoMarc Espie