System and method for writing to a drive when an application lacks administrator privileges

Information

  • Patent Application
  • 20050102680
  • Publication Number
    20050102680
  • Date Filed
    November 07, 2003
    20 years ago
  • Date Published
    May 12, 2005
    19 years ago
Abstract
A system and method are provided which enable a user of a computer application without administrator privileges to write to a drive without using a third party driver and without using a customized driver acting in conjunction with an IDE bus. The system includes a driver programming interface in communication with the application, a service proxy in communication with the driver interface, a service with administrator privileges in communication with the service proxy, a driver in communication with the service with administrator privileges, and a drive in communication with the driver.
Description
BACKGROUND

To write (also referred as “print”) to a disc in a CD drive, an interface is needed to allow an imaging application to send data to the drive. In a personal computer (“PC”) with a Windows operating system (“OS”), access to the CD drive is usually done through the cdrom.sys class driver. Interfacing with the class driver requires very low level programming and is not an easy way for an imaging application to send to send print data.


As shown in FIGS. 1A and 1B, a standard computer system 100 includes a CD-ROM drive 108 which is modified to support printing and is programmed to recognize specific small computer system interface/attachment packet interface (“SCSI/ATAPI”) commands that are only used for printing. In this system 100, a Windows application 102 (shown as “102A” and “102B”) interfaces with an OS class driver 104 using input/output control (“IOCTL”) language. However, because these commands are non-standard, it is necessary to bypass error checking protocols. Accordingly, the traditional approach is to use an SCSI-pass-through-interface (“SPTI”) 106 interfaced with the OS driver 104.


As shown in FIG. 1A, if the Windows application 102 is an application with administrator privileges 102A (i.e., the user has administrator privileges and this status is recognized by the system 100), when using an SPTI 106, the class driver 104 passes the raw print command data to the CD drive 108 via a port driver 130, an intelligent drive electronics (also known as “integrated drive electronics” or “IDE”) bus driver 140, and an IDE bus 110; the SPTI does not interfere with or check the data. The driver 104 confirms the administrator privileges status before sending signals to the SPTI. For those applications with administrator privileges 102A, the SPTI will send SCSI/ATAPI print commands to the CD drive 108. By way of contrast, as shown in FIG. 1B, if the application does not have administrator privileges 102B (i.e., the user does not have administrator privileges and this status is recognized by the system 100), this status information is also passed to the driver 104; as a result, the driver 104 will not send print signals to the SPTI which, in turn, prevents the signals from reaching the CD drive 108.


As a result, to use an SPTI, an application must have administrator privileges (i.e., the user must have administrator privileges). However, as most PC users, particularly those on a network, do not have administrator privileges, the SPTI is usually unavailable, thereby preventing print commands from reaching the CD drive 108.


There are two predominant prior solutions to this administrator access problem. First, as shown in FIG. 2, another system 150 has been developed using an IDE bus 110 but not using standard SCSI commands or drivers. This system 150 uses a second, customized driver 112 to control the data and control lines of the IDE bus 110 to send print data to the CD drive 108.


Unfortunately, as a result of using specialized commands to overcome the print access problem associated with no administrator privileges, this system 150 does not support standard drivers such as the class driver 104 that is already a part of the OS. As a result, the second driver 112 is necessary to act as an interface between the application without administrator privileges 102B and the IDE bus 110 via the port driver 130 and IDE bus driver 140. The second driver 112 may receive the same print commands as the OS driver 104 or may receive specialized print commands as a result of being interfaced with the custom driver. However, the second driver 112 is customized to convert the driver commands of the application 102B into non-SCSI commands which are sent through the bus 110 to the CD drive 108.


The second solution, shown in FIG. 3, involves a system 175 which, like the standard OS shown in FIG. 1A, uses SCSI commands to control the CD drive 108. However, in this system 175, the SCSI commands reach the CD drive 108 via a third party CD driver 114 that is not part of the OS. An example of such a driver is the Advanced SCSI Programming Interface (“ASPI”). Unfortunately, third party drivers require license fees and have limited technical support in current operating systems. It should be recognized that in this system, the application without administrator privileges 102B interfaces with the system driver 104, the SPTI 106, and the third party driver 114. The OS driver 104 and the third party driver 114 receive the same print commands and unlike the previously described systems (in which administrator status signals were communicated to the system driver 104), in this system 175, the status signals are communicated to the SPTI 106. However, like the previously described system 150, the SPTI 106 is bypassed; in this system 175, the bypass is via the third party driver 114.


