Last change
on this file was 1006, checked in by Paul Smedley, 9 years ago |
Add support for enabling/disabling encryption - fixes #289
|
-
Property svn:eol-style
set to
native
|
File size:
1.4 KB
|
Rev | Line | |
---|
[5] | 1 | #define BTN_HELP 10
|
---|
| 2 | #define BTN_PREV 11
|
---|
| 3 | #define DLG_ID 1000
|
---|
| 4 | #define LBL_WORKGRP 1001
|
---|
| 5 | #define ENT_WORKGRP 1002
|
---|
| 6 | #define LBL_SERVER 1003
|
---|
| 7 | #define ENT_SERVER 1004
|
---|
| 8 | #define LBL_SHARE 1005
|
---|
| 9 | #define ENT_SHARE 1006
|
---|
| 10 | #define LBL_USER 1007
|
---|
| 11 | #define ENT_USER 1008
|
---|
| 12 | #define LBL_PASS 1009
|
---|
| 13 | #define ENT_PASS 1010
|
---|
| 14 | #define LBL_MASTER 1011
|
---|
| 15 | #define ENT_MASTER 1012
|
---|
| 16 | #define CMB_MASTER 1013
|
---|
| 17 | #define LBL_PROP 1016
|
---|
| 18 | #define LBL_EASUPPORT 1021
|
---|
| 19 | #define CHK_EASUPPORT 1022
|
---|
[116] | 20 | #define ENT_SPASS 1023
|
---|
[185] | 21 | #define GB_LOGIN 1024
|
---|
| 22 | #define GB_PROPERTIES 1026
|
---|
[519] | 23 | #define GB_CACHE 1025
|
---|
[186] | 24 | #define GB_BROWSE 1027
|
---|
[930] | 25 | #define LBL_KRB5SUPPORT 1028
|
---|
| 26 | #define CHK_KRB5SUPPORT 1029
|
---|
[931] | 27 | #define LBL_NTLMv1SUPPORT 1030
|
---|
| 28 | #define CHK_NTLMv1SUPPORT 1031
|
---|
[1006] | 29 | #define LBL_ENCRYPTIONSUPPORT 1032
|
---|
| 30 | #define CHK_ENCRYPTIONSUPPORT 1033
|
---|
[519] | 31 | #define LBL_CACHETIMEOUT 1014
|
---|
| 32 | #define SPIN_CACHETIMEOUT 1015
|
---|
| 33 | #define LBL_CACHEDEPTH 1017
|
---|
| 34 | #define SPIN_CACHEDEPTH 1018
|
---|
Note:
See
TracBrowser
for help on using the repository browser.