Ignore:
Timestamp:
Oct 8, 2009, 8:10:05 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3. to 3.3.8 (security update)

Location:
branches/samba-3.3.x/source/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/include/smb.h

    r222 r338  
    716716        struct timeval end_time; /* When does this time out? */
    717717        bool encrypted;
     718        bool processed;
    718719        DATA_BLOB buf;
    719720        DATA_BLOB private_data;
  • branches/samba-3.3.x/source/include/version.h

    r309 r338  
    22#define SAMBA_VERSION_MAJOR 3
    33#define SAMBA_VERSION_MINOR 3
    4 #define SAMBA_VERSION_RELEASE 7
    5 #define SAMBA_VERSION_OFFICIAL_STRING "3.3.7"
    6 #define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.1.beta2"
     4#define SAMBA_VERSION_RELEASE 8
     5#define SAMBA_VERSION_OFFICIAL_STRING "3.3.8"
     6#define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.1.x-TEST"
     7#define SAMBA_VERSION_VENDOR_PATCH 20091006
     8#define SAMBA_VERSION_VENDOR_PATCH_STRING "20091006"
    79#define SAMBA_VERSION_STRING samba_version_string()
Note: See TracChangeset for help on using the changeset viewer.