Ignore:
Timestamp:
Feb 2, 2008, 7:30:01 AM (18 years ago)
Author:
Paul Smedley
Message:

Encrypt samba password in Netdrive control files

Location:
branches/samba-3.0/source/ndpsmb/rc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/ndpsmb/rc/rc.dlg

    r110 r116  
    3131                        DT_BOTTOM
    3232        ENTRYFIELD      "", ENT_PASS, 67, 70, 100, 8, ES_MARGIN | ES_UNREADABLE
     33        ENTRYFIELD      "", ENT_SPASS, 0, 0, 0, 0, ES_MARGIN |
     34                        ES_UNREADABLE | NOT WS_TABSTOP | NOT WS_VISIBLE
    3335
    3436        RTEXT           "Master", LBL_MASTER, 5, 57, 30, 10,
  • branches/samba-3.0/source/ndpsmb/rc/rc.h

    r110 r116  
    2424#define LBL_EASUPPORT               1021
    2525#define CHK_EASUPPORT               1022
     26#define ENT_SPASS                   1023
  • branches/samba-3.0/source/ndpsmb/rc/rc.rc

    r110 r116  
    145145RCDATA (DLG_ID + 11)
    146146{
     147    ENT_SPASS, PARMTYPE_STRING, 1L, 255L, "spassword", "%s", ""
     148}
     149
     150RCDATA (DLG_ID + 12)
     151{
    147152    0
    148153}
Note: See TracChangeset for help on using the changeset viewer.