Skip to content
Snippets Groups Projects
  1. Mar 02, 2023
    • Rob Swindell's avatar
      9eaa0355
    • Rob Swindell's avatar
      Better automatic network address type detection · 1ad07164
      Rob Swindell authored
      smb_netaddr_type():
      - if passed NULL or a string that begins with whitespace, now returns NET_NONE.
      - if passed a string that begins with '@', now returns NET_UNKNOWN.
      - if the user.name portion of an otherwise value Internet email address
        contains a space, now returns NET_NONE.
      
      smb_get_net_type_by_addr()
      - if passed a string that begins with '@', now returns NET_UNKNOWN.
      - if passed a string with space following '@', will now return NET_UNKNOWN.
      - if passed a string without a dot following '@', will never return NET_INTERNET.
      
      Unrelated change: Add the missing FILE attribute to smb_msgattrstr()
      1ad07164
  2. Feb 28, 2023
  3. Feb 27, 2023
  4. Feb 26, 2023
  5. Feb 25, 2023
  6. Feb 24, 2023
Loading