Changeset 274 for branches/samba-3.3.x/source/include
- Timestamp:
- Jun 17, 2009, 2:19:52 PM (16 years ago)
- 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 237 237 /* Whether readdir() returns the wrong name offset */ 238 238 #undef HAVE_BROKEN_READDIR_NAME 239 240 /* Whether the readlink syscall is broken */ 241 #undef HAVE_BROKEN_READLINK 239 242 240 243 /* Define to 1 if you have the `bzero' function. */ -
branches/samba-3.3.x/source/include/ntdomain.h
r206 r274 140 140 struct netr_Credential srv_chal; /* Server credential */ 141 141 142 unsigned char sess_key[16]; /* Session key - 8 bytes followed by 8 zero bytes*/142 unsigned char sess_key[16]; /* Session key */ 143 143 unsigned char mach_pw[16]; /* md4(machine password) */ 144 144 -
branches/samba-3.3.x/source/include/smbldap.h
r206 r274 213 213 const char *attribute, 214 214 TALLOC_CTX *mem_ctx); 215 char * smbldap_talloc_smallest_attribute(LDAP *ldap_struct, LDAPMessage *entry, 216 const char *attribute, 217 TALLOC_CTX *mem_ctx); 215 218 void talloc_autofree_ldapmsg(TALLOC_CTX *mem_ctx, LDAPMessage *result); 216 219 void talloc_autofree_ldapmod(TALLOC_CTX *mem_ctx, LDAPMod **mod); -
branches/samba-3.3.x/source/include/version.h
r271 r274 2 2 #define SAMBA_VERSION_MAJOR 3 3 3 #define SAMBA_VERSION_MINOR 3 4 #define SAMBA_VERSION_RELEASE 45 #define SAMBA_VERSION_OFFICIAL_STRING "3.3. 4"4 #define SAMBA_VERSION_RELEASE 5 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.3.5" 6 6 #define SAMBA_VERSION_STRING samba_version_string()
Note:
See TracChangeset
for help on using the changeset viewer.