summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2010-04-15Log recieved notifications in a human understanable way. Makes debuggingClaudio Jeker
2010-04-15Cleanup the interface FSM by removing most of the ospfd specific statesClaudio Jeker
2010-04-15session_shutdown() issues a NBR_EVT_CLOSE_SESSION and therefore aClaudio Jeker
2010-04-15Fix fd leak in error case.Claudio Jeker
2010-04-15Instead of having three ways of setting fds non-blocking useClaudio Jeker
2010-04-15struct ldp_hdr has probably the worst possible layout (ending with a singleClaudio Jeker
2010-04-15Even though label withdraw, release, and abort requests are not fullyClaudio Jeker
2010-04-15add SENSOR_HUMIDITY to sensor framework to handle humidity valuesYojiro Uo
2010-04-13Use a more appropriate wording in ldpctl show lib and lfib outputs.Michele Marchetto
2010-04-13When a prefix has a implicit null label associated, force pop operation.Michele Marchetto
2010-04-13Sync with last bgpd commit, there are no AF_INET and AF_INET6 specificClaudio Jeker
2010-04-13Instead of passing AF specific struct kroutes over imsgs use a structClaudio Jeker
2010-04-11Increase limit on the length of "user" in user@domain.com to a valueJacek Masiulaniec
2010-04-10Fix bug in GMT calculation for systems without tm_gmtoff.Todd C. Miller
2010-04-10finding dep in old names like this actually means we are replacing withMarc Espie
2010-04-10avoid some loops.Marc Espie
2010-04-10work around a limitation of tracker/updateset: hints are tagged as to_update.Marc Espie
2010-04-07Remove XXX comment and just close received fd if calloc() fails.Nicholas Marriott
2010-04-07Call nexthop_delete() a bit later in nexthop_update(). The nh->state needsClaudio Jeker
2010-04-06Add support for decoding MLDv2 initially from tcpdump.org via FreeBSD,Jonathan Gray
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