Ignore:
Timestamp:
Jun 17, 2009, 2:19:52 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 branch to 3.3.5

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

Legend:

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

    r223 r274  
    237237/* Whether readdir() returns the wrong name offset */
    238238#undef HAVE_BROKEN_READDIR_NAME
     239
     240/* Whether the readlink syscall is broken */
     241#undef HAVE_BROKEN_READLINK
    239242
    240243/* Define to 1 if you have the `bzero' function. */
  • branches/samba-3.3.x/source/include/ntdomain.h

    r206 r274  
    140140        struct netr_Credential srv_chal;  /* Server credential */
    141141 
    142         unsigned char  sess_key[16]; /* Session key - 8 bytes followed by 8 zero bytes */
     142        unsigned char  sess_key[16]; /* Session key */
    143143        unsigned char  mach_pw[16];   /* md4(machine password) */
    144144
  • branches/samba-3.3.x/source/include/smbldap.h

    r206 r274  
    213213                                       const char *attribute,
    214214                                       TALLOC_CTX *mem_ctx);
     215char * smbldap_talloc_smallest_attribute(LDAP *ldap_struct, LDAPMessage *entry,
     216                                         const char *attribute,
     217                                         TALLOC_CTX *mem_ctx);
    215218void talloc_autofree_ldapmsg(TALLOC_CTX *mem_ctx, LDAPMessage *result);
    216219void talloc_autofree_ldapmod(TALLOC_CTX *mem_ctx, LDAPMod **mod);
  • branches/samba-3.3.x/source/include/version.h

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