Changeset 272 for branches/samba-3.2.x/source/include
- Timestamp:
- Jun 16, 2009, 5:52:30 PM (16 years ago)
- Location:
- branches/samba-3.2.x/source/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/include/ntdomain.h
r133 r272 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.2.x/source/include/version.h
r235 r272 2 2 #define SAMBA_VERSION_MAJOR 3 3 3 #define SAMBA_VERSION_MINOR 2 4 #define SAMBA_VERSION_RELEASE 1 15 #define SAMBA_VERSION_OFFICIAL_STRING "3.2.1 1"4 #define SAMBA_VERSION_RELEASE 12 5 #define SAMBA_VERSION_OFFICIAL_STRING "3.2.12" 6 6 #define SAMBA_VERSION_STRING samba_version_string()
Note:
See TracChangeset
for help on using the changeset viewer.