Skip to content
Snippets Groups Projects
  1. Feb 21, 2018
  2. Nov 28, 2017
    • rswindell's avatar
      Fixed bug: · 02d18238
      rswindell authored
      When fixing a non-hyper-allocated message base, the newly created .sha
      (header allocation) file would contain one extra zero-record because I
      wasn't accounting for the SMB/status header (32 bytes) in the .shd file
      when I was initialing the new .sha file. This explains chksmb warning
      	!Size of SHA file (x) does not match SHD file (y)
      after running fixsmb on a message base.
      02d18238
  3. Nov 24, 2016
  4. Nov 08, 2016
    • rswindell's avatar
      Inspired by the U.S. presdential election: · 68a90f31
      rswindell authored
      The beginnings of an SMB-based voting system - very experimental:
      The concept is that a "vote" message can be used to reply to:
      1. A normal message, as either an upvote or a downvote, ala social media
      2. A poll, polls can either allow a single choice answer or multiple answers
      Vote messages won't be visible as normal messages (e.g. when reading messages
      online) and SMB processing software (e.g. SBBSecho) should ignore these
      messages because they have no body text.
      Polls are going to need more work, but the idea is to have the poll question as
      a single (newly defined) hfield and the possible answers as dfields.
      68a90f31
  5. Aug 22, 2015
  6. Mar 24, 2015
  7. Oct 24, 2012
  8. Oct 29, 2011
    • deuce's avatar
      Fix format-related warnings. · 8563ad46
      deuce authored
      This is *likely* to break the Win32 build and even when the macros are
      specified in xpdev, I doubt Microsoft has added support for the 'z' size
      specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro
      that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32.
      
      Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing
      and the max file size thing may actually need the full format specification
      to be in the macro... "zu" on C99 platforms and whatever magic Microsoft
      needs there.
      8563ad46
  9. Sep 05, 2011
  10. Aug 25, 2011
  11. Feb 24, 2008
  12. Jul 08, 2007
  13. Oct 02, 2005
  14. Aug 01, 2005
  15. Dec 29, 2004
  16. Dec 17, 2004
  17. Sep 08, 2004
  18. Sep 02, 2004
  19. Aug 30, 2004
  20. Sep 09, 2003
  21. Aug 20, 2003
  22. Jun 26, 2003
  23. Jun 14, 2003
  24. May 14, 2003
  25. Apr 01, 2003
  26. Apr 24, 2002
  27. Apr 23, 2002
  28. Apr 22, 2002
  29. Apr 18, 2002
  30. Apr 12, 2002
  31. Nov 08, 2001
Loading