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

Update 3.2 to 3.2.15 (security update)

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

Legend:

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

    r232 r340  
    760760        struct timeval end_time; /* When does this time out? */
    761761        bool encrypted;
     762        bool processed;
    762763        DATA_BLOB buf;
    763764        DATA_BLOB private_data;
  • branches/samba-3.2.x/source/include/version.h

    r335 r340  
    22#define SAMBA_VERSION_MAJOR 3
    33#define SAMBA_VERSION_MINOR 2
    4 #define SAMBA_VERSION_RELEASE 14
    5 #define SAMBA_VERSION_OFFICIAL_STRING "3.2.14"
     4#define SAMBA_VERSION_RELEASE 15
     5#define SAMBA_VERSION_OFFICIAL_STRING "3.2.15"
    66#define SAMBA_VERSION_STRING samba_version_string()
Note: See TracChangeset for help on using the changeset viewer.