SUMMARY

One embodiment of the invention is a system and method which enable a user of a computer application without administrator privileges to write to a drive without using a third party driver and without using a customized driver acting in conjunction with an IDE bus. The system includes a driver programming interface in communication with the application, a service proxy in communication with the driver interface, a service with administrator privileges in communication with the service proxy, a driver in communication with the service with administrator privileges, and a drive in communication with the driver.


These and other features, aspects, and advantages of the present invention will become more apparent from the following description, appended claims, and accompanying exemplary embodiments shown in the drawings.




BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1A is a schematic diagram of a standard operating system in which an application is being run with administrator privileges and is able to send write commands to a drive;



FIG. 1B is a schematic diagram of a standard operating system in which an application is being run without administrator privileges and is unable to send write commands to a drive;



FIG. 2 is a schematic diagram of a first prior art system enabling an application without administrator privileges to write to a drive;



FIG. 3 is a schematic diagram of a second prior art system enabling an application without administrator privileges to write to a drive; and



FIG. 4 is a schematic diagram of one embodiment of a system which enables an application without administrator privileges to write to a drive without using a second, customized driver working in conjunction with a IDE bus and without using a third party driver.




DETAILED DESCRIPTION

One embodiment of the invention comprises a system for sending write commands to a drive from a computer application lacking administrator privileges. This system includes: (a) a computer application lacking administrator privileges; (b) a driver programming interface in communication with the computer application; (c) a service proxy in communication with the driver programming interface; (d) a service with administrator privileges in communication with the service proxy; (e) a driver in communication with the service with administrator privileges, wherein the driver is either in communication with an SPTI or is configured in SPTI mode; and (f) a drive in communication with the SPTI or with the SPTI configured driver.


Another embodiment of the invention comprises a method of sending write commands to a drive from a computer application which does not have administrator privileges. This method includes: (a) transmitting write commands between a computer application which does not have administrator privileges and a driver programming interface; (b) transmitting second commands based at least in part on the write commands between the driver programming interface and a service proxy; (c) transmitting third commands based at least in part on the second commands between the service proxy and a service with administrator privileges; (d) transmitting fourth commands based at least in part on the third commands between the service with administrator privileges and a driver; (e) transmitting fifth commands based at least in part on the fourth commands between the driver and an SPTI; and (e) transmitting sixth commands based at least in part on the fifth commands between the SPTI and a drive.


Another embodiment of the invention comprises a method of sending write commands to a drive from a computer application which does not have administrator privileges, the method comprising the steps of: (a) transmitting write commands between a computer application which does not have administrator privileges and a driver programming interface; (b) transmitting second commands based at least in part on the write commands between the driver programming interface and a service proxy; (c) transmitting third commands based at least in part on the second commands between the service proxy and a service with administrator privileges; (d) transmitting fourth commands based at least in part on the third commands between the service with administrator privileges and a driver configured in SPTI mode; and (e) transmitting fifth commands based at least in part on the fourth commands between the driver and a drive.


Another embodiment of the invention comprises a program product for sending write commands to a drive from a computer application which does not have administrator privileges. The program product include machine-readable program code for causing, when executed, a machine to perform the following method: (a) transmitting write commands between a computer application which does not have administrator privileges and a driver programming interface; (b) transmitting second commands based at least in part on the write commands between the driver programming interface and a service proxy; (c) transmitting third commands based at least in part on the second commands between the service proxy and a service with administrator privileges; (d) transmitting fourth commands based at least in part on the third commands between the service with administrator privileges and a driver; (e) transmitting fifth commands based at least in part on the fourth commands between the driver and an SPTI; and (f) transmitting sixth commands based at least in part on the fifth commands between the SPTI and a drive.


Reference will now be made in detail to various embodiments of the invention, which are illustrated in the drawings. An effort has been made to use the same reference numbers throughout the drawings to refer to the same or like parts.



