Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-10533

PATCH: Fix local network resolving

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 0.4.3
    • None
    • September 2016

    Description

      In ws2_32 getaddrinfo test one can see that localhost is not resolved properly from name to IP.
      Problem consists of 3 problem places.
      1. When dhcp client (dhcpcsvc) is writing registry values it does not update DhcpDomain in main tcp parameters key and interface key.
      2. If code calls GetComputerNameEx (ComputerNameDnsDomain or ComputerNamePhysicalDnsDomain) then it receives only Domain registry value, but it should actually check also DhcpDomain value in tcp parameters. This function is used by GetNetworkParams called by adns.
      3. GetNetworkParams should fill some more info (SearchList).
      4. adns should use Domain returned by GetNetworkParams for searches.
      5. adns should use SearchList for searches.

      Attachments

        1. ands_search.patch
          0.7 kB
          hater
        2. CORE-10533_old_ws2_32.patch
          1 kB
          hater
        3. dhcp_combined.patch
          9 kB
          hater
        4. dhcp_domain_lease.patch
          2 kB
          hater
        5. recreated-combined.patch
          8 kB
          vicmarcal
        6. return_dhcp_domain_compname.patch
          5 kB
          hater
        7. use_dhcp_domain_for_search.patch
          2 kB
          hater

        Issue Links

          Activity

            People

              AmineKhaldi AmineKhaldi
              hater hater
              Votes:
              3 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: