Ignore:
Timestamp:
May 26, 2009, 6:48:33 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.7

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

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/Makefile

    r228 r230  
    2020smbtorture4_path=
    2121
    22 LIBS=
     22LIBS=-lsocket -lsyslog -lurpo
    2323CC=gcc
    2424SHLD=shared-libraries-disabled
  • branches/samba-3.2.x/source/VERSION

    r228 r230  
    2626SAMBA_VERSION_MAJOR=3
    2727SAMBA_VERSION_MINOR=2
    28 SAMBA_VERSION_RELEASE=6
     28SAMBA_VERSION_RELEASE=7
    2929
    3030########################################################
  • branches/samba-3.2.x/source/include/version.h

    r228 r230  
    22#define SAMBA_VERSION_MAJOR 3
    33#define SAMBA_VERSION_MINOR 2
    4 #define SAMBA_VERSION_RELEASE 6
    5 #define SAMBA_VERSION_OFFICIAL_STRING "3.2.6"
     4#define SAMBA_VERSION_RELEASE 7
     5#define SAMBA_VERSION_OFFICIAL_STRING "3.2.7"
    66#define SAMBA_VERSION_STRING samba_version_string()
  • branches/samba-3.2.x/source/smbd/service.c

    r137 r230  
    237237
    238238        if (!lp_registry_shares()) {
     239                return -1;
     240        }
     241
     242        if ((servicename == NULL) || (*servicename == '\0')) {
    239243                return -1;
    240244        }
Note: See TracChangeset for help on using the changeset viewer.