summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-03-12 15:41:39 +0000
committerGerald Carter <jerry@samba.org>2003-03-12 15:41:39 +0000
commitfd56ede2b6c6590616d66b524734dacfaf1a8f1b (patch)
treef450f30b004c21f685817a34e9f0f8d723a9fa69 /source3/include/smb.h
parent834da49f63976c9c39b0d976e9cbc981a80821e4 (diff)
downloadsamba-fd56ede2b6c6590616d66b524734dacfaf1a8f1b.tar.gz
samba-fd56ede2b6c6590616d66b524734dacfaf1a8f1b.tar.bz2
samba-fd56ede2b6c6590616d66b524734dacfaf1a8f1b.zip
adding some initiaial code to sert %a to Win2K3 (using Native LanMan string from .NET RC2)
(This used to be commit e074cab810f9299d0b27881cddf8a74f10fe233e)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index ddc1adff4e..edd25fb44e 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1408,7 +1408,7 @@ enum ldap_ssl_types {LDAP_SSL_ON, LDAP_SSL_OFF, LDAP_SSL_START_TLS};
enum ldap_passwd_sync_types {LDAP_PASSWD_SYNC_ON, LDAP_PASSWD_SYNC_OFF, LDAP_PASSWD_SYNC_ONLY};
/* Remote architectures we know about. */
-enum remote_arch_types {RA_UNKNOWN, RA_WFWG, RA_OS2, RA_WIN95, RA_WINNT, RA_WIN2K, RA_WINXP, RA_SAMBA};
+enum remote_arch_types {RA_UNKNOWN, RA_WFWG, RA_OS2, RA_WIN95, RA_WINNT, RA_WIN2K, RA_WINXP, RA_WIN2K3, RA_SAMBA};
/* case handling */
enum case_handling {CASE_LOWER,CASE_UPPER};