VirtualBox

Changeset 2527 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
May 7, 2007 4:19:14 PM (18 years ago)
Author:
vboxsync
Message:

Check VRDP multiconnection property. A new external authentication prototype for multiconnection.

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r2463 r2527  
    405405
    406406#ifdef VRDP_MC
    407     int m_cAudioRefs;
     407    int mcAudioRefs;
     408    volatile uint32_t mcVRDPClients;
    408409
    409410    static DECLCALLBACK(int)    vrdp_ClientLogon (void *pvUser, uint32_t u32ClientId, const char *pszUser, const char *pszPassword, const char *pszDomain);
  • trunk/src/VBox/Main/include/ConsoleVRDPServer.h

    r2522 r2527  
    4545
    4646    VRDPAuthResult Authenticate (const Guid &uuid, VRDPAuthGuestJudgement guestJudgement,
    47                                  const char *pszUser, const char *pszPassword, const char *pszDomain);
     47                                 const char *pszUser, const char *pszPassword, const char *pszDomain,
     48                                 uint32_t u32ClientId);
     49
     50    void AuthDisconnect (const Guid &uuid, uint32_t u32ClientId);
    4851
    4952#ifdef VRDP_MC
     
    169172
    170173    /* External authentication library handle. The library is loaded in the
    171      * Authenticate  method and unloaded at the object destructor.
     174     * Authenticate method and unloaded at the object destructor.
    172175     */
    173176    RTLDRMOD mAuthLibrary;
    174177    PVRDPAUTHENTRY mpfnAuthEntry;
     178    PVRDPAUTHENTRY2 mpfnAuthEntry2;
    175179};
    176180
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette