VirtualBox

Changeset 34563 in vbox for trunk/src/VBox/HostServices/auth


Ignore:
Timestamp:
Dec 1, 2010 11:39:52 AM (14 years ago)
Author:
vboxsync
Message:

VRDPAuth -> VBoxAuth.

Location:
trunk/src/VBox/HostServices/auth
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/auth/Makefile.kmk

    r34558 r34563  
    5454VBoxAuth-sdkhdr_INST = $(INST_SDK)/bindings/auth/include/
    5555VBoxAuth-sdkhdr_MODE = a+r,u+w
    56 VBoxAuth-sdkhdr_SOURCES = $(PATH_ROOT)/include/VBox/VRDPAuth.h=>VRDPAuth.h
     56VBoxAuth-sdkhdr_SOURCES = $(PATH_ROOT)/include/VBox/VBoxAuth.h=>VBoxAuth.h
    5757
    5858
  • trunk/src/VBox/HostServices/auth/directoryservice/directoryservice.cpp

    r34558 r34563  
    2222#include <iprt/assert.h>
    2323
    24 #include <VBox/VRDPAuth.h>
     24#include <VBox/VBoxAuth.h>
    2525
    2626#include <DirectoryService/DirectoryService.h>
  • trunk/src/VBox/HostServices/auth/pam/VBoxAuthPAM.c

    r34558 r34563  
    2828 * service must be lowercase. See PAM documentation for details.
    2929 *
    30  * The VRDPAuth module takes the PAM service name from the
     30 * The Auth module takes the PAM service name from the
    3131 * environment variable VRDP_AUTH_PAM_SERVICE. If the variable
    3232 * is not specified, then the 'login' PAM service is used.
     
    7777#include <security/pam_appl.h>
    7878
    79 #include <VBox/VRDPAuth.h>
     79#include <VBox/VBoxAuth.h>
    8080
    8181#ifdef VRDP_PAM_DLLOAD
  • trunk/src/VBox/HostServices/auth/simple/VBoxAuthSimple.cpp

    r34558 r34563  
    2626#include <iprt/sha.h>
    2727
    28 #include <VBox/VRDPAuth.h>
     28#include <VBox/VBoxAuth.h>
    2929
    3030#include <VBox/com/com.h>
     
    3636
    3737/* If defined, debug messages will be written to the specified file. */
    38 //#define VRDPAUTH_DEBUG_FILE_NAME "/tmp/VRDPAuth.log"
     38//#define AUTH_DEBUG_FILE_NAME "/tmp/VBoxAuth.log"
    3939
    4040
    4141static void dprintf(const char *fmt, ...)
    4242{
    43 #ifdef VRDPAUTH_DEBUG_FILE_NAME
     43#ifdef AUTH_DEBUG_FILE_NAME
    4444    va_list va;
    4545
     
    5050    vsnprintf(buffer, sizeof(buffer), fmt, va);
    5151
    52     FILE *f = fopen(VRDPAUTH_DEBUG_FILE_NAME, "ab");
     52    FILE *f = fopen(AUTH_DEBUG_FILE_NAME, "ab");
    5353    if (f)
    5454    {
  • trunk/src/VBox/HostServices/auth/winlogon/winlogon.cpp

    r34558 r34563  
    2626#include <Windows.h>
    2727
    28 #include <VBox/VRDPAuth.h>
     28#include <VBox/VBoxAuth.h>
    2929
    3030static void dprintf(const char *fmt, ...)
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