FIG. 4 shows a schematic diagram of a system 200 which enables an application without administrator privileges 102B to write to a drive without using a second, customized driver 112 working in conjunction with a IDE bus 110 and without using a third party driver 114. The embodiment shown describes a CD drive interface comprising a computer application without administrator privileges 102B, a driver program interface 116, a service proxy 118, a service with administrator privileges 120, and OS driver 104, an SPTI 106, and a CD drive 108.


The computer application without administrator privileges 102B may be, for example, a Windows application. This application 102B transmits commands (e.g., write commands) to the driver programming interface 116 by means of a high level language.


The driver programming interface 116 is the top level interface which uses the service proxy 118 to communicate with the CD drive 108. The driver interface 116 provides write/print specific commands that allow the imaging components to read information about the drive 108 and media, and to send settings, as well as actual image data to be printed, to the drive 108. The driver programming interface 116 interprets the high level language commands from the application 102B and communicates with the service proxy 118 by means of high level language (“HLL”) and/or application programming interface (“API”) language.


The service proxy 118 abstracts the need to use inter-process communication (“IPC”) mechanisms for an application without administrator privileges 102B to communicate with the service with administrator privileges 120. Upon recognizing the lack of administrator privileges, the proxy 118 provides generic commands to the service with administrator privileges 120.


The commands transmitted by the service proxy 118 direct the service with administrator privileges 120 to send an input, output, or status (e.g., is the drive running) commands to the drive 108. An input command is a command where the driver 104 wants to read some information from the drive 108 such as the media parameters. An output command is a command such as sending a track of pixel data to the drive 108. The service proxy 118 may also provide standard mechanisms to find all print capable drives on the local system, get a description and drive letter for the drives, send commands to open and close a particular drive for printing, send commands giving the driver 104 an exclusive lock on the drive 108, etc.


To send these commands, the service proxy 118 interfaces with the service with administrator privileges 120. The service with administrator privileges 120 provides administrator access to the driver 104 and is programmed to use the SPTI mode of the class driver 104. Accordingly, in communicating with the driver 104, the service with administrator privileges 120 uses SCSI-pass-through (“SPT”) direct and/or IOCTL commands, i.e., the service with administrator privileges 120 is programmed to send corresponding low-level commands to the drive 108 via the SPTI 106.


As shown, the driver 104 and the SPTI 106 may be separate. In this case, the driver 104 communicates with the SPTI and the SPTI communicates with the drive 108 by means of SCSI commands. By way of contrast, the drive 104 could be combined in a driver 122 configured in SPTI mode in which case the driver 122 could communicate directly with the drive 108 by means of SCSI commands.


Similarly, as shown the service proxy 118 and the service with administrator privileges 120 may be separate. However, it should be recognized that the service proxy 118 and the service with administrator privileges 120 may be combined into one integrated device 124.


It also should be recognized that if the computer application is an application with administrator privileges 102A, the system 200 will work much like the system 100 shown in FIG. 1A. In addition, implicit in this system 200 is an assumption that the firmware for the drive 108 is programmed to recognize the SCSI commands it receives as writing/printing commands.


The aforementioned system and method of transferring data to a disc provide numerous advantages. For example, the system allows an imaging system to communicate with an optical disc drive, without having to deal with the low-level complexities of SCSI drivers. By way of another example, the system does not require the user to have administrator privileges to access the drive through the SPTI 106. In addition, by using standard OS components and thereby eliminating the need for a new driver, the system: (a) does away with the licensing costs associated with using a third party CD-ROM driver that is not part of the operating system; and (b) does not require certification by the Microsoft Hardware Quality lab.


Although the aforementioned describes embodiments of the invention, the invention is not so restricted. It will be apparent to those skilled in the art that various modifications and variations can be made to the disclosed embodiments of the present invention without departing from the scope or spirit of the invention. Accordingly, these other systems and methods of transmitting write commands from an application without administrator privileges to a drive are fully within the scope of the claimed invention. Therefore, it should be understood that the apparatus and method described herein are illustrative only and are not limiting upon the scope of the invention, which is indicated by the following claims.

