Changeset 406


Ignore:
Timestamp:
Feb 11, 2010, 11:43:35 AM (15 years ago)
Author:
Herwig Bauernfeind
Message:

Workaround for Ticket #126 as suggested by the Samba people

Location:
branches/samba-3.0/source
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/samba-3.0/source/VERSION

    r392 r406  
    9696#  ->  "CVS 3.0.0rc2-VendorVersion"                    #
    9797########################################################
    98 SAMBA_VERSION_VENDOR_SUFFIX="eCS 1.0.4-SCS"
    99 SAMBA_VERSION_VENDOR_PATCH=20100105
     98SAMBA_VERSION_VENDOR_SUFFIX=
     99SAMBA_VERSION_VENDOR_PATCH=
  • TabularUnified branches/samba-3.0/source/param/loadparm.c

    r336 r406  
    565565        False,                  /* bOnlyUser */
    566566        True,                   /* bMangledNames */
     567#ifndef __OS2__
     568        /* Future default in newer Samba versions */
    567569        True,                   /* bWidelinks */
     570#else
     571        False,                  /* bWidelinks */
     572#endif
    568573        True,                   /* bSymlinks */
    569574        False,                  /* bSyncAlways */
  • TabularUnified branches/samba-3.0/source/smbd/sesssetup.c

    r165 r406  
    7272        p += srvstr_push(outbuf, p, "Unix", BUFFER_SIZE - (p - outbuf), STR_TERMINATE);
    7373#else
    74         p += srvstr_push(outbuf, p, "OS/2-eComStation", BUFFER_SIZE - (p - outbuf), STR_TERMINATE);
     74        p += srvstr_push(outbuf, p, "eCS (OS/2)", BUFFER_SIZE - (p - outbuf), STR_TERMINATE);
    7575#endif
    7676        p += srvstr_push(outbuf, p, lanman, BUFFER_SIZE - (p - outbuf), STR_TERMINATE);
Note: See TracChangeset for help on using the changeset viewer.