Ignore:
Timestamp:
May 20, 2009, 3:42:09 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update to Samba 3.2.3

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

Legend:

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

    r141 r201  
    663663               bool is_case_sensitive);
    664664int gen_fnmatch(const char *pattern, const char *string);
     665
     666/* The following definitions come from lib/os2ea.c  */
     667
     668int os2_ftruncate(int fd, off_t size);
     669int os2_isattribute(char *path, unsigned short attr);
     670void os2_randget(char * buffer, int length);
     671void maperrno(int rc);
     672ssize_t unigetxattr (const char *path, int file, const char *name, void *value, size_t size);
     673ssize_t unilistxattr (const char *path, int file, char *list, size_t size);
     674int uniremovexattr (const char *path, int file, const char *name);
     675int unisetxattr (const char *path, int file, const char *name, const void *value, size_t size, int flags);
    665676
    666677/* The following definitions come from lib/pam_errors.c  */
  • branches/samba-3.2.x/source/include/version.h

    r149 r201  
    22#define SAMBA_VERSION_MAJOR 3
    33#define SAMBA_VERSION_MINOR 2
    4 #define SAMBA_VERSION_RELEASE 2
    5 #define SAMBA_VERSION_OFFICIAL_STRING "3.2.2"
     4#define SAMBA_VERSION_RELEASE 3
     5#define SAMBA_VERSION_OFFICIAL_STRING "3.2.3"
    66#define SAMBA_VERSION_STRING samba_version_string()
Note: See TracChangeset for help on using the changeset viewer.