Claims
  • 1. A system comprising: a computer application lacking administrator privileges; a driver programming interface in communication with the computer application; a service proxy in communication with the driver programming interface; a service with administrator privileges in communication with the service proxy; a driver in communication with the service with administrator privileges, wherein the driver is either in communication with a small-computer-system-interface-pass-through-interface (“SPTI”) or is configured in SPTI mode; a drive in communication with the SPTI or with the SPTI configured driver.
  • 2. The system according to claim 1, wherein computer application lacking administrator privileges is configured to send high level application language to the driver programming interface.
  • 3. The system according to claim 2, wherein the driver programming interface is configured to use high level language (“HLL”) and/or application programming interface (“API”) function calls with the service proxy.
  • 4. The system according to claim 3, wherein service proxy is configured to communicate with the service with administrator privileges by means of an inter-process communication (“IPC”).
  • 5. The system according to claim 4, wherein the service with administrator privileges is configured to communicate with the driver using small-computer-system-interface-pass-through (“SPT”) direct and/or input/output control (“IOCTL”) language.
  • 6. The system according to claim 5, wherein if the driver is in communication with the SPTI, the driver is configured to communicate with the SPTI using small-computer-system-interface (“SCSI”) commands, and wherein if the driver is configured in SPTI mode, the driver is configured to communicate with the drive using SCSI commands.
  • 7. The system according to claim 6, wherein the drive is a CD drive.
  • 8. The system according to claim 1, wherein the drive is a CD drive.
  • 9. The system according to claim 1, wherein if the driver is in communication with the SPTI, the driver is configured to communicate with the CD drive using small-computer-system-interface (“SCSI”) commands via the SPTI.
  • 10. A method comprising the steps of: transmitting write commands between a computer application which does not have administrator privileges and a driver programming interface; transmitting second commands based at least in part on the write commands between the driver programming interface and a service proxy; transmitting third commands based at least in part on the second commands between the service proxy and a service with administrator privileges; transmitting fourth commands based at least in part on the third commands between the service with administrator privileges and a driver; transmitting fifth commands based at least in part on the fourth commands between the driver and a small-computer-system-interface-pass-through-interface (“SPTI”); and transmitting sixth commands based at least in part on the fifth commands between the SPTI and a drive.
  • 11. The method according to claim 10, wherein the step of transmitting write commands between a computer application which does not have administrator privileges and a driver programming interface comprises: sending high level application language from the application which does not have administrator privileges to the driver programming interface.
  • 12. The method according to claim 11, wherein the step of transmitting second commands based at least in part on the write commands between the driver programming interface and a service proxy comprises: using high level language (“HLL”) and/or application programming interface (“API”) function calls between the driver programming interface and the service proxy.
  • 13. The method according to claim 12, wherein the step of transmitting third commands based at least in part on the second commands between the service proxy and a service with administrator privileges comprises: transmitting the third commands from the service proxy and the service with administrator privileges by means of an inter-process communication (“IPC”).
  • 14. The method according to claim 13, wherein the step of transmitting fourth commands based at least in part on the third commands between the service with administrator privileges and a driver comprises: sending input/output control (“IOCTL”) language from the service with administrator privileges to the driver.
  • 15. The method according to claim 14, wherein the step of transmitting fifth commands based at least in part on the fourth commands between the driver and an SPTI comprises: sending small-computer-system-interface (“SCSI”) signals from the driver to the SPTI.
  • 16. The method according to claim 15, wherein the step of transmitting sixth commands based at least in part on the fifth commands between the SPTI and a drive comprises: sending SCSI signals from the SPTI to the drive.
  • 17. The method according to claim 10, wherein the step of transmitting sixth commands based at least in part on the fifth commands between the SPTI and a drive comprises: sending small-computer-system-interface (“SCSI”) signals from the SPTI to the drive.
  • 18. The method according to claim 10, wherein the step of transmitting fifth commands based at least in part on the fourth commands between the driver and an SPTI comprises: sending small-computer-system-interface (“SCSI”) signals from the driver to the SPTI, and wherein the step of transmitting sixth commands based at least in part on the fifth commands between the SPTI and a drive comprises: sending SCSI signals from the SPTI to the drive.
  • 19. The method according to claim 10, wherein the drive is a CD drive.
  • 20. A method comprising the steps of: transmitting write commands between a computer application which does not have administrator privileges and a driver programming interface; transmitting second commands based at least in part on the write commands between the driver programming interface and a service proxy; transmitting third commands based at least in part on the second commands between the service proxy and a service with administrator privileges; transmitting fourth commands based at least in part on the third commands between the service with administrator privileges and a driver configured in small-computer-system-interface-pass-through-interface (“SPTI”) mode; transmitting fifth commands based at least in part on the fourth commands between the driver and a drive.
  • 21. The method according to claim 20, wherein the step of transmitting write commands between a computer application which does not have administrator privileges and a driver programming interface comprises: sending high level application language from the application which does not have administrator privileges to the driver programming interface.
  • 22. The method according to claim 21, wherein the step of transmitting second commands based at least in part on the write commands between the driver programming interface and a service proxy comprises: using high level language (“HLL”) and/or application programming interface (“API”) function calls between the driver programming interface and the service proxy.
  • 23. The method according to claim 22, wherein the step of transmitting third commands based at least in part on the second commands between the service proxy and a service with administrator privileges comprises: transmitting the third commands from the service proxy and the service with administrator privileges by means of an inter-process communication (“IPC”).
  • 24. The method according to claim 23, wherein the step of transmitting fourth commands based at least in part on the third commands between the service with administrator privileges and a driver comprises: sending input/output control (“IOCTL”) language from the service with administrator privileges to the driver.
  • 25. The method according to claim 20, wherein the drive is a CD drive.
  • 26. A program product comprising machine-readable program code for causing, when executed, a machine to perform the following method: transmitting write commands between a computer application which does not have administrator privileges and a driver programming interface; transmitting second commands based at least in part on the write commands between the driver programming interface and a service proxy; transmitting third commands based at least in part on the second commands between the service proxy and a service with administrator privileges; transmitting fourth commands based at least in part on the third commands between the service with administrator privileges and a driver; transmitting fifth commands based at least in part on the fourth commands between the driver and a small-computer-system-interface-pass-through-interface (“SPTI”); and transmitting sixth commands based at least in part on the fifth commands between the SPTI and a drive.
  • 27. The program product according to claim 26, wherein the step of transmitting write commands between a computer application which does not have administrator privileges and a driver programming interface comprises: sending high level application language from the application which does not have administrator privileges to the driver programming interface.
  • 28. The program product according to claim 27, wherein the step of transmitting second commands based at least in part on the write commands between the driver programming interface and a service proxy comprises: using high level language (“HLL”) and/or application programming interface (“API”) function calls between the driver programming interface and the service proxy.
  • 29. The program product according to claim 28, wherein the step of transmitting third commands based at least in part on the second commands between the service proxy and a service with administrator privileges comprises: transmitting the third commands from the service proxy and the service with administrator privileges by means of an inter-process communication (“IPC”).
  • 30. The program product according to claim 29, wherein the step of transmitting fourth commands based at least in part on the third commands between the service with administrator privileges and a driver comprises: sending input/output control (“IOCTL”) language from the service with administrator privileges to the driver.
  • 31. The program product according to claim 30, wherein the step of transmitting fifth commands based at least in part on the fourth commands between the driver and an SPTI comprises: sending small-computer-system-interface (“SCSI”) signals from the driver to the SPTI.
  • 32. The program product according to claim 31, wherein the step of transmitting sixth commands based at least in part on the fifth commands between the SPTI and a drive comprises: sending SCSI signals from the SPTI to the drive.
  • 33. The program product according to claim 26, wherein the step of transmitting sixth commands based at least in part on the fifth commands between the SPTI and a drive comprises: sending small-computer-system-interface (“SCSI”) signals from the SPTI to the drive.
  • 34. The program product according to claim 26, wherein the step of transmitting fifth commands based at least in part on the fourth commands between the driver and an SPTI comprises: sending small-computer-system-interface (“SCSI”) signals from the driver to the SPTI, and wherein the step of transmitting sixth commands based at least in part on the fifth commands between the SPTI and a drive comprises: sending SCSI signals from the SPTI to the drive.
  • 35. The program product according to claim 26, wherein the drive is a CD drive.