Skip to content
Snippets Groups Projects
  1. Aug 30, 2011
  2. Oct 25, 2009
  3. Mar 24, 2009
  4. Feb 02, 2009
  5. Jan 12, 2009
  6. May 08, 2008
    • rswindell's avatar
      Fixes to smb_netaddr_type(): · 31d46bf8
      rswindell authored
      1. Wasn't detecting FTN addresses correctly (would return NET_INTERNET, always)
      2. Wouldn't detect name@<ip_address> as an Internet address (NET_UNKNOWN)
      31d46bf8
  7. Mar 12, 2008
  8. Feb 25, 2008
  9. Feb 21, 2008
  10. Apr 25, 2006
  11. Sep 30, 2005
  12. Jul 03, 2005
  13. Jun 06, 2005
  14. Nov 16, 2004
  15. Oct 27, 2004
  16. Oct 15, 2004
  17. Sep 15, 2004
    • rswindell's avatar
      Hash types are now 0-31 (no longer re-using header field type values for RFC822 · adef4e98
      rswindell authored
      MSGID's and FTN MSGID's) so that a bit-mask may be passed to functions like
      smb_findhash(), allowing selective duplicate searches without pre-marking
      hashes (to be skipped) in a message's hash list. This limits the number of
      possible hash sources to 32 total (down from 256) - not a real concern.
      
      This change will render existing msg-id's in hash files obsolete.
      
      The usage of the following functions were effected:
      smb_addmsg() - from BOOL (dupechk) to bit-field (dupechk_hashes)
      smb_msghashes() - removed dupechk kludge (to pre-mark text hash)
      smb_findhash() - added source_mask argument to select which source types
      adef4e98
    • rswindell's avatar
      Renamed smb_hashsource() to smb_hashsourcetype() - it return the "type" of hash · 253ae593
      rswindell authored
      source, not the source string itself.
      Created smb_hashsource(), which returns the actual source string (if possible).
      253ae593
  18. Sep 13, 2004
  19. Sep 11, 2004
Loading