Ignore:
Timestamp:
May 24, 2009, 7:55:48 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.4

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

Legend:

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

    r206 r224  
    202202#define WERR_SERVICE_ALREADY_RUNNING W_ERROR(1056)
    203203#define WERR_SERVICE_DISABLED W_ERROR(1058)
     204#define WERR_SERVICE_MARKED_FOR_DELETE W_ERROR(1072)
     205#define WERR_SERVICE_EXISTS W_ERROR(1073)
    204206#define WERR_SERVICE_NEVER_STARTED W_ERROR(1077)
     207#define WERR_DUPLICATE_SERVICE_NAME W_ERROR(1078)
    205208#define WERR_NOT_FOUND W_ERROR(1168)
    206209#define WERR_INVALID_COMPUTER_NAME W_ERROR(1210)
  • branches/samba-3.3.x/source/include/proto.h

    r223 r224  
    83748374/* The following definitions come from rpc_server/srv_samr_util.c  */
    83758375
     8376void copy_id18_to_sam_passwd(struct samu *to,
     8377                             struct samr_UserInfo18 *from);
    83768378void copy_id20_to_sam_passwd(struct samu *to,
    83778379                             struct samr_UserInfo20 *from);
     
    83818383void copy_id23_to_sam_passwd(struct samu *to,
    83828384                             struct samr_UserInfo23 *from);
     8385void copy_id24_to_sam_passwd(struct samu *to,
     8386                             struct samr_UserInfo24 *from);
    83838387void copy_id25_to_sam_passwd(struct samu *to,
    83848388                             struct samr_UserInfo25 *from);
     8389void copy_id26_to_sam_passwd(struct samu *to,
     8390                             struct samr_UserInfo26 *from);
    83858391
    83868392/* The following definitions come from rpc_server/srv_spoolss.c  */
  • branches/samba-3.3.x/source/include/version.h

    r223 r224  
    22#define SAMBA_VERSION_MAJOR 3
    33#define SAMBA_VERSION_MINOR 3
    4 #define SAMBA_VERSION_RELEASE 3
    5 #define SAMBA_VERSION_OFFICIAL_STRING "3.3.3"
     4#define SAMBA_VERSION_RELEASE 4
     5#define SAMBA_VERSION_OFFICIAL_STRING "3.3.4"
    66#define SAMBA_VERSION_STRING samba_version_string()
Note: See TracChangeset for help on using the changeset viewer.