[BACK]Return to 69.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/69.html between version 1.43 and 1.44

version 1.43, 2021/04/15 20:55:53 version 1.44, 2021/04/15 21:21:58
Line 948 
Line 948 
                 href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> based                  href="https://man.openbsd.org/resolv.conf.5">resolv.conf(5)</a> based
                 on nameserver proposals from dhcpleased(8) and slaacd(8).                  on nameserver proposals from dhcpleased(8) and slaacd(8).
     </ul>      </ul>
   
       <li>Changes to snmp related tools:
       <ul>
           <li><a href="https://man.openbsd.org/agentx.3">libagentx(3)</a> moved its
                   API prefix from subagentx_ to agentx_.
           <li><a href="https://man.openbsd.org/agentx.3">agentx_varbind_integer(3)</a>
                   now accepts an int32_t as per SMI/RFC 2578.
           <li><a href="https://man.openbsd.org/agentx.3">agentx_varbind_unsigned32(3)</a>
                   has been added as an alias for
                   <a href="https://man.openbsd.org/agentx.3">agentx_varbind_gauge32(3)</a>.
           <li><a href="https://man.openbsd.org/snmpd.conf.5">snmpd.conf(5)</a> no
                   longer accepts the old <code>listen on address [tcp|udp]</code>
                   syntax. Only the new <code>listen on [tcp|udp] address</code>
                   sytanx is now supported.
           <li><a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> now fully
                   implements RFC3584 Trapv1 to Trapv2 conversion for
                   "trap handle".
           <li>sysUpTime and snmpTrapOID now respect
                   <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a>' -N flag,
                   similar to the other values send by <code>trap handle</code>.
           <li><a href="https://man.openbsd.org/snmpd.conf.5">snmpd.conf(5)</a> now
                   accepts the <code>read</code>, <code>write</code>, and
                   <code>notify</code> keywords. Allowing for request type
                   filtering per <code>listen on</code> statement and custom
                   <code>trap handle </code> ports.
           <li><a href="https://man.openbsd.org/snmp.1">snmp(1)</a> now has initial
                   support for SMI enums. For now only TruthValue is implemented
                   on ifPromiscuousMode and ifConnectorPresent.
           <li><a href="https://man.openbsd.org/snmp.1">snmp(1)</a> now interprets
                   the "u" data type as unsigned integer.
       </ul>
   
     <li>Other userland network changes:      <li>Other userland network changes:
     <ul>      <ul>
         <li>Fixed <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> cert          <li>Fixed <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a> cert
Line 1028 
Line 1060 
                 href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> logged with <a                  href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> logged with <a
                 href="https://man.openbsd.org/pflog.4">pflog(4)</a> for rdr-to, nat-to                  href="https://man.openbsd.org/pflog.4">pflog(4)</a> for rdr-to, nat-to
                 and af-to rules.                  and af-to rules.
         <li>Removed the <a  
                 href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> traphandler  
                 process.  
         <li>When calling <a          <li>When calling <a
                 href="https://man.openbsd.org/getaddrinfo.3">getaddrinfo(3)</a> with                  href="https://man.openbsd.org/getaddrinfo.3">getaddrinfo(3)</a> with
                 AI_ADDRCONFIG, consider the routing domain when checking for available                  AI_ADDRCONFIG, consider the routing domain when checking for available

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44