summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-04-09Update rt_calc() for OSPFv3. The Routing Information Base is beingStefan Sperling
2009-04-09Don't dereference NULL pointers. This crash wasn't found yet becauseStefan Sperling
2009-04-09Fix a naming inconsistency in struct lsa_intra_prefix (lsid -> ls_id).Stefan Sperling
2009-04-09Sort.Antoine Jacoutot
2009-04-09Add a hook to deal with special sendmail db files under /etc/mail/Antoine Jacoutot
2009-04-08standard wording;Jason McIntyre
2009-04-07allow to specify an alternate control socket instead of /var/run/ospfd.sock.Reyk Floeter
2009-04-06sync with 0.9.8k;Jason McIntyre
2009-04-06Fix regression introduced in r1.32 where after running MAKEDEV sysmergeAntoine Jacoutot
2009-04-06new sentence, new line;Jason McIntyre
2009-04-06teach tcpdump about match rulesHenning Brauer
2009-04-06Add a report summary file, ${WRKDIR}/sysmerge.log, that will include allAntoine Jacoutot
2009-04-05log_warn -> log_warnxGilles Chehade
2009-04-05ignore -o option (for now at least) when working in enqueue mode, thisGilles Chehade
2009-04-04Do not run make in /var/yp at the end of ypinit -m.Ingo Schwarze
2009-04-03The smtp auth PLAIN specification is weird. It's valid (apparently forOwain Ainsworth
2009-04-02add support to specify a ca file (eg. /etc/ssl/cert.pem) to verify sslReyk Floeter
2009-04-01fix an incorrect flag in route mode.Reyk Floeter
2009-04-01re-initialize tables after reload to handle new and changed tables.Reyk Floeter
2009-04-01Add support for client-side SSL connections from relays. relayd canReyk Floeter
2009-04-01terminate and cleanup properly by setting the pf anchor namesReyk Floeter
2009-04-01zap double word; from Jo?o SalvattiJason McIntyre
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-03-31Assign the correct metric to the routes learned from the kernel while ripd isMichele Marchetto
2009-03-31do not include space in the end of the from for a hmac. after discussionDavid Gwynne
2009-03-29Update spf_calc() for OSPFv3.Stefan Sperling
2009-03-29Update calc_nexthop() for OSPFv3, using helper functions added inStefan Sperling
2009-03-29As a first step towards SPF tree calculation, prepare for properStefan Sperling
2009-03-29Update linked() for OSPFv3.Stefan Sperling
2009-03-29Change get_net_link()'s idx argument to unsigned, and make itStefan Sperling
2009-03-29Because get_rtr_link() forgot to increment the buffer offsetStefan Sperling
2009-03-29Remove lsa_find_net(), it isn't needed for OSPFv3.Stefan Sperling
2009-03-29Add lsa_find_rtr() function, which finds among multiple routerStefan Sperling
2009-03-29In lsa_num_links(), be more obvious about what parts of the LSAStefan Sperling
2009-03-29Add log_rtr_id() function to log 32bit numbers in dot-quad notation.Stefan Sperling
2009-03-29Now that struct lsa_net represents just the options, orig_net_lsa()Stefan Sperling
2009-03-29Remove att_rtr field from struct lsa_net.Stefan Sperling
2009-03-29Key-Id 0 is not only not available on Cisco devices but also on other devices.Claudio Jeker
2009-03-29Stop using the att_rtr member of struct lsa_net, we're going to remove it.Stefan Sperling
2009-03-29For SPF calculation, we will need the source address specifiedStefan Sperling
2009-03-29ospf6ctl had lsa_rtr_link fields mixed up.Stefan Sperling
2009-03-29turn some log_debugs into log_warns or even fatals; "looks ok" gilles@Jacek Masiulaniec
2009-03-28Print the correct function name in log_debug().Michele Marchetto
2009-03-27Mitigate the risk of leaving the system in an inconsistent stateAntoine Jacoutot
2009-03-27Allow the announcement of default route also via redistribute 0.0.0.0/0Michele Marchetto
2009-03-27getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5)Ingo Schwarze
2009-03-26argh, do not reuse the global trans_as flag to be applied to the peerHenning Brauer
2009-03-25Several cleanups:Antoine Jacoutot
2009-03-25You can now feed sysmerge with an etcXX and/or xetcXX tarball(s)Antoine Jacoutot
2009-03-25With redistribute connected set, announce the prefix on the interfaceMichele Marchetto